Newer
Older
@import 'breakpoint';
@import 'color';
@import 'layout';
.app-container {
display: block;
flex-direction: column;
}
@media print {
.app-body {
height: 100% !important;
}
}
display: flex;
flex-direction: column;
overflow-x: hidden;
position: relative;
height: calc(100svh - #{$header-height});
.loader {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
&.loader-gif {
max-height: 185px;
}