您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_variables.scss 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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: 2px;
  15. $thumbnailIndicatorSize: $thumbnailToolbarHeight;
  16. $thumbnailVideoMargin: 5px;
  17. $thumbnailsBorder: 2px;
  18. $thumbnailVideoBorder: 2px;
  19. $hideFilmstripButtonWidth: 17px;
  20. /**
  21. * Color variables.
  22. */
  23. $defaultColor: #F1F1F1;
  24. $defaultSideBarFontColor: #44A5FF;
  25. $defaultSemiDarkColor: #ACACAC;
  26. $defaultDarkColor: #2b3d5c;
  27. $tooltipBg: rgba(0,0,0, 0.7);
  28. /**
  29. * Toolbar
  30. */
  31. $toolbarTitleColor: #FFFFFF;
  32. $toolbarTitleFontSize: 19px;
  33. $toolbarBackground: rgba(0, 0, 0, 0.5);
  34. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  35. $toolbarBadgeBackground: #165ECC;
  36. $toolbarBadgeColor: #FFFFFF;
  37. $toolbarToggleBackground: #12499C;
  38. $splitterToolbarButtonMargin: 18px;
  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. * Notifications
  73. */
  74. $notificationFontSize: 13px;
  75. $notificationColor: #FFFFFF;
  76. $notificationBackground: $tooltipBg;
  77. $notificationTitleColor: $notificationColor;
  78. $notificationMessageColor: $notificationColor;
  79. $notificationLinkColor: $notificationColor;
  80. $notificationOpacity: 0.9;
  81. $notificationPadding: 15px 20px;
  82. $notificationBorderRadius: 4px;
  83. $notificationWidth: 215px;
  84. /**
  85. * Misc.
  86. */
  87. $borderRadius: 4px;
  88. $defaultWatermarkLink: '../images/watermark.png';
  89. $sidebarWidth: 220px;
  90. $popoverMenuPadding: 13px;
  91. $happySoftwareBackground: transparent;
  92. /**
  93. * Z-indexes. TODO: Replace this by a function.
  94. */
  95. $tooltipsZ: 901;
  96. $toolbarZ: 900;
  97. $overlayZ: 902;
  98. $notificationZ: 1012;
  99. $ringingZ: 800;
  100. $dropdownZ: 901;
  101. $dropdownMaskZ: 900;
  102. /**
  103. * Font Colors
  104. */
  105. $defaultFontColor: #777;
  106. $defaultLightFontColor: #F1F1F1;
  107. $defaultDarkFontColor: #000;
  108. /**
  109. * Forms
  110. */
  111. //inputs
  112. $inputControlEmColor: #f29424;
  113. //buttons
  114. $linkFontColor: #489afe;
  115. $linkHoverFontColor: #287ade;
  116. /**
  117. * Landing
  118. */
  119. $landingButtonBgColor: #ff9a00;
  120. $landingTextColor: #4a4a4a;
  121. $primaryLandingButtonBgColor: #17a0db;