Provide an opportunity for including conference-specific CSS
There is currently no top-level selector for views that is conference-specific, so all conferences on one OSEM instance end up sharing all the same CSS. In order to allow individual conferences to have unique CSS, a class for the current conference is applied to the <body> tag, and an scss template provided with an example of conference-specific CSS.
This commit is contained in:
parent
8b12b1662d
commit
1241d21f93
5 changed files with 30 additions and 5 deletions
|
|
@ -20,4 +20,5 @@
|
|||
*= require selectize.bootstrap3
|
||||
*= require mastodon
|
||||
*= require bootstrap-select
|
||||
*= require conferences
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue