<div class="wt-grid-full banner banner--top-level-page">
    <div class="wt-grid-main wt-grid-content-main">
        <div class="wt-grid-left banner--top-level-page__margin"></div>
        <div class="wt-grid-center wt-grid-section-center banner--top-level-page__title">
            <h1>Top Level Page Banner</h1>
        </div>
    </div>
</div>
  • Content:
    .banner--top-level-page {
      background: $topLevelPageHeadingBackground;
      h1 {
        color: $white;
        margin-top: 0;
        padding-bottom: $grid-typo-spacing-s;
        padding-top: $grid-typo-spacing-xl;
    
        @media print {
          padding-top: $grid-typo-spacing-l;
        }
      }
    
      .wt-grid-main {
        @include bigWBackground(center right);
        padding-top: $secondaryNavHeight - $grid-typo-spacing-xs;
    
        @media print {
          padding-top: 0;
        }
      }
    }
    
    .banner--top-level-page__margin {
      display: none;
    
      @include respond-to($grid-breakpoint-ml) {
        display: inline-block;
      }
    }
    
    .banner--top-level-page__title {
      margin-bottom: 0;
    }
    
  • URL: /components/raw/top-level-page-banner/_top-level-page-banner.scss
  • Filesystem Path: ../../modules/custom/corp_markup/theme/banners/top_level_page_banner.tpl.php/_top-level-page-banner.scss
  • Size: 635 Bytes

Description

A banner with the Wellcome W in the background and a large title.

Example usage: https://wellcome.ac.uk/what-we-do


Content notes

UX notes

Design notes

Back-end notes

Front-end notes

{
  "title": "Top Level Page Banner"
}
  • Handle: @top-level-page-banner
  • Preview:
  • Filesystem Path: ../../modules/custom/corp_markup/theme/banners/top_level_page_banner.tpl.php/top_level_page_banner.tpl.php