mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Align icon
This commit is contained in:
parent
da73edefb4
commit
e2e4ad9d02
2 changed files with 9 additions and 18 deletions
|
@ -132,10 +132,3 @@ a.usa-button--unstyled:visited {
|
|||
margin-left: units(2);
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: find another file for this
|
||||
.info-tooltip {
|
||||
transform: translateY(4px) !important;
|
||||
display: inline-block;
|
||||
background: transparent;
|
||||
}
|
||||
|
|
|
@ -58,17 +58,15 @@
|
|||
{% else %}
|
||||
{{ domain.state|capfirst }}
|
||||
{% endif %}
|
||||
<span class="info-tooltip">
|
||||
<svg
|
||||
class="usa-icon usa-tooltip"
|
||||
role="img"
|
||||
data-position="top"
|
||||
title="{{domain.get_state_help_text}}"
|
||||
focusable="true"
|
||||
>
|
||||
<use xlink:href="{%static 'img/sprite.svg'%}#info_outline"></use>
|
||||
</svg>
|
||||
</span>
|
||||
<svg
|
||||
class="usa-icon usa-tooltip text-middle margin-bottom-05"
|
||||
role="img"
|
||||
data-position="top"
|
||||
title="{{domain.get_state_help_text}}"
|
||||
focusable="true"
|
||||
>
|
||||
<use xlink:href="{%static 'img/sprite.svg'%}#info_outline"></use>
|
||||
</svg>
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue