2020-03-02 06:48:35 -05:00
|
|
|
@import './brand-loader/index';
|
2021-05-24 11:43:27 +01:00
|
|
|
html body > .brand-loader {
|
2020-03-02 06:48:35 -05:00
|
|
|
display: none;
|
|
|
|
}
|
2021-05-24 11:43:27 +01:00
|
|
|
html.ember-loading body > .brand-loader {
|
2020-03-02 06:48:35 -05:00
|
|
|
@extend %brand-loader;
|
|
|
|
}
|