pragmate-ui
Version:
An advanced, on-demand React UI library optimized for BeyondJS. Pragmate UI provides modular, responsive, and accessible components with a focus on efficient bundle sizes and a streamlined development process.
44 lines (42 loc) • 876 B
CSS
.page__container {
justify-content: center;
align-items: center;
padding: 0;
height: 100%;
margin: 0 auto;
width: 100%;
display: flex;
padding: 20px;
max-width: 1024px;
margin: 0 auto;
flex-direction: row;
background: var(--surface);
}
.page__container .beyond {
color: #ff8056;
}
.page__container .build-container {
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
align-self: center;
color: var(--box-bg);
}
.page__container .build-container h5 {
font-size: 36px;
margin: 32px 0 0;
}
.page__container .build-container h3 {
font-size: 45px;
}
.page__container .build-container .beyond-element-image {
max-width: 600px;
margin: 0 auto;
}
.page__container .build-container .beyond-element-image img {
width: 100%;
height: 100%;
}
/*# sourceMappingURL=coming-soon.css.map*/