yarn build

This commit is contained in:
benizz0 2024-02-14 19:46:01 +01:00
parent 6d5a73f625
commit f2d4f8fd52
229 changed files with 231 additions and 229 deletions

View file

@ -1857,7 +1857,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search);
background-position: center left 1.125rem;
background-position: center left calc(var(--pico-form-element-spacing-horizontal) + 0.125rem);
background-size: 1rem auto;
background-repeat: no-repeat;
}