Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

_light.scss 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. $dialogErrorText: #344563;
  41. /**
  42. * Inlay colors
  43. **/
  44. $inlayColorBg: lighten($defaultBackground, 20%);
  45. $inlayBorderColor: lighten($baseLight, 10%);
  46. // Main controls
  47. $placeHolderColor: #a7a7a7;
  48. $readOnlyInputColor: #a7a7a7;
  49. $defaultDarkSelectionColor: #ccc;
  50. $buttonFontWeight: 400;
  51. $labelFontWeight: 400;
  52. $hintFontSize: em(13, 14);
  53. $linkFontColor: #3572b0;
  54. $linkHoverFontColor: darken(#3572b0, 10%);
  55. $dropdownColor: #333;
  56. $errorColor: #c61600;
  57. // Feedback colors
  58. $feedbackCancelFontColor: #333;
  59. // Popover colors
  60. $popoverFontColor: #ffffff !important;
  61. $popupSliderColor: #0376da;
  62. // Toolbar
  63. $secondaryToolbarBg: rgba(0, 0, 0, 0.5);
  64. // TOFIX: Once moved to react rename to match the side panel class name.
  65. $sideToolbarContainerBg: rgba(0, 0, 0, 0.75);
  66. $toolbarBackground: rgba(0, 0, 0, 0.5);
  67. $toolbarBadgeBackground: #165ECC;
  68. $toolbarBadgeColor: #FFFFFF;
  69. $toolbarButtonColor: #FFFFFF;
  70. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  71. $toolbarTitleColor: #FFFFFF;
  72. $toolbarToggleBackground: #12499C;
  73. /**
  74. * Forms
  75. */
  76. //dropdown
  77. $selectFontColor: $controlColor;
  78. $selectBg: $controlBackground;
  79. $selectActiveBg: darken($controlBackground, 5%);
  80. $selectActiveItemBg: darken($controlBackground, 20%);
  81. /**
  82. * TODO: Replace by themed component.
  83. */
  84. $videoQualityActive: #57A0ff;