Skip to content

Commit

Permalink
moved table overrides to _sass custom styles
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiewachs committed Sep 9, 2024
1 parent 8f03aa8 commit 8adf535
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions _sass/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,13 @@ a.anchor-link:focus, a.anchor-link:hover {
font-size: large;
opacity: 1
}

main .usa-table td {
vertical-align: top;
font-size: 1.1rem;
}
main .usa-table td ul,
main .usa-table td li,
main .usa-table td strong {
font-size: inherit;
}
11 changes: 0 additions & 11 deletions assets/css/uswds-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,3 @@ $theme-sidenav-breakpoint: '{{ site.data.navigation.sidenav-breakpoint | default

// import user custom styles
@import 'uswds-theme-custom-styles';

// table style overrides
main .usa-table td {
vertical-align: top;
font-size: 1.1rem;
}
main .usa-table td ul,
main .usa-table td li,
main .usa-table td strong {
font-size: inherit;
}

0 comments on commit 8adf535

Please sign in to comment.