_variables.scss 976 B

123456789101112131415161718192021222324252627282930
  1. //== GROWI Official Color
  2. $growi-green: #74bc46;
  3. $growi-blue: #175fa5;
  4. $font-family-for-staff-credit: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
  5. $font-family-monospace-not-strictly: Monaco, Menlo, Consolas, 'Courier New', MeiryoKe_Gothic, monospace;
  6. //== Layout
  7. $grw-navbar-height: 52px;
  8. $grw-navbar-border-width: 3.3333px;
  9. $grw-subnav-min-height: 95px;
  10. $grw-subnav-min-height-md: 115px;
  11. $grw-subnav-max-height-on-edit: 95px;
  12. $grw-subnav-max-height-md-on-edit: 115px;
  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-sidebar-content-min-width: 240px;
  17. $grw-logo-width: $grw-sidebar-nav-width;
  18. $grw-logomark-width: 36px;
  19. // fix tab width to 95 pixels
  20. // see also '_on-edit.scss'
  21. $grw-nav-main-left-tab-width: 95px;
  22. $grw-nav-main-left-tab-width-mobile: 50px;
  23. $grw-nav-main-tab-height: 42px;