Sha256: 1da2ead4a6ebb5f48e5597b47ed4e30c8c515ae3676738c981825b7bab80dff1
Contents?: true
Size: 358 Bytes
Versions: 13
Compression:
Stored size: 358 Bytes
Contents
.spinner-container { @apply relative cursor-wait; &::after { @apply content-[""] absolute inset-0 w-full h-full bg-white/80 z-10; } &::before { @apply content-[""] sticky top-[50vh] ml-[50%] md:ml-[calc(50%-4rem)] block w-6 h-6 -mt-6 rounded-full animate-spin border-4 border-l-background border-y-background border-r-secondary z-20; } }
Version data entries
13 entries across 13 versions & 1 rubygems