passing a ref api through form and update progress

This commit is contained in:
2021-07-20 16:46:14 +01:00
parent ff9f2d87c9
commit 1e81f1c97e
13 changed files with 455 additions and 29 deletions
+23
View File
@@ -17,6 +17,7 @@ s .govuk-header-l,
.govuk-select,
.govuk-breadcrumbs__link,
.govuk-fieldset__legend--s,
.govuk-input,
h1,
h2,
h3,
@@ -244,3 +245,25 @@ nav {
.govuk-summary-list__key {
width: 45%;
}
.react-datepicker__input-container input {
font-weight: 400;
font-size: 16px;
font-size: 1rem;
line-height: 1.25;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 40px;
height: 2.5rem;
margin-top: 0;
padding: 5px;
border: 2px solid #0b0c0c;
border-radius: 0;
-webkit-appearance: none;
appearance: none;
font-size: 19px;
border: 2px solid;
font-size: 1.1875rem;
line-height: 1.3157894737;
}