2023-03-14 14:18:55 +01:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
2023-08-11 09:12:13 -04:00
|
|
|
* SPDX-License-Identifier: BUSL-1.1
|
2023-03-14 14:18:55 +01:00
|
|
|
*/
|
|
|
|
|
2020-04-08 18:03:18 +01:00
|
|
|
@import './layout';
|
2020-05-01 09:50:13 +01:00
|
|
|
@import './skin';
|
2021-06-23 09:19:35 +01:00
|
|
|
.empty-state {
|
|
|
|
@extend %empty-state;
|
|
|
|
}
|
2020-04-08 18:03:18 +01:00
|
|
|
%empty-state header :first-child {
|
|
|
|
@extend %empty-state-header;
|
|
|
|
}
|
|
|
|
%empty-state header :nth-child(2) {
|
|
|
|
@extend %empty-state-subheader;
|
|
|
|
}
|
2020-05-01 09:50:13 +01:00
|
|
|
%empty-state-anchor {
|
|
|
|
@extend %anchor;
|
|
|
|
}
|
2020-04-08 18:03:18 +01:00
|
|
|
%empty-state > ul > li > *,
|
|
|
|
%empty-state > ul > li > label > button {
|
|
|
|
@extend %empty-state-anchor;
|
|
|
|
}
|