CSS stuff and unit tests

This commit is contained in:
Jon Roberts 2023-04-13 15:33:13 -06:00
parent c3431ab36a
commit ba306d8f73
No known key found for this signature in database
GPG key ID: EED093582198B041
2 changed files with 6 additions and 1 deletions

View file

@ -138,6 +138,11 @@ a.withdraw_outline {
color: color('error');
}
a.withdraw_outline:visited {
box-shadow: inset 0 0 0 2px color('error');
color: color('error');
}
a.withdraw {
background-color: color('error');
}

View file

@ -32,7 +32,7 @@
<p>{% include "includes/domain_application.html" %}</p>
<p><a href="{% url 'application-withdraw-confirmation' domainapplication.id %}" class="usa-button usa-button--outline withdraw_outline">Withdraw Request</a></p>
<p><a href="{% url 'application-withdraw-confirmation' domainapplication.id %}" class="withdraw_outline usa-button usa-button--outline">Withdraw Request</a></p>
<p><h2>Summary of your domain request</h2></p>