Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_variables.scss 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. @import "themes/light";
  2. /**
  3. * Style variables
  4. */
  5. $baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  6. $hangupColor: #bf2117;
  7. $hangupFontSize: 2em;
  8. /**
  9. * Size variables.
  10. */
  11. // Video layout.
  12. $thumbnailToolbarHeight: 22px;
  13. $thumbnailIndicatorBorder: 2px;
  14. $thumbnailIndicatorSize: $thumbnailToolbarHeight;
  15. $thumbnailVideoMargin: 2px;
  16. $thumbnailsBorder: 2px;
  17. $thumbnailVideoBorder: 2px;
  18. $filmstripToggleButtonWidth: 17px;
  19. /**
  20. * Color variables.
  21. */
  22. $defaultColor: #F1F1F1;
  23. $defaultSideBarFontColor: #44A5FF;
  24. $defaultSemiDarkColor: #ACACAC;
  25. $defaultDarkColor: #2b3d5c;
  26. $tooltipBg: rgba(0,0,0, 0.7);
  27. /**
  28. * Toolbar
  29. */
  30. $defaultToolbarSize: 50px;
  31. $defaultFilmStripOnlyToolbarSize: 37px;
  32. $splitterToolbarButtonMargin: 18px;
  33. $toolbarBackground: rgba(0, 0, 0, 0.5);
  34. $toolbarBadgeBackground: #165ECC;
  35. $toolbarBadgeColor: #FFFFFF;
  36. $toolbarFontSize: 1.9em;
  37. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  38. $toolbarTitleColor: #FFFFFF;
  39. $toolbarTitleFontSize: 19px;
  40. $toolbarToggleBackground: #12499C;
  41. /**
  42. * Main controls
  43. * TODO: looks like we don't use it
  44. */
  45. $inputSemiBackground: rgba(132, 132, 132, .8);
  46. $inputLightBackground: #EBEBEB;
  47. /**
  48. * Video layout
  49. */
  50. $videoThumbnailHovered: rgba(22, 94, 204, .4);
  51. $videoThumbnailSelected: #165ECC;
  52. $participantNameColor: #fff;
  53. $thumbnailPictogramColor: #fff;
  54. $dominantSpeakerBg: #165ecc;
  55. $raiseHandBg: #D6D61E;
  56. $audioLevelBg: #44A5FF;
  57. $connectionIndicatorBg: #165ecc;
  58. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  59. $videoStateIndicatorColor: $defaultColor;
  60. $videoStateIndicatorBackground: $toolbarBackground;
  61. /**
  62. * Feedback Modal
  63. */
  64. $feedbackContentBg: #fff;
  65. $feedbackInputBg: #fff;
  66. $feedbackTextColor: #000;
  67. $feedbackInputTextColor: #333;
  68. $feedbackInputPlaceholderColor: #777;
  69. $rateStarLabelColor: #333;
  70. $rateStarDefault: #ccc;
  71. $rateStarActivity: #165ecc;
  72. $rateStarSize: 34px;
  73. /**
  74. * Modals
  75. */
  76. $modalButtonFontSize: 14px;
  77. $modalMockAKInputBackground: #fafbfc;
  78. $modalMockAKInputBorder: 1px solid #f4f5f7;
  79. $modalTextColor: #333;
  80. /**
  81. * Notifications
  82. */
  83. $notificationFontSize: 13px;
  84. $notificationColor: #FFFFFF;
  85. $notificationBackground: $tooltipBg;
  86. $notificationTitleColor: $notificationColor;
  87. $notificationMessageColor: $notificationColor;
  88. $notificationLinkColor: $notificationColor;
  89. $notificationOpacity: 0.9;
  90. $notificationPadding: 15px 20px;
  91. $notificationBorderRadius: 4px;
  92. $notificationWidth: 215px;
  93. /**
  94. * Misc.
  95. */
  96. $borderRadius: 4px;
  97. $defaultWatermarkLink: '../images/watermark.png';
  98. $sidebarWidth: 220px;
  99. $popoverMenuPadding: 13px;
  100. $happySoftwareBackground: transparent;
  101. /**
  102. * Z-indexes. TODO: Replace this by a function.
  103. */
  104. $zindex0: 0;
  105. $zindex1: 1;
  106. $zindex2: 2;
  107. $zindex3: 3;
  108. $filmstripVideosZ: 5;
  109. $zindex10: 10;
  110. $reloadZ: 20;
  111. $poweredByZ: 100;
  112. $ringingZ: 300;
  113. $sideToolbarContainerZ: 300;
  114. $toolbarZ: 400;
  115. $tooltipsZ: 401;
  116. $dropdownMaskZ: 900;
  117. $dropdownZ: 901;
  118. $jitsipopoverZ: 1010;
  119. $centeredVideoLabelZ: 1011;
  120. $notificationZ: 1012;
  121. $popoverZ: 1015;
  122. $overlayZ: 1016;
  123. /**
  124. * Font Colors
  125. */
  126. $defaultFontColor: #777;
  127. $defaultLightFontColor: #F1F1F1;
  128. $defaultDarkFontColor: #000;
  129. /**
  130. * Forms
  131. */
  132. //inputs
  133. $inputControlEmColor: #f29424;
  134. //buttons
  135. $linkFontColor: #489afe;
  136. $linkHoverFontColor: #287ade;
  137. $formPadding: 16px;
  138. /**
  139. * Unsupported browser
  140. */
  141. $primaryUnsupportedBrowserButtonBgColor: #17a0db;
  142. $unsupportedBrowserButtonBgColor: #ff9a00;
  143. $unsupportedBrowserTextColor: #4a4a4a;
  144. $unsupportedBrowserTextSmallFontSize: 17px;
  145. $unsupportedBrowserTitleColor: #fff;
  146. $unsupportedBrowserTitleFontSize: 24px;
  147. $unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
  148. $unsupportedDesktopBrowserTextFontSize: 21px;