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]"; content: " [link TBD]";
font-style: italic; font-style: italic;
} }
a.usa-link {
color: #{$dhs-blue};
}
a.breadcrumb__back { a.breadcrumb__back {
display:flex; display:flex;
align-items: center; align-items: center;
margin-bottom: units(2.5); margin-bottom: units(2.5);
color: #{$dhs-blue};
&:visited { &:visited {
color: color('primary'); 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 show_edit_button=True show_readonly=True group_classes="usa-form-editable padding-top-2" %}
{% with add_class="usa-input--medium" %} {% with add_class="usa-input--medium" %}
{% input_with_errors form.phone %} {% input_with_errors form.phone.as_national %}
{% endwith %} {% endwith %}
{% endwith %} {% endwith %}

View file

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