mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
30 lines
365 B
Plaintext
30 lines
365 B
Plaintext
@import '../common/_var';
|
|
|
|
.zan-c-red {
|
|
color: $red !important;
|
|
}
|
|
|
|
.zan-c-gray {
|
|
color: $gray !important;
|
|
}
|
|
|
|
.zan-c-gray-dark {
|
|
color: $gray-dark !important;
|
|
}
|
|
|
|
.zan-c-gray-darker {
|
|
color: $gray-darker !important;
|
|
}
|
|
|
|
.zan-c-black {
|
|
color: $text-color !important;
|
|
}
|
|
|
|
.zan-c-blue {
|
|
color: $blue !important;
|
|
}
|
|
|
|
.zan-c-green {
|
|
color: $green !important;
|
|
}
|