mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 12:09:36 +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');
|
box-shadow: inset 0 0 0 2px color('error');
|
||||||
color: color('error');
|
color: color('error');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.withdraw {
|
||||||
|
background-color: color('error');
|
||||||
|
}
|
||||||
|
|
||||||
.usa-sidenav {
|
.usa-sidenav {
|
||||||
.usa-sidenav__item {
|
.usa-sidenav__item {
|
||||||
span {
|
span {
|
||||||
|
|
|
@ -117,7 +117,7 @@ class DomainApplicationFixture:
|
||||||
"organization_name": "Example - Approved",
|
"organization_name": "Example - Approved",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"status": "withdrawn"
|
"status": "withdrawn",
|
||||||
"organization_name": "Example - 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.
|
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>
|
<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>
|
<a href="{% url 'application-status' domainapplication.id %}">Cancel</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue