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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. $defaultFilmStripOnlyToolbarSize: 37px;
  32. $secToolbarFontSize: 1.9em;
  33. $secToolbarLineHeight: 45px;
  34. $toolbarAvatarPadding: 10px;
  35. $toolbarAvatarSize: 40px;
  36. $toolbarFontSize: 1.9em;
  37. $toolbarTitleFontSize: 19px;
  38. /**
  39. * Main controls
  40. * TODO: looks like we don't use it
  41. */
  42. $inputSemiBackground: rgba(132, 132, 132, .8);
  43. $inputLightBackground: #EBEBEB;
  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. /**
  59. * Feedback Modal
  60. */
  61. $feedbackContentBg: #fff;
  62. $feedbackInputBg: #fff;
  63. $feedbackTextColor: #000;
  64. $feedbackInputTextColor: #333;
  65. $feedbackInputPlaceholderColor: #777;
  66. $rateStarLabelColor: #333;
  67. $rateStarDefault: #ccc;
  68. $rateStarActivity: #165ecc;
  69. $rateStarSize: 34px;
  70. /**
  71. * Modals
  72. */
  73. $modalButtonFontSize: 14px;
  74. $modalMockAKInputBackground: #fafbfc;
  75. $modalMockAKInputBorder: 1px solid #f4f5f7;
  76. $modalTextColor: #333;
  77. /**
  78. * Misc.
  79. */
  80. $borderRadius: 4px;
  81. $defaultWatermarkLink: '../images/watermark.png';
  82. $sidebarWidth: 220px;
  83. $popoverMenuPadding: 13px;
  84. $happySoftwareBackground: transparent;
  85. /**
  86. * Z-indexes. TODO: Replace this by a function.
  87. */
  88. $zindex0: 0;
  89. $zindex1: 1;
  90. $zindex2: 2;
  91. $zindex3: 3;
  92. $filmstripVideosZ: 5;
  93. $zindex10: 10;
  94. $reloadZ: 20;
  95. $poweredByZ: 100;
  96. $ringingZ: 300;
  97. $sideToolbarContainerZ: 300;
  98. $toolbarZ: 400;
  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: #17a0db;
  124. $unsupportedBrowserButtonBgColor: #ff9a00;
  125. $unsupportedBrowserTextColor: #4a4a4a;
  126. $unsupportedBrowserTextSmallFontSize: 17px;
  127. $unsupportedBrowserTitleColor: #fff;
  128. $unsupportedBrowserTitleFontSize: 24px;
  129. $unsupportedDesktopBrowserTextColor: rgba(255, 255, 255, 0.7);
  130. $unsupportedDesktopBrowserTextFontSize: 21px;