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 *; @use "uswds-core" as *;
p, .dotgov-table { .dotgov-table {
a { a {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
color: color('primary'); color: color('primary');
&:visited {
color: color('primary');
}
}
}
a {
// display: flex;
// align-items: flex-start;
.usa-icon { .usa-icon {
// align icon with x height // align icon with x height
margin-top: units(0.5); margin-top: units(0.5);
margin-right: units(0.5); margin-right: units(0.5);
} }
} }
}
.dotgov-table a:visited {
color: color('primary');
}

View file

@ -99,7 +99,7 @@
{% else %} {% else %}
<p>You don't have any registered domains.</p> <p>You don't have any registered domains.</p>
<p class="maxw-none clearfix"> <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"> <svg class="usa-icon" aria-hidden="true" focusable="false" role="img" width="24">
<use xlink:href="{%static 'img/sprite.svg'%}#help_outline"></use> <use xlink:href="{%static 'img/sprite.svg'%}#help_outline"></use>
</svg> </svg>