Skip to content

Commit

Permalink
leave out large player styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Mar 6, 2024
1 parent b55db98 commit 798b130
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/css/components/_transient-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@
bottom: 4em;
}

.video-js.vjs-layout-large .vjs-transient-button {
height: 5em;
padding: 0 1em;
font-size: 120%;
}

.video-js.vjs-layout-x-large .vjs-transient-button,
.video-js.vjs-layout-huge .vjs-transient-button {
height: 8em;
padding: 0 1.5em;

font-size: 150%;
}

.video-js .vjs-transient-button:hover {
background-color: rgba(50, 50, 50, 0.9);
}
Expand Down

0 comments on commit 798b130

Please sign in to comment.