HighSpeaker/public/scss/_footer.scss

15 lines
196 B
SCSS
Raw Permalink Normal View History

2022-12-24 19:40:40 +05:30
footer.sticky-footer {
padding: 2rem 0;
flex-shrink: 0;
.copyright {
line-height: 1;
font-size: 0.8rem;
}
}
body.sidebar-toggled {
footer.sticky-footer {
width: 100%;
}
}