mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 03:43:34 +00:00
967afbaaf4
Moves all Route/model hook loading to use Outlet components which listen on route change.
15 lines
247 B
SCSS
15 lines
247 B
SCSS
@import './loader/index';
|
|
.consul-loader {
|
|
@extend %loader;
|
|
}
|
|
%loader circle {
|
|
fill: $magenta-100;
|
|
}
|
|
html.ember-loading .view-loader,
|
|
html[data-state='idle'] .view-loader {
|
|
display: none;
|
|
}
|
|
.outlet[data-state='loading'] {
|
|
display: none;
|
|
}
|