Jon note: DO A HARD RESET

This commit is contained in:
Jon Roberts 2023-03-09 17:16:32 -05:00
parent ceacaf98ce
commit 6beb937a76
No known key found for this signature in database
GPG key ID: EED093582198B041
2 changed files with 8 additions and 1 deletions

View file

@ -131,6 +131,12 @@ a.breadcrumb__back {
}
}
span {
a.link_usa-checked {
padding: 0 !important;
}
}
.sidenav__step--locked {
color: color('base-darker');
span {
@ -146,6 +152,7 @@ a.breadcrumb__back {
}
}
.stepnav {
margin-top: units(2);
}

View file

@ -17,7 +17,7 @@
{% if this_step == steps.current %}
class="usa-current"
{% else %}
class="usa-checked"
class="link_usa-checked"
{% endif%}>
{{ form_titles|get_item:this_step }}
</a>