added a header

pull/1/head
Chris Veilleux 2019-02-19 17:02:48 -06:00
parent 3147d2a4ff
commit 6de9231386
2 changed files with 9 additions and 0 deletions

View File

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

View File

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