2023-05-12 10:30:24 +02:00

34 lines
454 B
SCSS

.root {
height: inherit;
min-height: inherit;
position: relative;
.file-container {
height: inherit;
min-height: inherit;
.image {
width: 100%;
height: inherit;
min-height: inherit;
object-fit: contain;
}
.pdf {
width: 100%;
min-height: inherit;
height: inherit;
}
}
.loader {
width: 48px;
height: 48px;
z-index: -1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}