_variables.scss 831 B

12345678910111213141516171819202122232425
  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-navbar-bottom-height: 48px;
  10. $grw-editor-navbar-bottom-height: 48px;
  11. $grw-sidebar-nav-width: 64px; // !!DO NOT CHANGE!! 'margin-left' for '.css-teprsg' is hardcoded
  12. $grw-sidebar-content-min-width: 240px;
  13. $grw-logo-width: $grw-sidebar-nav-width;
  14. $grw-logomark-width: 36px;
  15. // fix tab width to 95 pixels
  16. // see also '_on-edit.scss'
  17. $grw-nav-main-left-tab-width: 95px;
  18. $grw-nav-main-left-tab-width-mobile: 50px;
  19. $grw-nav-main-tab-height: 42px;