Sha256: 49c46665a0ce7e137ce348325c43f0622df126aa39538f9a7eb179a8ce9e5350

Contents?: true

Size: 1.44 KB

Versions: 30

Compression:

Stored size: 1.44 KB

Contents

.social-footer {
  background-color: $social-footer-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

30 entries across 30 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.6.2 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.6.1 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.6 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.19 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.18 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.17 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.16 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.15 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.14 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.13 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.12 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.11 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.10 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.9 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.8 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.7 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.6 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.5 app/assets/stylesheets/contexts/_site-footer.scss
trusty-festivity-extension-2.5.4 app/assets/stylesheets/contexts/_site-footer.scss