You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size and color classes (``la-2x, la-3x`, `la-dark`, etc.) can (and should) be removed. These values should just come from the inherited `color` and `font-size` properties.
As it is, of course I can set the color to anything I like without relying on la-dark or la-light but this only works on the loader element itself.
<divclass="loading-block-wrapper my-custom-color-class"><h2>Please wait a minute...</h2><divclass="la-ball-spin-clockwise">
...
</div></div>
Sizing is a bigger issue because it's currently limited to the 4 sizes provided. In many cases it would be trivial to base the size of the loader elements on the inherited font size by using em. I can't say for sure that this would work with every animation in this library but, from what I've seen, it definitely works with some (probably most) of them.
The text was updated successfully, but these errors were encountered:
The size and color classes (``la-2x
,
la-3x`, `la-dark`, etc.) can (and should) be removed. These values should just come from the inherited `color` and `font-size` properties.As it is, of course I can set the color to anything I like without relying on
la-dark
orla-light
but this only works on the loader element itself.works
doesn't work
Sizing is a bigger issue because it's currently limited to the 4 sizes provided. In many cases it would be trivial to base the size of the loader elements on the inherited font size by using
em
. I can't say for sure that this would work with every animation in this library but, from what I've seen, it definitely works with some (probably most) of them.The text was updated successfully, but these errors were encountered: