093c353c4b
* Fix clickFirstAnchor bug * Create Proxy Info Tab for Instance Detail Page * Create tests for ProxyInfo and update other scenarios with Proxy data * ui: Refactors our app-view/%app-view component (#7752) Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
22 lines
502 B
SCSS
22 lines
502 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 'components/index';
|
|
@import 'core/typography';
|
|
@import 'core/layout';
|
|
|
|
@import 'routes/dc/settings/index';
|
|
@import 'routes/dc/nodes/index';
|
|
@import 'routes/dc/services/index';
|
|
@import 'routes/dc/intention/index';
|
|
@import 'routes/dc/kv/index';
|
|
@import 'routes/dc/acls/index';
|
|
@import 'routes/dc/acls/tokens/index';
|