w-aura/src/components/ChatsPath/pages/EmailConfirm/styles.module.scss
Daniil Chemerkin f1a5b30650 Develop
2024-11-20 13:21:04 +00:00

60 lines
899 B
SCSS

.container {
max-width: 330px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin: 20px auto 10px;
text-align: left;
}
.image {
width: 140px;
height: 140px;
}
.title {
margin-top: 40px;
font-weight: 700;
font-size: 20px;
line-height: 145%;
margin-bottom: 20px;
width: 100%;
text-align: left;
}
.text {
font-size: 18px;
line-height: 145%;
margin-bottom: 12px;
& > b {
font-weight: 700px;
}
}
.footer {
position: fixed;
bottom: calc(0dvh + 20px);
left: 50%;
transform: translateX(-50%);
& > .button {
& > button {
width: 330px;
font-weight: 600;
padding: 10px 50px;
}
}
& > .button-know {
margin-top: 20px;
& > button {
background: transparent;
text-decoration-line: underline;
color: var(--secondary-100);
}
}
}