@govuk-pay/pay-js-commons 6.0.12 → 6.0.14
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/university-hospitals-sussex.png +0 -0
- package/package.json +1 -1
- package/sass/custom/adur-and-worthing-council.scss +2 -6
- package/sass/custom/barking-havering-redbridge-nhs-trust.scss +1 -5
- package/sass/custom/bracknell-forest.scss +1 -5
- package/sass/custom/british-pharmacopoeia.scss +2 -8
- package/sass/custom/caa.scss +1 -5
- package/sass/custom/cadw-welsh-government-2023.scss +1 -5
- package/sass/custom/cadw-welsh-government.scss +1 -5
- package/sass/custom/canterbury-city-council.scss +1 -5
- package/sass/custom/croydon-council.scss +1 -5
- package/sass/custom/custom.scss +1 -5
- package/sass/custom/dacorum.scss +1 -5
- package/sass/custom/disclosure-scotland.scss +1 -5
- package/sass/custom/ea-defra.scss +1 -5
- package/sass/custom/edinburgh-council-pest-control.scss +1 -5
- package/sass/custom/food-standards-agency.scss +1 -7
- package/sass/custom/gambling-commission.scss +1 -5
- package/sass/custom/guys-and-st-thomas-nhs-foundation-trust-nhs-care.scss +3 -7
- package/sass/custom/guys-and-st-thomas-nhs-foundation-trust.scss +1 -7
- package/sass/custom/gwent-police.scss +1 -5
- package/sass/custom/hiw.scss +1 -1
- package/sass/custom/kcc.scss +1 -5
- package/sass/custom/kingston.scss +1 -5
- package/sass/custom/lbbd.scss +1 -5
- package/sass/custom/leeds-city-council.scss +1 -5
- package/sass/custom/lewisham-and-greenwich-nhs-trust.scss +3 -7
- package/sass/custom/london-fire-brigade.scss +2 -7
- package/sass/custom/merseyside-police.scss +1 -5
- package/sass/custom/mhra-black.scss +1 -5
- package/sass/custom/mhra.scss +1 -5
- package/sass/custom/ministry-of-defence-dbs-fps.scss +2 -6
- package/sass/custom/national-museums-ni.scss +1 -5
- package/sass/custom/natural-resources-wales.scss +1 -7
- package/sass/custom/neath-port-talbot-county-borough-council-2023.scss +1 -5
- package/sass/custom/neath_port_talbet_council.scss +1 -5
- package/sass/custom/nhs-england.scss +1 -5
- package/sass/custom/nhsbsa.scss +1 -5
- package/sass/custom/nibsc-standards-2023-01.scss +1 -5
- package/sass/custom/nibsc-standards.scss +1 -5
- package/sass/custom/north-yorkshire-county-council.scss +1 -5
- package/sass/custom/nottingham-university-hospitals-trust.scss +1 -5
- package/sass/custom/oswestry-town-council.scss +1 -5
- package/sass/custom/penzance-council.scss +1 -5
- package/sass/custom/planning-and-building-services-edinburgh.scss +1 -5
- package/sass/custom/portsmouth.scss +1 -5
- package/sass/custom/runnymede-borough-council.scss +1 -5
- package/sass/custom/rushmoor.scss +1 -5
- package/sass/custom/scottish-government-planning.scss +1 -5
- package/sass/custom/social-security-scotland.scss +1 -5
- package/sass/custom/someret-west-and-taunton.scss +1 -5
- package/sass/custom/south-wales-police.scss +1 -5
- package/sass/custom/stratford-upon-avon.scss +1 -5
- package/sass/custom/sutton.scss +1 -5
- package/sass/custom/the-coal-authority.scss +1 -7
- package/sass/custom/the-sixth-form-bolton.scss +3 -8
- package/sass/custom/torbay-south-devon-nhs-foundation-trust.scss +1 -5
- package/sass/custom/uk-atomic-energy-authority.scss +1 -5
- package/sass/custom/university-hospital-southampton-nhs-foundation-trust.scss +1 -5
- package/sass/custom/university-hospitals-sussex.scss +70 -0
- package/sass/custom/wealden.scss +1 -5
- package/sass/custom/west-berkshire-council.scss +1 -5
|
Binary file
|
package/package.json
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -58,7 +54,7 @@ $logo-image-height: 2em;
|
|
|
58
54
|
vertical-align: bottom;
|
|
59
55
|
margin-bottom: 7px;
|
|
60
56
|
}
|
|
61
|
-
.govuk-header__link--service-name {
|
|
57
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
62
58
|
padding-top: 15px;
|
|
63
59
|
float: right;
|
|
64
60
|
}
|
|
@@ -40,11 +40,7 @@ $logo-image-width: 320px;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 3em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -41,13 +41,7 @@ $logo-image-height: 1.5em;
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.govuk-header__link--service-name {
|
|
45
|
-
color: $custom-text-colour;
|
|
46
|
-
float: none;
|
|
47
|
-
display: none;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.govuk-header__service-name {
|
|
44
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
51
45
|
color: $custom-text-colour;
|
|
52
46
|
float: none;
|
|
53
47
|
display: none;
|
|
@@ -63,7 +57,7 @@ $logo-image-height: 1.5em;
|
|
|
63
57
|
vertical-align: bottom;
|
|
64
58
|
margin-bottom: 7px;
|
|
65
59
|
}
|
|
66
|
-
.govuk-header__link--service-name {
|
|
60
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
67
61
|
padding-top: 8px;
|
|
68
62
|
float: right;
|
|
69
63
|
}
|
package/sass/custom/caa.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 3.5em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -39,11 +39,7 @@ $logo-image-height: 2em;
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
.govuk-header__link--service-name {
|
|
43
|
-
color: $custom-text-colour;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.govuk-header__service-name {
|
|
42
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
47
43
|
color: $custom-text-colour;
|
|
48
44
|
}
|
|
49
45
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
package/sass/custom/custom.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
package/sass/custom/dacorum.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -42,11 +42,7 @@ $logo-image-width-from-tablet: 270px;
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.govuk-header__link--service-name {
|
|
46
|
-
color: $custom-text-colour;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.govuk-header__service-name {
|
|
45
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
50
46
|
color: $custom-text-colour;
|
|
51
47
|
}
|
|
52
48
|
|
|
@@ -40,13 +40,7 @@ $logo-image-height: 1.5em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
float: right;
|
|
45
|
-
padding-top: 8px;
|
|
46
|
-
color: $custom-text-colour;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
50
44
|
float: right;
|
|
51
45
|
padding-top: 8px;
|
|
52
46
|
color: $custom-text-colour;
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -36,11 +36,7 @@ $logo-image-height: 2em;
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.govuk-header__link--service-name {
|
|
40
|
-
color: $custom-text-colour;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.govuk-header__service-name {
|
|
39
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
44
40
|
color: $custom-text-colour;
|
|
45
41
|
}
|
|
46
42
|
|
|
@@ -54,7 +50,7 @@ $logo-image-height: 2em;
|
|
|
54
50
|
vertical-align: bottom;
|
|
55
51
|
margin-bottom: 7px;
|
|
56
52
|
}
|
|
57
|
-
.govuk-header__link--service-name {
|
|
53
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
58
54
|
padding-top: 15px;
|
|
59
55
|
float: right;
|
|
60
56
|
}
|
|
@@ -65,7 +61,7 @@ $logo-image-height: 2em;
|
|
|
65
61
|
width: 99%;
|
|
66
62
|
text-align: center;
|
|
67
63
|
}
|
|
68
|
-
.govuk-header__link--service-name {
|
|
64
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
69
65
|
padding-top: 5px;
|
|
70
66
|
float: none;
|
|
71
67
|
}
|
|
@@ -40,13 +40,7 @@ $logo-image-height: 1.5em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
float: right;
|
|
45
|
-
padding-top: 8px;
|
|
46
|
-
color: $custom-text-colour;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
50
44
|
float: right;
|
|
51
45
|
padding-top: 8px;
|
|
52
46
|
color: $custom-text-colour;
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
package/sass/custom/hiw.scss
CHANGED
package/sass/custom/kcc.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 2.5rem;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 4em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
package/sass/custom/lbbd.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -34,11 +34,7 @@ $logo-image-width-from-tablet: 252px;
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.govuk-header__link--service-name {
|
|
38
|
-
color: $custom-text-colour;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.govuk-header__service-name {
|
|
37
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
42
38
|
color: $custom-text-colour;
|
|
43
39
|
}
|
|
44
40
|
|
|
@@ -36,11 +36,7 @@ $logo-image-width: 215px;
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.govuk-header__link--service-name {
|
|
40
|
-
color: $custom-text-colour;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.govuk-header__service-name {
|
|
39
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
44
40
|
color: $custom-text-colour;
|
|
45
41
|
}
|
|
46
42
|
|
|
@@ -58,7 +54,7 @@ $logo-image-width: 215px;
|
|
|
58
54
|
vertical-align: bottom;
|
|
59
55
|
margin-bottom: 7px;
|
|
60
56
|
}
|
|
61
|
-
.govuk-header__link--service-name {
|
|
57
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
62
58
|
padding-top: 15px;
|
|
63
59
|
float: left;
|
|
64
60
|
}
|
|
@@ -69,7 +65,7 @@ $logo-image-width: 215px;
|
|
|
69
65
|
width: 99%;
|
|
70
66
|
text-align: center;
|
|
71
67
|
}
|
|
72
|
-
.govuk-header__link--service-name {
|
|
68
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
73
69
|
padding-top: 5px;
|
|
74
70
|
float: none;
|
|
75
71
|
}
|
|
@@ -43,12 +43,7 @@ $logo-image-height: 1.5em;
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.govuk-header__link--service-name {
|
|
47
|
-
color: $custom-text-colour;
|
|
48
|
-
float: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.govuk-header__service-name {
|
|
46
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
52
47
|
color: $custom-text-colour;
|
|
53
48
|
float: none;
|
|
54
49
|
}
|
|
@@ -63,7 +58,7 @@ $logo-image-height: 1.5em;
|
|
|
63
58
|
vertical-align: bottom;
|
|
64
59
|
margin-bottom: 7px;
|
|
65
60
|
}
|
|
66
|
-
.govuk-header__link--service-name {
|
|
61
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
67
62
|
padding-top: 9px;
|
|
68
63
|
float: right;
|
|
69
64
|
}
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
package/sass/custom/mhra.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -58,7 +54,7 @@ $logo-image-height: 2em;
|
|
|
58
54
|
vertical-align: bottom;
|
|
59
55
|
margin-bottom: 7px;
|
|
60
56
|
}
|
|
61
|
-
.govuk-header__link--service-name {
|
|
57
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
62
58
|
padding-top: 15px;
|
|
63
59
|
float: right;
|
|
64
60
|
}
|
|
@@ -40,13 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
float: right;
|
|
45
|
-
padding-top: 15px;
|
|
46
|
-
color: $custom-text-colour;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
50
44
|
float: right;
|
|
51
45
|
padding-top: 15px;
|
|
52
46
|
color: $custom-text-colour;
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
package/sass/custom/nhsbsa.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-width: 300px;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -32,11 +32,7 @@ $logo-image-height: 2em;
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.govuk-header__link--service-name {
|
|
36
|
-
color: $custom-text-colour;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.govuk-header__service-name {
|
|
35
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
40
36
|
color: $custom-text-colour;
|
|
41
37
|
}
|
|
42
38
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 3em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -51,11 +51,7 @@ $logo-image-height: 2em;
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.govuk-header__link--service-name {
|
|
55
|
-
color: $custom-text-colour;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.govuk-header__service-name {
|
|
54
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
59
55
|
color: $custom-text-colour;
|
|
60
56
|
}
|
|
61
57
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -41,11 +41,7 @@ $logo-image-height: 2em;
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.govuk-header__link--service-name {
|
|
45
|
-
color: $custom-text-colour;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.govuk-header__service-name {
|
|
44
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
49
45
|
color: $custom-text-colour;
|
|
50
46
|
}
|
|
51
47
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2.5em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 3em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
package/sass/custom/sutton.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,13 +40,7 @@ $logo-image-height: 1.5em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
float: right;
|
|
45
|
-
padding-top: 8px;
|
|
46
|
-
color: $custom-text-colour;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
50
44
|
float: right;
|
|
51
45
|
padding-top: 8px;
|
|
52
46
|
color: $custom-text-colour;
|
|
@@ -36,11 +36,7 @@ $logo-image-height: 2em;
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.govuk-header__link--service-name {
|
|
40
|
-
color: $custom-text-colour;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.govuk-header__service-name {
|
|
39
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
44
40
|
color: $custom-text-colour;
|
|
45
41
|
}
|
|
46
42
|
|
|
@@ -54,9 +50,8 @@ $logo-image-height: 2em;
|
|
|
54
50
|
vertical-align: bottom;
|
|
55
51
|
margin-bottom: 7px;
|
|
56
52
|
}
|
|
57
|
-
.govuk-header__link--service-name {
|
|
53
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
58
54
|
padding-top: 15px;
|
|
59
|
-
//float: right;
|
|
60
55
|
}
|
|
61
56
|
}
|
|
62
57
|
|
|
@@ -65,7 +60,7 @@ $logo-image-height: 2em;
|
|
|
65
60
|
width: 99%;
|
|
66
61
|
text-align: center;
|
|
67
62
|
}
|
|
68
|
-
.govuk-header__link--service-name {
|
|
63
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
69
64
|
padding-top: 5px;
|
|
70
65
|
float: none;
|
|
71
66
|
}
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 4em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -32,11 +32,7 @@ $logo-image-width: 150px;
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.govuk-header__link--service-name {
|
|
36
|
-
color: $custom-text-colour;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.govuk-header__service-name {
|
|
35
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
40
36
|
color: $custom-text-colour;
|
|
41
37
|
}
|
|
42
38
|
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
$govuk-font-family: -apple-system,BlinkMacSystemFont,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; // Override font as so not to use New Transport
|
|
2
|
+
@import "application";
|
|
3
|
+
|
|
4
|
+
// CUSTOM BRANDING
|
|
5
|
+
// Use the variables below to control the style
|
|
6
|
+
// Make sure banner colours meet minimum colour contrast levels
|
|
7
|
+
|
|
8
|
+
$custom-banner-colour: #3366ff;
|
|
9
|
+
$custom-banner-border-colour: #ffffff;
|
|
10
|
+
$custom-text-colour: #ffffff;
|
|
11
|
+
$logo-image-height: 4em;
|
|
12
|
+
|
|
13
|
+
.custom-branding {
|
|
14
|
+
@if $logo-image-height != null {
|
|
15
|
+
.custom-branding-image {
|
|
16
|
+
max-height: $logo-image-height;
|
|
17
|
+
|
|
18
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
19
|
+
width: 100%;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.govuk-header {
|
|
25
|
+
background-color: $custom-banner-colour;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.govuk-header__link{
|
|
29
|
+
&:link,
|
|
30
|
+
&:visited {
|
|
31
|
+
color: $custom-text-colour;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.govuk-header__link--homepage {
|
|
36
|
+
&:hover,
|
|
37
|
+
&:active {
|
|
38
|
+
border-bottom: none;
|
|
39
|
+
margin-bottom: 0;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
44
|
+
color: $custom-text-colour;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.govuk-header__container {
|
|
48
|
+
border-bottom-color: $custom-banner-border-colour;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.govuk-header__logo {
|
|
52
|
+
float: right;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@include govuk-media-query($from: tablet) {
|
|
56
|
+
.govuk-header__content {
|
|
57
|
+
width: 66%;
|
|
58
|
+
vertical-align: bottom;
|
|
59
|
+
margin-bottom: 7px;
|
|
60
|
+
}
|
|
61
|
+
.govuk-header__logo {
|
|
62
|
+
margin-right: -.75rem;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.govuk-button {
|
|
67
|
+
padding: 7px 15px 6px;
|
|
68
|
+
padding: .368421053em .842105263em .315789474em;
|
|
69
|
+
}
|
|
70
|
+
}
|
package/sass/custom/wealden.scss
CHANGED
|
@@ -40,11 +40,7 @@ $logo-image-height: 3.5em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|
|
@@ -40,11 +40,7 @@ $logo-image-height: 2em;
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.govuk-header__link--service-name {
|
|
44
|
-
color: $custom-text-colour;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.govuk-header__service-name {
|
|
43
|
+
.govuk-header__link--service-name, .govuk-header__service-name {
|
|
48
44
|
color: $custom-text-colour;
|
|
49
45
|
}
|
|
50
46
|
|