Style for form application,confirmations, playment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user