[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
+3 -3
View File
@@ -118,7 +118,7 @@
&--disabled {
background: $active-color;
border-color: $gray-light;
border-color: $border-color;
color: $gray;
}
}
@@ -179,7 +179,7 @@
&__header {
padding: 0 10px;
border: 1px solid $gray-light;
border: 1px solid $border-color;
line-height: 24px;
border-radius: 3px;
font-size: 12px;
@@ -197,7 +197,7 @@
float: left;
margin: 10px 10px 0 0;
position: relative;
border: $gray-light 1px solid;
border: 1px solid $border-color;
img {
max-width: 100%;