Small tweaks
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
background: @plyr-menu-color;
|
||||
color: @plyr-menu-bg;
|
||||
font-size: @plyr-font-size-tiny;
|
||||
.plyr-font-smoothing(on);
|
||||
}
|
||||
|
||||
@@ -15,10 +15,11 @@
|
||||
width: 100%;
|
||||
padding: @plyr-control-spacing;
|
||||
transform: translateY(-(@plyr-control-spacing * 4));
|
||||
transition: transform 0.3s ease;
|
||||
transition: transform 0.4s ease-in-out;
|
||||
color: @plyr-captions-color;
|
||||
font-size: @plyr-font-size-captions-small;
|
||||
text-align: center;
|
||||
.plyr-font-smoothing(on);
|
||||
|
||||
span {
|
||||
border-radius: 2px;
|
||||
|
||||
Reference in New Issue
Block a user