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

_variables.scss 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. /**
  27. * Toolbar
  28. */
  29. $alwaysOnTopToolbarFontSize: 1em;
  30. $alwaysOnTopToolbarSize: 30px;
  31. $defaultToolbarSize: 50px;
  32. $defaultFilmStripOnlyToolbarSize: 37px;
  33. $newToolbarBackgroundColor: rgba(22, 38, 55, 0.8);
  34. $newToolbarButtonHoverColor: rgba(14, 20, 35, 0.6);
  35. $newToolbarButtonToggleColor: rgba(14, 20, 35, 1);
  36. $newToolbarFontSize: 1.9em;
  37. $newToolbarSize: 56px;
  38. $newToolbarSizeWithPadding: calc(56px + 32px);
  39. $secToolbarFontSize: 1.9em;
  40. $secToolbarLineHeight: 45px;
  41. $toolbarAvatarPadding: 10px;
  42. $toolbarAvatarSize: 40px;
  43. $toolbarFontSize: 1.9em;
  44. $toolbarTitleFontSize: 19px;
  45. /**
  46. * Main controls
  47. * TODO: looks like we don't use it
  48. */
  49. $inputSemiBackground: rgba(132, 132, 132, .8);
  50. $inputLightBackground: #EBEBEB;
  51. /**
  52. * Video layout
  53. */
  54. $videoThumbnailHovered: rgba(22, 94, 204, .4);
  55. $videoThumbnailSelected: #165ECC;
  56. $participantNameColor: #fff;
  57. $thumbnailPictogramColor: #fff;
  58. $dominantSpeakerBg: #165ecc;
  59. $raiseHandBg: #D6D61E;
  60. $audioLevelBg: #44A5FF;
  61. $connectionIndicatorBg: #165ecc;
  62. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  63. $videoStateIndicatorColor: $defaultColor;
  64. $videoStateIndicatorBackground: $toolbarBackground;
  65. $videoStateIndicatorSize: 40px;
  66. /**
  67. * Feedback Modal
  68. */
  69. $feedbackContentBg: #fff;
  70. $feedbackInputBg: #fff;
  71. $feedbackTextColor: #000;
  72. $feedbackInputTextColor: #333;
  73. $feedbackInputPlaceholderColor: #777;
  74. $rateStarLabelColor: #333;
  75. $rateStarDefault: #ccc;
  76. $rateStarActivity: #165ecc;
  77. $rateStarSize: 34px;
  78. /**
  79. * Modals
  80. */
  81. $modalButtonFontSize: 14px;
  82. $modalMockAKInputBackground: #fafbfc;
  83. $modalMockAKInputBorder: 1px solid #f4f5f7;
  84. $modalTextColor: #333;
  85. /**
  86. * Misc.
  87. */
  88. $borderRadius: 4px;
  89. $defaultWatermarkLink: '../images/watermark.png';
  90. $sidebarWidth: 220px;
  91. $popoverMenuPadding: 13px;
  92. $happySoftwareBackground: transparent;
  93. /**
  94. * Z-indexes. TODO: Replace this by a function.
  95. */
  96. $zindex0: 0;
  97. $zindex1: 1;
  98. $zindex2: 2;
  99. $zindex3: 3;
  100. $filmstripVideosZ: 5;
  101. $zindex10: 10;
  102. $reloadZ: 20;
  103. $poweredByZ: 100;
  104. $ringingZ: 300;
  105. $sideToolbarContainerZ: 300;
  106. $toolbarZ: 350;
  107. $tooltipsZ: 401;
  108. $dropdownMaskZ: 900;
  109. $dropdownZ: 901;
  110. $centeredVideoLabelZ: 1010;
  111. $popoverZ: 1015;
  112. $overlayZ: 1016;
  113. /**
  114. * Font Colors
  115. */
  116. $defaultFontColor: #777;
  117. $defaultLightFontColor: #F1F1F1;
  118. $defaultDarkFontColor: #000;
  119. /**
  120. * Forms
  121. */
  122. //inputs
  123. $inputControlEmColor: #f29424;
  124. //buttons
  125. $linkFontColor: #489afe;
  126. $linkHoverFontColor: #287ade;
  127. $formPadding: 16px;
  128. /**
  129. * Unsupported browser
  130. */
  131. $primaryUnsupportedBrowserButtonBgColor: #0052CC;
  132. $unsupportedBrowserButtonBgColor: rgba(9, 30, 66, 0.04);
  133. $unsupportedBrowserTextColor: #4a4a4a;
  134. $unsupportedBrowserTextSmallFontSize: 17px;
  135. $unsupportedBrowserTitleColor: #fff;
  136. $unsupportedBrowserTitleFontSize: 24px;
  137. $unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
  138. $unsupportedDesktopBrowserTextFontSize: 21px;
  139. /**
  140. * The size of the default watermark.
  141. */
  142. $watermarkWidth: 186px;
  143. $watermarkHeight: 74px;
  144. /**
  145. * Welcome page variables.
  146. */
  147. $welcomePageDescriptionColor: #fff;
  148. $welcomePageFontFamily: inherit;
  149. $welcomePageHeaderBackground: linear-gradient(#165ecc, #44A5FF);
  150. $welcomePageTitleColor: #fff;