mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 09:28:26 -04:00
21 lines
209 B
SCSS
21 lines
209 B
SCSS
@use 'uswds-core' as *;
|
|
|
|
.usa-prose {
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5 {
|
|
font-family: family('sans');
|
|
}
|
|
}
|
|
|
|
.usa-hero {
|
|
background-image: none;
|
|
}
|
|
|
|
.usa-hint {
|
|
display: block;
|
|
color: color('gray-70');
|
|
}
|