mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Revert "Merge branch 'dev' into ll/fix-form-element-margin-bottom-in-grid"
This reverts commit843bc51513
, reversing changes made tob8b7aa18c4
.
This commit is contained in:
parent
a73b7af662
commit
861daac49b
2 changed files with 1 additions and 4 deletions
|
@ -126,9 +126,7 @@
|
|||
background-image: none;
|
||||
|
||||
&::before {
|
||||
margin-inline-start: calc(
|
||||
#{$switch-width} - #{$switch-height} / 2 - var(#{$css-var-prefix}border-width) * 3
|
||||
);
|
||||
margin-inline-start: calc(#{$switch-width * 0.5} - var(#{$css-var-prefix}border-width));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue