mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
trailing lines and some cleanup
This commit is contained in:
parent
6ece85796c
commit
938b8d7173
12 changed files with 12 additions and 12 deletions
|
@ -179,4 +179,4 @@ h1, h2, h3 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
color: var(--header-link-color);
|
color: var(--header-link-color);
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,4 +14,4 @@
|
||||||
left: 1rem !important;
|
left: 1rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -124,4 +124,4 @@ abbr[title] {
|
||||||
|
|
||||||
.flex-end {
|
.flex-end {
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,4 +106,4 @@ a.usa-button--unstyled:visited {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -39.2px;
|
top: -39.2px;
|
||||||
left: 88px;
|
left: 88px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,4 +7,4 @@ fieldset {
|
||||||
|
|
||||||
fieldset:not(:first-child) {
|
fieldset:not(:first-child) {
|
||||||
margin-top: units(2);
|
margin-top: units(2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,4 +77,4 @@
|
||||||
color: color('primary-dark');
|
color: color('primary-dark');
|
||||||
font-weight: font-weight('semibold');
|
font-weight: font-weight('semibold');
|
||||||
margin-bottom: units(0.5);
|
margin-bottom: units(0.5);
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,4 +27,4 @@
|
||||||
|
|
||||||
.stepnav {
|
.stepnav {
|
||||||
margin-top: units(2);
|
margin-top: units(2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -90,4 +90,4 @@
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,4 +21,4 @@ h2 {
|
||||||
line-height: line-height('heading', 3);
|
line-height: line-height('heading', 3);
|
||||||
margin: units(4) 0 units(1);
|
margin: units(4) 0 units(1);
|
||||||
color: color('primary-darker');
|
color: color('primary-darker');
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,4 +39,4 @@
|
||||||
<use xlink:href="/assets/img/sprite.svg#close"></use>
|
<use xlink:href="/assets/img/sprite.svg#close"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -241,7 +241,7 @@ class DomainDNSSECView(DomainPermissionView, FormMixin):
|
||||||
|
|
||||||
has_dnssec_records = self.domain.dnssecdata is not None
|
has_dnssec_records = self.domain.dnssecdata is not None
|
||||||
|
|
||||||
# Create HTML for the buttons
|
# Create HTML for the modal button
|
||||||
modal_button = '<button type="submit" class="usa-button" name="disable_dnssec">Disable DNSSEC</button>'
|
modal_button = '<button type="submit" class="usa-button" name="disable_dnssec">Disable DNSSEC</button>'
|
||||||
|
|
||||||
context['modal_button'] = modal_button
|
context['modal_button'] = modal_button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue