mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
b41cad6fdf
* Begin refactoring CSS into component folders. Moved most components into layout/skin folders, left out a couple of ones I want to think about more. * Adjust grays based on recent Structure changes * Switch to fullscreen layout for lists and detail, left aligned forms (#4435) * Specifically use the 'actions_close' label, not just the :last-child (actions-group) * Replace some non-var-ed colours in vaults code skin, plus prefixing (black and white)
10 lines
295 B
SCSS
10 lines
295 B
SCSS
/* TODO: All of these folders should be self contained */
|
|
/* figure out what the best way to deal with 'icons' is */
|
|
/* most probably a centralized module */
|
|
@import '../icons/index';
|
|
@import './loader';
|
|
@import './main-header';
|
|
@import './header-nav';
|
|
@import './app-view';
|
|
@import './footer';
|