Adjust size for serach bar and filter dropdown
This commit is contained in:
parent
9464e36fb6
commit
c5f41fb369
@ -1,20 +1,31 @@
|
|||||||
// Panels Actions
|
/*
|
||||||
// Form inputs and other actions for panels
|
* Panels Actions
|
||||||
|
* Form inputs and other actions for panels
|
||||||
|
*/
|
||||||
|
|
||||||
.panel__actions {
|
.panel__actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: $gap;
|
padding: $gap;
|
||||||
|
|
||||||
|
&--filter {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&--search {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
.usa-search {
|
.usa-search {
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
margin-right: 2rem;
|
||||||
|
|
||||||
input[type=search] {
|
input[type=search] {
|
||||||
height: 4.4rem;
|
height: 4.4rem;
|
||||||
font-size: 14px;
|
|
||||||
color: $color-black;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-height: 4.4rem;
|
min-height: 4.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user