Sha256: 7b949e48593418ad897aa3f32b69fdb2b0608b4b72818d21a548034383d74a21

Contents?: true

Size: 1.21 KB

Versions: 20

Compression:

Stored size: 1.21 KB

Contents

.home {
  .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%;
    }
    .instagram-post {
      background: url('fn-instagram-bg.svg') no-repeat $homepage-featured-background;
      background-position: 90% 93%;
      background-size: 35px auto;
    }
    .twitter-post {
      background: url('fn-twitter-bg.svg') no-repeat $homepage-featured-background;
      background-position: 90% 85%;
      background-size: 38px 31px;
    }
    .post-text {
      overflow: hidden;
      padding: 1.5em;
      .user-account, time {
        max-width: 85%;
      }
      .user-account {
        display: block;
        font-weight: 700;
      }
    }
  }
}

Version data entries

20 entries across 20 versions & 1 rubygems

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