changed color of text using the mat-body-1 class per design team request

pull/6/head
Chris Veilleux 2018-09-26 12:54:10 -05:00
parent fe076e1bf3
commit a2efde6dda
1 changed files with 3 additions and 0 deletions

View File

@ -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;
} }