Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
mat-card {
margin-bottom: 20px;
background-color: #b2ebf2;
}
mat-card-content>:first-child {
margin-top: 20px;
}
mat-toolbar {
border-radius: 10px;
margin-bottom: 20px;
background-color: #bbdefb;
}
.card-container {
background-color: #4dd0e1;
opacity: 0.7;
border-radius: 2px;
}
.outer-card {
border-radius: 8px;
}
mat-icon {
color: white;
}
.incorrect-icon {
color: white;
}
.correct-icon {
color: green;
}
mat-card-title {
margin: 0px;
}