rq-dashboard-bootstrap.min.css 332 B

12345
  1. /* 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. */
  2. .rq-style {
  3. @import "{{ url_for('flexmeasures_ui.static', filename='css/external/rq-dashboard-bootstrap.min.css') }}"
  4. }