diff --git a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss index 6958d6e6f..28af84219 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss @@ -221,7 +221,7 @@ a.breadcrumb__back { padding-top: units(5); } -section.dashboard { +.section--outlined { background-color: color('white'); border: 1px solid color('base-lighter'); border-radius: 4px; diff --git a/src/registrar/templates/domain_users.html b/src/registrar/templates/domain_users.html index 3fc67365d..1f6de4336 100644 --- a/src/registrar/templates/domain_users.html +++ b/src/registrar/templates/domain_users.html @@ -7,7 +7,7 @@