mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
fix: loading spinner sizing
The loading spinner was not sized to the actual element's size due to the units being used incorrectly.
This commit is contained in:
parent
f714a51d9e
commit
bef69e8c02
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
width: 1em;
|
||||
height: 1em;
|
||||
background-image: var(#{$css-var-prefix}icon-loading);
|
||||
background-size: 1rem auto;
|
||||
background-size: 1em auto;
|
||||
background-repeat: no-repeat;
|
||||
content: "";
|
||||
vertical-align: -0.125em; // Visual alignment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue