Adjust field required * styles
This commit is contained in:
parent
57a307ef07
commit
b682cb9824
@ -122,10 +122,10 @@ a.btn:not(.btn-link) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fieldset.required {
|
fieldset.required {
|
||||||
legend > div:first-child::after {
|
legend > div:first-child > span:first-child::after {
|
||||||
content: "*";
|
content: "*";
|
||||||
color: var(--danger);
|
color: var(--danger);
|
||||||
max-width: 0.125rem;
|
margin-left: 0.125rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user