Cleaned up styles, removed more govuk unused styles

This commit is contained in:
alexjanousekGSA
2025-07-11 13:08:33 -03:00
parent 53a3143a8f
commit 405b47a02e
10 changed files with 6 additions and 122 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 931 KiB

After

Width:  |  Height:  |  Size: 938 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

@@ -1714,85 +1714,6 @@ table caption {
@media print { @media print {
} }
.govuk-list {
font-family: "nta", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
font-size: 16px;
font-size: 1rem;
line-height: 1.25;
color: #0b0c0c;
margin-top: 0;
margin-bottom: 15px;
padding-left: 0;
list-style-type: none
}
@media print {
.govuk-list {
font-family: sans-serif
}
}
@media (min-width: 40.0625em) {
.govuk-list {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.31579
}
}
@media print {
.govuk-list {
font-size: 14pt;
line-height: 1.15
}
}
@media print {
.govuk-list {
color: #000
}
}
@media (min-width: 40.0625em) {
.govuk-list {
margin-bottom: 20px
}
}
.govuk-list .govuk-list {
margin-top: 10px
}
.govuk-list>li {
margin-bottom: 5px
}
.govuk-list--bullet {
padding-left: 20px;
list-style-type: disc
}
.govuk-list--number {
padding-left: 20px;
list-style-type: decimal
}
.govuk-list--bullet>li,
.govuk-list--number>li {
margin-bottom: 0
}
@media (min-width: 40.0625em) {
.govuk-list--bullet>li,
.govuk-list--number>li {
margin-bottom: 5px
}
}
.govuk-template { .govuk-template {
background-color: #dee0e2; background-color: #dee0e2;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
@@ -2326,48 +2247,6 @@ table caption {
} }
} }
.usa-body-m+.govuk-heading-l,
.usa-body+.govuk-heading-l,
.usa-body-s+.govuk-heading-l,
.govuk-list+.govuk-heading-l {
padding-top: 15px
}
@media (min-width: 40.0625em) {
.usa-body-m+.govuk-heading-l,
.usa-body+.govuk-heading-l,
.usa-body-s+.govuk-heading-l,
.govuk-list+.govuk-heading-l {
padding-top: 20px
}
}
.usa-body-m+.govuk-heading-m,
.usa-body+.govuk-heading-m,
.usa-body-s+.govuk-heading-m,
.govuk-list+.govuk-heading-m,
.usa-body-m+.govuk-heading-s,
.usa-body+.govuk-heading-s,
.usa-body-s+.govuk-heading-s,
.govuk-list+.govuk-heading-s {
padding-top: 5px
}
@media (min-width: 40.0625em) {
.usa-body-m+.govuk-heading-m,
.usa-body+.govuk-heading-m,
.usa-body-s+.govuk-heading-m,
.govuk-list+.govuk-heading-m,
.usa-body-m+.govuk-heading-s,
.usa-body+.govuk-heading-s,
.usa-body-s+.govuk-heading-s,
.govuk-list+.govuk-heading-s {
padding-top: 10px
}
}
.govuk-section-break { .govuk-section-break {
margin: 0; margin: 0;
border: 0 border: 0
File diff suppressed because one or more lines are too long
+5
View File
@@ -9,6 +9,10 @@ const routes = {
{ label: 'Support', path: '/support' }, { label: 'Support', path: '/support' },
{ label: 'Notify.gov Service Ending', path: '/notify-service-ending' }, { label: 'Notify.gov Service Ending', path: '/notify-service-ending' },
{ label: 'Notify.gov Sign In', path: '/sign-in' }, { label: 'Notify.gov Sign In', path: '/sign-in' },
{ label: 'Accessibility Statement', path: '/accessibility-statement' },
{ label: 'Privacy', path: '/privacy' },
{ label: 'Email Not Received', path: '/email-not-received' },
{ label: 'Text Not Received', path: '/text-not-received' },
], ],
authenticated: [ authenticated: [
@@ -74,6 +78,7 @@ const routes = {
{ label: 'Get Started', path: '/using-notify/get-started' }, { label: 'Get Started', path: '/using-notify/get-started' },
{ label: 'Trial Mode', path: '/using-notify/trial-mode' }, { label: 'Trial Mode', path: '/using-notify/trial-mode' },
{ label: 'Pricing', path: '/using-notify/pricing' }, { label: 'Pricing', path: '/using-notify/pricing' },
{ label: 'Pricing Billing Details', path: '/pricing/billing-details' },
{ label: 'Delivery Status', path: '/using-notify/delivery-status' }, { label: 'Delivery Status', path: '/using-notify/delivery-status' },
{ label: 'How To', path: '/using-notify/how-to' }, { label: 'How To', path: '/using-notify/how-to' },
{ label: 'Best Practices', path: '/using-notify/best-practices' }, { label: 'Best Practices', path: '/using-notify/best-practices' },