13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
// 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;
|
|
} |