-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Offchain Proposal Working for onchain DAOs on Etherlink
- Loading branch information
1 parent
2410ab7
commit e15e517
Showing
20 changed files
with
956 additions
and
385 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { Grid, Typography, styled } from "@material-ui/core" | ||
|
||
const LoaderContainer = styled(Grid)({ | ||
paddingTop: 40, | ||
paddingBottom: 40 | ||
}) | ||
|
||
const ContainerTitle = styled(Typography)({ | ||
fontSize: 24, | ||
fontWeight: 600 | ||
}) | ||
|
||
export { LoaderContainer, ContainerTitle } |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { FileCopyOutlined } from "@material-ui/icons" | ||
import { styled } from "@material-ui/core" | ||
|
||
export const CopyIcon = styled(FileCopyOutlined)({ | ||
marginRight: 8, | ||
cursor: "pointer" | ||
}) |
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
Oops, something went wrong.