mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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.
24 lines
618 B
CSS
24 lines
618 B
CSS
/*
|
|
*= require strap-on
|
|
*= require formtastic-bootstrap
|
|
*= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
|
|
*= require osem
|
|
*= require osem-rating
|
|
*= require osem-schedule
|
|
*= require osem-schedule-print
|
|
*= require osem-dashboard
|
|
*= require osem-splash
|
|
*= require font-awesome
|
|
*= require osem-fonts
|
|
*= require bootstrap-markdown
|
|
*= require bootstrap-datetimepicker
|
|
*= require leaflet
|
|
*= require bootstrap3-switch
|
|
*= require osem-payments
|
|
*= require osem-navbar
|
|
*= require selectize
|
|
*= require selectize.bootstrap3
|
|
*= require mastodon
|
|
*= require bootstrap-select
|
|
*= require conferences
|
|
*/
|