mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
23 lines
530 B
SCSS
23 lines
530 B
SCSS
@import './mixins/mixins.scss';
|
|
|
|
@include themes-mixin {
|
|
@include b(base-menu-mask) {
|
|
@include once {
|
|
@include fade-in-transition(base-menu-mask);
|
|
font-size: 14px;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
padding: 14px;
|
|
overflow: hidden;
|
|
}
|
|
color: $--base-menu-mask-text-color;
|
|
background-color: $--base-menu-mask-background-color;
|
|
}
|
|
} |