Compiled scss

This commit is contained in:
b.platroz 2024-02-12 14:27:28 +01:00
parent 4d23487777
commit e6e970ea59
4 changed files with 4 additions and 4 deletions

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] {
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;
}

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;
}

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] {
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;
}

View File

@ -1654,7 +1654,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] {
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;
}