w-aura/src/components/CompatibilityV2/pages/Review/styles.module.scss
2025-08-19 20:56:55 +00:00

76 lines
1.3 KiB
SCSS

.container {
position: relative;
width: 100%;
max-width: 560px;
height: fit-content;
min-height: 100dvh;
margin: 0 auto;
padding: 45px 24px;
& * {
font-family: Inter;
}
}
.title {
font-weight: 900;
font-size: 36px;
line-height: 45px;
// letter-spacing: -1.4px;
text-align: left;
margin: 0;
margin-left: 22px;
& > .title_color {
background: linear-gradient(90deg, #ff0099 0%, #3c15ff 96.54%);
color: transparent;
background-clip: text;
}
}
.content {
background: rgba(248, 249, 251, 1);
width: 100%;
padding: 14px 24px 24px;
border-radius: 16px;
margin-top: 12px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
& > .statistics {
width: 100%;
padding-inline: 4px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 36px;
}
& > .partners {
width: 100%;
margin-top: 23px;
}
}
.button.button {
width: 100%;
max-width: 288px;
margin-top: 14px;
margin-inline: auto;
min-height: 56px;
background: rgba(37, 99, 235, 1);
border-radius: 12px;
border: 1px solid rgba(229, 231, 235, 1);
box-shadow: none;
font-family: Inter;
font-weight: 500;
font-size: 16px;
line-height: 100%;
text-align: center;
position: sticky;
bottom: calc(0dvh + 32px);
}