summaryrefslogtreecommitdiff
path: root/javascript/videojs/src/css/components/_close-button.scss
blob: 07193e7b348af9863a480c557f87b5aa5ec5dc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;

  & .vjs-icon-placeholder {
    @extend .vjs-icon-cancel;
  }
}