941fefb15c
* 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
8 lines
123 B
SCSS
8 lines
123 B
SCSS
@import './loader/index';
|
|
html.template-loading main > div {
|
|
@extend %loader;
|
|
}
|
|
%loader circle {
|
|
fill: $magenta-100;
|
|
}
|