527d3ab605
* ui: Reorganize page top margins and borders * Tweak definition table copy-buttons * Make room for intro paragraphs
15 lines
252 B
SCSS
15 lines
252 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
%app-view > header {
|
|
@extend %app-view-header;
|
|
}
|
|
%app-view-header .title {
|
|
@extend %app-view-title;
|
|
}
|
|
%app-view-header .actions {
|
|
@extend %app-view-actions;
|
|
}
|
|
%app-view > div {
|
|
@extend %app-view-content;
|
|
}
|