mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
fix modal ui
This commit is contained in:
parent
ba8901bf27
commit
88bcb1eedc
2 changed files with 10 additions and 2 deletions
|
@ -24,6 +24,14 @@ a.breadcrumb__back {
|
|||
|
||||
a.usa-button {
|
||||
text-decoration: none;
|
||||
color: color('white');
|
||||
}
|
||||
|
||||
a.usa-button:visited,
|
||||
a.usa-button:hover,
|
||||
a.usa-button:focus,
|
||||
a.usa-button:active {
|
||||
color: color('white');
|
||||
}
|
||||
|
||||
a.usa-button--outline,
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<a
|
||||
href="#example-modal-1"
|
||||
href="#toggle-dnssec-alert"
|
||||
class="usa-button"
|
||||
aria-controls="example-modal-1"
|
||||
aria-controls="toggle-dnssec-alert"
|
||||
data-open-modal
|
||||
>Disable DNSSEC</a
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue