b574093cf1
* 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.
7 lines
86 B
SCSS
7 lines
86 B
SCSS
%brand-loader {
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -26px;
|
|
left: 50%;
|
|
}
|