mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
feat: loading RTL support
This commit is contained in:
parent
329793e828
commit
0fe9c4be83
10 changed files with 13 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue