mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
9d21736e9f
* Add copyright headers to UI files * Ensure copywrite file ignores external libs
24 lines
443 B
SCSS
24 lines
443 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
@import './layout';
|
|
@import './skin';
|
|
.empty-state {
|
|
@extend %empty-state;
|
|
}
|
|
%empty-state header :first-child {
|
|
@extend %empty-state-header;
|
|
}
|
|
%empty-state header :nth-child(2) {
|
|
@extend %empty-state-subheader;
|
|
}
|
|
%empty-state-anchor {
|
|
@extend %anchor;
|
|
}
|
|
%empty-state > ul > li > *,
|
|
%empty-state > ul > li > label > button {
|
|
@extend %empty-state-anchor;
|
|
}
|