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;
|
||
|
}
|