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

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