mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +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 {
|
||||
color: #{$dhs-red};
|
||||
}
|
||||
div.input-with-edit-button__readonly-field-field {
|
||||
div.input-with-edit-button__readonly-field {
|
||||
color: #{$dhs-red};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<use xlink:href="{%static 'img/sprite.svg'%}#error"></use>
|
||||
{%endif %}
|
||||
</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" %}
|
||||
{{ field.value }}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue