mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
tweaks
This commit is contained in:
parent
f754dfcfad
commit
3d8e99cf5b
2 changed files with 6 additions and 6 deletions
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue