mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
committed by
Denys Vuika
parent
b0ee874a3a
commit
24217dc050
@@ -15,7 +15,6 @@
|
||||
"redirectUri": "/",
|
||||
"redirectUriLogout": "/logout"
|
||||
},
|
||||
"locale": "en",
|
||||
"application": {
|
||||
"name": "Alfresco Content Application",
|
||||
"logo": "assets/images/alfresco-logo-flower.svg",
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
@import '../components/create-menu/create-menu.component.scss';
|
||||
@import '../components/layout/layout.theme.scss';
|
||||
|
||||
@import 'overrides/adf-layout-container.theme';
|
||||
@import './overrides/adf-document-list.theme';
|
||||
|
||||
@import 'snackbar';
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
@mixin adf-layout-container-theme($theme) {
|
||||
$adf-layout-container-height: 100% !default;
|
||||
|
||||
adf-layout-container {
|
||||
.mat-drawer-content > div,
|
||||
.mat-drawer-content > div > div {
|
||||
height: $adf-layout-container-height;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user