mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +02:00
css changes
This commit is contained in:
parent
f849895897
commit
08a3ba5378
2 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ abbr[title] {
|
||||||
svg.usa-icon {
|
svg.usa-icon {
|
||||||
color: #{$dhs-red};
|
color: #{$dhs-red};
|
||||||
}
|
}
|
||||||
div.input-with-edit-button__readonly-field-field {
|
div.input-with-edit-button__readonly-field {
|
||||||
color: #{$dhs-red};
|
color: #{$dhs-red};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<use xlink:href="{%static 'img/sprite.svg'%}#error"></use>
|
<use xlink:href="{%static 'img/sprite.svg'%}#error"></use>
|
||||||
{%endif %}
|
{%endif %}
|
||||||
</svg>
|
</svg>
|
||||||
<div class="display-inline padding-left-05 margin-left-3 readonly-field {% if not field.field.required %}text-base{% endif %}">
|
<div class="display-inline padding-left-05 margin-left-3 input-with-edit-button__readonly-field {% if not field.field.required %}text-base{% endif %}">
|
||||||
{% if field.name != "phone" %}
|
{% if field.name != "phone" %}
|
||||||
{{ field.value }}
|
{{ field.value }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue