[ADF-1237] removed material design lite from userinfo component (#2238)

* [ADF-1083] removing material design lite from userinfo component

* [ADF-1237] - styled userinfo component]

* [ADF-1237] removed material design lite from userinfo component

* [ADF-1237] updated readme with the two new options
This commit is contained in:
Vito
2017-08-24 02:53:59 -07:00
committed by Mario Romano
parent 07ba8bc15f
commit 98cb6de595
11 changed files with 359 additions and 218 deletions

View File

@@ -33,6 +33,8 @@
@import '../../ng2-alfresco-core/styles/theme-colors';
@import '../../ng2-alfresco-datatable/src/components/datatable/datatable.component.scss';
@import '../../ng2-alfresco-userinfo/src/components/user-info.component.scss';
@mixin alfresco-material-theme($theme) {
@include mat-colors-theme($theme);
@@ -61,4 +63,5 @@
@include mat-breadcrumb-dropdown-theme($theme);
@include mat-datatable-theme($theme);
@include mat-content-node-selector-theme($theme);
@include mat-userinfo-theme($theme);
}