add bank card validation
This commit is contained in:
@@ -112,6 +112,15 @@
|
||||
&.password {
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
&.valid-card {
|
||||
border: 2px solid #2f9e44;
|
||||
background: #ecf8ee;
|
||||
}
|
||||
}
|
||||
|
||||
.form-options {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user