forked from mirror/_s
use sass var for select border color
This commit is contained in:
parent
309037e2ad
commit
9ccc1faa9e
|
@ -24,7 +24,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid $color__border-input;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
|
|
Reference in New Issue