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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /**
  2. * Theme
  3. */
  4. @import 'themes/main';
  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. $splitterToolbarButtonLeftMargin: 0px;
  35. // Main controls
  36. $inputSemiBackground: rgba(132, 132, 132, .8);
  37. $inputLightBackground: #EBEBEB;
  38. // Video layout.
  39. $videoThumbnailHovered: #BFEBFF;
  40. $videoThumbnailSelected: #165ECC;
  41. $participantNameColor: #fff;
  42. $thumbnailPictogramColor: #fff;
  43. $dominantSpeakerBg: #165ecc;
  44. $raiseHandBg: #D6D61E;
  45. $audioLevelBg: #44A5FF;
  46. $audioLevelShadow: rgba(9, 36, 77, 0.9);
  47. /**
  48. * Feedback Modal
  49. */
  50. $feedbackContentBg: #fff;
  51. $feedbackInputBg: #fff;
  52. $feedbackTextColor: #000;
  53. $feedbackInputTextColor: #333;
  54. $feedbackInputPlaceholderColor: #777;
  55. $rateStarLabelColor: #333;
  56. $rateStarDefault: #ccc;
  57. $rateStarActivity: #165ecc;
  58. $rateStarSize: 34px;
  59. $feedbackCancelFontColor: #333;
  60. // Notifications
  61. $notificationFontSize: 13px;
  62. $notificationColor: #FFFFFF;
  63. $notificationBackground: $tooltipBg;
  64. $notificationTitleColor: $notificationColor;
  65. $notificationMessageColor: $notificationColor;
  66. $notificationLinkColor: $notificationColor;
  67. $notificationOpacity: 0.9;
  68. $notificationPadding: 15px 20px;
  69. $notificationBorderRadius: 4px;
  70. /**
  71. * Misc.
  72. */
  73. $borderRadius: 4px;
  74. $defaultWatermarkLink: '../images/watermark.png';
  75. $sidebarWidth: 200px;
  76. /**
  77. * Z-indexes. TODO: Replace this by a function.
  78. */
  79. $tooltipsZ: 901;
  80. $toolbarZ: 900;
  81. $overlayZ: 902;
  82. $notificationZ: 1012;
  83. /**
  84. * Font Colors TODO: Change colors when general dialogs are implemented.
  85. */
  86. $defaultFontColor: #777;
  87. $defaultLightFontColor: #F1F1F1;
  88. $defaultDarkFontColor: #000;
  89. $buttonFontColor: #777;
  90. $buttonHoverFontColor: #287ade;
  91. $auiPrimaryButtonBg: #3572b0;
  92. $auiPrimaryButtonHoverBg: #57647b;
  93. $auiPrimaryButtonColor: #fff;
  94. $auiIconColor: #707070;
  95. $inputControlEmColor: #f29424;
  96. $linkFontColor: #489afe;
  97. $linkHoverFontColor: #287ade;
  98. /**
  99. * Forms
  100. */
  101. $inputBg: #505F79;
  102. $inputBgHover: #505F79;
  103. $inputFontColor: #ECEEF1;