3x-ui/web/saeed/scss/_footer.scss
MasoudKhz 4ece716f8d p1
2023-07-03 10:01:08 +03:30

14 lines
196 B
SCSS

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