Files
essence/scss/elements/_footer.scss
Leo bba003edc9 - Add Step Progress Bar.
- Prefix partials with `_`.
2023-06-10 18:46:58 -05:00

32 lines
454 B
SCSS

#footer {
padding-top: 1rem;
padding-bottom: 1.5rem;
color: $gray-500;
background-color: $gray-800;
h2 {
margin-top: 1rem;
margin-bottom: 0.75rem;
font-size: $font-size-base * 1.2;
}
p {
font-size: $font-size-base;
}
h3 {
margin-top: 1rem;
margin-bottom: 0.75rem;
font-size: $font-size-base;
}
.nav-link {
color: $gray-500;
padding: 0.25rem 0;
&:hover {
color: $white;
}
}
}