mirror of
https://github.com/picocss/pico.git
synced 2025-02-23 00:01:58 -05:00
Merge branch 'dev' into ll/fix-select-multiple
This commit is contained in:
commit
00718df9c8
@ -126,7 +126,9 @@
|
||||
background-image: none;
|
||||
|
||||
&::before {
|
||||
margin-inline-start: calc(#{$switch-width * 0.5} - var(#{$css-var-prefix}border-width));
|
||||
margin-inline-start: calc(
|
||||
#{$switch-width} - #{$switch-height} / 2 - var(#{$css-var-prefix}border-width) * 3
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user