Files
web/apps/scandic-web/components/HeroVideo/heroVideo.module.css
Erik Tiekstra 4de24e9f2a feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change

Approved-by: Linus Flood
2026-01-22 07:03:25 +00:00

11 lines
153 B
CSS

.videoWrapper {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
&:not(.fullWidth) {
border-radius: var(--Corner-Radius-xl);
}
}