Skip to content
Snippets Groups Projects
Commit 7fbf9e93 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Style edit-dialog

parent 92e4f440
No related merge requests found
......@@ -8,7 +8,10 @@
<mat-table [dataSource]="displayAnswers">
<ng-container matColumnDef="label">
<mat-cell *matCellDef="let answer">
<h4>{{answer.answerOption.label}}</h4>
<h3>A:</h3>
<mat-form-field class="input-block">
<input matInput [(ngModel)]="answer.answerOption.label" maxlength="20" name="answer"/>
</mat-form-field>
</mat-cell>
</ng-container>
<ng-container matColumnDef="checked">
......
......@@ -3,5 +3,21 @@ textarea {
}
.mat-column-checked {
display: flex;
justify-content: flex-end;
max-width: 30px;
}
mat-row {
background-color: #bbdefb;
border-color: #bbdefb;
}
h3 {
padding-right: 10px;
color: #4db6ac;
}
mat-cell {
padding-left: 10px!important;
}
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