Closed
Bug 1337813
Opened 8 years ago
Closed 8 years ago
Update the night scene on /new
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: verdi, Assigned: agibson)
References
(Blocks 1 open bug, )
Details
Attachments
(4 files)
From Ty on Slack:
Can we update the night scene on the updated download pages? Its using the old night assets we cleaned up the scene and used it as part of the animation.
Comment 1•8 years ago
|
||
For the background gradient:
background-image: linear-gradient(-180deg, #13387A 0%, #1261B3 45%, #526ACC 86%);
Im hoping this SVG will be a easy swap. It might beneficial to align both page builds given that the DAY scene has several separated SVGs and the night only has one.
Assignee | ||
Comment 3•8 years ago
|
||
I can knock this out, thanks.
Assignee: nobody → agibson
Status: NEW → ASSIGNED
Flags: needinfo?(mverdi)
Assignee | ||
Comment 4•8 years ago
|
||
Assignee | ||
Comment 5•8 years ago
|
||
Screenshot of updated page
Comment 6•8 years ago
|
||
Alex,
Thanks for updating the night scene with the new assets. Could you check one thing for me though and ensure that the background gradient uses these new values:
background-image: linear-gradient(-180deg, #13387A 0%, #1261B3 45%, #526ACC 86%);
Thanks
Ty
Assignee | ||
Comment 7•8 years ago
|
||
(In reply to Ty Flanagan from comment #6)
> Alex,
>
> Thanks for updating the night scene with the new assets. Could you check one
> thing for me though and ensure that the background gradient uses these new
> values:
>
> background-image: linear-gradient(-180deg, #13387A 0%, #1261B3 45%, #526ACC
> 86%);
>
> Thanks
>
> Ty
It does, thanks
Assignee | ||
Comment 8•8 years ago
|
||
Slightly updated version of the night scene (tweaked with Ty on vidyo)
Comment 9•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/48685aed662fdb09f4e2e119b028cda5046eeca1
[fix bug 1337813] Update the night scene on /new
https://github.com/mozilla/bedrock/commit/0f2990a0422243943c1d5ba2a605946b4a944dc9
Merge pull request #4662 from alexgibson/bug-1337813-update-night-scene
[fix bug 1337813] Update the night scene on /new
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•