mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-19 16:04:38 +02:00
icon size change
This commit is contained in:
parent
ae975ed9f8
commit
14071d00b6
2 changed files with 6 additions and 1 deletions
|
@ -51,3 +51,8 @@
|
||||||
.usa-site-alert--hot-pink .usa-alert .usa-alert__body::before {
|
.usa-site-alert--hot-pink .usa-alert .usa-alert__body::before {
|
||||||
background-image: url('../img/usa-icons-bg/error.svg');
|
background-image: url('../img/usa-icons-bg/error.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.usa-icon-large {
|
||||||
|
width: 1.5em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
|
@ -54,7 +54,7 @@ error messages, if necessary.
|
||||||
{% for error in field.errors %}
|
{% for error in field.errors %}
|
||||||
<div class="usa-error-message display-flex" role="alert">
|
<div class="usa-error-message display-flex" role="alert">
|
||||||
<div class="margin-top-05">
|
<div class="margin-top-05">
|
||||||
<svg class="usa-icon" focusable="true" role="img" aria-label="Error" width="24" height="24">
|
<svg class="usa-icon usa-icon-large" focusable="true" role="img" aria-label="Error">
|
||||||
<use xlink:href="{%static 'img/sprite.svg'%}#error"></use>
|
<use xlink:href="{%static 'img/sprite.svg'%}#error"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue