mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
styling updates
This commit is contained in:
parent
9111b24891
commit
0953e50bb0
2 changed files with 6 additions and 1 deletions
|
@ -128,6 +128,11 @@ a.withdraw:active {
|
|||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
a.historylink .usa-icon {
|
||||
vertical-align: middle;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
a.usa-button--unstyled:visited {
|
||||
color: color('primary');
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<li>
|
||||
<a id="copy-summary-btn" class="historylink " href="#">
|
||||
<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>
|
||||
<span>{% translate "Copy request summary" %}</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue