kopia lustrzana https://github.com/bugout-dev/dao
22 wiersze
302 B
CSS
22 wiersze
302 B
CSS
|
|
.main-app {
|
||
|
|
text-align: center;
|
||
|
|
margin: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main-button {
|
||
|
|
padding: 15px;
|
||
|
|
border: none;
|
||
|
|
border-radius: 12px;
|
||
|
|
min-width: 250px;
|
||
|
|
color: white;
|
||
|
|
font-size: 18px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.connect-wallet-button {
|
||
|
|
background: rgb(32, 122, 220);
|
||
|
|
}
|
||
|
|
|
||
|
|
.claim-button {
|
||
|
|
background: orange;
|
||
|
|
}
|