fix required label styles after migration to material design icons

This commit is contained in:
checktheroads 2021-04-21 13:19:46 -07:00
parent 3eb866f5d2
commit 8c92cfb814

View File

@ -338,8 +338,8 @@ div.field-group:not(:first-of-type) {
label.required { label.required {
font-weight: $font-weight-bold; font-weight: $font-weight-bold;
&::after { &::after {
font-family: bootstrap-icons; font-family: 'Material Design Icons';
content: '\f151'; content: '\f06C4';
font-weight: normal; font-weight: normal;
font-size: 8px; font-size: 8px;
font-style: normal; font-style: normal;