Skip to content
Snippets Groups Projects
Commit 2dc51a44 authored by Sebastian Wittek's avatar Sebastian Wittek
Browse files

Fix some styles

SQUASH
parent 2fd6fed6
No related merge requests found
......@@ -2,7 +2,7 @@
<div fxLayout="row" fxLayoutAlign="center">
<mat-toolbar>List of Questions
<span class="fill-remaining-space"></span>
<button mat-icon-button color="accent" (click)="openSubmitDialog()">
<button mat-icon-button color="primary" (click)="openSubmitDialog()">
<mat-icon>add_circle</mat-icon>
</button></mat-toolbar>
</div>
......
......@@ -7,6 +7,7 @@ app-comment-list {
width: 50px;
height: 50px;
margin-bottom: 20px;
margin-top: 20px;
}
mat-icon {
......@@ -18,7 +19,6 @@ mat-icon {
mat-toolbar {
border-radius: 10px;
margin-bottom: 20px;
background-color: #bbdefb;
max-width: 800px;
}
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