Sha256: 0b8d6778b06d48f01160384589b93ef227a8459e4d9577d4a37eecaaa6c87b79

Contents?: true

Size: 1.43 KB

Versions: 32

Compression:

Stored size: 1.43 KB

Contents

.social-footer {
  background-color: $text-color;
  padding: 1.25em 0 1.5em 0;
  text-align: center;    

  @include breakpoint($breakpoint-m) {
    padding: 2.25em 0 2.5em 0;
  }

  .title {
    color: $background-color-subtle;
    margin-bottom: 0.75em;

    @include breakpoint($breakpoint-m) {
      margin-bottom: 0;
      margin-right: 1em;
      display: inline-block;
      vertical-align: middle;
    }
  }

  .social-link-item-group {
    @include breakpoint($breakpoint-m) {
      display: inline-block;
      vertical-align: middle;
    }
  }

  .social-link-item {
    display: inline-block;
    margin-right: 0.5em;

    &:last-of-type {
      margin-right: 0;
    }

    @include breakpoint($breakpoint-m) {
      margin-right: 1em;
    }
  }
}

.site-footer {
	background-color: $footer-color;
  padding-top: 1.5em;

  .copyright {
    clear: both;
    padding-top: 1.5em;
    padding-bottom: 1em;
    color: tint($footer-color, 30%);
  }
}

.footer-navigation {
  padding-top: 1em;
  padding-bottom: 1em;
  
  h3, h4 {
    color: $background-color;
  }

  .cultural-trust-logo {
    svg {
      width: 140px;
      height: 43px;
      max-width: 100%;
      margin-bottom: 1em;
    }
  }

  ul {
    @include pie-clearfix;
    margin-bottom: 1.5em;

    @include breakpoint($breakpoint-m) {
      @include column(3);
      @include last-col4;
    }
  }

  li {
    margin-bottom: 0.5em;
    line-height: 1.3;
  }

  a {
    @include link-reverse;
  }
}

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.4.0 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.30 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.29 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.28 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.27 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.26 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.25 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.24 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.23 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.22 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.21 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.20 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.19 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.18 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.17 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.16 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.15 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.14 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.13 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.3.12 app/assets/stylesheets/contexts/_site-footer.scss