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 3.7KB

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