There are no notes for this item.

<header class="section-header  section-header--border-bottom">
    <div class="title  title--has-tail">
        <h1 class="h2  title__highlight">Announcing our Spring series of public events</h1>
    </div>
</header>

<p>Lipsum has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<header class="section-header  section-header--border-bottom">
  <div class="title  title--has-tail">
    <h1 class="h2  title__highlight">Announcing our Spring series of public events</h1>
  </div>
</header>

<p>{{ lorem }}</p>
  • Content:
    .section-header {
      $border-color: $grey--light;
      margin-bottom: $spacing-4xl;
    
      //-
    
      &--border-bottom {
        border-bottom: 1px solid $border-color;
      }
    
      &--border-top {
        border-top: 1px solid $border-color;
      }
    
      //-
    
      &--bg-offwhite {
        padding: $spacing-xl 0 0;
        margin-bottom: $spacing-4xl;
        background-color: $offwhite;
    
        .section-header__title {
          position: relative;
          top: $spacing-xl;
          margin-bottom: $spacing-5xl;
        }
      }
    }
    
    
  • URL: /components/raw/section-header/_section-header.scss
  • Filesystem Path: src/components/section-header/_section-header.scss
  • Size: 472 Bytes