Newer
Older
mat-card {
margin-bottom: 20px;
}
mat-card-content>:first-child {
margin-top: 20px;
}
mat-toolbar {
border-radius: 10px;
margin-bottom: 20px;
background-color: #bbdefb;
}
mat-icon {
color: white;
}
.correct-icon {
color: green;
}