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

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