[improvement] update color variables (#2010)

This commit is contained in:
neverland
2018-11-01 16:16:26 +08:00
committed by GitHub
parent 63816a4902
commit af168d6abc
40 changed files with 84 additions and 67 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ $van-checkbox-size: 20px;
color: transparent;
text-align: center;
line-height: inherit;
border: 1px solid #aaa;
border: 1px solid $gray-light;
width: $van-checkbox-size;
height: $van-checkbox-size;
box-sizing: border-box;
@@ -33,7 +33,7 @@ $van-checkbox-size: 20px;
&--checked {
.van-icon {
color: #fff;
color: $white;
border-color: $green;
background-color: $green;
}