mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* AAE-19510 remove selector variable * AAE-19510 poc for card view using variable selectors * AAE-19176 rename mat selectors file * AAE-19176 add missing style imports * AAE-19176 remove remaining mat selectors * AAE-19176 replaced todo material selectors with variables * AAE-19176 changes made in meantime * AAE-19176 conflict fixes
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;
|
|
}
|
|
}
|