Sha256: 68877a1197f997cd46b0b2dcc190e634403f5ef5ee78ffb0680e99990ca58ecd

Contents?: true

Size: 928 Bytes

Versions: 3

Compression:

Stored size: 928 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;

    &-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

3 entries across 3 versions & 1 rubygems

Version Path
decidim-blogs-0.28.0 app/packs/stylesheets/blogs.scss
decidim-blogs-0.28.0.rc5 app/packs/stylesheets/blogs.scss
decidim-blogs-0.28.0.rc4 app/packs/stylesheets/blogs.scss