Skip to content

Commit

Permalink
[fix bug 1337813] Update the night scene on /new
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Feb 13, 2017
1 parent e2527ab commit 48685ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions media/css/firefox/new/onboarding/common.less
Expand Up @@ -80,9 +80,9 @@ h6,

main {
.main-container {
#gradient .vertical(#1E4488, #829DFC);
background-image: linear-gradient(to top, #2d253a 0, #2d253a 235px, transparent 236px),
linear-gradient(to bottom, #1E4488, #829DFC);
#gradient .vertical(#13387A, #526ACC);
background-image: linear-gradient(to top, #2d253a 0, #2d253a 254px, transparent 255px),
linear-gradient(-180deg, #13387A 0, #1261B3 30%, #526ACC 60%);
}

.main-content {
Expand Down
4 changes: 3 additions & 1 deletion media/css/firefox/new/onboarding/scene1.less
Expand Up @@ -380,7 +380,7 @@ html.show-refresh {

#benefits {
.clearfix;
margin-top: 50px;
margin: 60px 0 70px;

ul {
list-style-type: none;
Expand Down Expand Up @@ -438,6 +438,7 @@ html.show-refresh {
p {
.font-size(18px);
padding: 0 @baseLine;
color: #bbcbff;
}

a {
Expand All @@ -449,6 +450,7 @@ html.show-refresh {
#newsletter-subscribe {
background: @horizonColorForeground;
display: none;
margin-top: -100px;

.container {
.clearfix;
Expand Down

0 comments on commit 48685ae

Please sign in to comment.