mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-03 13:11:46 +08:00
29 lines
596 B
SCSS
29 lines
596 B
SCSS
.component_page_viewerpage{
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
|
|
.page_container{
|
|
flex: 1;
|
|
display: flex;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
> div{
|
|
flex: 1;
|
|
display: flex;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
> div, > span{
|
|
flex: 1;
|
|
display: flex;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
// loader
|
|
> span {
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
}
|