You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
605 B

  1. // Colors
  2. @blue: #85b5bb;
  3. @dark-blue: #36535a;
  4. @red: #e96e57;
  5. @light-gray: #f6f8f8;
  6. @dark-gray: #3b3b3b;
  7. @navbar-default-bg: #fff;
  8. @lik-color: @text-color;
  9. @text-color: @dark-blue;
  10. @progress-bg: @blue;
  11. // Typography
  12. @font-family-base: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  13. @font-family-mono: "Source code Pro", monospace;
  14. @headings-font-family: @font-family-base;
  15. @headings-font-weight: 100;
  16. @headings-line-height: 1.1;
  17. @headings-color: inherit;
  18. // Animation
  19. @animation-duration: 0.3s;
  20. // Layout
  21. @grid-gutter-width: 76px;