Update requests table and add temp nav link
This commit is contained in:
@@ -28,3 +28,10 @@ select {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.usa-search {
|
||||
// width: 45%;
|
||||
// float: left;
|
||||
// padding: $gap * 2;
|
||||
margin-right: $gap;
|
||||
}
|
@@ -44,3 +44,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel__actions {
|
||||
display: flex;
|
||||
padding: $gap;
|
||||
|
||||
// &__search {
|
||||
// float: left;
|
||||
// }
|
||||
}
|
@@ -4,7 +4,7 @@
|
||||
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_table.scss
|
||||
*/
|
||||
|
||||
table {
|
||||
table {
|
||||
@include panel-margin;
|
||||
min-width: 100%;
|
||||
|
||||
@@ -16,6 +16,11 @@ table {
|
||||
|
||||
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