Sha256: 92088ddbc611e9d8256867adbdac1e07d9b52fd43d80afc3c5c5bf38e36a7164

Contents?: true

Size: 1.28 KB

Versions: 18

Compression:

Stored size: 1.28 KB

Contents

.h1 {
  @apply font-sans font-bold text-4xl;
}

.h2 {
  @apply font-sans font-bold text-3xl;
}

.h3 {
  @apply font-sans font-semibold text-2xl;
}

.h4 {
  @apply font-sans font-semibold text-xl;
}

.h5 {
  @apply font-sans font-semibold text-lg;
}

.h6 {
  @apply font-sans font-semibold text-md;
}

.decorator {
  @apply relative after:absolute after:content-[''] after:h-1 after:w-10 after:top-[calc(100%+0.25rem)] after:left-0 after:bg-tertiary after:rounded-b;
}

.title-decorator {
  @apply h2 md:h1 decorator;
}

/* default styles for those dynamic text blocks */
.editor-content {
  @apply prose max-w-full text-gray-2 text-lg prose-a:text-secondary break-words prose-ul:pl-4;

  iframe {
    @apply w-full block max-w-[600px] max-h-[70vh] h-[450px] my-10 mx-auto;
  }

  p {
    @apply my-0;
  }

  /* The editor-library adds an empty <p>. */
  /* stylelint-disable selector-pseudo-class-no-unknown */
  p:not(:empty) + p,
  :where(h2, h3, h4, h5, h6) + span {
    @apply my-5;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    @apply mt-0;
  }

  p:not(:empty) + h2 {
    @apply mt-8;
  }

  p:not(:empty) + h3 {
    @apply mt-6;
  }

  p:not(:empty) + h4 {
    @apply mt-4;
  }

  p:not(:empty) + h5,
  p:not(:empty) + h6 {
    @apply mt-2;
  }

  :where(h2, h3, h4, h5, h6) br {
    @apply hidden;
  }
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc3 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.30.0.rc2 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.30.0.rc1 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.29.2 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.28.5 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.29.1 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.28.4 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.29.0 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.28.3 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.29.0.rc4 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.29.0.rc3 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.29.0.rc2 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.29.0.rc1 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.28.2 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.28.1 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.28.0 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.28.0.rc5 app/packs/stylesheets/decidim/_typography.scss
decidim-core-0.28.0.rc4 app/packs/stylesheets/decidim/_typography.scss