Skip to content
Snippets Groups Projects
comment.component.scss 327 B
Newer Older
mat-card {
  margin-bottom: 20px;
Lukas Mauß's avatar
Lukas Mauß committed
  background-color: #4dd0e1;
  cursor: pointer;
}

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;
}

Anris Ceta's avatar
Anris Ceta committed
.read-icon {
  color: blue;
}