Reduce player big button border width

pull/1745/head
Chocobozzz 2019-03-20 14:28:08 +01:00
parent 7113b5cd32
commit e0812403d8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@
$big-play-width: 1.2em;
$big-play-height: 1.2em;
border: 6px solid #fff;
border: 4px solid #fff;
border-radius: 100%;
left: 50%;
@ -483,7 +483,7 @@
.vjs-big-play-button {
font-size: 5em;
border-width: 5px;
border-width: 3px;
.vjs-icon-placeholder::before {
@include big-play-button-triangle-size(32px);
@ -498,7 +498,7 @@
.vjs-big-play-button {
font-size: 4.5em;
border-width: 4.5px;
border-width: 2.5px;
.vjs-icon-placeholder::before {
@include big-play-button-triangle-size(27px);
@ -521,7 +521,7 @@
.vjs-big-play-button {
font-size: 3em;
border-width: 3px;
border-width: 2px;
.vjs-icon-placeholder::before {
@include big-play-button-triangle-size(20px);
@ -605,4 +605,4 @@
.vjs-error-display {
display: block;
}
}
}