w-aura/src/components/pages/SinglePaymentPage/ResultPayment/SuccessPaymentPage/styles.module.css
Daniil Chemerkin f5551a0c42 Develop
2024-06-02 00:51:18 +00:00

26 lines
365 B
CSS

.page {
position: relative;
flex: auto;
height: calc(100vh - 50px);
max-height: -webkit-fill-available;
justify-content: center;
gap: 80px;
}
.text {
display: flex;
flex-direction: column;
}
.text > p {
text-align: center;
font-weight: 500;
}
.button {
width: 100%;
max-width: 260px;
border-radius: 50px;
background-color: #fe2b57;
}