mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +02:00
Generalize base paragraph style across the app
This commit is contained in:
parent
224f849e90
commit
a24dcb54f4
1 changed files with 7 additions and 7 deletions
|
@ -50,6 +50,13 @@ $letter-space--xs: .0125em;
|
||||||
margin-top: units(1);
|
margin-top: units(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p,
|
||||||
|
.usa-list li
|
||||||
|
{
|
||||||
|
@include typeset('sans', 'sm', 5);
|
||||||
|
max-width: measure(5);
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@include typeset('sans', '2xl', 2);
|
@include typeset('sans', '2xl', 2);
|
||||||
margin: 0 0 units(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 {
|
.register-form-step a {
|
||||||
color: color('primary');
|
color: color('primary');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue