選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_variables.scss 6.4KB

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