您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_light.scss 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. * Connection indicator
  22. **/
  23. $downloadConnectionIconColor: #4abd04;
  24. $uploadConnectionIconColor: #ffa800;
  25. /**
  26. * Dialog colors
  27. **/
  28. $auiDialogColor: #333;
  29. $auiDialogBg: #f5f5f5;
  30. $auiDialogContentBg: #fff;
  31. $auiBorderColor: #ccc;
  32. $dialogTitleFontWeight: 400;
  33. // Main controls
  34. $inputBackground: #fff;
  35. $inputBorderColor: #ccc;
  36. $inputColor: #333;
  37. $placeHolderColor: #a7a7a7;
  38. $readOnlyInputColor: #a7a7a7;
  39. $defaultDarkSelectionColor: #ccc;
  40. $buttonFontWeight: 400;
  41. $labelFontWeight: 400;
  42. $hintFontSize: em(13, 14);
  43. $linkFontColor: #3572b0;
  44. $linkHoverFontColor: darken(#3572b0, 10%);
  45. $dropdownColor: #333;
  46. // Popover colors
  47. $popoverBg: #000;
  48. $popoverFontColor: #ffffff;
  49. $popupMenuSelectedItemBackground: rgba(256, 256, 256, .2);