open-consul/ui-v2/app/styles/components/app-view/index.scss
John Cowen 527d3ab605
ui: CSS margin/border alterations (#8796)
* ui: Reorganize page top margins and borders

* Tweak definition table copy-buttons

* Make room for intro paragraphs
2020-10-05 15:02:15 +01:00

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;
}