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.4KB

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