dns searching

This commit is contained in:
2022-02-25 12:28:47 +00:00
parent 76cbd66a2f
commit f123787f1d
10 changed files with 189 additions and 127 deletions
+14 -2
View File
@@ -1468,10 +1468,22 @@ ul#sharePageLinks.active {
}
// dns autocomplete search
.react-autosuggest {
.govuk-button {
@media screen and (min-width: 768px) {
margin-left: 10px;
}
}
}
.react-autosuggest__container {
position: relative;
width: 50%;
width: 100%;
margin-bottom: 20px;
@media screen and (min-width: 768px) {
width: 50%;
margin-bottom: 0px;
}
}
.react-autosuggest__input {