Removed box-shadow and set font-weight 400 in mobile view in the billing details

This commit is contained in:
PCoder 2017-07-17 00:33:48 +05:30
parent e481ff947d
commit d8fa3430e6

View file

@ -620,9 +620,15 @@ a.unlink:hover {
.card-cvc-element {
padding-left: 10px;
}
.hide-mobile{
display:none;
}
#billing-form .form-control {
box-shadow: none !important;
font-weight: 400;
}
}
@media (min-width: 1200px) {