2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-17 13:20:52 +08:00
naive-ui/styles/themes/light/components/Anchor.scss
2020-01-15 01:33:01 +08:00

9 lines
320 B
SCSS

@mixin setup-light-anchor {
$--anchor-rail-background-color: #d9d9d9 !global;
$--anchor-link-title-text-color: (
'default': $--n-text-color,
'hover': $--n-primary-color,
'active': $--n-primary-color
) !global;
$--anchor-link-background-color: change-color($color: $--primary-6, $alpha: .1) !global;
}