// @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 //
.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; } }