Yao ce5559a57e
[improvement] 部分组件边框实现修改 (#87)
* 使用超细边框

* 部分组件切换为 hairline

* 文档 边框替换
2017-12-23 14:25:41 +08:00

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