Files
essence/scss/elements/_footer.scss
2024-01-31 22:16:37 -06:00

28 lines
429 B
SCSS

#footer {
padding-top: 2rem;
padding-bottom: 1.5rem;
color: $gray-500;
background-color: $gray-800;
font-size: $small-font-size;
.footer-brand {
margin-bottom: 0.75rem;
font-size: $font-size-base;
font-weight: bold;
}
.footer-header {
margin-bottom: 0.75rem;
font-weight: bold;
}
.nav-link {
color: $gray-500;
padding: 0.25rem 0;
&:hover {
color: $white;
}
}
}