naive-ui/styles/themes/dark/components/Divider.scss
songwanli2025@163.com 4f90dd3b05 merge from upstream
2019-12-17 14:36:37 +08:00

4 lines
140 B
SCSS

@mixin setup-dark-divider {
$--divider-text-color: $--n-text-color !global;
$--divider-border-color: $--n-alpha-divider-color !global;
}