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

_variables.scss 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /**
  2. * Theme
  3. */
  4. @import 'themes/light';
  5. /**
  6. * Style variables
  7. */
  8. $baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  9. $toolbarFontSize: 1.9em;
  10. $hangupFontSize: 2em;
  11. /**
  12. * Size variables.
  13. */
  14. $defaultToolbarSize: 50px;
  15. // Video layout.
  16. $thumbnailIndicatorSize: 23px;
  17. $thumbnailIndicatorBorder: 0px;
  18. $thumbnailVideoMargin: 2px;
  19. $thumbnailToolbarHeight: 25px;
  20. /**
  21. * Color variables.
  22. */
  23. $defaultColor: #F1F1F1;
  24. $defaultSideBarFontColor: #44A5FF;
  25. $defaultSemiDarkColor: #ACACAC;
  26. $defaultDarkColor: #2b3d5c;
  27. $defaultBackground: #474747;
  28. $tooltipBg: rgba(0,0,0, 0.7);
  29. // Toolbar
  30. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  31. $toolbarBadgeBackground: #165ECC;
  32. $toolbarBadgeColor: #FFFFFF;
  33. $toolbarToggleBackground: #12499C;
  34. // Main controls
  35. $inputSemiBackground: rgba(132, 132, 132, .8);
  36. $inputLightBackground: #EBEBEB;
  37. // Video layout.
  38. $videoThumbnailHovered: #BFEBFF;
  39. $videoThumbnailSelected: #165ECC;
  40. $participantNameColor: #fff;
  41. $thumbnailPictogramColor: #fff;
  42. $dominantSpeakerBg: #165ecc;
  43. $raiseHandBg: #D6D61E;
  44. $audioLevelBg: #44A5FF;
  45. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  46. $rateStarDefault: #ccc;
  47. $rateStarActivity: #165ecc;
  48. $rateStarLabelColor: #333;
  49. /**
  50. * Misc.
  51. */
  52. $borderRadius: 4px;
  53. $defaultWatermarkLink: '../images/watermark.png';
  54. $sidebarWidth: 200px;
  55. /**
  56. * Z-indexes. TODO: Replace this by a function.
  57. */
  58. $tooltipsZ: 901;
  59. $toolbarZ: 900;
  60. $overlayZ: 800;
  61. /**
  62. * Font Colors TODO: Change colors when general dialogs are implemented.
  63. */
  64. $defaultFontColor: #777;
  65. $defaultLightFontColor: #F1F1F1;
  66. $defaultDarkFontColor: #000;
  67. $buttonFontColor: #777;
  68. $buttonHoverFontColor: #287ade;
  69. $auiPrimaryButtonBg: #3572b0;
  70. $auiPrimaryButtonHoverBg: #57647b;
  71. $auiPrimaryButtonColor: #fff;
  72. $auiIconColor: #707070;
  73. $inputControlEmColor: #f29424;