mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-10 10:23:40 +01:00
15 lines
274 B
SCSS
15 lines
274 B
SCSS
.component_pdfviewer{
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
width: 100%;
|
|
flex-grow: 1;
|
|
|
|
.pdfviewer_container{
|
|
text-align: center;
|
|
background: #525659;
|
|
height: 100%;
|
|
width: 100%;
|
|
flex-grow: 1;
|
|
}
|
|
}
|