added tenant fieldarray and date ranges

This commit is contained in:
2024-03-20 10:56:42 +00:00
parent 7c09367be4
commit dc933087d2
14 changed files with 268 additions and 41 deletions
+30
View File
@@ -1003,6 +1003,7 @@ textarea,
.govuk-summary-list__value,
.govuk-summary-list__actions {
padding: 15px 10px 15px 0;
width: 100%;
a,
a:active,
@@ -2418,4 +2419,33 @@ fade {
text-decoration: none !important;
box-shadow: none;
}
}
.fieldArrayLink {
border: none;
background: no-repeat;
font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
font-size: 18px;
}
.fieldArrayContainer {
display: flex;
.govuk-form-group {
margin-right: 20px;
margin-bottom: 0px;
legend {
margin-bottom: 5px;
}
}
.fieldArrayDelete {
border-radius: 10px;
padding: 5px !important;
height: 30px;
margin-top: 32px;
padding-top: 4px !important;
}
}