这一版本优化了很多
This commit is contained in:
15
node_modules/wot-design-uni/components/wd-count-down/index.scss
generated
vendored
Normal file
15
node_modules/wot-design-uni/components/wd-count-down/index.scss
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@import '../common/abstracts/variable';
|
||||
@import '../common/abstracts/mixin';
|
||||
|
||||
.wot-theme-dark {
|
||||
@include b(count-down) {
|
||||
color: $-dark-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@include b(count-down) {
|
||||
color: $-count-down-text-color;
|
||||
font-size: $-count-down-font-size;
|
||||
line-height: $-count-down-line-height;
|
||||
}
|
||||
Reference in New Issue
Block a user