Merged PR 2009: partial synch with ph2 updates

partial synch with ph2 updates

Related work items: #20553
This commit is contained in:
Robert Bond
2025-11-28 08:50:01 +00:00
34 changed files with 1425 additions and 471 deletions
+24 -6
View File
@@ -550,7 +550,7 @@ a.longLinkBreak {
label {
margin-top: 0px;
background-color: $lightgrey_semi;
padding: 20px 20px 20px 20px;
padding: 20px 20px 20px 50px;
&:before {
top: 18px;
@@ -753,7 +753,7 @@ textarea,
right: -10px;
}
.govuk-header__link {
a.govuk-header__link {
background-color: $black;
padding: 10px 20px;
font-weight: 700;
@@ -765,9 +765,9 @@ textarea,
}
}
.govuk-header__link:focus {
a.govuk-header__link:focus {
background-color: $black;
padding: 10px 20px;
padding: 10px;
color: #fff;
box-shadow: none;
}
@@ -1476,6 +1476,22 @@ textarea,
top: calc(50% - 10px);
}
}
.documentLink {
border: none;
text-align: left;
cursor: pointer;
color: #0360a6;
display: block;
padding-left: 0px;
&:hover {
background-color: $white;
color: #3b7dc5;
border: none;
padding-left: 0px
}
}
}
.appealModule {
@@ -2906,8 +2922,6 @@ fade {
}
}
.fieldArrayLink {
border: none;
background: no-repeat;
@@ -3029,6 +3043,10 @@ fade {
.govuk-label-s {
font-size: 14px;
}
&.govuk-checkboxes_short {
height: 180px;
}
}