Skip to content
Snippets Groups Projects
comment.component.scss 457 B
Newer Older
mat-card {
  margin-bottom: 20px;
Lukas Mauß's avatar
Lukas Mauß committed
  background-color: #4dd0e1;
  cursor: pointer;
Anris Ceta's avatar
Anris Ceta committed
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;
}

.proffesor-icon {
  background-size: cover;
  margin-right: 10px;
Anris Ceta's avatar
Anris Ceta committed
  margin-top: 10px;