mirror of https://github.com/hashicorp/consul
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;
|
||
|
}
|