mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
14 lines
394 B
SCSS
14 lines
394 B
SCSS
@mixin setup-dark-base-cancel-mark {
|
|
$--base-cancel-mark-cross-color: (
|
|
"default": rgba(255, 255, 255, .3),
|
|
"hover": $--primary-6,
|
|
"active": $--primary-5,
|
|
"error-hover": $--error-5,
|
|
"error-active": $--error-5
|
|
) !global;
|
|
$--base-cancel-mark-arrow-color: (
|
|
"default": rgba(255, 255, 255, .3),
|
|
"active": $--primary-6,
|
|
"error-active": $--error-6
|
|
) !global;
|
|
} |