2018-10-19 15:17:02 +00:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
2020-05-07 13:57:15 +00:00
|
|
|
%app-view > div > header {
|
|
|
|
@extend %app-view-header;
|
|
|
|
}
|
|
|
|
%app-view-header .title {
|
|
|
|
@extend %app-view-title;
|
|
|
|
}
|
|
|
|
%app-view-header .actions {
|
|
|
|
@extend %app-view-actions;
|
|
|
|
}
|
|
|
|
%app-view > div > div {
|
|
|
|
@extend %app-view-content;
|
|
|
|
}
|