l-viewportheight
l-viewportheight{{#if modifier}} {{modifier}}{{/if}}
/* No context defined. */
  • Content:
    // This is used for the industry view on desktop, which is 100vh.
    .l-viewportheight {
      @media (min-width: $media-desktop) {
        display: flex;
        flex-direction: column;
        height: calc(100vh - #{$header-height} - #{$height-distance-filter});
      }
    }
    
  • URL: /components/raw/l-viewportheight/_l-viewportheight.scss
  • Filesystem Path: src/scss/03-layouts/l-viewportheight/_l-viewportheight.scss
  • Size: 252 Bytes

No notes defined.