1b5658d5ac
We've had a set of %placeholders in our base styles for quite a while but not butten the bullet to use them. This begins to use them. We had to make a small amount of tweaks to base whilst doing this, but its as we'd prefer there to be as few font placeholders as possible. We might/should be able to reduce these further at somepoint, or potentially rename them. We currently have six header fonts (or 4 header fonts/2 strong body fonts) and 3 body fonts. We also noticed an empty CSS file and deleted that while we were here. We also noticed that the bottom border of structure tabs was a pixel larger than ours so we tweaked that here also.
26 lines
574 B
SCSS
26 lines
574 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';
|
|
#ember-basic-dropdown-wormhole {
|
|
z-index: 510;
|
|
position: relative;
|
|
}
|
|
/**/
|
|
|
|
@import 'components/index';
|
|
@import 'core/typography';
|
|
@import 'core/layout';
|
|
|
|
@import 'routes/dc/settings/index';
|
|
@import 'routes/dc/service/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';
|