Skip to content

Commit

Permalink
Merge pull request #41 from CrossRef/PREP-109_Publisher_UI_update
Browse files Browse the repository at this point in the history
Prep 109 publisher ui update
  • Loading branch information
MikeYalter authored Jun 5, 2018
2 parents 7654099 + 334068a commit c6b3839
Show file tree
Hide file tree
Showing 20 changed files with 585 additions and 906 deletions.
33 changes: 16 additions & 17 deletions app/components/landingPage/styles/style-landingPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,37 @@
box-sizing: border-box;
padding-bottom: 16px;

@media (max-width: 768px) {
max-width: 736px;
}

@media (max-width: 480px) {
max-width: 461px;
width: 100%;
}

.searchTitle {
margin: 11.5px 0 10.5px 4%;
color: white;
font-family: $regularFont;
font-size: 20px;
position: relative;

@media (max-width: 480px) {
margin: 11.5px 0 10.5px 2%;
}

.bannerText {
position: absolute;
bottom: 65px;
margin: 0;
color: black;
color: #4F5858;
font-size: 22px;
font-family: $regularFont;
}

} @media (max-width: 480px) {
.searchTitle {
margin: 11.5px 0 10.5px 2%;
}
}
} @media (max-width: 768px) {
.searchContainer {
max-width: 736px;
}
} @media (max-width: 480px) {
.searchContainer {
max-width: 461px;
width: 100%;
}
}

}

.content {
Expand Down Expand Up @@ -140,7 +139,7 @@
}

.button {
height: 48px;
height: 44px;
width: 208px;
background-color: white;
justify-content: center;
Expand All @@ -149,7 +148,7 @@
font-family: $regularFont;
cursor: pointer;
border: 2px solid #4F5858;
border-radius: 5px;
border-radius: 3px;

@media (max-width: 768px) {
margin-top: 21px;
Expand Down
81 changes: 0 additions & 81 deletions app/components/learnMorePage/learnMorePage.js

This file was deleted.

Loading

0 comments on commit c6b3839

Please sign in to comment.