diff --git a/scss/elements/_inputs.scss b/scss/elements/_inputs.scss index 073b264e..b3151653 100644 --- a/scss/elements/_inputs.scss +++ b/scss/elements/_inputs.scss @@ -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; + } + } \ No newline at end of file diff --git a/scss/elements/_panel_actions.scss b/scss/elements/_panel_actions.scss deleted file mode 100644 index 702c5cc1..00000000 --- a/scss/elements/_panel_actions.scss +++ /dev/null @@ -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; - } - - } -} \ No newline at end of file diff --git a/scss/elements/_tables.scss b/scss/elements/_tables.scss index a7fabfc5..9c917286 100644 --- a/scss/elements/_tables.scss +++ b/scss/elements/_tables.scss @@ -16,11 +16,6 @@ th { @include block-list-header; - - &:first-child { - padding: $gap * 2 !important; // This overrides USWDS's no padding - } - } td { diff --git a/templates/requests.html.to b/templates/requests.html.to index 52ab1ea6..5c223568 100644 --- a/templates/requests.html.to +++ b/templates/requests.html.to @@ -9,33 +9,34 @@
Order ID |
---|