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.

_variables.scss 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. @import "themes/light";
  2. /**
  3. * Style variables
  4. */
  5. $baseFontFamily: -apple-system, BlinkMacSystemFont, 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  6. $hangupColor:#DD3849;
  7. $hangupHoverColor: #F25363;
  8. $hangupFontSize: 2em;
  9. /**
  10. * Size variables.
  11. */
  12. // Video layout.
  13. $thumbnailToolbarHeight: 22px;
  14. $thumbnailIndicatorBorder: 2px;
  15. $thumbnailIndicatorSize: $thumbnailToolbarHeight;
  16. $thumbnailVideoMargin: 2px;
  17. $thumbnailsBorder: 2px;
  18. $thumbnailVideoBorder: 2px;
  19. $filmstripToggleButtonWidth: 17px;
  20. /**
  21. * Color variables.
  22. */
  23. $defaultColor: #F1F1F1;
  24. $defaultSideBarFontColor: #44A5FF;
  25. $defaultSemiDarkColor: #ACACAC;
  26. $defaultDarkColor: #2b3d5c;
  27. $defaultWarningColor: rgb(215, 121, 118);
  28. $participantsPaneBgColor: #141414;
  29. $presence-available: rgb(110, 176, 5);
  30. $presence-away: rgb(250, 201, 20);
  31. $presence-busy: rgb(233, 0, 27);
  32. $presence-idle: rgb(172, 172, 172);
  33. /**
  34. * Toolbar
  35. */
  36. $newToolbarBackgroundColor: #131519;
  37. $newToolbarButtonHoverColor: rgba(255, 255, 255, 0.2);
  38. $newToolbarButtonToggleColor: rgba(255, 255, 255, 0.15);
  39. $menuBG:#242528;
  40. $newToolbarFontSize: 24px;
  41. $newToolbarHangupFontSize: 32px;
  42. $newToolbarSize: 48px;
  43. $newToolbarSizeMobile: 60px;
  44. $newToolbarSizeWithPadding: calc(#{$newToolbarSize} + 24px);
  45. $toolbarTitleFontSize: 19px;
  46. $overflowMenuItemColor: #fff;
  47. $overflowMenuItemBackground: #36383C;
  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: #F8AE1A;
  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. $chatBackgroundColor: #131519;
  84. $chatInputSeparatorColor: #A4B8D1;
  85. $chatLocalMessageBackgroundColor: #484A4F;
  86. $chatPrivateMessageBackgroundColor: rgb(153, 69, 77);
  87. $chatRemoteMessageBackgroundColor: #242528;
  88. $sidebarWidth: 315px;
  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. $labelsZ: 5;
  106. $subtitlesZ: 7;
  107. $popoverZ: 8;
  108. $zindex10: 10;
  109. $reloadZ: 20;
  110. $poweredByZ: 100;
  111. $ringingZ: 300;
  112. $sideToolbarContainerZ: 200;
  113. $toolbarZ: 250;
  114. $drawerZ: 351;
  115. $tooltipsZ: 401;
  116. $dropdownMaskZ: 900;
  117. $dropdownZ: 901;
  118. $centeredVideoLabelZ: 1010;
  119. $overlayZ: 1016;
  120. // Place filmstrip videos over toolbar in order
  121. // to make connection info visible.
  122. $filmstripVideosZ: $toolbarZ + 1;
  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: #0052CC;
  142. $unsupportedBrowserButtonBgColor: rgba(9, 30, 66, 0.04);
  143. $unsupportedBrowserTextColor: #4a4a4a;
  144. $unsupportedBrowserTextSmallFontSize: 17px;
  145. $unsupportedBrowserTitleColor: #fff;
  146. $unsupportedBrowserTitleFontSize: 24px;
  147. $unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
  148. $unsupportedDesktopBrowserTextFontSize: 21px;
  149. /**
  150. * The size of the default watermark.
  151. */
  152. $watermarkWidth: 71px;
  153. $watermarkHeight: 32px;
  154. $welcomePageWatermarkWidth: 71px;
  155. $welcomePageWatermarkHeight: 32px;
  156. /**
  157. * Welcome page variables.
  158. */
  159. $welcomePageDescriptionColor: #fff;
  160. $welcomePageFontFamily: inherit;
  161. $welcomePageBackground: none;
  162. $welcomePageTitleColor: #fff;
  163. $welcomePageHeaderBackground: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/welcome-background.png');
  164. $welcomePageHeaderBackgroundPosition: center;
  165. $welcomePageHeaderBackgroundRepeat: none;
  166. $welcomePageHeaderBackgroundSize: cover;
  167. $welcomePageHeaderPaddingBottom: 0px;
  168. $welcomePageHeaderTitleMaxWidth: initial;
  169. $welcomePageHeaderTextAlign: center;
  170. $welcomePageHeaderContainerDisplay: flex;
  171. $welcomePageHeaderContainerMargin: 104px 32px 0 32px;
  172. $welcomePageHeaderTextTitleMarginBottom: 0;
  173. $welcomePageHeaderTextTitleFontSize: 42px;
  174. $welcomePageHeaderTextTitleFontWeight: normal;
  175. $welcomePageHeaderTextTitleLineHeight: 50px;
  176. $welcomePageHeaderTextTitleOpacity: 1;
  177. $welcomePageEnterRoomDisplay: flex;
  178. $welcomePageEnterRoomWidth: calc(100% - 32px);
  179. $welcomePageEnterRoomPadding: 4px;
  180. $welcomePageEnterRoomMargin: 0 auto;
  181. $welcomePageTabContainerDisplay: flex;
  182. $welcomePageTabContentDisplay: inherit;
  183. $welcomePageTabButtonsDisplay: flex;
  184. $welcomePageTabDisplay: block;
  185. /**
  186. * Deep-linking page variables.
  187. */
  188. $deepLinkingMobileLogoHeight: 40px;
  189. $deepLinkingMobileHeaderBackground: #f1f2f5;
  190. $deepLinkingMobileLinkColor: inherit;
  191. $deepLinkingMobileTextFontSize: inherit;
  192. $deepLinkingMobileTextLineHeight: inherit;
  193. $deepLinkingDialInConferenceIdMargin: 10px 0 10px 0;
  194. $deepLinkingDialInConferenceIdPadding: inherit;
  195. $deepLinkingDialInConferenceIdBackgroundColor: inherit;
  196. $deepLinkingDialInConferenceIdBorderRadius: inherit;
  197. $deepLinkingDialInConferenceNameFontSize: inherit;
  198. $deepLinkingDialInConferenceNameLineHeight: inherit;
  199. $deepLinkingDialInConferenceNameMarginBottom: none;
  200. $deepLinkingDialInConferenceNameFontWeight: inherit;
  201. $deepLinkingDialInConferenceDescriptionFontSize: 0.8em;
  202. $deepLinkingDialInConferenceDescriptionLineHeight: inherit;
  203. $deepLinkingDialInConferenceDescriptionMarginBottom: none;
  204. $deepLinkingDialInConferencePinFontSize: inherit;
  205. $deepLinkingDialInConferencePinLineHeight: inherit;
  206. $depLinkingMobileHrefLineHeight: 2.2857142857142856em;
  207. $deepLinkingMobileHrefFontWeight: bolder;
  208. $deepLinkingMobileHrefFontSize: inherit;
  209. $deepLinkingMobileButtonHeight: 2.2857142857142856em;
  210. $deepLinkingMobileButtonLineHeight: 2.2857142857142856em;
  211. $deepLinkingMobileButtonMargin: 18px auto 10px;
  212. $deepLinkingMobileButtonWidth: auto;
  213. $deepLinkingMobileButtonFontWeight: bold;
  214. $deepLinkingMobileButtonFontSize: inherit;
  215. $primaryDeepLinkingMobileButtonBorderRadius: inherit;
  216. /**
  217. * Chrome extension banner variables.
  218. */
  219. $chromeExtensionBannerDontShowAgainDisplay: flex;
  220. $chromeExtensionBannerHeight: 128px;
  221. $chromeExtensionBannerTop: 80px;
  222. $chromeExtensionBannerRight: 16px;
  223. $chromeExtensionBannerTopInMeeting: 10px;
  224. $chromeExtensionBannerRightInMeeeting: 10px;
  225. /**
  226. * media type thresholds
  227. */
  228. $smallScreen: 700px;
  229. $verySmallScreen: 500px;
  230. /**
  231. * Prejoin / premeeting screen
  232. */
  233. $prejoinDefaultContentWidth: 336px;