3
0

Adjust field required * styles

This commit is contained in:
Jože Fortun 2024-02-26 14:47:39 +01:00
parent 57a307ef07
commit b682cb9824

View File

@ -122,10 +122,10 @@ a.btn:not(.btn-link) {
}
fieldset.required {
legend > div:first-child::after {
legend > div:first-child > span:first-child::after {
content: "*";
color: var(--danger);
max-width: 0.125rem;
margin-left: 0.125rem;
}
}