mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
CSS stuff and unit tests
This commit is contained in:
parent
c3431ab36a
commit
ba306d8f73
2 changed files with 6 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue