Styling tweaks for demo

This commit is contained in:
Sam Potts
2019-06-20 23:50:46 +10:00
parent 97d9228bed
commit 2e40b91ec1
40 changed files with 442 additions and 433 deletions

View File

@ -63,9 +63,9 @@ a.plyr__control {
// Video control
.plyr--video .plyr__control {
svg {
/* svg {
filter: drop-shadow(0 1px 1px rgba(#000, 0.15));
}
} */
// Hover and tab focus
&.plyr__tab-focus,
@ -81,7 +81,6 @@ a.plyr__control {
background: rgba($plyr-video-control-bg-hover, 0.8);
border: 0;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(#000, 0.15);
color: $plyr-video-control-color;
display: none;
left: 50%;