mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 23:36:18 +00:00
15 lines
196 B
SCSS
15 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%;
|
||
|
}
|
||
|
}
|