mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
tweak icon sizes
This commit is contained in:
parent
aa29b71d51
commit
973fa0c30a
2 changed files with 7 additions and 7 deletions
|
@ -221,13 +221,13 @@ a.usa-button--unstyled:visited {
|
|||
|
||||
a .usa-icon,
|
||||
.usa-button--with-icon .usa-icon {
|
||||
height: 1.2em;
|
||||
width: 1.2em;
|
||||
height: 1.3em;
|
||||
width: 1.3em;
|
||||
}
|
||||
|
||||
a .usa-icon {
|
||||
margin-top: -.1rem;
|
||||
}
|
||||
// a .usa-icon {
|
||||
// margin-top: -.1rem;
|
||||
// }
|
||||
|
||||
.usa-icon.usa-icon--big {
|
||||
margin: 0;
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
{% if user_domain_count and user_domain_count > 0 %}
|
||||
<div class="section-outlined__utility-button mobile-lg:padding-right-105 {% if portfolio %} mobile:grid-col-12 desktop:grid-col-6 desktop:padding-left-3{% endif %}">
|
||||
<section aria-label="Domains report component" class="margin-top-205">
|
||||
<a href="{% url 'export_data_type_user' %}" class="usa-button usa-button--unstyled" role="button">
|
||||
<svg class="usa-icon usa-icon--big margin-right-neg-4px" aria-hidden="true" focusable="false" role="img" width="24" height="24">
|
||||
<a href="{% url 'export_data_type_user' %}" class="usa-button usa-button--unstyled usa-button--with-icon" role="button">
|
||||
<svg class="usa-icon usa-icon--big" aria-hidden="true" focusable="false" role="img" width="24" height="24">
|
||||
<use xlink:href="{%static 'img/sprite.svg'%}#file_download"></use>
|
||||
</svg>Export as CSV
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue