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.

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