mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Fix styling
This commit is contained in:
parent
d9b70cf044
commit
6dc6299a0f
2 changed files with 3 additions and 3 deletions
|
@ -170,7 +170,7 @@ function openInNewTab(el, removeAttribute = false){
|
||||||
// Change back to the copy icon
|
// Change back to the copy icon
|
||||||
buttonIcon.setAttribute('xlink:href', currentHref);
|
buttonIcon.setAttribute('xlink:href', currentHref);
|
||||||
nearestSpan.innerText = "Copy"
|
nearestSpan.innerText = "Copy"
|
||||||
}, 1500);
|
}, 2000);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -399,13 +399,13 @@ address.margin-top-neg-1__detail-list {
|
||||||
}
|
}
|
||||||
|
|
||||||
td button.usa-button__clipboard-link, address.dja-address-contact-list {
|
td button.usa-button__clipboard-link, address.dja-address-contact-list {
|
||||||
font-size: 0.8125rem !important;
|
font-size: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
address.dja-address-contact-list {
|
address.dja-address-contact-list {
|
||||||
color: var(--body-quiet-color);
|
color: var(--body-quiet-color);
|
||||||
button.usa-button__clipboard-link {
|
button.usa-button__clipboard-link {
|
||||||
font-size: 0.8125rem !important;
|
font-size: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue