mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -1,5 +1,6 @@
|
|||||||
<div>
|
<div>
|
||||||
<adf-login #adfLogin
|
<adf-login #adfLogin
|
||||||
|
class="adf-panel-login-dialog-component"
|
||||||
[showRememberMe]="false"
|
[showRememberMe]="false"
|
||||||
[showLoginActions]="false"
|
[showLoginActions]="false"
|
||||||
[backgroundImageUrl]="''"
|
[backgroundImageUrl]="''"
|
||||||
|
@@ -6,4 +6,15 @@
|
|||||||
$foreground: map-get($theme, foreground);
|
$foreground: map-get($theme, foreground);
|
||||||
$text-color-primary: mat-color($foreground, text);
|
$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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user