Use block-list instead of panel
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
@@ -1,33 +0,0 @@
|
||||
/*
|
||||
* Panels Actions
|
||||
* Form inputs and other actions for panels
|
||||
*/
|
||||
|
||||
.panel__actions {
|
||||
display: flex;
|
||||
padding: $gap;
|
||||
|
||||
&--filter {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
&--search {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@@ -16,11 +16,6 @@
|
||||
|
||||
th {
|
||||
@include block-list-header;
|
||||
|
||||
&:first-child {
|
||||
padding: $gap * 2 !important; // This overrides USWDS's no padding
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
td {
|
||||
|
Reference in New Issue
Block a user