15 lines
147 B
CSS
15 lines
147 B
CSS
/*
|
|
.modal-card-body {
|
|
background-color: transparent;
|
|
}
|
|
*/
|
|
|
|
#video {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.clickable-img {
|
|
cursor: pointer;
|
|
}
|