variables.less 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. //
  2. // Misago Default Theme Variables
  3. // --------------------------------------------------
  4. //== Loaders
  5. //
  6. //## Loaders appearance and spacing.
  7. //** Full loader size (both width and height)
  8. @loader-size: 80px;
  9. //** Loader color
  10. @loader-color: @gray-light;
  11. //== Navbar
  12. //
  13. //## Extra navbar configurability
  14. //** Full navbar avatar padding
  15. @navbar-avatar-size: 34px;
  16. //** Compact navbar
  17. @navbar-compact-item-size: 24px;
  18. //== Error pages
  19. //
  20. @message-page-icon-size: 80px;
  21. //== Auth Changed message
  22. //
  23. @auth-changed-bg: @gray-lighter;
  24. @auth-changed-color: @gray-darker;
  25. //-- Z-index master list
  26. //
  27. // Warning: Avoid customizing these values. They're used for a bird's eye view
  28. // of components dependent on the z-axis and are designed to all work together.
  29. //
  30. // Note: These variables are not generated into the Customizer.
  31. @zindex-navbar: 1000;
  32. @zindex-dropdown: 1000;
  33. @zindex-popover: 1060;
  34. @zindex-tooltip: 1070;
  35. @zindex-navbar-fixed: 1030;
  36. @zindex-modal-background: 1040;
  37. @zindex-modal: 1050;
  38. @zindex-auth-message: 1070;