partial synch with ph2 updates

This commit is contained in:
2025-11-28 08:45:13 +00:00
parent 8f1aede2e3
commit 3f4bd8d52e
54 changed files with 4395 additions and 488 deletions
+14
View File
@@ -84,6 +84,8 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
font-size: 1.17rem;
}
.card-body {
//border-bottom: 1px solid $govuk-border-colour; //$panel-colour;
padding: 40px 20px;
@@ -327,4 +329,16 @@ div.cardModuleItem:last-of-type {
// box-shadow: 0 2px 0 #0b0c0c;
}
}
}
.card {
.cardList-nobullet {
list-style-type: none;
padding-left: 20px;
li {
margin-bottom: 10px;
}
}
}
+43 -6
View File
@@ -300,6 +300,17 @@ a.longLinkBreak {
}
@media screen and (max-width: 670px) {
img {
&.serviceTitle {
width: 236px;
&.cy {
width: 238px;
}
}
}
flex-direction: column-reverse;
align-items: flex-start;
@@ -539,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;
@@ -742,7 +753,7 @@ textarea,
right: -10px;
}
.govuk-header__link {
a.govuk-header__link {
background-color: $black;
padding: 10px 20px;
font-weight: 700;
@@ -754,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;
}
@@ -1465,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 {
@@ -1506,6 +1533,14 @@ textarea,
.govuk-summary-list__key {
width: 45%;
}
}
#login-card {
.heading-small {
font-size: 1rem;
}
}
.react-datepicker__input-container input {
@@ -2848,8 +2883,6 @@ fade {
}
}
.fieldArrayLink {
border: none;
background: no-repeat;
@@ -2971,6 +3004,10 @@ fade {
.govuk-label-s {
font-size: 14px;
}
&.govuk-checkboxes_short {
height: 180px;
}
}