18 lines
316 B
SCSS
18 lines
316 B
SCSS
.footer {
|
|
.nav-link {
|
|
color: $dark;
|
|
font-weight: $font-weight-normal;
|
|
font-size: $font-size-sm;
|
|
padding-top: 0;
|
|
padding-bottom: $nav-link-footer-padding;
|
|
|
|
&:hover {
|
|
opacity: 1 !important;
|
|
transition: $footer-link-animation;
|
|
}
|
|
}
|
|
.footer-logo {
|
|
max-width: 2rem;
|
|
}
|
|
}
|