mat-card { margin-bottom: 20px; background-color: #4dd0e1; cursor: pointer; } mat-card-content > :first-child { margin-top: 20px; } mat-toolbar { border-radius: 10px; margin-bottom: 20px; background-color: #bbdefb; } .incorrect-icon { color: #c8e6c9; } .correct-icon { color: #66bb6a; } .read-icon { color: #1e88e5; } .unread-icon { color: #e3f2fd; } .favorite-icon { color: #fdd835; } .not-favorite-icon { color: #fffde7; } .proffesor-icon { background-size: cover; margin-right: 10px; margin-top: 10px; }