Increase play button size
This commit is contained in:
parent
18429d011e
commit
ac2b052d54
|
@ -3,6 +3,7 @@ $primary-foreground-opacity: 0.9;
|
|||
$primary-foreground-opacity-hover: 1;
|
||||
$primary-background-color: rgba(0, 0, 0, 0.8);
|
||||
|
||||
$play-control-font-size: 16px;
|
||||
$font-size: 13px;
|
||||
$control-bar-height: 34px;
|
||||
|
||||
|
|
|
@ -242,8 +242,8 @@ body {
|
|||
@include disable-outline;
|
||||
|
||||
cursor: pointer;
|
||||
font-size: $font-size;
|
||||
width: 3em;
|
||||
font-size: $play-control-font-size;
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.vjs-time-control {
|
||||
|
|
Loading…
Reference in New Issue