_variables.scss 612 B

1234567891011121314151617181920
  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: 50px;
  8. $grw-sidebar-nav-width: 64px;
  9. $grw-sidebar-content-min-width: 240px;
  10. $grw-logo-width: $grw-sidebar-nav-width;
  11. $grw-logomark-width: 40px;
  12. // fix tab width to 95 pixels
  13. // see also '_on-edit.scss'
  14. $grw-nav-main-left-tab-width: 95px;
  15. $grw-nav-main-tab-height: 42px;