Skip to content

Commit

Permalink
Reader Stream Refresh: Update x-posts (#9321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jancavan authored Nov 11, 2016
1 parent 2150a3c commit 27f8beb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions client/reader/stream/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,34 @@
}
}

// X-Posts

.is-reader-page {

.reader__card.card.is-x-post {
border-bottom: 1px solid lighten( $gray, 30% );
margin: 0;
padding: 20px;

&:hover {
box-shadow: none; // Disables hover for now until we implement hover in all card types
}

.reader__site-and-author-icon {
margin-right: 12px;
width: auto;
}

.site-icon {
border: 1px solid lighten( $gray, 30% );
}

.gravatar {
border: 1px solid $white;
}
}
}

// Featured Image/Video
.reader__post-featured-image,
.reader__post-featured-video {
Expand Down

0 comments on commit 27f8beb

Please sign in to comment.