Skip to content

Commit

Permalink
add icon size over-writes for different teaser types
Browse files Browse the repository at this point in the history
  • Loading branch information
constantology committed Jul 11, 2017
1 parent 8cd46d0 commit 4eef7a8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,21 @@
background-color: rgba(getColor('jade'), 0.85);
}

.o-teaser--top-story .n-syndication-icon,
.topper__headline .n-syndication-icon {
border-radius: 40px;
height: 40px;
width: 40px;
}

.o-teaser--top-story .n-syndication-icon {
vertical-align: baseline;
}

.o-teaser--hero .n-syndication-icon,
.o-teaser--large .n-syndication-icon,
.o-teaser--large-portrait .n-syndication-icon {
.o-teaser--large-portrait .n-syndication-icon,
.video-scroller__item-large .o-teaser--stacked .n-syndication-icon {
border-radius: 28px;
height: 28px;
vertical-align: text-bottom;
Expand Down

0 comments on commit 4eef7a8

Please sign in to comment.