[Improvement] border color variable (#1412)

This commit is contained in:
neverland
2018-07-05 19:25:57 +08:00
committed by GitHub
parent 8942eb56fa
commit 864b386c43
6 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -109,7 +109,7 @@
top: 30px;
width: 100%;
height: 1px;
background-color: $gray-light;
background-color: $border-color;
}
&.van-step--finish {
@@ -191,7 +191,7 @@
left: -15px;
width: 1px;
height: 100%;
background-color: $gray-light;
background-color: $border-color;
}
}
}