mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
Moves all Route/model hook loading to use Outlet components which listen on route change.
15 lines
280 B
SCSS
15 lines
280 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
%app-view .outlet > div > header {
|
|
@extend %app-view-header;
|
|
}
|
|
%app-view-header .title {
|
|
@extend %app-view-title;
|
|
}
|
|
%app-view-header .actions {
|
|
@extend %app-view-actions;
|
|
}
|
|
%app-view .outlet > div > div {
|
|
@extend %app-view-content;
|
|
}
|