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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. $videoStateIndicatorColor: $defaultColor;
  44. $videoStateIndicatorBackground: $tooltipBg;
  45. /**
  46. * Feedback Modal
  47. */
  48. $feedbackContentBg: #fff;
  49. $feedbackInputBg: #fff;
  50. $feedbackTextColor: #000;
  51. $feedbackInputTextColor: #333;
  52. $feedbackInputPlaceholderColor: #777;
  53. $rateStarLabelColor: #333;
  54. $rateStarDefault: #ccc;
  55. $rateStarActivity: #165ecc;
  56. $rateStarSize: 34px;
  57. $feedbackCancelFontColor: #333;
  58. // Notifications
  59. $notificationFontSize: 13px;
  60. $notificationColor: #FFFFFF;
  61. $notificationBackground: $tooltipBg;
  62. $notificationTitleColor: $notificationColor;
  63. $notificationMessageColor: $notificationColor;
  64. $notificationLinkColor: $notificationColor;
  65. $notificationOpacity: 0.9;
  66. $notificationPadding: 15px 20px;
  67. $notificationBorderRadius: 4px;
  68. /**
  69. * Misc.
  70. */
  71. $borderRadius: 4px;
  72. $defaultWatermarkLink: '../images/watermark.png';
  73. $sidebarWidth: 200px;
  74. /**
  75. * Z-indexes. TODO: Replace this by a function.
  76. */
  77. $tooltipsZ: 901;
  78. $toolbarZ: 900;
  79. $overlayZ: 800;
  80. $notificationZ: 1012;
  81. /**
  82. * Font Colors TODO: Change colors when general dialogs are implemented.
  83. */
  84. $defaultFontColor: #777;
  85. $defaultLightFontColor: #F1F1F1;
  86. $defaultDarkFontColor: #000;
  87. $buttonFontColor: #777;
  88. $buttonHoverFontColor: #287ade;
  89. $auiPrimaryButtonBg: #3572b0;
  90. $auiPrimaryButtonHoverBg: #57647b;
  91. $auiPrimaryButtonColor: #fff;
  92. $auiIconColor: #707070;
  93. $inputControlEmColor: #f29424;
  94. $linkFontColor: #489afe;
  95. $linkHoverFontColor: #287ade;
  96. /**
  97. * Forms
  98. */
  99. $inputBg: #505F79;
  100. $inputBgHover: #505F79;
  101. $inputFontColor: #ECEEF1;