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