mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
21 lines
417 B
SCSS
21 lines
417 B
SCSS
@import "./mixins/mixins.scss";
|
|
|
|
@include themes-mixin () {
|
|
@include b(empty) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
@include e(icon) {
|
|
fill: $--n-disabled-text-color;
|
|
width: 48px;
|
|
height: 48px;
|
|
}
|
|
@include e(description) {
|
|
margin-top: 8px;
|
|
color: $--n-disabled-text-color;
|
|
}
|
|
@include e(extra) {
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
} |