Docs updates, small tweaks

This commit is contained in:
Sam
2016-04-28 22:07:35 +10:00
parent 4719766843
commit 4f02e2d6e7
14 changed files with 906 additions and 796 deletions

View File

@ -613,6 +613,20 @@
line-height: .95;
-webkit-font-smoothing: subpixel-antialiased;
}
// Media duration hidden on small screens
.plyr__time + .plyr__time {
display: none;
@media (min-width: @plyr-bp-screen-md) {
display: inline-block;
}
// Add a slash in before
&::before {
content: '\2044';
margin-right: @plyr-control-spacing;
}
}
// Volume
// --------------------------------------------------------------