_variables.scss 686 B

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