Skip to content
Snippets Groups Projects
Verified Commit b09de885 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #96 set font-weight normal for mat-checkbox

parent 5e448b60
No related branches found
No related tags found
No related merge requests found
...@@ -178,4 +178,8 @@ button .mat-icon{ ...@@ -178,4 +178,8 @@ button .mat-icon{
} }
.mat-autocomplete-panel .mat-option small{ .mat-autocomplete-panel .mat-option small{
opacity: 0.7; opacity: 0.7;
}
.mat-checkbox-layout .mat-checkbox-label {
font-weight: normal;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment