37 lines
540 B
Plaintext
37 lines
540 B
Plaintext
const video-padding = 56.25%
|
|
|
|
.video-container
|
|
position relative
|
|
width 100%
|
|
min-height 100px
|
|
padding-bottom video-padding
|
|
border-radius ui-element-border-radius
|
|
overflow hidden
|
|
|
|
:hover
|
|
.video-controls
|
|
opacity 1
|
|
|
|
.video
|
|
position absolute
|
|
width 100%
|
|
height 100%
|
|
left 0
|
|
top 0
|
|
background-color black
|
|
|
|
.video-controls
|
|
position absolute
|
|
bottom 1rem
|
|
right 1rem
|
|
opacity 0
|
|
default-transition
|
|
|
|
.video-control
|
|
background transparent
|
|
border none
|
|
color white
|
|
font-size 1.2rem
|
|
|
|
::-webkit-media-controls
|
|
display none !important |