PR suggestions

This commit is contained in:
zandercymatics 2024-06-03 10:56:40 -06:00
parent efbcc5fcde
commit 259aa7ccc9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 8 additions and 3 deletions

View file

@ -7,11 +7,16 @@ a[href$="todo"]::after {
content: " [link TBD]";
font-style: italic;
}
a.usa-link {
color: #{$dhs-blue};
}
a.breadcrumb__back {
display:flex;
align-items: center;
margin-bottom: units(2.5);
color: #{$dhs-blue};
&:visited {
color: color('primary');
}

View file

@ -68,7 +68,7 @@
{% with show_edit_button=True show_readonly=True group_classes="usa-form-editable padding-top-2" %}
{% with add_class="usa-input--medium" %}
{% input_with_errors form.phone %}
{% input_with_errors form.phone.as_national %}
{% endwith %}
{% endwith %}

View file

@ -42,7 +42,7 @@
{% endwith %}
{% with add_class="usa-input--medium" %}
{% input_with_errors form.phone %}
{% input_with_errors form.phone.as_national %}
{% endwith %}
<button type="submit" class="usa-button">Save</button>