mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
29 lines
492 B
SCSS
29 lines
492 B
SCSS
@import 'styles/mat-selectors';
|
|
|
|
.app-cloud-layout-overflow {
|
|
overflow: auto;
|
|
}
|
|
|
|
app-cloud-layout {
|
|
.app-cloud-layout-tab-body {
|
|
height: 100%;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
width: 100%;
|
|
|
|
adf-sidenav-layout {
|
|
flex-direction: row;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
|
|
& > div {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.app-cloud-layout-toolbar {
|
|
display: flex;
|
|
}
|
|
}
|