mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Jon note: DO A HARD RESET
This commit is contained in:
parent
ceacaf98ce
commit
6beb937a76
2 changed files with 8 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue