starting focused styling

This commit is contained in:
Mark Moser
2018-08-10 15:08:34 -05:00
parent 85602ff8f9
commit be874660e3
14 changed files with 510 additions and 97 deletions

View File

@ -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%;