blob: 518f2a8d7f7249e1affa59fe3c924640fc62b70b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// ==========================================================================
// Utility classes
// ==========================================================================
// Screen reader only elements
.plyr__sr-only {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
|