Prep work for theming

This commit is contained in:
Sam Potts
2016-05-01 19:27:53 +10:00
parent 39a0a38d07
commit fad3f41ca7
16 changed files with 699 additions and 679 deletions
+13
View File
@@ -0,0 +1,13 @@
// 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;
}