Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(eLife theme): Changes to dir names and selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Feb 11, 2020
1 parent f705c56 commit 6ef7ac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/themes/eLife/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

/* Ensure fonts still resolve when not viewed on ELife website */
/* This could potentially be extracted into a separate file, for more granular imports */
@import '../../common/fonts/notoSerif/notoSerif.css';
@import '../../common/fonts/notoSans/notoSans.css';
@import '../../shared/fonts/notoSerif/notoSerif.css';
@import '../../shared/fonts/notoSans/notoSans.css';

main {
@extend .wrapper;
Expand All @@ -23,7 +23,7 @@ main {
@extend .grid-column;
}

:--Article :--authors-prop {
:--Article :--authors {
@extend .content-header__author_list;

:--Person {
Expand All @@ -32,7 +32,7 @@ main {
}

/* Chain custom MicroData selectors for style adjustments as needed */
:--Article :--affiliations-prop {
:--Article :--affiliations {
display: inline;
padding: 0;
margin: 0;
Expand Down

0 comments on commit 6ef7ac2

Please sign in to comment.