mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
5 lines
237 B
SCSS
5 lines
237 B
SCSS
|
@mixin setup-light-menu {
|
||
|
$menu-background-color: $--neutral-10 !global;
|
||
|
$menu-item-selected-background-image: linear-gradient(47deg, $--neutral-7, $--neutral-7) !global;
|
||
|
$--service-kayout-item-active-color: $--primary-6 !global;
|
||
|
}
|