diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 79f74916a..4f633fc00 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -217,7 +217,15 @@ td.table-empty-message { h1, h2, h3, h4, h5 { font-family: family("sans"); } -} +} + +.usa-section { + &__home { + h2 { + font-family: family("serif"); + } + } +} .navigation-service.usa-breadcrumb { -bottom: 0; @@ -293,6 +301,18 @@ td.table-empty-message { } } +.usage-table { + ul { + list-style: none; + padding: 0; + margin: 0; + } + .big-number-smallest { + display: flex; + flex-direction: column; + } +} + #template-list { max-height: 500px; overflow-y: auto; diff --git a/app/templates/views/platform-admin/_base_template.html b/app/templates/views/platform-admin/_base_template.html index 80cb8a79c..75696fabc 100644 --- a/app/templates/views/platform-admin/_base_template.html +++ b/app/templates/views/platform-admin/_base_template.html @@ -2,7 +2,7 @@ {% from "components/page-footer.html" import page_footer %} {% block main %} -