-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: rainbowkit and base dark * feat: old dark mode * feat: base dark mode * feat: static * feat: static * feat: tge * feat: contact us * feat: refresh * chore: update components version * feat: adjust * chore: update dep and url * feat: desc * Some more tweaks * feat: adjust style * feat: markdown break * fix: merge * Some more tweaks * Update branding * chore: change url * Remove text * Update Header * Update URL --------- Co-authored-by: cyrbuzz <[email protected]>
- Loading branch information
1 parent
41c4261
commit 7ba1abb
Showing
79 changed files
with
4,589 additions
and
1,421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,36 @@ | ||
.app { | ||
width: 100vw; | ||
overflow: hidden; | ||
position: relative; | ||
z-index: 1; | ||
background: var(--dark-mode-background); | ||
min-height: 100vh; | ||
|
||
display: flex; | ||
flex-direction: column; | ||
text-align: center; | ||
width: fit-content; | ||
justify-content: space-between; | ||
align-items: center; | ||
|
||
background-image: url("https://static.subquery.network/design/images/homeFooter.png"); | ||
@supports (background-image: url("https://static.subquery.network/design/images/homeFooter.webp")) { | ||
background-image: url("https://static.subquery.network/design/images/homeFooter.webp"); | ||
} | ||
background-repeat: no-repeat; | ||
background-position: center 98%; | ||
background-size: 2543px 793px; | ||
background-size: max(2543px, 100%) 793px; | ||
} | ||
|
||
@media screen and (max-width: 700px) { | ||
.app { | ||
min-width: unset; | ||
background-image: url("https://static.subquery.network/design/images/mobileFooter.png")!important; | ||
background-size: 100vw 1080px; | ||
background-position: center bottom; | ||
} | ||
} | ||
|
||
|
||
.appBody { | ||
flex: 1; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.