Sha256: a90cd03a32568661d0f146e31b5f767b32ad157f80794c06af513523885c23a6
Contents?: true
Size: 545 Bytes
Versions: 5
Compression:
Stored size: 545 Bytes
Contents
// Loading spinner does not ocuppy all the width and height as the new spinner-container .loading-spinner { @apply relative cursor-wait; &::before { @apply content-[""] ml-[50%] md:ml-[calc(50%-0.75rem)] block w-6 h-6 rounded-full animate-spin border-4 border-l-background border-y-background border-r-secondary z-20; } &.alert { &::before { @apply border-r-alert; } } &.warning { &::before { @apply border-r-warning; } } &.primary { &::before { @apply border-r-primary; } } }
Version data entries
5 entries across 5 versions & 1 rubygems