mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Fix styling
This commit is contained in:
parent
2467e09bcc
commit
61ee55f5fd
1 changed files with 4 additions and 2 deletions
|
@ -395,7 +395,6 @@ details.dja-detail-table {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -643,13 +642,16 @@ address.dja-address-contact-list {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
color: var(--link-fg);
|
|
||||||
width: max-content;
|
width: max-content;
|
||||||
font-size: unset;
|
font-size: unset;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.usa-button__clipboard {
|
||||||
|
color: var(--link-fg);
|
||||||
|
}
|
||||||
|
|
||||||
.no-outline-on-click:focus {
|
.no-outline-on-click:focus {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue