Generalize base paragraph style across the app

This commit is contained in:
igorkorenfeld 2023-04-05 17:54:49 -04:00
parent 224f849e90
commit a24dcb54f4
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -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');