mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 01:46:14 -04:00
yarn build
This commit is contained in:
parent
6d5a73f625
commit
f2d4f8fd52
229 changed files with 231 additions and 229 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue