Convert SearchFields to GovukSearchFields

Changes those fields in the following forms:
- SearchByNameForm
- SearchUsersByEmailForm
- SearchUsersForm
- SearchNotificationsForm

Includes changes to templates that use this form
and associated tests.
This commit is contained in:
Tom Byers
2020-08-07 10:16:24 +01:00
parent f95d57cfde
commit d21b9475ba
11 changed files with 37 additions and 44 deletions

View File

@@ -53,11 +53,11 @@
.search-form__button {
@include media(desktop) {
position: relative;
top: 32px;
top: 30px;
left: -30px;
width: 100%;
margin-right: -30px;
padding-top: 7px;
padding-top: 9px;
box-sizing: content-box;
&:active {