18 lines
197 B
SCSS
18 lines
197 B
SCSS
h1, h2, h3, h4, h5, h6 {
|
|
font-family: $font-sans;
|
|
|
|
.usa-button {
|
|
position: relative;
|
|
bottom: 0.5rem;
|
|
left: 1rem;
|
|
}
|
|
|
|
}
|
|
|
|
h1 {
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
label {
|
|
font-style: italic;
|
|
} |