This commit is contained in:
Rachid Mrad 2024-04-24 16:36:41 -04:00
parent f754dfcfad
commit 3d8e99cf5b
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -5,11 +5,7 @@ p, .dotgov-table {
display: flex;
align-items: flex-start;
color: color('primary');
&:visited {
color: color('primary');
}
.usa-icon {
// align icon with x height
margin-top: units(0.5);
@ -17,3 +13,7 @@ p, .dotgov-table {
}
}
}
.dotgov-table a:visited {
color: color('primary');
}

View file

@ -99,7 +99,7 @@
{% else %}
<p>You don't have any registered domains.</p>
<p class="maxw-none clearfix">
<a href="https://get.gov/help/faq/#do-not-see-my-domain" class="float-right-tablet">
<a href="https://get.gov/help/faq/#do-not-see-my-domain" class="float-right-tablet" target="_blank">
<svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
<use xlink:href="{%static 'img/sprite.svg'%}#help_outline"></use>
</svg>