_app-footer.scss 356 B

123456789101112131415
  1. //
  2. // Core: Main Footer
  3. //
  4. .app-footer {
  5. grid-area: #{$lte-prefix}app-footer;
  6. width: inherit;
  7. max-width: 100vw;
  8. min-height: 3rem;
  9. padding: $lte-app-footer-padding;
  10. color: $lte-app-footer-color;
  11. background-color: $lte-app-footer-bg;
  12. border-top: $lte-app-footer-border-top;
  13. @include transition($lte-transition-speed $lte-transition-fn);
  14. }