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 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1857,7 +1857,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ main {
.pico input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { .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); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

@ -1691,7 +1691,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] { input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem); padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
background-image: var(--pico-icon-search); 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-size: 1rem auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show more