2020-04-08 17:03:18 +00:00
|
|
|
@import './layout';
|
2020-05-01 08:50:13 +00:00
|
|
|
@import './skin';
|
2020-04-08 17:03:18 +00:00
|
|
|
%empty-state header :first-child {
|
|
|
|
@extend %empty-state-header;
|
|
|
|
}
|
|
|
|
%empty-state header :nth-child(2) {
|
|
|
|
@extend %empty-state-subheader;
|
|
|
|
}
|
2020-05-01 08:50:13 +00:00
|
|
|
%empty-state-anchor {
|
|
|
|
@extend %anchor;
|
|
|
|
}
|
2020-04-08 17:03:18 +00:00
|
|
|
%empty-state > ul > li > *,
|
|
|
|
%empty-state > ul > li > label > button {
|
|
|
|
@extend %empty-state-anchor;
|
|
|
|
}
|
|
|
|
%empty-state > ul > li {
|
|
|
|
@extend %with-popover-menu;
|
|
|
|
}
|
2020-05-27 10:23:21 +00:00
|
|
|
%empty-state label {
|
|
|
|
@extend %primary-button;
|
|
|
|
}
|