Add panel actions styleguide

This commit is contained in:
Luis Cielak
2018-07-23 10:23:59 -04:00
parent 9f7710b17a
commit d5e6fae7ba
4 changed files with 22 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
// Panels Actions
// Form inputs and other actions for panels
.panel__actions {
display: flex;
padding: $gap;
.usa-search {
padding-top: 2px;
input[type=search] {
height: 4.4rem;
font-size: 14px;
color: $color-black;
}
button {
min-height: 4.4rem;
}
}
}