mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
CSS stuff
This commit is contained in:
parent
f1a96e37fe
commit
c3431ab36a
3 changed files with 8 additions and 4 deletions
|
@ -133,11 +133,15 @@ a.breadcrumb__back {
|
|||
}
|
||||
}
|
||||
|
||||
.withdraw_outline {
|
||||
a.withdraw_outline {
|
||||
box-shadow: inset 0 0 0 2px color('error');
|
||||
color: color('error');
|
||||
}
|
||||
|
||||
a.withdraw {
|
||||
background-color: color('error');
|
||||
}
|
||||
|
||||
.usa-sidenav {
|
||||
.usa-sidenav__item {
|
||||
span {
|
||||
|
|
|
@ -117,7 +117,7 @@ class DomainApplicationFixture:
|
|||
"organization_name": "Example - Approved",
|
||||
},
|
||||
{
|
||||
"status": "withdrawn"
|
||||
"status": "withdrawn",
|
||||
"organization_name": "Example - Withdrawn",
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
If you withdraw your request we won't review it. Once you withdraw your request you'll be able to edit it or completely remove it.
|
||||
|
||||
<p><button type="" class="usa-button usa-button--outline withdraw_outline">Withdraw request</button>
|
||||
<a href="{% url 'application-status' domainapplication.id %}"> Cancel </a></p>
|
||||
<p><a href="{% url 'application-withdrawn' domainapplication.id %}" class="usa-button withdraw">Withdraw request</button>
|
||||
<a href="{% url 'application-status' domainapplication.id %}">Cancel</a></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue