Files
tmhr/static/scss/argon-dashboard/_footer.scss
2024-02-23 10:30:02 +00:00

15 lines
274 B
SCSS
Executable File

.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;
}
}
}