passing a ref api through form and update progress
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user