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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. $filmstripOnlyOverlayBg: #000;
  37. $reloadProgressBarBg: #0074E0;
  38. /**
  39. * Dialog colors
  40. **/
  41. $auiDialogColor: #eceef1;
  42. $auiDialogBg: #253858;
  43. $auiDialogContentBg: #344563;
  44. $auiBorderColor: #253858;
  45. $dialogTitleFontWeight: 400;
  46. $dialogErrorText: #344563;
  47. /**
  48. * Inlay colors
  49. **/
  50. $inlayColorBg: lighten($defaultBackground, 20%);
  51. $inlayBorderColor: lighten($baseLight, 10%);
  52. $inlayIconBg: #000;
  53. $inlayIconColor: #fff;
  54. $inlayFilmstripOnlyColor: #474747;
  55. $inlayFilmstripOnlyBg: #fff;
  56. // Main controls
  57. $placeHolderColor: #a7a7a7;
  58. $readOnlyInputColor: #a7a7a7;
  59. $defaultDarkSelectionColor: #ccc;
  60. $buttonFontWeight: 400;
  61. $labelFontWeight: 400;
  62. $hintFontSize: em(13, 14);
  63. $linkFontColor: #3572b0;
  64. $linkHoverFontColor: darken(#3572b0, 10%);
  65. $dropdownColor: #333;
  66. $errorColor: #c61600;
  67. // Feedback colors
  68. $feedbackCancelFontColor: #333;
  69. // Popover colors
  70. $popoverBg: initial;
  71. $popoverFontColor: #ffffff !important;
  72. $popupMenuColor: #ffffff !important;
  73. $popupMenuHoverColor: #ffffff !important;
  74. $popupMenuHoverBackground: rgba(255, 255, 255, 0.1);
  75. $popupSliderColor: #0376da;
  76. // Toolbar
  77. $secondaryToolbarBg: rgba(0, 0, 0, 0.5);
  78. // TOFIX: Once moved to react rename to match the side panel class name.
  79. $sideToolbarContainerBg: rgba(0, 0, 0, 0.75);
  80. $toolbarBackground: rgba(0, 0, 0, 0.5);
  81. $toolbarBadgeBackground: #165ECC;
  82. $toolbarBadgeColor: #FFFFFF;
  83. $toolbarButtonColor: #FFFFFF;
  84. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  85. $toolbarTitleColor: #FFFFFF;
  86. $toolbarToggleBackground: #12499C;
  87. /**
  88. * Forms
  89. */
  90. //dropdown
  91. $selectFontColor: $controlColor;
  92. $selectBg: $controlBackground;
  93. $selectActiveBg: darken($controlBackground, 5%);
  94. $selectActiveItemBg: darken($controlBackground, 20%);
  95. /**
  96. * TODO: Replace by themed component.
  97. */
  98. $videoQualityActive: #4C9AFF;