fix: scss uses logical properties

This commit is contained in:
drmason13 2024-08-31 10:28:35 +01:00
parent 6dc6489e69
commit f91ef15cef
21 changed files with 112 additions and 112 deletions

View file

@ -22,7 +22,7 @@
appearance: none;
width: 1.25em;
height: 1.25em;
margin-top: -0.125em;
margin-block-start: -0.125em;
margin-inline-end: 0.5em;
border-width: var(#{$css-var-prefix}border-width);
vertical-align: middle;
@ -45,7 +45,7 @@
& ~ label {
display: inline-block;
margin-bottom: 0;
margin-block-end: 0;
cursor: pointer;
&:not(:last-of-type) {