mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
@import '../style/var';
|
|
|
|
.van-count-down {
|
|
color: @count-down-text-color;
|
|
font-size: @count-down-font-size;
|
|
line-height: @count-down-line-height;
|
|
}
|