Removed box-shadow and set font-weight 400 in mobile view in the billing details
This commit is contained in:
parent
e481ff947d
commit
d8fa3430e6
1 changed files with 6 additions and 0 deletions
|
@ -620,9 +620,15 @@ a.unlink:hover {
|
||||||
.card-cvc-element {
|
.card-cvc-element {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide-mobile{
|
.hide-mobile{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#billing-form .form-control {
|
||||||
|
box-shadow: none !important;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
|
|
Loading…
Reference in a new issue