remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
28 lines (22 loc) • 405 B
CSS
.account-overview {
display: flex;
flex-direction: row;
justify-content: space-around;
margin: 0;
padding: 7px 0;
color: #ffffff;
border-radius: 10px;
background-color: #696b69;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.account-overview > * > h3 {
font-size: 1.1em;
margin: 0;
padding: 0;
}
.invested-capital {
}
.current-value {
}
.total-gain {
}