first commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user