// ------------------------------------ // Loading Indicators .LoadingIndicator { @spin-time: 750ms; --size: 24px; --thickness: 2px; &-container[data-size="large"] & { --size: 32px; --thickness: 3px; } &-container[data-size="tiny"] & { --size: 18px; } // Use the value of `color` to maintain backwards compatibility border-color: currentColor; border-width: var(--thickness); border-style: solid; border-top-color: transparent; border-radius: 50%; width: var(--size); height: var(--size); animation: spin @spin-time linear infinite; //