sync
[roojs1] / scss / startbootstrap-sb-admin-2 / _footer.scss
1 footer.sticky-footer {
2   padding: 2rem 0;
3   flex-shrink: 0;
4   .copyright {
5     line-height: 1;
6     font-size: 0.8rem;
7   }
8 }
9
10 body.sidebar-toggled {
11   footer.sticky-footer {
12     width: 100%;
13   }
14 }