@govuk-pay/pay-js-commons 7.0.8 → 7.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/images/custom/nhs-gloucestershire-logo.png +0 -0
- package/package.json +1 -1
- package/sass/custom/abuhb.scss +1 -3
- package/sass/custom/adur-and-worthing-council.scss +1 -3
- package/sass/custom/barking-havering-redbridge-nhs-trust.scss +1 -3
- package/sass/custom/bracknell-forest.scss +1 -3
- package/sass/custom/british-pharmacopoeia.scss +3 -6
- package/sass/custom/caa.scss +1 -3
- package/sass/custom/cadw-welsh-government-2023.scss +1 -3
- package/sass/custom/cadw-welsh-government.scss +1 -3
- package/sass/custom/canterbury-city-council.scss +1 -3
- package/sass/custom/cardiff-and-vale-uhb.scss +1 -3
- package/sass/custom/croydon-council.scss +1 -3
- package/sass/custom/custom.scss +1 -3
- package/sass/custom/cypress-testing-purple-background.scss +1 -3
- package/sass/custom/cypress-testing-white-background.scss +1 -3
- package/sass/custom/dacorum.scss +1 -3
- package/sass/custom/disclosure-scotland.scss +1 -3
- package/sass/custom/dvsa-nidirect.scss +1 -3
- package/sass/custom/ea-defra.scss +1 -3
- package/sass/custom/edevelopment-scot.scss +1 -3
- package/sass/custom/edinburgh-council-pest-control.scss +1 -3
- package/sass/custom/food-standards-agency.scss +3 -6
- package/sass/custom/gambling-commission.scss +1 -3
- package/sass/custom/guys-and-st-thomas-nhs-foundation-trust-nhs-care.scss +1 -3
- package/sass/custom/guys-and-st-thomas-nhs-foundation-trust.scss +3 -6
- package/sass/custom/gwent-police.scss +1 -3
- package/sass/custom/hiw.scss +1 -3
- package/sass/custom/hssib.scss +1 -3
- package/sass/custom/kcc.scss +1 -3
- package/sass/custom/kingston.scss +1 -3
- package/sass/custom/knowsley-council.scss +1 -3
- package/sass/custom/lbbd.scss +1 -3
- package/sass/custom/leeds-city-council.scss +1 -3
- package/sass/custom/lewisham-and-greenwich-nhs-trust.scss +1 -3
- package/sass/custom/london-fire-brigade.scss +2 -5
- package/sass/custom/merseyside-police.scss +1 -3
- package/sass/custom/mhra-black.scss +2 -4
- package/sass/custom/mhra.scss +2 -4
- package/sass/custom/ministry-of-defence-dbs-fps.scss +1 -3
- package/sass/custom/my-university-hospitals-sussex-charity.scss +1 -3
- package/sass/custom/national-museums-ni.scss +2 -4
- package/sass/custom/natural-resources-wales.scss +3 -6
- package/sass/custom/neath-port-talbot-county-borough-council-2023.scss +1 -3
- package/sass/custom/neath_port_talbet_council.scss +2 -4
- package/sass/custom/nhs-england.scss +1 -3
- package/sass/custom/nhs-gloucestershire.scss +80 -0
- package/sass/custom/nhs-greater-manchester.scss +1 -3
- package/sass/custom/nhs-kent-medway.scss +1 -3
- package/sass/custom/nhs-sbs.scss +1 -3
- package/sass/custom/nhs-west-yorkshire.scss +1 -3
- package/sass/custom/nhs-white-on-blue.scss +1 -3
- package/sass/custom/nhsbsa.scss +1 -3
- package/sass/custom/nibsc-standards-2023-01.scss +2 -4
- package/sass/custom/nibsc-standards.scss +2 -4
- package/sass/custom/north-east-derbyshire-district-council.scss +1 -3
- package/sass/custom/north-yorkshire-council.scss +1 -3
- package/sass/custom/north-yorkshire-county-council.scss +1 -3
- package/sass/custom/nottingham-university-hospitals-trust.scss +1 -3
- package/sass/custom/oswestry-town-council.scss +1 -3
- package/sass/custom/penzance-council.scss +1 -3
- package/sass/custom/planning-and-building-services-edinburgh.scss +1 -3
- package/sass/custom/portsmouth.scss +1 -3
- package/sass/custom/registers-of-scotland.scss +1 -3
- package/sass/custom/runnymede-borough-council.scss +1 -3
- package/sass/custom/rushmoor.scss +1 -3
- package/sass/custom/scottish-government-planning.scss +1 -3
- package/sass/custom/scottish-government.scss +1 -3
- package/sass/custom/social-security-scotland.scss +1 -3
- package/sass/custom/someret-west-and-taunton.scss +1 -3
- package/sass/custom/south-wales-police.scss +1 -3
- package/sass/custom/stratford-upon-avon.scss +1 -3
- package/sass/custom/sutton.scss +1 -3
- package/sass/custom/the-coal-authority.scss +4 -6
- package/sass/custom/the-sixth-form-bolton.scss +1 -3
- package/sass/custom/torbay-south-devon-nhs-foundation-trust.scss +1 -3
- package/sass/custom/uk-atomic-energy-authority.scss +1 -3
- package/sass/custom/university-hospital-southampton-nhs-foundation-trust.scss +1 -3
- package/sass/custom/university-hospitals-sussex.scss +1 -3
- package/sass/custom/wealden.scss +1 -3
- package/sass/custom/west-berkshire-council.scss +1 -3
|
Binary file
|
package/package.json
CHANGED
package/sass/custom/abuhb.scss
CHANGED
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-width: 320px;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-width: 320px;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 3em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 3em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -36,6 +36,9 @@ $logo-image-height: 1.5em;
|
|
|
36
36
|
|
|
37
37
|
.govuk-header__service-name {
|
|
38
38
|
margin: 0 0 15px;
|
|
39
|
+
color: $custom-text-colour;
|
|
40
|
+
float: none;
|
|
41
|
+
display: none;
|
|
39
42
|
}
|
|
40
43
|
|
|
41
44
|
.govuk-header__link{
|
|
@@ -57,12 +60,6 @@ $logo-image-height: 1.5em;
|
|
|
57
60
|
}
|
|
58
61
|
}
|
|
59
62
|
|
|
60
|
-
.govuk-header__service-name {
|
|
61
|
-
color: $custom-text-colour;
|
|
62
|
-
float: none;
|
|
63
|
-
display: none;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
63
|
.govuk-header__container {
|
|
67
64
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
68
65
|
margin-bottom: -10px;
|
package/sass/custom/caa.scss
CHANGED
|
@@ -35,6 +35,7 @@ $logo-image-height: 3.5em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 3.5em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -34,6 +34,7 @@ $logo-image-height: 2em;
|
|
|
34
34
|
|
|
35
35
|
.govuk-header__service-name {
|
|
36
36
|
margin: 0 0 15px;
|
|
37
|
+
color: $custom-text-colour;
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
.govuk-header__link{
|
|
@@ -55,9 +56,6 @@ $logo-image-height: 2em;
|
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
|
|
58
|
-
.govuk-header__service-name {
|
|
59
|
-
color: $custom-text-colour;
|
|
60
|
-
}
|
|
61
59
|
|
|
62
60
|
.govuk-header__container {
|
|
63
61
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
package/sass/custom/custom.scss
CHANGED
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
package/sass/custom/dacorum.scss
CHANGED
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 32px;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 32px;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -37,6 +37,7 @@ $logo-image-width-from-tablet: 270px;
|
|
|
37
37
|
|
|
38
38
|
.govuk-header__service-name {
|
|
39
39
|
margin: 0 0 15px;
|
|
40
|
+
color: $custom-text-colour;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
.govuk-header__link{
|
|
@@ -58,9 +59,6 @@ $logo-image-width-from-tablet: 270px;
|
|
|
58
59
|
}
|
|
59
60
|
}
|
|
60
61
|
|
|
61
|
-
.govuk-header__service-name {
|
|
62
|
-
color: $custom-text-colour;
|
|
63
|
-
}
|
|
64
62
|
|
|
65
63
|
.govuk-header__container {
|
|
66
64
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,9 @@ $logo-image-height: 1.5em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
39
|
+
float: right;
|
|
40
|
+
padding-top: 8px;
|
|
38
41
|
}
|
|
39
42
|
|
|
40
43
|
.govuk-header__link{
|
|
@@ -56,12 +59,6 @@ $logo-image-height: 1.5em;
|
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
61
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
float: right;
|
|
61
|
-
padding-top: 8px;
|
|
62
|
-
color: $custom-text-colour;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
62
|
.govuk-header__container {
|
|
66
63
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
67
64
|
margin-bottom: -10px;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
|
|
@@ -57,9 +58,6 @@ $logo-image-height: 2em;
|
|
|
57
58
|
}
|
|
58
59
|
}
|
|
59
60
|
|
|
60
|
-
.govuk-header__service-name {
|
|
61
|
-
color: $custom-text-colour;
|
|
62
|
-
}
|
|
63
61
|
|
|
64
62
|
.govuk-header__container {
|
|
65
63
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,9 @@ $logo-image-height: 1.5em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
39
|
+
float: right;
|
|
40
|
+
padding-top: 8px;
|
|
38
41
|
}
|
|
39
42
|
|
|
40
43
|
.govuk-header__link{
|
|
@@ -56,12 +59,6 @@ $logo-image-height: 1.5em;
|
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
61
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
float: right;
|
|
61
|
-
padding-top: 8px;
|
|
62
|
-
color: $custom-text-colour;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
62
|
.govuk-header__container {
|
|
66
63
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
67
64
|
margin-bottom: -10px;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
package/sass/custom/hiw.scss
CHANGED
|
@@ -38,6 +38,7 @@ $logo-image-width-from-tablet: 350px;
|
|
|
38
38
|
|
|
39
39
|
.govuk-header__service-name {
|
|
40
40
|
margin: 0 0 15px;
|
|
41
|
+
color: $custom-text-colour;
|
|
41
42
|
}
|
|
42
43
|
|
|
43
44
|
.govuk-header__link{
|
|
@@ -59,9 +60,6 @@ $logo-image-width-from-tablet: 350px;
|
|
|
59
60
|
}
|
|
60
61
|
}
|
|
61
62
|
|
|
62
|
-
.govuk-header__service-name {
|
|
63
|
-
color: $custom-text-colour;
|
|
64
|
-
}
|
|
65
63
|
|
|
66
64
|
.govuk-header__container {
|
|
67
65
|
border-bottom: 10px solid $custom-banner-border-colour;
|
package/sass/custom/hssib.scss
CHANGED
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
package/sass/custom/kcc.scss
CHANGED
|
@@ -35,6 +35,7 @@ $logo-image-height: 2.5rem;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2.5rem;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 4em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 4em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 4em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 4em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
package/sass/custom/lbbd.scss
CHANGED
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -37,6 +37,7 @@ $logo-image-width-from-tablet: 252px;
|
|
|
37
37
|
|
|
38
38
|
.govuk-header__service-name {
|
|
39
39
|
margin: 0 0 15px;
|
|
40
|
+
color: $custom-text-colour;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
.govuk-header__link {
|
|
@@ -58,9 +59,6 @@ $logo-image-width-from-tablet: 252px;
|
|
|
58
59
|
}
|
|
59
60
|
}
|
|
60
61
|
|
|
61
|
-
.govuk-header__service-name {
|
|
62
|
-
color: $custom-text-colour;
|
|
63
|
-
}
|
|
64
62
|
|
|
65
63
|
.govuk-header__container {
|
|
66
64
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -35,6 +35,7 @@ $logo-image-width: 215px;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link {
|
|
@@ -56,9 +57,6 @@ $logo-image-width: 215px;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
@@ -38,6 +38,8 @@ $logo-image-height: 1.5em;
|
|
|
38
38
|
|
|
39
39
|
.govuk-header__service-name {
|
|
40
40
|
margin: 0 0 15px;
|
|
41
|
+
color: $custom-text-colour;
|
|
42
|
+
float: none;
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
.govuk-header__link{
|
|
@@ -59,11 +61,6 @@ $logo-image-height: 1.5em;
|
|
|
59
61
|
}
|
|
60
62
|
}
|
|
61
63
|
|
|
62
|
-
.govuk-header__service-name {
|
|
63
|
-
color: $custom-text-colour;
|
|
64
|
-
float: none;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
64
|
.govuk-header__container {
|
|
68
65
|
border-bottom: 10px solid $custom-banner-border-colour;
|
|
69
66
|
margin-bottom: -10px;
|
|
@@ -35,6 +35,7 @@ $logo-image-height: 2em;
|
|
|
35
35
|
|
|
36
36
|
.govuk-header__service-name {
|
|
37
37
|
margin: 0 0 15px;
|
|
38
|
+
color: $custom-text-colour;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.govuk-header__link{
|
|
@@ -56,9 +57,6 @@ $logo-image-height: 2em;
|
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
.govuk-header__service-name {
|
|
60
|
-
color: $custom-text-colour;
|
|
61
|
-
}
|
|
62
60
|
|
|
63
61
|
.govuk-header__container {
|
|
64
62
|
border-bottom: 10px solid $custom-banner-border-colour;
|