Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions components/x-live-blog-post/src/LiveBlogPost.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
@import 'o-spacing/main';
@import 'o-colors/main';

// Use relative units (rem) not px when outputting typographic and spacing styles.
// For legacy reasons, these default to `false` and Origami outputs px units.
$o-typography-relative-units: true;
$o-spacing-relative-units : true;

.live-blog-post {
border-bottom: 1px solid oColorsByName('black-20');
margin-top: oSpacingByName('s8');
Expand Down Expand Up @@ -96,7 +101,7 @@
cursor: pointer;
}

.live-blog-post:first-child .live-blog-post-controls__back-to-top-link,
.live-blog-post:first-child .live-blog-post-controls__back-to-top-link,
.live-blog-post:first-child .live-blog-post-controls__back-to-top-button {
display: none;
}
}