1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

update templates to bootstrap 5 classes

This commit is contained in:
checktheroads
2021-03-14 01:06:18 -07:00
parent 362392d1de
commit 991f71bf28
9 changed files with 259 additions and 234 deletions

View File

@@ -313,3 +313,18 @@ div.field-group:not(:first-of-type) {
margin-bottom: $spacer;
}
}
label.required {
font-weight: $font-weight-bold;
&::after {
font-family: bootstrap-icons;
content: '\f151';
font-weight: normal;
font-size: 8px;
font-style: normal;
margin: 0 0 0 2px;
text-decoration: none;
display: inline-block;
position: absolute;
}
}