_variables.scss 257 B

1234567891011
  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-sidebar-nav-width: 48px;
  9. $grw-navbar-bottom-height: 62px;
  10. $grw-scroll-margin-top-in-view: 130px;