Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-19163: changed required astrisk to after #19882

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,9 @@
#block-vagovclaro-content .paragraph.paragraph--type--magichead-group {
border: var(--va-gray-lightest) solid 1px;
}

#field-clp-spotlight-link-teasers-values .form-item__label::after
{
color: #F00; /* Red color for the asterisk */
content: "*"; /* Adds an asterisk before the label text */
}
Loading