use sass var for select border color
This commit is contained in:
parent
309037e2ad
commit
9ccc1faa9e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ textarea {
|
|||
}
|
||||
|
||||
select {
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid $color__border-input;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue