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

_variables.scss 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /**
  2. * Style variables
  3. */
  4. $baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  5. $toolbarFontSize: 1.9em;
  6. $hangupFontSize: 2em;
  7. /**
  8. * Size variables.
  9. */
  10. $defaultToolbarSize: 50px;
  11. // Video layout.
  12. $thumbnailIndicatorSize: 23px;
  13. $thumbnailIndicatorBorder: 0px;
  14. $thumbnailVideoMargin: 2px;
  15. $thumbnailToolbarHeight: 25px;
  16. /**
  17. * Color variables.
  18. */
  19. $defaultColor: #F1F1F1;
  20. $defaultSideBarFontColor: #44A5FF;
  21. $defaultSemiDarkColor: #ACACAC;
  22. $defaultDarkColor: #2b3d5c;
  23. $defaultBackground: #474747;
  24. $tooltipBg: rgba(0,0,0, 0.7);
  25. // Toolbar
  26. $toolbarBackground: rgba(0, 0, 0, 0.5);
  27. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  28. $toolbarBadgeBackground: #165ECC;
  29. $toolbarBadgeColor: #FFFFFF;
  30. $toolbarToggleBackground: #12499C;
  31. $splitterToolbarButtonLeftMargin: 0px;
  32. // Main controls
  33. $inputSemiBackground: rgba(132, 132, 132, .8);
  34. $inputLightBackground: #EBEBEB;
  35. // Video layout.
  36. $videoThumbnailHovered: #BFEBFF;
  37. $videoThumbnailSelected: #165ECC;
  38. $participantNameColor: #fff;
  39. $thumbnailPictogramColor: #fff;
  40. $dominantSpeakerBg: #165ecc;
  41. $raiseHandBg: #D6D61E;
  42. $audioLevelBg: #44A5FF;
  43. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  44. $videoStateIndicatorColor: $defaultColor;
  45. $videoStateIndicatorBackground: $toolbarBackground;
  46. /**
  47. * Feedback Modal
  48. */
  49. $feedbackContentBg: #fff;
  50. $feedbackInputBg: #fff;
  51. $feedbackTextColor: #000;
  52. $feedbackInputTextColor: #333;
  53. $feedbackInputPlaceholderColor: #777;
  54. $rateStarLabelColor: #333;
  55. $rateStarDefault: #ccc;
  56. $rateStarActivity: #165ecc;
  57. $rateStarSize: 34px;
  58. $feedbackCancelFontColor: #333;
  59. // Notifications
  60. $notificationFontSize: 13px;
  61. $notificationColor: #FFFFFF;
  62. $notificationBackground: $tooltipBg;
  63. $notificationTitleColor: $notificationColor;
  64. $notificationMessageColor: $notificationColor;
  65. $notificationLinkColor: $notificationColor;
  66. $notificationOpacity: 0.9;
  67. $notificationPadding: 15px 20px;
  68. $notificationBorderRadius: 4px;
  69. /**
  70. * Misc.
  71. */
  72. $borderRadius: 4px;
  73. $defaultWatermarkLink: '../images/watermark.png';
  74. $sidebarWidth: 200px;
  75. /**
  76. * Z-indexes. TODO: Replace this by a function.
  77. */
  78. $tooltipsZ: 901;
  79. $toolbarZ: 900;
  80. $overlayZ: 800;
  81. $notificationZ: 1012;
  82. /**
  83. * Font Colors TODO: Change colors when general dialogs are implemented.
  84. */
  85. $defaultFontColor: #777;
  86. $defaultLightFontColor: #F1F1F1;
  87. $defaultDarkFontColor: #000;
  88. $buttonFontColor: #777;
  89. $buttonHoverFontColor: #287ade;
  90. $auiPrimaryButtonBg: #3572b0;
  91. $auiPrimaryButtonHoverBg: #57647b;
  92. $auiPrimaryButtonColor: #fff;
  93. $auiIconColor: #707070;
  94. $inputControlEmColor: #f29424;
  95. $linkFontColor: #489afe;
  96. $linkHoverFontColor: #287ade;
  97. /**
  98. * Forms
  99. */
  100. $inputBg: #505F79;
  101. $inputBgHover: #505F79;
  102. $inputFontColor: #ECEEF1;