Update requests table and add temp nav link

This commit is contained in:
Luis Cielak
2018-07-23 10:05:29 -04:00
parent f05f1c0e33
commit 3bc5c984c1
5 changed files with 73 additions and 39 deletions

View File

@@ -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 {