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.

_light.scss 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /**
  2. * Base
  3. */
  4. $baseLight: #FFFFFF;
  5. /**
  6. * Controls
  7. */
  8. $controlBackground: $baseLight;
  9. $controlColor: #333333;
  10. $sliderTrackBackground: #474747;
  11. $sliderThumbBackground: #3572b0;
  12. /**
  13. * Buttons
  14. */
  15. $buttonBackground: #44A5FF;
  16. $buttonHoverBackground: #2c4062;
  17. $buttonBorder: transparent;
  18. $buttonHoverBorder: transparent;
  19. $buttonColor: #eceef1;
  20. $buttonLightBackground: #f5f5f5;
  21. $buttonLightHoverBackground: #e9e9e9;
  22. $buttonLightBorder: #ccc;
  23. $buttonLightHoverBorder: #999;
  24. $buttonLinkBackground: transparent;
  25. $buttonLinkColor: #0090e8;
  26. $primaryButtonBackground: #3572b0;
  27. $primaryButtonHoverBackground: #2a67a5;
  28. $primaryButtonColor: $baseLight;
  29. $primaryButtonFontWeight: 400;
  30. $buttonShadowColor: #192d4f;
  31. $overlayButtonBg: #0074E0;
  32. /**
  33. * Color variables
  34. **/
  35. $defaultBackground: #474747;
  36. $reloadProgressBarBg: #0074E0;
  37. /**
  38. * Dialog colors
  39. **/
  40. $auiDialogColor: #eceef1;
  41. $auiDialogBg: #253858;
  42. $auiDialogContentBg: #344563;
  43. $auiBorderColor: #253858;
  44. $dialogTitleFontWeight: 400;
  45. $dialogErrorText: #344563;
  46. /**
  47. * Inlay colors
  48. **/
  49. $inlayColorBg: lighten($defaultBackground, 20%);
  50. $inlayBorderColor: lighten($baseLight, 10%);
  51. // Main controls
  52. $placeHolderColor: #a7a7a7;
  53. $readOnlyInputColor: #a7a7a7;
  54. $defaultDarkSelectionColor: #ccc;
  55. $buttonFontWeight: 400;
  56. $labelFontWeight: 400;
  57. $hintFontSize: em(13, 14);
  58. $linkFontColor: #3572b0;
  59. $linkHoverFontColor: darken(#3572b0, 10%);
  60. $dropdownColor: #333;
  61. $errorColor: #c61600;
  62. // Feedback colors
  63. $feedbackCancelFontColor: #333;
  64. // Popover colors
  65. $popoverBg: initial;
  66. $popoverFontColor: #ffffff !important;
  67. $popupMenuColor: #ffffff !important;
  68. $popupMenuHoverColor: #ffffff !important;
  69. $popupMenuHoverBackground: rgba(255, 255, 255, 0.1);
  70. $popupSliderColor: #0376da;
  71. // Toolbar
  72. $secondaryToolbarBg: rgba(0, 0, 0, 0.5);
  73. // TOFIX: Once moved to react rename to match the side panel class name.
  74. $sideToolbarContainerBg: rgba(0, 0, 0, 0.75);
  75. $toolbarBackground: rgba(0, 0, 0, 0.5);
  76. $toolbarBadgeBackground: #165ECC;
  77. $toolbarBadgeColor: #FFFFFF;
  78. $toolbarButtonColor: #FFFFFF;
  79. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  80. $toolbarTitleColor: #FFFFFF;
  81. $toolbarToggleBackground: #12499C;
  82. /**
  83. * Forms
  84. */
  85. //dropdown
  86. $selectFontColor: $controlColor;
  87. $selectBg: $controlBackground;
  88. $selectActiveBg: darken($controlBackground, 5%);
  89. $selectActiveItemBg: darken($controlBackground, 20%);
  90. /**
  91. * TODO: Replace by themed component.
  92. */
  93. $videoQualityActive: #4C9AFF;