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.
22 lines (18 loc) • 408 B
CSS
.newsletterContainer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--nx-background-color-2);
color: var(--nx-text-color-2);
}
.newsletterIframeContainer {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 500px;
}
.newsletterContainer iframe {
width: 100%;
}