[ADF-3604] fixed style for login dialog (#3996)

* [ADF-3604] fixed style for login dialog

* [ADF-3604] removed duplicated voice in tsconfig

* [ADF-3604] fixed locator for css style
This commit is contained in:
Vito
2018-11-22 17:20:18 +00:00
committed by Eugenio Romano
parent 974929e76d
commit 51bb6a420f
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<div>
<adf-login #adfLogin
class="adf-panel-login-dialog-component"
[showRememberMe]="false"
[showLoginActions]="false"
[backgroundImageUrl]="''"

View File

@@ -6,4 +6,15 @@
$foreground: map-get($theme, foreground);
$text-color-primary: mat-color($foreground, text);
.adf-panel-login-dialog-component .adf-login-content {
.mat-card-actions,
.adf-login-button,
.adf-login__remember-me,
.copyright {
display: none;
}
}
}