first commit

This commit is contained in:
Olu Amey
2021-09-13 06:53:04 -04:00
commit 32eb3ab418
3602 changed files with 875408 additions and 0 deletions
@@ -0,0 +1,17 @@
.audio-player:focus {
outline : 0;
}
.plyr__controls {
-webkit-box-pack : start;
-webkit-justify-content : flex-start;
-ms-flex-pack : start;
justify-content : flex-start;
}
.plyr__progress {
-webkit-box-flex : 1;
-webkit-flex-grow : 1;
-ms-flex-positive : 1;
flex-grow : 1;
}