Decrease size of search bar and remove outline (#3611)
This ensures that the close button stays in the first line, and doesn't get pushed below the search icon.
This commit is contained in:
parent
c4f23a2fdb
commit
2473bd8ea9
1 changed files with 2 additions and 1 deletions
|
@ -23,13 +23,14 @@ $primary-color: #049cdb;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
.algolia-autocomplete {
|
.algolia-autocomplete {
|
||||||
width: calc(100% - 58px);
|
width: calc(100% - 64px);
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue