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

Change color according to correct-status and disable button if user is student

parent 80424ba2
No related merge requests found
......@@ -22,3 +22,19 @@ mat-toolbar {
.outer-card {
border-radius: 8px;
}
mat-icon {
color: white;
}
.incorrect-icon {
color: white;
}
.correct-icon {
color: green;
}
mat-card-title {
margin: 0px;
}
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