naive-ui/styles/themes/light/components/Menu.scss
2019-11-29 14:02:46 +08:00

5 lines
305 B
SCSS

@mixin setup-light-menu {
$menu-background-color: $--neutral-10 !global;
$menu-item-selected-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: 100% !global;
}