open-consul/ui/packages/consul-ui/app/styles/variables.scss
John Cowen b574093cf1
ui: Loader amends/improvements (#10181)
* ui: Loader amends/improvements

1. Create a JS compatible template only 'glimmer' component so we can
use it with or without glimmer.
2. Add a set of `rose` colors.
3. Animate the brand loader to keep it centered when the side
navigation appears.
4. Tweak the color of Consul::Loader to use a 'rose' color.
5. Move everything loader related to the `app/components/` folder and
add docs.
2021-05-07 12:23:29 +01:00

6 lines
148 B
SCSS

@import './base/reset/index';
@import './base/index';
@import './variables/custom-query';
@import './variables/layout';
@import './variables/skin';