Use block-list instead of panel

This commit is contained in:
Luis Cielak
2018-07-23 15:45:46 -04:00
parent 245b6a5f27
commit 56d6077f48
4 changed files with 40 additions and 61 deletions

View File

@@ -23,4 +23,20 @@ select {
label:first-child {
padding-bottom: 0.5rem;
}
}
.usa-search {
padding-top: 2px;
margin-right: 2rem;
input[type=search] {
height: 4.4rem;
font-size: 1.7rem;
color: $color-black;
}
button {
min-height: 4.4rem;
}
}