Sha256: 0e1f5d671a2f5f9e231b699f1fb5fd3d279a8f0d513e64ed3c6d3663bda50e77
Contents?: true
Size: 970 Bytes
Versions: 13
Compression:
Stored size: 970 Bytes
Contents
.meeting-calendar { @apply grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 grid-rows-4 md:gap-y-6 md:gap-x-8 lg:gap-y-12 lg:gap-x-16 place-items-start; &__selector { @apply flex items-center gap-4; &-container { @apply flex justify-between items-center mb-8; } &-arrow { @apply w-6 h-6 rounded-full bg-background; } } &__link { @apply flex items-center gap-2 text-secondary font-semibold; } &__month { @apply text-center border-separate; caption { @apply text-lg text-gray-2 text-left font-semibold mb-4; } th { @apply text-xs text-black uppercase font-semibold; } td { @apply text-md text-gray-2 font-semibold w-9 h-9 rounded; } .is-today { @apply border border-gray bg-background font-bold; } .is-past-event { @apply bg-gray-2 text-white font-bold; } .is-upcoming-event { @apply bg-secondary text-white font-bold; } } }
Version data entries
13 entries across 13 versions & 1 rubygems