upgrade ADF 3.3.0 alpha (#1123)

* update to alpha

* remove locale
This commit is contained in:
Cilibiu Bogdan
2019-06-08 15:01:24 +01:00
committed by Denys Vuika
parent b0ee874a3a
commit 24217dc050
5 changed files with 23 additions and 54 deletions
-1
View File
@@ -15,7 +15,6 @@
"redirectUri": "/",
"redirectUriLogout": "/logout"
},
"locale": "en",
"application": {
"name": "Alfresco Content Application",
"logo": "assets/images/alfresco-logo-flower.svg",
-1
View File
@@ -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;
}
}
}