Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
378 B

.autocomplete__wrapper,
.autocomplete__input,
.autocomplete__hint {
font-family: all.$govuk-font-family;
}
.govuk-form-group--error {
.autocomplete__input {
border-color: all.$govuk-error-colour;
}
.autocomplete__input--focused {
border-color: all.$govuk-input-border-colour;
}
}
.autocomplete__dropdown-arrow-down {
pointer-events: none;
z-index: 0;
}