feat: loading RTL support

This commit is contained in:
Lucas Larroche 2023-03-28 21:40:12 +07:00
parent 329793e828
commit 0fe9c4be83
10 changed files with 13 additions and 14 deletions

View file

@ -13,7 +13,6 @@
width: 1em;
height: 1em;
background-image: var(#{$}icon-loading);
background-position: right center;
background-size: 1rem auto;
background-repeat: no-repeat;
content: "";
@ -22,7 +21,7 @@
&:not(:empty) {
&::before {
margin-right: calc(var(#{$}spacing) * 0.5);
margin-inline-end: calc(var(#{$}spacing) * 0.5);
}
}