Sha256: dec5e45c4be4e25acb70d55411d68df808ec79fe65af4cb60ed5f67ae31e1258

Contents?: true

Size: 837 Bytes

Versions: 4

Compression:

Stored size: 837 Bytes

Contents

//-----------------------------------------------------------------------------
// Site Banner

[role="contentinfo"] {
  @include clearfix;
  @include text-shadow($susy-highlight-dark-10 0 1px 0);
  background: $susy-highlight;
  color: $susy-background-dark-5;
  margin: 0 0 - $grid-padding;
  padding: rhythm(1) $grid-padding;
  a {
    #{$link} {
      font-family: $caps-stack;
      color: $susy-background-dark-20;
    }
    #{$focus} {
      color: $susy-background;
    }
  }
  @include at-breakpoint($break) {
    .colophon { @include span-columns(7 omega,10); }
    .license { @include span-columns(3,10); }
  }
  .caps {
    font-family: $caps-stack;
  }
}

.colophon {
  p { @include trailer; }
}

.license {
  font-family: $caps-stack;
  text-transform: lowercase;
  a {
    #{$link} {
      white-space: nowrap;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
susy-2.0.0.alpha.4 docs/source/stylesheets/_modules/_contentinfo.scss
susy-2.0.0.alpha.3 docs/source/stylesheets/_modules/_contentinfo.scss
susy-2.0.0.alpha.2 docs/source/stylesheets/_modules/_contentinfo.scss
susy-2.0.0.alpha.1 docs/source/stylesheets/_modules/_contentinfo.scss