Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

_light.scss 980B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /**
  2. * Buttons
  3. */
  4. $buttonBackground: #f5f5f5;
  5. $buttonHoverBackground: #e9e9e9;
  6. $buttonBorder: #ccc;
  7. $buttonHoverBorder: #999;
  8. $buttonColor: #333;
  9. $buttonLightBackground: #f5f5f5;
  10. $buttonLightHoverBackground: #e9e9e9;
  11. $buttonLightBorder: #ccc;
  12. $buttonLightHoverBorder: #999;
  13. $buttonLinkBackground: transparent;
  14. $buttonLinkColor: #0090e8;
  15. $primaryButtonBackground: #3572b0;
  16. $primaryButtonHoverBackground: #2a67a5;
  17. $primaryButtonColor: #fff;
  18. $primaryButtonFontWeight: 400;
  19. $buttonShadowColor: #192d4f;
  20. /**
  21. * Dialog colors
  22. **/
  23. $auiDialogColor: #333;
  24. $auiDialogBg: #f5f5f5;
  25. $auiDialogContentBg: #fff;
  26. $auiBorderColor: #ccc;
  27. $dialogTitleFontWeight: 400;
  28. // Main controls
  29. $inputBackground: #fff;
  30. $inputBorderColor: #ccc;
  31. $inputColor: #333;
  32. $defaultDarkSelectionColor: #ccc;
  33. $titleLetterSpacing: 0;
  34. $letterSpacing: 0;
  35. $buttonFontWeight: 400;
  36. $labelFontWeight: 400;
  37. $hintFontSize: em(13, 14);
  38. $linkFontColor: #3572b0;
  39. $linkHoverFontColor: darken(#3572b0, 10%);
  40. $dropdownColor: #333;