samagra-chatui
Version:
The React library for Chatbot UI
55 lines (47 loc) • 789 B
text/less
.Video {
position: relative;
border-radius: inherit;
}
.Video-cover,
.Video-video:not([hidden]) {
display: block;
width: 100%;
max-height: 100%;
border-radius: inherit;
}
.Video-duration {
position: absolute;
right: 5px;
bottom: 5px;
z-index: 1;
color: var(--white);
&:after {
content: '"';
}
}
.Video-playBtn {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
background: transparent;
&:hover {
cursor: pointer;
}
}
.Video-playIcon {
display: inline-block;
width: 35px;
height: 35px;
background: url('//gw.alicdn.com/tfs/TB1p1mkqIbpK1RjSZFyXXX_qFXa-70-70.png') 0 0 no-repeat;
background-size: cover;
}
.Video--playing {
.Video-playBtn {
display: none;
}
}