From a24dcb54f411923092b90ba1510792ad8ba91bf2 Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Wed, 5 Apr 2023 17:54:49 -0400 Subject: [PATCH] Generalize base paragraph style across the app --- .../sass/_theme/_uswds-theme-custom-styles.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 28af84219..9865eb8d8 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss @@ -50,6 +50,13 @@ $letter-space--xs: .0125em; margin-top: units(1); } +p, +.usa-list li +{ + @include typeset('sans', 'sm', 5); + max-width: measure(5); +} + h1 { @include typeset('sans', '2xl', 2); margin: 0 0 units(2); @@ -92,13 +99,6 @@ $letter-space--xs: .0125em; } } -.register-form-step p, -.register-form-step .usa-list li, -.dashboard p -{ - @include typeset('sans', 'sm', 5); - max-width: measure(5); -} .register-form-step a { color: color('primary');