Sha256: 4c31de85452b94bce9d31ed6f51c31f9771a71c530ea2381e34bb401de6d1dd1

Contents?: true

Size: 1.7 KB

Versions: 31

Compression:

Stored size: 1.7 KB

Contents

h3.section-title {
  @include reversed-text-smoothing;
  color: $text-color;
  text-transform: uppercase;
  margin-bottom: 2em;
  margin-top: 2em;

  @include breakpoint($breakpoint-m){
    text-align:center;
    @include heading-2;
    color: $text-color;
    text-transform: uppercase;
    margin-bottom: 2em;
  }
  a {
    margin-left: 1em;
  }
}

.social-posts {
  @include pie-clearfix;
}
.social-feed {
  .section-wrapper {
    padding: 1.5em;
  }
  .section-title {
    text-align:center;
    margin-bottom: 1.5em;
    @include breakpoint($breakpoint-l) {
      margin-top: 1.5em;
    }
    a {
      color: $link-color;
    }
  }
  article {
    margin-bottom: 1em;
    width: 100%;
    @include breakpoint($breakpoint-s) {
      width: 48.3%;
    }
    @include breakpoint($breakpoint-nav) {
      width: 31.15%;
    }
    @include breakpoint($breakpoint-xl) {
      width: 22.53%;
    }
  }
  .grid-sizer {
    width: 3.25%;
  }
  .social-posts {
    .instagram-post {
      background: url('fn-instagram-bg.svg') no-repeat $text-color;
      background-position: 90% 93%;
      background-size: 35px auto;
      .post-text {
        color: #fff;
        .user-account, time {
          color: $background-color-alt;
        }
      }
    }
    .twitter-post {
      background: url('fn-twitter-bg.svg') no-repeat $homepage-featured-background;
      background-position: 90% 85%;
      background-size: 38px 31px;
      .post-text {
        color: $text-color;
        .user-account, time {
          color: #fff;
        }
      }
    }
    .post-text {
      overflow: hidden;
      padding: 1.5em;
      .user-account, time {
        max-width: 85%;
      }
      .user-account {
        display:block;
      }
    }
  }

}

Version data entries

31 entries across 20 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.6.3 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.6.2 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.6.2 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.6.1 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.6.1 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.6 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.6 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.5.19 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.5.19 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.5.18 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.5.18 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.5.17 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.5.17 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.5.16 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.5.16 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.5.15 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.5.15 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss
trusty-festivity-extension-2.5.14 app/assets/stylesheets/skins/buzzword/contexts/_social_feed.scss
trusty-festivity-extension-2.5.14 app/assets/stylesheets/skins/traf/contexts/_social_feed.scss