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

_variables.scss 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  27. $toolbarBadgeBackground: #165ECC;
  28. $toolbarBadgeColor: #FFFFFF;
  29. $toolbarToggleBackground: #12499C;
  30. $splitterToolbarButtonLeftMargin: 0px;
  31. // Main controls
  32. $inputSemiBackground: rgba(132, 132, 132, .8);
  33. $inputLightBackground: #EBEBEB;
  34. // Video layout.
  35. $videoThumbnailHovered: #BFEBFF;
  36. $videoThumbnailSelected: #165ECC;
  37. $participantNameColor: #fff;
  38. $thumbnailPictogramColor: #fff;
  39. $dominantSpeakerBg: #165ecc;
  40. $raiseHandBg: #D6D61E;
  41. $audioLevelBg: #44A5FF;
  42. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  43. /**
  44. * Feedback Modal
  45. */
  46. $feedbackContentBg: #fff;
  47. $feedbackInputBg: #fff;
  48. $feedbackTextColor: #000;
  49. $feedbackInputTextColor: #333;
  50. $feedbackInputPlaceholderColor: #777;
  51. $rateStarLabelColor: #333;
  52. $rateStarDefault: #ccc;
  53. $rateStarActivity: #165ecc;
  54. $rateStarSize: 34px;
  55. $feedbackCancelFontColor: #333;
  56. /**
  57. * Misc.
  58. */
  59. $borderRadius: 4px;
  60. $defaultWatermarkLink: '../images/watermark.png';
  61. $sidebarWidth: 200px;
  62. /**
  63. * Z-indexes. TODO: Replace this by a function.
  64. */
  65. $tooltipsZ: 901;
  66. $toolbarZ: 900;
  67. $overlayZ: 800;
  68. /**
  69. * Font Colors TODO: Change colors when general dialogs are implemented.
  70. */
  71. $defaultFontColor: #777;
  72. $defaultLightFontColor: #F1F1F1;
  73. $defaultDarkFontColor: #000;
  74. $buttonFontColor: #777;
  75. $buttonHoverFontColor: #287ade;
  76. $auiPrimaryButtonBg: #3572b0;
  77. $auiPrimaryButtonHoverBg: #57647b;
  78. $auiPrimaryButtonColor: #fff;
  79. $auiIconColor: #707070;
  80. $inputControlEmColor: #f29424;