minor styling changes
parent
d9eecf59bf
commit
adbf4783a8
|
@ -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()">
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue