Started on PIP support

This commit is contained in:
Sam
2016-09-13 00:16:27 +10:00
parent 46f82a4af3
commit d638cdcdd3
5 changed files with 121 additions and 113 deletions

View File

@ -30,6 +30,7 @@
max-width: 100%;
min-width: 200px;
font-family: @plyr-font-family;
font-weight: 500;
direction: ltr;
& when (@plyr-border-box = true) {
@ -239,7 +240,6 @@
color: @plyr-captions-color;
font-size: @plyr-font-size-captions-base;
text-align: center;
font-weight: 400;
span {
border-radius: 2px;
@ -519,7 +519,7 @@
.plyr__menu__value {
margin-left: auto;
padding-left: 25px;
font-weight: 400;
font-weight: 500;
color: fade(@plyr-menu-color, 80%);
}
@ -553,6 +553,7 @@
color: @plyr-tooltip-color;
font-size: @plyr-font-size-small;
font-weight: 500;
line-height: 1.3;
transform: translate(-50%, 10px) scale(.8);