Newer
Older
@import 'breakpoint';
@import 'color';
@import 'layout';
@media not print {
.app-container {
display: flex;
flex-direction: column;
height: 100%;
overflow-y: auto;
}
height: 100% !important;
}
}
display: flex;
flex-direction: column;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
.loader {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
&.loader-gif {
max-height: 185px;
}