mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
9 lines
247 B
SCSS
9 lines
247 B
SCSS
@mixin setup-light-breadcrumb {
|
|
$--breadcrumb-link-text-color: (
|
|
'default': $--n-secondary-text-color,
|
|
'active': $--n-text-color
|
|
) !global;
|
|
$--breadcrumb-seperator-text-color: (
|
|
'default': $--n-secondary-text-color
|
|
) !global;
|
|
} |