You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
379 B
27 lines
379 B
.video-message {}
|
|
|
|
.video-box {
|
|
width: 160px;
|
|
height: 120px;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-radius: 10px 2px 10px 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.my-video {
|
|
border-radius: 10px 2px 10px 10px;
|
|
}
|
|
|
|
.icon {
|
|
position: absolute;
|
|
bottom: 30px;
|
|
right: 30px;
|
|
}
|
|
|
|
.video-icon {
|
|
display: block;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|