Move search form styling into a CSS component
This commit is contained in:
parent
786bb8afdf
commit
157f74948a
|
@ -2,10 +2,6 @@
|
|||
|
||||
@tailwind components;
|
||||
|
||||
.search-form {
|
||||
> input:focus + svg {
|
||||
@apply opacity-100
|
||||
}
|
||||
}
|
||||
@import './components/search-form.css';
|
||||
|
||||
@tailwind utilities;
|
||||
|
|
5
src/css/components/search-form.css
Normal file
5
src/css/components/search-form.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
.search-form {
|
||||
> input:focus + svg {
|
||||
@apply opacity-100
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue