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

Adjust look of content-likert-creation

parent 49bf11be
No related merge requests found
<form (ngSubmit)="submitContent()">
<form (ngSubmit)="submitContent()" fxLayout="column" fxLayoutGap="20px">
<mat-divider></mat-divider>
<mat-table #table [dataSource]="displayAnswers">
<ng-container matColumnDef="label">
......
form > button {
margin: 20px 0;
}
mat-header-cell {
background-color: #ffe0b2;
}
mat-cell {
background-color: #ffecb3;
}
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