Initial commit: add .gitignore and README
This commit is contained in:
21
dapps/quorumToken/frontend/styles/globals.css
Normal file
21
dapps/quorumToken/frontend/styles/globals.css
Normal file
@@ -0,0 +1,21 @@
|
||||
:root,
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#__next {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
}
|
||||
Reference in New Issue
Block a user