From 1cc7444841cb1081e8083a587a539e56d8832aab Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Wed, 19 Apr 2023 17:49:34 -0400 Subject: [PATCH] Add new summary-item to list of rules for border --- .../assets/sass/_theme/_uswds-theme-custom-styles.scss | 2 ++ 1 file changed, 2 insertions(+) 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 28893ad41..d87e533f0 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss @@ -182,10 +182,12 @@ a.breadcrumb__back { } } +.summary-item, .review__step { margin-top: units(3); } +.summary-item hr, .review__step hr { border: none; //reset border-top: 1px solid color('primary-dark');