forked from p96170835/amis
24 lines
367 B
SCSS
24 lines
367 B
SCSS
.#{$ns}Video {
|
|
min-width: 200px;
|
|
|
|
&-cursor {
|
|
position: absolute;
|
|
border: 2px solid $info;
|
|
transition: all 0.5s ease-out;
|
|
}
|
|
|
|
&-frameList {
|
|
.#{$ns}Video-frameItem {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
&-frameLabel {
|
|
text-align: center;
|
|
}
|
|
|
|
.video-react-paused .video-react-big-play-button.big-play-button-hide {
|
|
display: block;
|
|
}
|
|
}
|