w-aura/src/components/pages/TrialPayment/styles.module.css
Денис Катаев a6ea20283d Preview/discount pages
2024-02-13 22:23:12 +00:00

21 lines
308 B
CSS
Executable File

.page {
background-color: #fff0f0;
height: fit-content;
min-height: 100vh;
min-height: 100dvh;
padding-top: 62px;
padding-bottom: 62px;
}
.title {
margin-top: 360px;
font-size: 24px;
line-height: 145%;
color: #333333;
font-weight: 700;
}
.modal {
max-height: calc(100dvh - 40px);
}