open-consul/ui-v2/app/styles/components/brand-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
128 B
SCSS

@import './brand-loader/index';
html body > svg {
display: none;
}
html.ember-loading body > svg {
@extend %brand-loader;
}