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:
FireIsGood 2024-02-26 12:26:19 -08:00
parent f714a51d9e
commit bef69e8c02
No known key found for this signature in database
GPG key ID: 0ACFEAD4981C92DF

View file

@ -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