changed color of text using the mat-body-1 class per design team request
parent
fe076e1bf3
commit
a2efde6dda
|
@ -45,6 +45,9 @@
|
||||||
color: $mycroft-dark-grey;
|
color: $mycroft-dark-grey;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
.mat-body-1 {
|
||||||
|
color: $mycroft-secondary;
|
||||||
|
}
|
||||||
.skill-detail-section {
|
.skill-detail-section {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue