mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
applied CSS feedback
This commit is contained in:
parent
b4b037b7ee
commit
8589d989f1
2 changed files with 3 additions and 3 deletions
|
@ -132,8 +132,8 @@ a.breadcrumb__back {
|
|||
}
|
||||
|
||||
.withdraw_outline {
|
||||
box-shadow: inset 0 0 0 2px #C41230;
|
||||
color: #C41230;
|
||||
box-shadow: inset 0 0 0 2px color('error');
|
||||
color: color('error');
|
||||
}
|
||||
|
||||
.usa-sidenav {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% load static url_helpers %}
|
||||
|
||||
{% block content %}
|
||||
<div class="grid-container">
|
||||
<div class="grid-col desktop:grid-offset-2 desktop:grid-col-8">
|
||||
|
||||
|
||||
<p><h1>Domain request for {{ domainapplication.requested_domain.name }}</h1></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue