Sha256: eebbcfe9f09447d81c7debc1d64451e6444f6d108810400209b4a03deedb777d

Contents?: true

Size: 624 Bytes

Versions: 10

Compression:

Stored size: 624 Bytes

Contents

// @page Pattern Library/Articles
// @name More article
//
// @description
//   If the article listing has more in a category, we use this to let a user navigate to that category
//
// @markup
//   <div class='us-more-item us-col-md-4'>
//     <a class='us-more-item-link' href='#'>
//       <span class='us-more-item-title'>See more banking news</span>
//     </a>
//   </div>

.us-more-item {
  @extend %base-item;
}

.us-more-item-link {
  @extend %base-item-link;
}

.us-more-item-title {
  @extend %heading-1;
  display: block;
  padding: $item-padding;
  color: $c-typecyan;

  &.small {
    @extend %heading-3;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ustyle-1.8.7 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.8.1 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.8.0 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.7.0 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.6.1 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.5.8 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.4.1 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.4.0 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.3.12 vendor/assets/stylesheets/ustyle/articles/_more.scss
ustyle-1.3.6 vendor/assets/stylesheets/ustyle/articles/_more.scss