mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +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 {
|
.sidenav__step--locked {
|
||||||
color: color('base-darker');
|
color: color('base-darker');
|
||||||
span {
|
span {
|
||||||
|
@ -146,6 +152,7 @@ a.breadcrumb__back {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.stepnav {
|
.stepnav {
|
||||||
margin-top: units(2);
|
margin-top: units(2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
{% if this_step == steps.current %}
|
{% if this_step == steps.current %}
|
||||||
class="usa-current"
|
class="usa-current"
|
||||||
{% else %}
|
{% else %}
|
||||||
class="usa-checked"
|
class="link_usa-checked"
|
||||||
{% endif%}>
|
{% endif%}>
|
||||||
{{ form_titles|get_item:this_step }}
|
{{ form_titles|get_item:this_step }}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue