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

Commit

Permalink
Revert "style(Elife): Add relative to bring open acess and copyright …
Browse files Browse the repository at this point in the history
…inline"

This reverts commit 3a97991.
  • Loading branch information
nlisgo committed Jul 23, 2020
1 parent 8ed198d commit 3542364
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions src/themes/elife/staticCustomProperties.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@
--URL-DOWNLOAD-ICON--NARROWER-VIEWPORTS: url('https://elifesciences.org/assets/patterns/img/icons/download.ecfa2d98.svg');
--URL-DOWNLOAD-ICON--WIDER-VIEWPORTS: url('https://elifesciences.org/assets/patterns/img/icons/download-full.6691999e.svg');
--URL-EMAIL-ICON: url('https://elifesciences.org/assets/patterns/img/icons/[email protected]');
--URL-CC-ICON: url('https://elifesciences.org/assets/patterns/img/icons/cc.ec7b6e9c.svg');
--URL-OA-ICON: url('https://elifesciences.org/assets/patterns/img/icons/oa.f53eb8bd.svg');
}
25 changes: 0 additions & 25 deletions src/themes/elife/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
}

:--Article {
position: relative;
& :--authors {
@extend .content-header__author_list;

Expand Down Expand Up @@ -368,30 +367,6 @@
}
}

.content-header__icon {
background-repeat: no-repeat;
background-position: center bottom;
display: block;
width: 17px;
height: 22px;
}

.content-header__icon--cc {
background-image: var(--URL-CC-ICON);

&:hover {
background-image: var(--URL-CC-ICON);
}
}

.content-header__icon--oa {
background-image: var(--URL-OA-ICON);

&:hover {
background-image: var(--URL-OA-ICON);
}
}

/* Visually hide 'content header' affiliations at narrower viewports, maintaining vertical whitespace */
@media screen and (--medium-viewport-max) {
/* Target the 'content header' at the top of the article */
Expand Down

0 comments on commit 3542364

Please sign in to comment.