17 lines
194 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|