Skip to content

Commit

Permalink
fix: added winter styles (#37)
Browse files Browse the repository at this point in the history
* feat: added snowfall

* fix: change header logo to winter logo
  • Loading branch information
Argeare5 authored Dec 18, 2023
1 parent 1db658d commit 89efd53
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 14 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"react-final-form-arrays": "^3.1.4",
"react-loading-skeleton": "^3.3.1",
"react-paginate": "^8.2.0",
"react-snowfall": "^1.2.1",
"sharp": "^0.32.6",
"viem": "^1.19.15",
"wagmi": "^1.4.12",
Expand Down
34 changes: 34 additions & 0 deletions public/images/winter_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions src/ui/helpModals/HelpRepresentativeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,11 @@ export function HelpRepresentativeModal() {
left: 10,
top: 110,
[theme.breakpoints.up('xsm')]: {
left: 184,
left: -5,
top: 76,
},
[theme.breakpoints.up('lg')]: {
left: '200px !important',
top: '82px !important',
top: 82,
},

'.HelpModalTooltip__content': {
Expand All @@ -260,10 +259,7 @@ export function HelpRepresentativeModal() {
},
},
[theme.breakpoints.up('sm')]: {
width: 283,
},
[theme.breakpoints.up('lg')]: {
width: 310,
width: 380,
},
},
}}>
Expand Down
Loading

1 comment on commit 89efd53

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.