_variables.scss 614 B

123456789101112131415161718192021222324
  1. //== Marker Color
  2. $grw-marker-yellow: #ff6;
  3. $grw-marker-red: #f6c;
  4. $grw-marker-blue: #6cf;
  5. $grw-marker-cyan: #6ff;
  6. $grw-marker-green: #6f6;
  7. //== Layout
  8. $grw-subnav-min-height: 95px;
  9. $grw-subnav-min-height-md: 115px;
  10. $grw-subnav-height-on-edit: 95px;
  11. $grw-subnav-height-lg-on-edit: 50px;
  12. $grw-subnav-search-preview-min-height: 90px;
  13. $grw-navbar-bottom-height: 48px;
  14. $grw-editor-navbar-bottom-height: 48px;
  15. $grw-sidebar-nav-width: 64px; // !!DO NOT CHANGE!! 'margin-left' for '.css-teprsg' is hardcoded
  16. $grw-logo-width: $grw-sidebar-nav-width;
  17. $grw-logomark-width: 36px;
  18. $grw-scroll-margin-top-in-view: 130px;