cra-template-scrypto-app
Version:
CRA template with: scrypto tooling available for building dApps on Radix Network.
36 lines (31 loc) • 676 B
CSS
html {
scroll-behavior: smooth;
}
body {
background-color: #191a1f;
width: auto;
}
.pageContainer {
height: 80vh;
}
#modal {
position: absolute;
inset: 100px ;
border: 1px solid rgb(204, 204, 204) ;
background: rgb(255, 255, 255) ;
overflow: auto ;
border-radius: 4px;
outline: none;
background-color: rgba(0, 0, 0, 0.5) ;
margin: 0 0rem 4rem ;
padding-top: 2rem ;
align-items: center;
padding-left: 3rem ;
}
.App {
text-align: center;
background-color: #191a1f;
height: 100vh;
display: grid;
width: auto;
}