mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
9 lines
342 B
SCSS
9 lines
342 B
SCSS
@mixin setup-light-anchor {
|
|
$--anchor-rail-background-color: $--n-rail-color !global;
|
|
$--anchor-link-title-text-color: (
|
|
'default': $--n-primary-text-color,
|
|
'hover': $--n-primary-color,
|
|
'active': $--n-primary-color
|
|
) !global;
|
|
$--anchor-link-background-color: change-color($color: $--n-primary-color, $alpha: .1) !global;
|
|
} |