styling updates

This commit is contained in:
CocoByte 2024-07-30 17:39:02 -06:00
parent 9111b24891
commit 0953e50bb0
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 6 additions and 1 deletions

View file

@ -128,6 +128,11 @@ a.withdraw:active {
vertical-align: bottom; vertical-align: bottom;
} }
a.historylink .usa-icon {
vertical-align: middle;
margin: 0px;
}
a.usa-button--unstyled:visited { a.usa-button--unstyled:visited {
color: color('primary'); color: color('primary');
} }

View file

@ -22,7 +22,7 @@
<li> <li>
<a id="copy-summary-btn" class="historylink " href="#"> <a id="copy-summary-btn" class="historylink " href="#">
<svg class="usa-icon" > <svg class="usa-icon" >
<use aria-hidden="true" xlink:href="{%static 'img/sprite.svg'%}#content_copy"></use> <use xlink:href="{%static 'img/sprite.svg'%}#content_copy"></use>
</svg> </svg>
<span>{% translate "Copy request summary" %}</span> <span>{% translate "Copy request summary" %}</span>
</a> </a>