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 2.9KB

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