stackviz/app/styles/main.scss
Tim Buckley ff939428d7 Add nprogress progress bars to timeline and test-details.
This adds support for loading progress bars from the nprogress library
and displays progress bars while loading the larger datasets on the
timeline and test details pages.

Change-Id: Ica10d348f67abc348aed2df0b158383ad035e604
2016-01-25 17:50:30 -07:00

13 lines
369 B
SCSS

@import 'vars';
@import 'typography';
@import 'bootstrap';
@import 'font-awesome/font-awesome';
@import 'sb-admin-2';
@import 'nprogress';
@import 'directives/_test-details-search.scss';
@import 'directives/_timeline-details.scss';
@import 'directives/_timeline-search.scss';
@import 'directives/_timeline-viewport.scss';
@import 'directives/_timeline-overview.scss';