[Doc] update neutral color variables (#2130)

This commit is contained in:
neverland
2018-11-23 20:29:43 +08:00
committed by GitHub
parent ec159b5e47
commit f69c66b439
21 changed files with 57 additions and 39 deletions
+4 -2
View File
@@ -65,6 +65,8 @@ export default {
</script>
<style lang="less">
@import '../../style/var';
.demo-style {
.van-ellipsis {
font-size: 13px;
@@ -74,7 +76,7 @@ export default {
.van-hairline--top {
height: 30px;
background-color: #fff;
background-color: @white;
&::after {
top: 5px;
@@ -83,7 +85,7 @@ export default {
.van-col {
height: 50px;
color: #fff;
color: @white;
font-size: 14px;
border-radius: 3px;
text-align: center;
+2 -2
View File
@@ -5,7 +5,7 @@
box-sizing: border-box;
}
.hairline(@border-color: #eee) {
.hairline(@border-color: #ebedf0) {
.hairline-common();
top: -50%;
@@ -16,7 +16,7 @@
border: 0 solid @border-color;
}
.hairline-bottom(@border-color: #eee, @left: 0) {
.hairline-bottom(@border-color: #ebedf0, @left: 0) {
.hairline-common();
left: @left;