Responsive height for login component (#2049)

This commit is contained in:
Popovics András
2017-07-05 19:09:04 +01:00
committed by Eugenio Romano
parent cc42169d14
commit f07876df7e
5 changed files with 18 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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"