Video.scss 329 B

1234567891011121314
  1. /**
  2. * @class Ext.Video
  3. */
  4. /**
  5. * @var {color} $video-background-color
  6. * The background color of the video component.
  7. */
  8. $video-background-color: dynamic(#000);
  9. /**
  10. * @var {color} $video-ghost-background-color
  11. * The background color of the poster image.
  12. */
  13. $video-ghost-background-color: dynamic($video-background-color);