mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +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 {
|
a.usa-button {
|
||||||
text-decoration: none;
|
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,
|
a.usa-button--outline,
|
||||||
|
|
|
@ -18,9 +18,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
href="#example-modal-1"
|
href="#toggle-dnssec-alert"
|
||||||
class="usa-button"
|
class="usa-button"
|
||||||
aria-controls="example-modal-1"
|
aria-controls="toggle-dnssec-alert"
|
||||||
data-open-modal
|
data-open-modal
|
||||||
>Disable DNSSEC</a
|
>Disable DNSSEC</a
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue