<a href="#" class="small-tile-teaser">
    <div>
        <p class="small-tile-teaser__type">Blogpost</p>
        <h4 class="small-tile-teaser__title">Ein Titel</h4>
        <h5 class="small-tile-teaser__subtitle">Ein Untertitel</h5>
    </div>
    <span class="icon icon-arrow-long-right icon--brand-primary"></span>
</a>
<a href="#" class="small-tile-teaser">
    <div>
        <p class="small-tile-teaser__type">Blogpost</p>
        <h4 class="small-tile-teaser__title">Ein Titel</h4>
        <h5 class="small-tile-teaser__subtitle">Ein Untertitel</h5>
    </div>
    <span class="icon icon-arrow-long-right icon--brand-primary"></span>
</a>
/* No context defined. */
  • Content:
    .small-tile-teaser {
      @extend %block-link;
      @extend %hover-glow;
      @extend %box-shadow-primary-25-right-bottom;
    
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    
      padding: $spacer-md $spacer-sm;
    
      color: $small-tile-teaser-text-color;
    
      background-color: $small-tile-teaser-bg-color;
    
      .icon {
        display: block;
        align-self: flex-start;
        margin-top: $spacer-md;
      }
    }
    
    .small-tile-teaser__type {
      @extend %heading-font-bold;
    
      font-size: $font-size-xs;
      color: $brand-primary;
      text-transform: uppercase;
    }
    
    .small-tile-teaser__title {
      margin-top: $spacer-xs;
      color: $small-tile-teaser-text-color;
    }
    
    .small-tile-teaser__subtitle {
      @extend %heading-font-regular;
    
      margin-top: $spacer-xs;
      font-size: $font-size-base;
      color: $small-tile-teaser-text-color;
    }
    
  • URL: /components/raw/small-tile-teaser/_small-tile-teaser.scss
  • Filesystem Path: components/04-molecules/teaser/tile-teaser/small-tile-teaser/_small-tile-teaser.scss
  • Size: 815 Bytes
  • Handle: @small-tile-teaser
  • Preview:
  • Filesystem Path: components/04-molecules/teaser/tile-teaser/small-tile-teaser/small-tile-teaser.html

No notes defined.