mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
fix required label styles after migration to material design icons
This commit is contained in:
parent
2d74af0e0c
commit
1adc161369
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user