[ADF-1932] Settings button now is located inside the login menu (#3114)

* [ADF-1932] Settings button now is located inside the login menu

* [ADF-1932] Improved styles

* [ADF-1932] CSS replaced by SCSS, settings button now matches material accent color

* enable source map in the dist

* Revert "enable source map in the dist"

This reverts commit 0e53ace55b.
This commit is contained in:
davidcanonieto
2018-03-26 09:57:50 +01:00
committed by Eugenio Romano
parent b84e716fe5
commit 2940b6ce99
6 changed files with 60 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
@import './app/components/app-layout/app-layout.component.scss';
@import './app/components/files/files.component.scss';
@import './app/components/login/login.component.scss';
@import 'content-services/styles/index';
@import 'process-services/styles/index';
@@ -19,6 +19,7 @@ $theme: mat-light-theme($primary, $accent, $warn);
@include angular-material-theme($theme);
@include adf-app-layout-theme($theme);
@include adf-file-component-theme($theme);
@include adf-login-component-theme($theme);
@include adf-content-services-theme($theme);
@include adf-process-services-theme($theme);