open-consul/ui-v2/app/styles/components/loader.scss
John Cowen 941fefb15c ui: Split out product css component into its separate elements (#7342)
* Remove old %action-group

* Remove old variables we no longer need

* Use the discovery-chain component in the same manner as others

* Split `product` out into its separate components
2020-05-12 17:14:11 +00:00

8 lines
123 B
SCSS

@import './loader/index';
html.template-loading main > div {
@extend %loader;
}
%loader circle {
fill: $magenta-100;
}