add bank card validation

This commit is contained in:
smanylov
2026-03-12 13:06:03 +07:00
parent 6e648a522a
commit d36b724d4f
9 changed files with 91 additions and 32 deletions
+10
View File
@@ -1486,6 +1486,16 @@
transition: all 0.3s;
margin-top: 20px;
}
.card-type {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}
}
}