Sha256: 773ff94e53b6ff2294220a37f938106ecd2966ea84664bca8159ee7422de71d1

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

.posts-feed {
  margin-bottom: 0.5rem;

  .post-node {
    font-weight: 400;
    border-bottom: 1px solid rgba(var(--rgb-primary), 0.055);

    &:first-child{
      border-top: 1px solid rgba(var(--rgb-primary), 0.1);
    }

    .post-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      border-bottom: 0;
      padding: 1rem 0;

      @media (min-width: $medium-breakpoint) {
        flex-direction: row !important;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }

      .post-title {
        @include properties($body-sm);

        @media (min-width: $medium-breakpoint) {
          @include properties($body-md);
        }
      }

      .post-date {
        @include properties($body-xs);
        margin-left: 0;
        opacity: 0.75;

        @media (min-width: $medium-breakpoint) {
          @include properties($body-sm);
          margin-left: 1rem;
        }
      }
    }
  }
}

.next-post {
  @include properties($body-sm);
  font-size: 65% !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-bottom: 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
another-theme-0.0.1 _sass/another/_feed.scss