Guest User

Untitled

a guest
Feb 16th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. .article-teaser {
  2. @extend .profile-card;
  3. }
  4.  
  5. .article-teaser__image {
  6. @extend .profile-card__image;
  7. }
  8.  
  9. .article-teaser__content {
  10. @extend .profile-card__content;
  11. }
  12.  
  13. .article-teaser__title {
  14. @extend .profile-card__name;
  15. }
  16.  
  17. .article-teaser__body {
  18. @extend .profile-card__body;
  19. }
Add Comment
Please, Sign In to add comment