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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. $tooltipBg: rgba(0,0,0, 0.7);
  27. /**
  28. * Toolbar
  29. */
  30. $defaultToolbarSize: 50px;
  31. $splitterToolbarButtonMargin: 18px;
  32. $toolbarBackground: rgba(0, 0, 0, 0.5);
  33. $toolbarBadgeBackground: #165ECC;
  34. $toolbarBadgeColor: #FFFFFF;
  35. $toolbarFontSize: 1.9em;
  36. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  37. $toolbarTitleColor: #FFFFFF;
  38. $toolbarTitleFontSize: 19px;
  39. $toolbarToggleBackground: #12499C;
  40. /**
  41. * Main controls
  42. * TODO: looks like we don't use it
  43. */
  44. $inputSemiBackground: rgba(132, 132, 132, .8);
  45. $inputLightBackground: #EBEBEB;
  46. /**
  47. * Video layout
  48. */
  49. $videoThumbnailHovered: rgba(22, 94, 204, .4);
  50. $videoThumbnailSelected: #165ECC;
  51. $participantNameColor: #fff;
  52. $thumbnailPictogramColor: #fff;
  53. $dominantSpeakerBg: #165ecc;
  54. $raiseHandBg: #D6D61E;
  55. $audioLevelBg: #44A5FF;
  56. $connectionIndicatorBg: #165ecc;
  57. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  58. $videoStateIndicatorColor: $defaultColor;
  59. $videoStateIndicatorBackground: $toolbarBackground;
  60. /**
  61. * Feedback Modal
  62. */
  63. $feedbackContentBg: #fff;
  64. $feedbackInputBg: #fff;
  65. $feedbackTextColor: #000;
  66. $feedbackInputTextColor: #333;
  67. $feedbackInputPlaceholderColor: #777;
  68. $rateStarLabelColor: #333;
  69. $rateStarDefault: #ccc;
  70. $rateStarActivity: #165ecc;
  71. $rateStarSize: 34px;
  72. /**
  73. * Modals
  74. */
  75. $modalButtonFontSize: 14px;
  76. $modalTextColor: #333;
  77. /**
  78. * Notifications
  79. */
  80. $notificationFontSize: 13px;
  81. $notificationColor: #FFFFFF;
  82. $notificationBackground: $tooltipBg;
  83. $notificationTitleColor: $notificationColor;
  84. $notificationMessageColor: $notificationColor;
  85. $notificationLinkColor: $notificationColor;
  86. $notificationOpacity: 0.9;
  87. $notificationPadding: 15px 20px;
  88. $notificationBorderRadius: 4px;
  89. $notificationWidth: 215px;
  90. /**
  91. * Misc.
  92. */
  93. $borderRadius: 4px;
  94. $defaultWatermarkLink: '../images/watermark.png';
  95. $sidebarWidth: 220px;
  96. $popoverMenuPadding: 13px;
  97. $happySoftwareBackground: transparent;
  98. /**
  99. * Z-indexes. TODO: Replace this by a function.
  100. */
  101. $zindex0: 0;
  102. $zindex1: 1;
  103. $zindex2: 2;
  104. $zindex3: 3;
  105. $filmstripVideosZ: 5;
  106. $zindex10: 10;
  107. $reloadZ: 20;
  108. $poweredByZ: 100;
  109. $ringingZ: 300;
  110. $sideToolbarContainerZ: 300;
  111. $toolbarZ: 400;
  112. $tooltipsZ: 401;
  113. $dropdownMaskZ: 900;
  114. $dropdownZ: 901;
  115. $jitsipopoverZ: 1010;
  116. $centeredVideoLabelZ: 1011;
  117. $notificationZ: 1012;
  118. $popoverZ: 1015;
  119. $overlayZ: 1016;
  120. /**
  121. * Font Colors
  122. */
  123. $defaultFontColor: #777;
  124. $defaultLightFontColor: #F1F1F1;
  125. $defaultDarkFontColor: #000;
  126. /**
  127. * Forms
  128. */
  129. //inputs
  130. $inputControlEmColor: #f29424;
  131. //buttons
  132. $linkFontColor: #489afe;
  133. $linkHoverFontColor: #287ade;
  134. /**
  135. * Unsupported browser
  136. */
  137. $primaryUnsupportedBrowserButtonBgColor: #17a0db;
  138. $unsupportedBrowserButtonBgColor: #ff9a00;
  139. $unsupportedBrowserTextColor: #4a4a4a;
  140. $unsupportedBrowserTextSmallFontSize: 17px;
  141. $unsupportedBrowserTitleColor: #fff;
  142. $unsupportedBrowserTitleFontSize: 24px;
  143. $unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
  144. $unsupportedDesktopBrowserTextFontSize: 21px;