This commit is contained in:
Samuel Štancl 2019-09-30 20:05:09 +02:00
parent 77c4e14a99
commit 164819c608
5 changed files with 8 additions and 7 deletions

View file

@ -1,5 +1,5 @@
.docsearch-input {
background-image: url('/assets/img/magnifying-glass.svg');
background-image: url('/docs/assets/img/magnifying-glass.svg');
background-position: 0.8em;
background-repeat: no-repeat;
text-indent: 1.2em;
@ -12,7 +12,7 @@
@screen xl {
&:focus {
@apply .w-1/2;
@apply .w-3/4;
}
}