Skip to content
Snippets Groups Projects
Verified Commit 321a8a59 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Customize buttons stylings

parent 85dbf829
No related merge requests found
......@@ -27,9 +27,9 @@
<mat-divider></mat-divider>
<div fxLayout="row" fxLayoutGap="5px">
<div fxLayout="row" fxLayoutGap="15px">
<div fxLayout="column" fxLayoutAlign="center">
<mat-checkbox #answerIsCorrect color="primary"></mat-checkbox>
<mat-checkbox #answerIsCorrect color="primary">Is correct</mat-checkbox>
</div>
<mat-form-field>
<input matInput #answerLabel placeholder="Answer" name="answer">
......@@ -45,5 +45,5 @@
</div>
</div>
<button mat-button type="submit">Submit</button>
<button mat-raised-button type="submit" color="primary">Submit</button>
</form>
......@@ -5,5 +5,5 @@
<mat-form-field>
<textarea matInput #body [(ngModel)]="content.body" placeholder="Body" name="body"></textarea>
</mat-form-field>
<button mat-button type="submit">Submit</button>
<button mat-raised-button type="submit" color="primary">Submit</button>
</form>
......@@ -7,5 +7,5 @@
<mat-checkbox color="primary">{{ answer.label }}</mat-checkbox>
</mat-list-item>
</mat-list>
<button mat-button>Send answer</button>
<button mat-raised-button color="primary">Send answer</button>
</form>
......@@ -5,5 +5,5 @@
<mat-form-field>
<textarea matInput #answer placeholder="Your answer"></textarea>
</mat-form-field>
<button mat-button type="submit">Submit</button>
<button mat-raised-button type="submit" color="primary">Submit</button>
</form>
mat-form-field {
display: block;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment