Style for form application,confirmations, playment

This commit is contained in:
2025-06-09 13:48:34 +02:00
parent 6127bd01b0
commit 5d50fa194b
7 changed files with 680 additions and 221 deletions

View File

@@ -334,6 +334,30 @@ body {
max-width: 350px;
}
.confirmed {
display: flex;
justify-content: center;
align-items: center;
background: #101010;
}
.confirmation-card {
max-width: 600px;
width: 100%;
text-align: center;
margin: 0 auto;
background: #19161C;
border-radius: 16px;
box-shadow: 0 4px 24px rgba(0,0,0,0.18);
border: 1px solid #453E4D;
padding: 48px 32px;
}
.info-p {
color: #fff;
font-size: 1.1em;
margin-bottom: 2rem;
}
@media (max-width: 768px) {
.form-check.other-gap .other-row {
flex-direction: column;