apply GEL to reps
This commit is contained in:
@@ -415,6 +415,21 @@ a.longLinkBreak {
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.conditionalElement {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.conditionalText {
|
||||
.govuk-radios__item.govuk-grid-column-full {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.govuk-label {
|
||||
padding-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled)+.govuk-radios__label:before {
|
||||
box-shadow: 0 0 0 5px $lightgrey;
|
||||
}
|
||||
@@ -434,8 +449,9 @@ a.longLinkBreak {
|
||||
|
||||
label {
|
||||
margin-top: 0px;
|
||||
background-color: $lightgrey_semi;
|
||||
// background-color: $lightgrey_semi;
|
||||
padding: 20px 20px 20px 50px;
|
||||
width: 100%;
|
||||
|
||||
&:before {
|
||||
top: 18px;
|
||||
@@ -470,6 +486,16 @@ a.longLinkBreak {
|
||||
}
|
||||
}
|
||||
|
||||
#rep-form .wgForm {
|
||||
margin-left: 0;
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
width:75%
|
||||
}
|
||||
|
||||
.newAppealForm {
|
||||
background: $lightgrey_offwhite;
|
||||
padding: 20px;
|
||||
|
||||
Reference in New Issue
Block a user