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 569B

123456789101112131415161718192021222324252627282930
  1. /**
  2. * Style variables
  3. */
  4. $baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  5. /**
  6. * Size variables.
  7. */
  8. $defaultToolbarSize: 50px;
  9. /**
  10. * Color variables.
  11. */
  12. $defaultColor: #ECEEF1;
  13. $defaultSemiDarkColor: #8E96A8;
  14. $defaultDarkColor: #172B4D;
  15. $defaultBackground: #091E42;
  16. $toolbarSelectBackground: rgba(0, 0, 0, 0.6);
  17. $inputBackground: rgba(94, 108, 132, .5);
  18. $inputSemiBackground: rgba(94, 108, 132, .8);
  19. $inputLightBackground: #E5E8EC;
  20. $inputBorderColor: #E5E8EC;
  21. $buttonBackground: #0074E0;
  22. /**
  23. * Misc.
  24. */
  25. $borderRadius: 4px;