Sha256: 56a606ce971d3f7a6191564327f0af307a2186f2dd1e0f13efeb099ff83c90de
Contents?: true
Size: 934 Bytes
Versions: 10
Compression:
Stored size: 934 Bytes
Contents
.blog { &__image { @apply grow rounded overflow-hidden mb-8 aspect-[3]; img { @apply w-full h-full object-cover; } } &__actions { @apply flex flex-col md:flex-row justify-between items-center gap-10 pt-10; &-left { @apply flex items-center gap-2; } &-right { @apply flex items-center gap-4; button { @apply flex items-center gap-1; } } .is-active span:last-child { @apply text-white bg-secondary border-secondary; } } &__endorsers { @apply space-y-3; &-text { @apply text-sm text-gray-2; } &-grid { @apply flex flex-wrap gap-y-3; } &-button { @apply block ml-auto text-right text-xs text-secondary cursor-pointer; } } &__section { @apply mt-16 first-of-type:mt-0 last:mb-16 md:last:mb-36 xl:max-w-[75%] space-y-10; p { @apply mt-4 text-gray-2 text-md; } } }
Version data entries
10 entries across 10 versions & 1 rubygems