mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Responsive height for login component (#2049)
This commit is contained in:
committed by
Eugenio Romano
parent
cc42169d14
commit
f07876df7e
@@ -42,7 +42,6 @@
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
||||
width: 450px;
|
||||
min-width: 350px;
|
||||
min-height: 450px;
|
||||
padding: 21px 64px 34px 64px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
@@ -85,7 +85,7 @@
|
||||
<md-checkbox class="rememberme-cb" [checked]="rememberMe" (change)="rememberMe = !rememberMe">{{ 'LOGIN.LABEL.REMEMBER' | translate }}</md-checkbox>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mdl-card__actions mdl-card--border mdl-card__link">
|
||||
<div *ngIf="footerTemplate || showLoginActions" class="mdl-card__actions mdl-card--border mdl-card__link">
|
||||
|
||||
<!--FOOTER TEMPLATE-->
|
||||
<ng-template *ngIf="footerTemplate"
|
||||
|
Reference in New Issue
Block a user