-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from algodesk-io/feature/abi-executor
ABI method executor
- Loading branch information
Showing
94 changed files
with
5,135 additions
and
399 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
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
111 changes: 111 additions & 0 deletions
111
src/components/LeftBar/ConnectWallet/ConnectWallet.scss
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 |
---|---|---|
@@ -0,0 +1,111 @@ | ||
@import '../../../assets/colors'; | ||
|
||
.connect-wallet-wrapper { | ||
.connect-wallet-container { | ||
margin-bottom: 40px; | ||
.wallet-connect-home-wrapper { | ||
.wallet-connect-home-container { | ||
.header { | ||
margin-top: 20px; | ||
text-align: center; | ||
.text { | ||
font-size: 18px; | ||
font-weight: bold; | ||
font-family: PoppinsBold !important; | ||
svg { | ||
vertical-align: sub; | ||
margin-right: 5px; | ||
} | ||
} | ||
} | ||
.body { | ||
margin-top: 40px; | ||
.signer { | ||
padding: 20px 50px; | ||
img.logo { | ||
vertical-align: middle; | ||
margin-right: 15px; | ||
height: 25px; | ||
width: 25px; | ||
border-radius: 50%; | ||
} | ||
.name { | ||
vertical-align: sub; | ||
font-size: 16px; | ||
} | ||
svg { | ||
float: right; | ||
} | ||
&:hover { | ||
cursor: pointer; | ||
background: $color-grey-very-light; | ||
} | ||
} | ||
} | ||
.footer { | ||
text-align: center; | ||
margin-top: 50px; | ||
margin-bottom: 20px; | ||
padding: 0 25px; | ||
} | ||
} | ||
} | ||
|
||
.accounts-wrapper { | ||
.accounts-container { | ||
.header { | ||
font-size: 20px; | ||
text-align: center; | ||
.logo { | ||
width: 30px; | ||
height: 30px; | ||
vertical-align: middle; | ||
margin-right: 10px; | ||
} | ||
} | ||
.body { | ||
margin-top: 40px; | ||
img.loading { | ||
width: 40%; | ||
} | ||
.connecting { | ||
text-align: center; | ||
margin-top: 75px; | ||
font-size: 20px; | ||
color: #A9A9A9; | ||
} | ||
.error-message { | ||
text-align: center; | ||
margin-top: 40px; | ||
color: $color-grey-dark; | ||
padding: 0 40px; | ||
line-height: 1.2; | ||
svg { | ||
font-size: 50px; | ||
margin-bottom: 20px; | ||
margin-top: 50px; | ||
} | ||
img { | ||
width: 170px; | ||
height: 140px; | ||
margin-bottom: 20px; | ||
} | ||
} | ||
.account { | ||
font-size: 12px; | ||
overflow-wrap: anywhere; | ||
margin: 10px 40px; | ||
padding: 10px; | ||
border-radius: 10px; | ||
border: 1px solid $color-grey-light; | ||
&:hover { | ||
cursor: pointer; | ||
border-color: $color-dark; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
} | ||
} |
Oops, something went wrong.
b5ffc80
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:
dappflow – ./
dappflow-git-master-algodesk.vercel.app
app.dappflow.org
dappflow-algodesk.vercel.app
explorer.dappflow.org
b5ffc80
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:
dappflow-mainnet – ./
dappflow-mainnet-git-master-algodesk.vercel.app
mainnet.dappflow.org
dappflow-mainnet-algodesk.vercel.app
dappflow-mainnet.vercel.app
b5ffc80
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:
dappflow-testnet – ./
dappflow-testnet-algodesk.vercel.app
dappflow-testnet.vercel.app
dappflow-testnet-git-master-algodesk.vercel.app
testnet.dappflow.org