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

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