Masuksini-Real-Estate/public/assets/pwa/sb/scss/_footer.scss
2024-09-07 08:16:49 +07:00

15 lines
196 B
SCSS
Vendored

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