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 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. /**
  16. * Color variables.
  17. */
  18. $defaultColor: #F1F1F1;
  19. $defaultSemiDarkColor: #ACACAC;
  20. $defaultDarkColor: #4F4F4F;
  21. $defaultBackground: #474747;
  22. $tooltipBg: rgba(0,0,0, 0.7);
  23. // Toolbar
  24. $toolbarSelectBackground: rgba(0, 0, 0, .6);
  25. $toolbarButtonToggled: #44A5FF;
  26. // Main controls
  27. $inputBackground: rgba(132, 132, 132, .5);
  28. $inputSemiBackground: rgba(132, 132, 132, .8);
  29. $inputLightBackground: #EBEBEB;
  30. $inputBorderColor: #EBEBEB;
  31. $buttonBackground: #44A5FF;
  32. // Video layout.
  33. $videoThumbnailHovered: #44A5FF;
  34. $videoThumbnailSelected: #165ecc;
  35. $participantNameColor: #fff;
  36. $thumbnailPictogramColor: #fff;
  37. $dominantSpeakerBg: #165ecc;
  38. $raiseHandBg: #D6D61E;
  39. $rateStarDefault: #ccc;
  40. $rateStarActivity: #165ecc;
  41. $rateStarLabelColor: #333;
  42. /**
  43. * Misc.
  44. */
  45. $borderRadius: 4px;
  46. $defaultWatermarkLink: '../images/watermark.png';
  47. /**
  48. * Z-indexes. TODO: Replace this by a function.
  49. */
  50. $toolbarZ: 900;
  51. $overlayZ: 800;