2023-04-20 14:50:34 +02:00

17 lines
194 B
SCSS

.root {
height: inherit;
.file-container {
height: inherit;
.image {
width: 100%;
height: inherit;
object-fit: contain;
}
.pdf {
width: 100%;
height: inherit;
}
}
}