starting focused styling
This commit is contained in:
@ -5,10 +5,21 @@ textarea,
|
||||
[type="search"],
|
||||
[type="tel"],
|
||||
[type="text"] {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 0;
|
||||
border-color: $gray-dark;
|
||||
background-color: $white;
|
||||
padding: 8px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[type="submit"] {
|
||||
border-color: $gray-dark;
|
||||
background-color: $white;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.select-wrapper {
|
||||
padding: 7px 6px 6px;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user