mirror of https://github.com/hashicorp/consul
16 lines
338 B
SCSS
16 lines
338 B
SCSS
|
@import './skin';
|
||
|
@import './layout';
|
||
|
%empty-state header :first-child {
|
||
|
@extend %empty-state-header;
|
||
|
}
|
||
|
%empty-state header :nth-child(2) {
|
||
|
@extend %empty-state-subheader;
|
||
|
}
|
||
|
%empty-state > ul > li > *,
|
||
|
%empty-state > ul > li > label > button {
|
||
|
@extend %empty-state-anchor;
|
||
|
}
|
||
|
%empty-state > ul > li {
|
||
|
@extend %with-popover-menu;
|
||
|
}
|