forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
544f3a1
commit 4a05974
Showing
9 changed files
with
585 additions
and
137 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 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
13 changes: 13 additions & 0 deletions
13
developer-docs-site/static/examples/typescript/dapp-example/src/App.css
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,13 @@ | ||
a, | ||
input, | ||
textarea { | ||
display: block; | ||
} | ||
|
||
textarea { | ||
border: 0; | ||
min-height: 50vh; | ||
outline: 0; | ||
padding: 0; | ||
width: 100%; | ||
} |
95 changes: 78 additions & 17 deletions
95
developer-docs-site/static/examples/typescript/dapp-example/src/App.tsx
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
90 changes: 0 additions & 90 deletions
90
developer-docs-site/static/examples/typescript/dapp-example/src/DappSite.tsx
This file was deleted.
Oops, something went wrong.
26 changes: 9 additions & 17 deletions
26
developer-docs-site/static/examples/typescript/dapp-example/src/index.css
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,21 +1,13 @@ | ||
pre, textarea, code { | ||
body { | ||
margin: 0; | ||
font-size: 20px; | ||
font-family: ui-monospace, | ||
Menlo, Monaco, | ||
"Cascadia Mono", "Segoe UI Mono", | ||
"Roboto Mono", | ||
"Oxygen Mono", | ||
"Ubuntu Monospace", | ||
"Source Code Pro", | ||
"Fira Mono", | ||
"Droid Sans Mono", | ||
"Courier New", monospace; | ||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", | ||
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", | ||
sans-serif; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
textarea { | ||
border: 0; | ||
width: 100%; | ||
min-height: 50vh; | ||
outline: 0; | ||
code { | ||
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", | ||
monospace; | ||
} |
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
1 change: 0 additions & 1 deletion
1
developer-docs-site/static/examples/typescript/dapp-example/src/react-app-env.d.ts
This file was deleted.
Oops, something went wrong.