12345 |
- /* Our menu and rq-dashboard need to load a different version of bootstrap css on the same page. Here we add a custom class (.rq-style) so that rq-dashboard styling doesn't influence the rest of our app. */
- .rq-style {
- @import "{{ url_for('flexmeasures_ui.static', filename='css/external/rq-dashboard-bootstrap.min.css') }}"
- }
|