footer.less 523 B

123456789101112131415161718192021222324
  1. //
  2. // Forum Footer
  3. // --------------------------------------------------
  4. // Superbasic spacing and layout for easy overriding
  5. .misago-footer {
  6. margin-top: @line-height-computed * 1.5;
  7. margin-bottom: @line-height-computed * 2.5;
  8. .footer-content {
  9. border-top: 1px solid @page-header-border-color;
  10. padding-top: @line-height-computed * 1.5;
  11. }
  12. }
  13. // Position "enable JS!" message's icon
  14. .misago-footer .noscript-message .material-icon {
  15. position: relative;
  16. bottom: 1px;
  17. font-size: @font-size-large;
  18. }