您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_variables.scss 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. @import "themes/light";
  2. /**
  3. * Style variables
  4. */
  5. $baseFontFamily: -apple-system, BlinkMacSystemFont, '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. $defaultWarningColor: rgb(215, 121, 118);
  27. $presence-available: rgb(110, 176, 5);
  28. $presence-away: rgb(250, 201, 20);
  29. $presence-busy: rgb(233, 0, 27);
  30. $presence-idle: rgb(172, 172, 172);
  31. /**
  32. * Toolbar
  33. */
  34. $newToolbarBackgroundColor: rgba(22, 38, 55, 0.8);
  35. $newToolbarButtonHoverColor: rgba(255, 255, 255, 0.15);
  36. $newToolbarButtonToggleColor: rgba(255, 255, 255, 0.2);
  37. $AOTToolbarButtonHoverColor: rgba(14, 20, 35, 0.6);
  38. $AOTToolbarButtonToggleColor: rgba(14, 20, 35, 1);
  39. $newToolbarFontSize: 24px;
  40. $newToolbarHangupFontSize: 32px;
  41. $newToolbarSize: 40px;
  42. $newToolbarSizeWithPadding: calc(#{$newToolbarSize} + 24px);
  43. $toolbarTitleFontSize: 19px;
  44. $overflowMenuBG: initial;
  45. $overflowMenuItemHoverBG: #313D52;
  46. $overflowMenuItemHoverColor: #B8C7E0;
  47. $overflowMenuItemColor: #B8C7E0;
  48. /**
  49. * Video layout
  50. */
  51. $videoThumbnailHovered: rgba(22, 94, 204, .4);
  52. $videoThumbnailSelected: #165ECC;
  53. $participantNameColor: #fff;
  54. $thumbnailPictogramColor: #fff;
  55. $dominantSpeakerBg: #165ecc;
  56. $raiseHandBg: #D6D61E;
  57. $audioLevelBg: #44A5FF;
  58. $connectionIndicatorBg: #165ecc;
  59. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  60. $videoStateIndicatorColor: $defaultColor;
  61. $videoStateIndicatorBackground: $toolbarBackground;
  62. $videoStateIndicatorSize: 40px;
  63. $remoteVideoMenuIconMargin: initial;
  64. /**
  65. * Feedback Modal
  66. */
  67. $feedbackContentBg: #fff;
  68. $feedbackInputBg: #fff;
  69. $feedbackTextColor: #000;
  70. $feedbackInputTextColor: #333;
  71. $feedbackInputPlaceholderColor: #777;
  72. /**
  73. * Modals
  74. */
  75. $modalButtonFontSize: 14px;
  76. $modalMockAKInputBackground: #fafbfc;
  77. $modalMockAKInputBorder: 1px solid #f4f5f7;
  78. $modalTextColor: #333;
  79. /**
  80. * Chat
  81. */
  82. $chatActionsSeparatorColor: rgb(173, 105, 112);
  83. $chatHeaderBackgroundColor: rgba(42, 58, 75, 0.9);
  84. $chatInputSeparatorColor: #A4B8D1;
  85. $chatLocalMessageBackgroundColor: rgb(4, 98, 178);
  86. $chatPrivateMessageBackgroundColor: rgb(153, 69, 77);
  87. $chatRemoteMessageBackgroundColor: rgb(86, 101, 114);
  88. $sidebarWidth: 375px;
  89. /**
  90. * Misc.
  91. */
  92. $borderRadius: 4px;
  93. $popoverMenuPadding: 13px;
  94. $happySoftwareBackground: transparent;
  95. $desktopAppDragBarHeight: 25px;
  96. $scrollHeight: 7px;
  97. /**
  98. * Z-indexes. TODO: Replace this by a function.
  99. */
  100. $zindex0: 0;
  101. $zindex1: 1;
  102. $zindex2: 2;
  103. $zindex3: 3;
  104. $toolbarBackgroundZ: 4;
  105. $filmstripVideosZ: 5;
  106. $zindex10: 10;
  107. $reloadZ: 20;
  108. $poweredByZ: 100;
  109. $ringingZ: 300;
  110. $sideToolbarContainerZ: 300;
  111. $toolbarZ: 350;
  112. $tooltipsZ: 401;
  113. $dropdownMaskZ: 900;
  114. $dropdownZ: 901;
  115. $centeredVideoLabelZ: 1010;
  116. $popoverZ: 1015;
  117. $overlayZ: 1016;
  118. /**
  119. * Font Colors
  120. */
  121. $defaultFontColor: #777;
  122. $defaultLightFontColor: #F1F1F1;
  123. $defaultDarkFontColor: #000;
  124. /**
  125. * Forms
  126. */
  127. //inputs
  128. $inputControlEmColor: #f29424;
  129. //buttons
  130. $linkFontColor: #489afe;
  131. $linkHoverFontColor: #287ade;
  132. $formPadding: 16px;
  133. /**
  134. * Unsupported browser
  135. */
  136. $primaryUnsupportedBrowserButtonBgColor: #0052CC;
  137. $unsupportedBrowserButtonBgColor: rgba(9, 30, 66, 0.04);
  138. $unsupportedBrowserTextColor: #4a4a4a;
  139. $unsupportedBrowserTextSmallFontSize: 17px;
  140. $unsupportedBrowserTitleColor: #fff;
  141. $unsupportedBrowserTitleFontSize: 24px;
  142. $unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
  143. $unsupportedDesktopBrowserTextFontSize: 21px;
  144. /**
  145. * The size of the default watermark.
  146. */
  147. $watermarkWidth: 71px;
  148. $watermarkHeight: 32px;
  149. $welcomePageWatermarkWidth: 71px;
  150. $welcomePageWatermarkHeight: 32px;
  151. /**
  152. * Welcome page variables.
  153. */
  154. $welcomePageDescriptionColor: #fff;
  155. $welcomePageFontFamily: inherit;
  156. $welcomePageBackground: none;
  157. $welcomePageTitleColor: #fff;
  158. $welcomePageHeaderBackground: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/images/welcome-background.png');
  159. $welcomePageHeaderBackgroundPosition: none;
  160. $welcomePageHeaderBackgroundRepeat: none;
  161. $welcomePageHeaderBackgroundSize: cover;
  162. $welcomePageHeaderPaddingBottom: 0px;
  163. $welcomePageHeaderTitleMaxWidth: initial;
  164. $welcomePageHeaderTextAlign: center;
  165. $welcomePageHeaderContainerDisplay: flex;
  166. $welcomePageHeaderContainerMargin: 146px 32px 0 32px;
  167. $welcomePageHeaderTextTitleMarginBottom: 0;
  168. $welcomePageHeaderTextTitleFontSize: 42px;
  169. $welcomePageHeaderTextTitleFontWeight: normal;
  170. $welcomePageHeaderTextTitleLineHeight: 50px;
  171. $welcomePageHeaderTextTitleOpacity: 1;
  172. $welcomePageEnterRoomDisplay: flex;
  173. $welcomePageEnterRoomWidth: calc(100% - 32px);
  174. $welcomePageEnterRoomPadding: 4px;
  175. $welcomePageEnterRoomMargin: 0 auto;
  176. $welcomePageTabContainerDisplay: flex;
  177. $welcomePageTabContentDisplay: inherit;
  178. $welcomePageTabButtonsDisplay: flex;
  179. $welcomePageTabDisplay: block;
  180. /**
  181. * Deep-linking page variables.
  182. */
  183. $deepLinkingMobileLogoHeight: 40px;
  184. $deepLinkingMobileHeaderBackground: #f1f2f5;
  185. $deepLinkingMobileLinkColor: inherit;
  186. $deepLinkingMobileTextFontSize: inherit;
  187. $deepLinkingMobileTextLineHeight: inherit;
  188. $deepLinkingDialInConferenceIdMargin: 10px 0 10px 0;
  189. $deepLinkingDialInConferenceIdPadding: inherit;
  190. $deepLinkingDialInConferenceIdBackgroundColor: inherit;
  191. $deepLinkingDialInConferenceIdBorderRadius: inherit;
  192. $deepLinkingDialInConferenceNameFontSize: inherit;
  193. $deepLinkingDialInConferenceNameLineHeight: inherit;
  194. $deepLinkingDialInConferenceNameMarginBottom: none;
  195. $deepLinkingDialInConferenceNameFontWeight: inherit;
  196. $deepLinkingDialInConferenceDescriptionFontSize: 0.8em;
  197. $deepLinkingDialInConferenceDescriptionLineHeight: inherit;
  198. $deepLinkingDialInConferenceDescriptionMarginBottom: none;
  199. $deepLinkingDialInConferencePinFontSize: inherit;
  200. $deepLinkingDialInConferencePinLineHeight: inherit;
  201. $depLinkingMobileHrefLineHeight: 2.2857142857142856em;
  202. $deepLinkingMobileHrefFontWeight: bolder;
  203. $deepLinkingMobileHrefFontSize: inherit;
  204. $deepLinkingMobileButtonHeight: 2.2857142857142856em;
  205. $deepLinkingMobileButtonLineHeight: 2.2857142857142856em;
  206. $deepLinkingMobileButtonMargin: 18px auto 10px;
  207. $deepLinkingMobileButtonWidth: auto;
  208. $deepLinkingMobileButtonFontWeight: bold;
  209. $deepLinkingMobileButtonFontSize: inherit;
  210. $primaryDeepLinkingMobileButtonBorderRadius: inherit;
  211. /**
  212. * Chrome extension banner variables.
  213. */
  214. $chromeExtensionBannerDontShowAgainDisplay: flex;
  215. $chromeExtensionBannerHeight: 128px;
  216. $chromeExtensionBannerTop: 80px;
  217. $chromeExtensionBannerRight: 16px;
  218. $chromeExtensionBannerTopInMeeting: 10px;
  219. $chromeExtensionBannerRightInMeeeting: 10px;
  220. /**
  221. * media type thresholds
  222. */
  223. $smallScreen: 700px;
  224. $verySmallScreen: 500px;