Fixed MM/YY and CVV for mobile view
This commit is contained in:
parent
ba72527f2f
commit
acaa791a37
2 changed files with 23 additions and 4 deletions
|
|
@ -524,7 +524,7 @@ a.unlink:hover {
|
|||
}
|
||||
.brand {
|
||||
float: left;
|
||||
width: 8%;
|
||||
width: 10%;
|
||||
}
|
||||
.brand #brand-icon {
|
||||
vertical-align: bottom;
|
||||
|
|
@ -592,6 +592,23 @@ a.unlink:hover {
|
|||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.credit-card-element-with-brand {
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.brand {
|
||||
width: 16%;
|
||||
}
|
||||
|
||||
.card-expiry-element {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.card-cvc-element {
|
||||
width: 15%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue