harella1/video.js

View on GitHub
src/css/components/_close-button.scss

Summary

Maintainability
Test Coverage
.video-js .vjs-control.vjs-close-button {
  @extend .vjs-icon-cancel;
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}