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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. $videoStateIndicatorSize: 40px;
  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. $modalMockAKInputBackground: #fafbfc;
  77. $modalMockAKInputBorder: 1px solid #f4f5f7;
  78. $modalTextColor: #333;
  79. /**
  80. * Misc.
  81. */
  82. $borderRadius: 4px;
  83. $defaultWatermarkLink: '../images/watermark.png';
  84. $sidebarWidth: 220px;
  85. $popoverMenuPadding: 13px;
  86. $happySoftwareBackground: transparent;
  87. /**
  88. * Z-indexes. TODO: Replace this by a function.
  89. */
  90. $zindex0: 0;
  91. $zindex1: 1;
  92. $zindex2: 2;
  93. $zindex3: 3;
  94. $filmstripVideosZ: 5;
  95. $zindex10: 10;
  96. $reloadZ: 20;
  97. $poweredByZ: 100;
  98. $ringingZ: 300;
  99. $sideToolbarContainerZ: 300;
  100. $toolbarZ: 350;
  101. $tooltipsZ: 401;
  102. $dropdownMaskZ: 900;
  103. $dropdownZ: 901;
  104. $centeredVideoLabelZ: 1010;
  105. $popoverZ: 1015;
  106. $overlayZ: 1016;
  107. /**
  108. * Font Colors
  109. */
  110. $defaultFontColor: #777;
  111. $defaultLightFontColor: #F1F1F1;
  112. $defaultDarkFontColor: #000;
  113. /**
  114. * Forms
  115. */
  116. //inputs
  117. $inputControlEmColor: #f29424;
  118. //buttons
  119. $linkFontColor: #489afe;
  120. $linkHoverFontColor: #287ade;
  121. $formPadding: 16px;
  122. /**
  123. * Unsupported browser
  124. */
  125. $primaryUnsupportedBrowserButtonBgColor: #17a0db;
  126. $unsupportedBrowserButtonBgColor: #ff9a00;
  127. $unsupportedBrowserTextColor: #4a4a4a;
  128. $unsupportedBrowserTextSmallFontSize: 17px;
  129. $unsupportedBrowserTitleColor: #fff;
  130. $unsupportedBrowserTitleFontSize: 24px;
  131. $unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
  132. $unsupportedDesktopBrowserTextFontSize: 21px;
  133. /**
  134. * The size of the default watermark.
  135. */
  136. $watermarkWidth: 186px;
  137. $watermarkHeight: 74px;