mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
4 lines
208 B
SCSS
4 lines
208 B
SCSS
@mixin setup-light-base-menu-mask {
|
|
$--base-menu-mask-background-color: change-color($--n-popover-background-color, $alpha: .75) !global;
|
|
$--base-menu-mask-text-color: $--n-secondary-text-color !global;
|
|
} |