-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: better typography, hide slider when maxPerTx=1, added font CSS i…
…mport
- Loading branch information
1 parent
d5f3132
commit 9377b02
Showing
4 changed files
with
58 additions
and
26 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
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,8 +1,24 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); | ||
|
||
.MuiDialog-container { | ||
font-family: "Inter", BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, | ||
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important; | ||
} | ||
|
||
.mintModal-content { | ||
display: flex; | ||
flex-wrap: wrap; | ||
flex-direction: row; | ||
overflow: visible; | ||
min-width: 240px; | ||
} | ||
|
||
@media screen and (min-width: 600px) { | ||
.mintModal-content { | ||
min-width: 280px; | ||
} | ||
} | ||
|
||
.web3modal-modal-lightbox { | ||
z-index: 10000 !important; | ||
} | ||
} |
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
9377b02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nftcomponents – ./
nftcomponents.vercel.app
nftcomponents-buildship.vercel.app
nftcomponents-git-main-buildship.vercel.app
widget.buildship.xyz