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.

_variables.scss 596B

12345678910111213141516171819202122232425262728293031
  1. /**
  2. * Style variables
  3. */
  4. $baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  5. $toolbarFontSize: 1.9em;
  6. /**
  7. * Size variables.
  8. */
  9. $defaultToolbarSize: 50px;
  10. /**
  11. * Color variables.
  12. */
  13. $defaultColor: #F1F1F1;
  14. $defaultSemiDarkColor: #ACACAC;
  15. $defaultDarkColor: #4F4F4F;
  16. $defaultBackground: #474747;
  17. $toolbarSelectBackground: rgba(0, 0, 0, 0.6);
  18. $inputBackground: rgba(132, 132, 132, .5);
  19. $inputSemiBackground: rgba(132, 132, 132, .8);
  20. $inputLightBackground: #EBEBEB;
  21. $inputBorderColor: #EBEBEB;
  22. $buttonBackground: #44A5FF;
  23. /**
  24. * Misc.
  25. */
  26. $borderRadius: 4px;