fixed validation for deposit-payments

This commit is contained in:
Kostya
2024-01-28 00:25:33 +03:00
parent b43cadea0e
commit aa8a56c932
3 changed files with 114 additions and 47 deletions

View File

@@ -180,6 +180,19 @@
color: #EA3D38;
}
.error-deposit {
position: absolute;
left: 190px;
top: 52px;
}
.error-deposit h2 {
color: #BA3636;
font-family: "Montserrat Alternates";
font-weight: 700;
font-size: 11px;
}
/* Media */
@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {