Skip to content

Commit

Permalink
add missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
jondujaka committed Aug 14, 2023
1 parent e5d2461 commit d508512
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/components/Video/Video.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,20 @@
}

.oldControls {
:global(.vjs-control) {
height: 3em;
}
:global(.video-js) {
:global(.vjs-control) {
height: 3em;
}

:global(.vjs-control-bar) {
height: 3.5em;
background-color: none;
background: linear-gradient(transparent, rgb(0 0 0 / 0.35));
}
:global(.vjs-control-bar) {
height: 3.5em;
background-color: none;
background: linear-gradient(transparent, rgb(0 0 0 / 0.35));
}

:global(.vjs-control):focus {
text-shadow: none;
:global(.vjs-control):focus {
text-shadow: none;
}
}
}

Expand Down

0 comments on commit d508512

Please sign in to comment.