Commit before switching branches

This commit is contained in:
Jonathan Bobel
2023-06-15 10:17:07 -04:00
parent 63a97b9780
commit ace373bf06
6 changed files with 30 additions and 30 deletions
@@ -44,13 +44,13 @@ h1 {
h1,
h2:not(.get-started-list__heading, .usa-process-list__heading) {
margin-top: units(4);
font-weight: bold !important;
font-weight: bold;
}
h2:not(.get-started-list__heading, .usa-process-list__heading),
h3 {
margin-top: units(5) !important;
margin-bottom: units(2) !important;
margin-top: units(5);
margin-bottom: units(2);
}
}
@@ -75,8 +75,10 @@ p,
}
.show-more-no-border:focus,
.show-more:focus {
box-shadow: none;
.show-more:focus,
.table-field-right-aligned a:active:before,
.table-field-right-aligned a:focus:before {
box-shadow: none !important;
}
.govuk-checkboxes__label::after {
@@ -131,6 +133,7 @@ td.table-empty-message {
text-decoration: none !important;
}
.sub-content .banner-dangerous h1 {
.sub-content .banner-dangerous h1,
.sub-content h2.user-list-item-heading {
margin-top: 0;
}