naive-ui/styles/themes/dark/components/BaseCancelMark.scss
2019-11-06 15:57:03 +08:00

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;
}