Files
payloadcms/test/app/live-preview/_components/Media/Video/index.module.scss
2024-03-19 11:31:50 -04:00

12 lines
151 B
SCSS

.video {
max-width: 100%;
width: 100%;
background-color: var(--color-base-50);
}
.cover {
object-fit: cover;
width: 100%;
height: 100%;
}