mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
b84e716fe5
commit
2940b6ce99
@@ -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);
|
||||
|
Reference in New Issue
Block a user