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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @import "themes/light";
  2. /**
  3. * Style variables
  4. */
  5. $baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  6. $toolbarFontSize: 1.9em;
  7. $hangupFontSize: 2em;
  8. /**
  9. * Size variables.
  10. */
  11. $defaultToolbarSize: 50px;
  12. // Video layout.
  13. $thumbnailToolbarHeight: 22px;
  14. $thumbnailIndicatorBorder: 0;
  15. $thumbnailIndicatorSize: 3em;
  16. $thumbnailVideoMargin: 2px;
  17. /**
  18. * Color variables.
  19. */
  20. $defaultColor: #F1F1F1;
  21. $defaultSideBarFontColor: #44A5FF;
  22. $defaultSemiDarkColor: #ACACAC;
  23. $defaultDarkColor: #2b3d5c;
  24. $tooltipBg: rgba(0,0,0, 0.7);
  25. /**
  26. * Toolbar
  27. */
  28. $toolbarBackground: rgba(0, 0, 0, 0.5);
  29. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  30. $toolbarBadgeBackground: #165ECC;
  31. $toolbarBadgeColor: #FFFFFF;
  32. $toolbarToggleBackground: #12499C;
  33. $splitterToolbarButtonMargin: 18px;
  34. /*
  35. * Main controls
  36. * TODO: looks like we don't use it
  37. */
  38. $inputSemiBackground: rgba(132, 132, 132, .8);
  39. $inputLightBackground: #EBEBEB;
  40. /*
  41. * Video layout
  42. */
  43. $videoThumbnailHovered: rgba(22, 94, 204, .4);
  44. $videoThumbnailSelected: #165ECC;
  45. $participantNameColor: #fff;
  46. $thumbnailPictogramColor: #fff;
  47. $dominantSpeakerBg: #165ecc;
  48. $raiseHandBg: #D6D61E;
  49. $audioLevelBg: #44A5FF;
  50. $connectionIndicatorBg: #165ecc;
  51. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  52. $videoStateIndicatorColor: $defaultColor;
  53. $videoStateIndicatorBackground: $toolbarBackground;
  54. /**
  55. * Feedback Modal
  56. */
  57. $feedbackContentBg: #fff;
  58. $feedbackInputBg: #fff;
  59. $feedbackTextColor: #000;
  60. $feedbackInputTextColor: #333;
  61. $feedbackInputPlaceholderColor: #777;
  62. $rateStarLabelColor: #333;
  63. $rateStarDefault: #ccc;
  64. $rateStarActivity: #165ecc;
  65. $rateStarSize: 34px;
  66. $feedbackCancelFontColor: #333;
  67. /**
  68. * Notifications
  69. */
  70. $notificationFontSize: 13px;
  71. $notificationColor: #FFFFFF;
  72. $notificationBackground: $tooltipBg;
  73. $notificationTitleColor: $notificationColor;
  74. $notificationMessageColor: $notificationColor;
  75. $notificationLinkColor: $notificationColor;
  76. $notificationOpacity: 0.9;
  77. $notificationPadding: 15px 20px;
  78. $notificationBorderRadius: 4px;
  79. $notificationWidth: 215px;
  80. /**
  81. * Misc.
  82. */
  83. $borderRadius: 4px;
  84. $defaultWatermarkLink: '../images/watermark.png';
  85. $sidebarWidth: 200px;
  86. $happySoftwareBackground: transparent;
  87. /**
  88. * Z-indexes. TODO: Replace this by a function.
  89. */
  90. $tooltipsZ: 901;
  91. $toolbarZ: 900;
  92. $overlayZ: 902;
  93. $notificationZ: 1012;
  94. $ringingZ: 800;
  95. $dropdownZ: 901;
  96. $dropdownMaskZ: 900;
  97. /**
  98. * Font Colors
  99. */
  100. $defaultFontColor: #777;
  101. $defaultLightFontColor: #F1F1F1;
  102. $defaultDarkFontColor: #000;
  103. /**
  104. * Forms
  105. */
  106. //dropdown
  107. $selectFontColor: $defaultLightFontColor;
  108. $selectBg: $defaultBackground;
  109. $selectActiveBg: $defaultBackground;
  110. $selectActiveItemBg: $defaultDarkColor;
  111. //inputs
  112. $inputControlEmColor: #f29424;
  113. //buttons
  114. $linkFontColor: #489afe;
  115. $linkHoverFontColor: #287ade;