minor styling changes

pull/1/head
Chris Veilleux 2019-02-13 20:14:26 -06:00
parent d9eecf59bf
commit adbf4783a8
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<mat-card>
<mat-card fxLayout="column" fxLayoutAlign="space-around">
<mat-card-content [innerHTML]="agreementContent"></mat-card-content>
<mat-card-actions align="right">
<button *ngIf="!agreementAccepted" mat-button (click)="acceptAgreement()">

View File

@ -14,11 +14,10 @@ mat-card {
mat-card-content {
max-height: 85%;
overflow-y: auto;
padding: 8px;
}
mat-card-actions {
padding-right: 16px;
padding-right: 8px;
}
}