21 lines
498 B
SCSS
21 lines
498 B
SCSS
@charset 'utf-8';
|
|
@import 'base/reset/index';
|
|
@import 'base/index';
|
|
@import 'variables/index';
|
|
|
|
/*TODO: Move this to its own local component*/
|
|
@import 'ember-power-select';
|
|
/**/
|
|
|
|
@import 'base/components/index';
|
|
@import 'components/index';
|
|
@import 'core/typography';
|
|
@import 'core/layout';
|
|
|
|
@import 'routes/dc/settings/index';
|
|
@import 'routes/dc/nodes/index';
|
|
@import 'routes/dc/intention/index';
|
|
@import 'routes/dc/kv/index';
|
|
@import 'routes/dc/acls/index';
|
|
@import 'routes/dc/acls/tokens/index';
|