Version 1
[yaffs-website] / node_modules / video.js / src / css / components / _error.scss
1 .vjs-error .vjs-error-display .vjs-modal-dialog-content {
2   font-size: 1.4em;
3   text-align: center;
4 }
5
6 .vjs-error .vjs-error-display:before {
7   color: #fff;
8   content: 'X';
9   font-family: $text-font-family;
10   font-size: 4em;
11   left: 0;
12
13   // In order to center the play icon vertically we need to set the line height
14   // to the same as the button height
15   line-height: 1;
16   margin-top: -0.5em;
17   position: absolute;
18   text-shadow: 0.05em 0.05em 0.1em #000;
19   text-align: center; // Needed for IE8
20   top: 50%;
21   vertical-align: middle;
22   width: 100%;
23 }