Skip to content

Commit

Permalink
Merge pull request #104 from tallycash/update-download-hero
Browse files Browse the repository at this point in the history
Update download hero image
  • Loading branch information
puppycodes authored Oct 3, 2022
2 parents 0fdbd7b + 6d85cbf commit 6801aa3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 46 deletions.
5 changes: 0 additions & 5 deletions src/features/Download/background-buttons.svg

This file was deleted.

19 changes: 0 additions & 19 deletions src/features/Download/background-sunburst.svg

This file was deleted.

Binary file added src/features/Download/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/features/Download/illo.png
Binary file not shown.
21 changes: 4 additions & 17 deletions src/features/Download/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,15 @@ export function Download() {
<div
className={css`
display: none;
background: top 1.25rem left 1.375rem / auto 0.75rem no-repeat
url("background-buttons.svg"),
bottom / cover url("background-sunburst.svg"),
${cardBackgroundGold20};
margin-top: 6rem;
padding: 4rem 0 0;
border-radius: 1rem;
background: top / cover url("bg.png");
height: 26rem;
margin-top: 3rem;
@media (min-width: 52rem) {
display: block;
}
`}
>
<div
className={css`
height: 40rem;
margin-top: -12rem;
background: bottom / 100% auto no-repeat url("mask-trees.svg"),
bottom -12rem center / calc(100% - 4rem) auto no-repeat url("illo.png");
`}
/>
</div>
/>
</div>

<p
Expand Down
5 changes: 0 additions & 5 deletions src/features/Download/mask-trees.svg

This file was deleted.

0 comments on commit 6801aa3

Please sign in to comment.