amis/scss/components/_video.scss

20 lines
365 B
SCSS
Raw Normal View History

2019-04-30 11:11:25 +08:00
.#{$ns}Video {
min-width: 200px;
2019-04-30 11:11:25 +08:00
&-cursor {
position: absolute;
border: 2px solid $info;
transition: all 0.5s ease-out;
}
2019-04-30 11:11:25 +08:00
&-frameList {
.#{$ns}Video-frameItem {
cursor: pointer;
}
}
2019-04-30 11:11:25 +08:00
.video-react-paused .video-react-big-play-button.big-play-button-hide {
display: block;
}
}