mirror of
https://github.com/picocss/pico.git
synced 2025-02-22 00:04:36 -05:00
Compiled scss
This commit is contained in:
parent
4d23487777
commit
e6e970ea59
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user