mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
fix required label styles after migration to material design icons
This commit is contained in:
parent
3eb866f5d2
commit
8c92cfb814
@ -338,8 +338,8 @@ div.field-group:not(:first-of-type) {
|
||||
label.required {
|
||||
font-weight: $font-weight-bold;
|
||||
&::after {
|
||||
font-family: bootstrap-icons;
|
||||
content: '\f151';
|
||||
font-family: 'Material Design Icons';
|
||||
content: '\f06C4';
|
||||
font-weight: normal;
|
||||
font-size: 8px;
|
||||
font-style: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user