naive-ui/styles/themes/light/components/Anchor.scss

3 lines
92 B
SCSS
Raw Normal View History

2019-10-12 14:23:40 +08:00
@mixin setup-light-anchor {
$--anchor-rail-background-color: rgba(0, 0, 0, .15) !global;
2019-10-12 14:23:40 +08:00
}