Newer
Older
mat-card {
margin-bottom: 20px;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 5px;
margin-top: 20px;
}
mat-toolbar {
border-radius: 10px;
margin-bottom: 20px;
background-color: #bbdefb;
}
.upvoted {
color: #66bb6a;
}
.downvoted {
color: #FF8A65;
}
.incorrect-icon {
color: #c8e6c9;
color: #1e88e5;
}
.unread-icon {
color: #e3f2fd;
.favorite-icon {
color: #fdd835;
}
.not-favorite-icon {
color: #fffde7;
}
.body {
min-width: 200px;
min-height: 100px;
text-align: start;
max-height: 120px;
overflow: hidden;
text-overflow: ellipsis;