This commit is contained in:
Rachid Mrad 2024-04-24 16:56:12 -04:00
parent 3d8e99cf5b
commit aef8e818af
No known key found for this signature in database
2 changed files with 14 additions and 8 deletions

View file

@ -1,19 +1,25 @@
@use "uswds-core" as *;
p, .dotgov-table {
.dotgov-table {
a {
display: flex;
align-items: flex-start;
color: color('primary');
.usa-icon {
// align icon with x height
margin-top: units(0.5);
margin-right: units(0.5);
&:visited {
color: color('primary');
}
}
}
.dotgov-table a:visited {
color: color('primary');
a {
// display: flex;
// align-items: flex-start;
.usa-icon {
// align icon with x height
margin-top: units(0.5);
margin-right: units(0.5);
}
}

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" target="_blank">
<a href="https://get.gov/help/faq/#do-not-see-my-domain" class="float-right-tablet display-flex flex-align-start usa-link" 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>