w-aura/src/components/pages/ABDesign/v1/pages/AlmostThere/styles.module.css
Daniil Chemerkin a03b2728f3 Develop
2024-07-18 23:43:30 +00:00

82 lines
1.6 KiB
CSS

.page {
position: relative;
height: fit-content;
display: grid;
justify-items: center;
grid-template-rows: repeat(4, min-content);
min-height: 100vh;
gap: 40px;
background-position-y: top;
background-position-x: center;
background-size: contain;
background-repeat: no-repeat;
color: #fff;
padding-top: 64px;
background-color: #0F1323;
padding-top: 32px;
background-image: url("/almost-there.webp");
width: 100%;
max-width: 460px;
}
.header-title {
color: #fff !important;
}
.title {
font-size: 27px;
line-height: 125%;
width: 100%;
}
.text {
font-size: 14px;
text-align: center;
line-height: 140%;
max-width: 322px;
margin: 0 auto;
}
.gradient {
-webkit-text-fill-color: transparent;
background: linear-gradient(0deg, #5e7c73, #a6fd18) text,
linear-gradient(90.6deg, rgb(106, 77, 188) 0.47%, rgb(242, 153, 74) 137.94%);
background-clip: text;
-webkit-background-clip: text;
color: rgb(187, 108, 217);
}
.blue {
font-weight: bolder;
color: #56ccf2;
}
.buttons-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
}
.button {
width: 160px;
min-width: fit-content;
height: 48px;
min-height: fit-content;
border: solid 1px #fff;
border-radius: 8px;
font-size: 23px;
font-weight: 400;
background-color: transparent;
}
.next-button {
background-color: #fff;
color: #0F1323;
}
.lottie-animation {
width: 68%;
aspect-ratio: 229 / 178;
}