Update border around inputs
This commit is contained in:
parent
86a37f0280
commit
5461a3f1ed
|
@ -50,6 +50,7 @@
|
|||
|
||||
input, textarea, select, option {
|
||||
background-color: $input-color;
|
||||
border: 1px solid $dark;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
|
Loading…
Reference in New Issue