added a header
parent
3147d2a4ff
commit
6de9231386
|
@ -1,3 +1,5 @@
|
|||
<h2 *ngIf="step === 'Terms of Use'" class="mat-h2">First, the legal stuff...</h2>
|
||||
<h2 *ngIf="step === 'Privacy Policy'" class="mat-h2">We value your privacy!</h2>
|
||||
<mat-card class="mat-elevation-z0" fxLayout="column" fxLayoutAlign="space-around">
|
||||
<mat-card-content [innerHTML]="agreementContent"></mat-card-content>
|
||||
<mat-card-actions align="right">
|
||||
|
|
|
@ -2,6 +2,13 @@
|
|||
@import "mycroft-colors";
|
||||
@import "~src/stylesheets/components/buttons";
|
||||
|
||||
h2 {
|
||||
margin-left: 16px;
|
||||
margin-bottom: 0;
|
||||
color: mat-color($mycroft-primary);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
mat-card {
|
||||
height: 60vh;
|
||||
margin-bottom: 16px;
|
||||
|
|
Loading…
Reference in New Issue