Converted SearchField component into funcitonal component

This commit is contained in:
Alejandro Celaya
2020-04-05 16:16:55 +02:00
parent cb7062bb95
commit b79333393b
3 changed files with 53 additions and 58 deletions

View File

@@ -2,6 +2,10 @@
.search-field {
position: relative;
&:focus-within {
z-index: 1;
}
}
.search-field__input.search-field__input {