mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Compiled scss
This commit is contained in:
parent
4d23487777
commit
e6e970ea59
4 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue