diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 83ad4ece4..59bdd4614 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -139,11 +139,6 @@ td.table-empty-message { font-family: family('sans'); } -.usa-dark-background .pill-item__label { - color: white; - text-decoration: none !important; -} - .pill-item.usa-link { text-decoration: none !important; } @@ -257,6 +252,11 @@ td.table-empty-message { } } +.usa-checkbox.template-list-item.template-list-item-with-checkbox.template-list-item-without-ancestors { + display: flex; + flex-direction: column; +} + .usa-checkbox__label-description { margin: units(2px) 0 units(1) units(4); }