mirror of
https://github.com/picocss/pico
synced 2025-06-22 03:19:24 +00:00
fix scss search icon
This commit is contained in:
parent
175b101aa8
commit
4d23487777
@ -11,7 +11,7 @@
|
|||||||
&[type="search"] {
|
&[type="search"] {
|
||||||
padding-inline-start: calc(var(#{$css-var-prefix}form-element-spacing-horizontal) + 1.75rem);
|
padding-inline-start: calc(var(#{$css-var-prefix}form-element-spacing-horizontal) + 1.75rem);
|
||||||
background-image: var(#{$css-var-prefix}icon-search);
|
background-image: var(#{$css-var-prefix}icon-search);
|
||||||
background-position: center left 1.125rem;
|
background-position: center left calc(var(#{$css-var-prefix}form-element-spacing-horizontal) + .125rem);
|
||||||
background-size: 1rem auto;
|
background-size: 1rem auto;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user