stackviz/app/styles/main.scss
Tim Buckley d84e984fb7 Add timeline view with Angular support.
This re-adds the Tempest timeline view as a set of Angular
directives. This includes related functionality, such as the Dstat
parser and some array utilities. The timeline view consists of
a timeline component, which includes the d3 chart, and a separate
details component, which shows additional information for tests
when selected in the timeline.

Change-Id: Ifaaeda91b0617e8cf7a60d30728005f5c8d00546
2015-10-29 13:58:35 -06:00

8 lines
164 B
SCSS

@import 'vars';
@import 'typography';
@import 'bootstrap';
@import 'font-awesome/font-awesome';
@import 'sb-admin-2';
@import 'directives/_timeline-details.scss';