_footer.scss 196 B

1234567891011121314
  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. body.sidebar-toggled {
  10. footer.sticky-footer {
  11. width: 100%;
  12. }
  13. }