Files
nginx-proxy-manager/frontend/src/components/Form/DNSProviderFields.module.css
Jamie Curnow 18537b9288 404 hosts add update complete, fix certbot renewals
and remove the need for email and agreement on cert requests
2025-10-02 08:12:37 +10:00

9 lines
169 B
CSS

.dnsChallengeWarning {
border: 1px solid var(--tblr-orange-lt);
padding: 1rem;
border-radius: 0.375rem;
margin-top: 1rem;
background-color: var(--tblr-cyan-lt);
}