You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrutiny/webapp/frontend/src/app/layout/layouts/empty/empty.component.scss

40 lines
894 B

@import 'treo';
empty-layout {
position: relative;
display: flex;
flex: 1 1 auto;
width: 100%;
// Container
> .container {
display: flex;
flex-direction: column;
flex: 1 1 auto;
width: 100%;
// Content
> .content {
display: flex;
flex-direction: column;
flex: 1 0 auto;
> *:not(router-outlet) {
position: relative;
display: flex;
flex: 1 0 auto;
flex-wrap: wrap;
width: 100%;
min-width: 100%;
}
}
}
}
// -----------------------------------------------------------------------------------------------------
// @ Theming
// -----------------------------------------------------------------------------------------------------
@include treo-theme {
}