mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
7 lines
427 B
SCSS
7 lines
427 B
SCSS
@mixin setup-dark-menu {
|
|
$--menu-item-background-image: linear-gradient(90deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .03) 40%, rgba(0, 0, 0, .09) 60%, rgba(0, 0, 0, .09) 100%) !global;
|
|
$--menu-item-background-position: 0% !global;
|
|
$--menu-item-group-text-color: $--n-meta-text-color !global;
|
|
$--menu-item-text-color: $--n-secondary-text-color !global;
|
|
$--menu-sub-menu-text-color: $--n-text-color !global;
|
|
} |