2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-11 13:10:26 +08:00
naive-ui/styles/themes/light/components/Anchor.scss
songwanli2025@163.com 4f90dd3b05 merge from upstream
2019-12-17 14:36:37 +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: .2) !global;
}