suresh
This commit is contained in:
parent
2320f61db7
commit
4f0ed342fb
@ -409,6 +409,7 @@ body.cart .quantity{
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
|
line-height:35px;
|
||||||
line-height:45px;
|
line-height:45px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color:#686868;
|
color:#686868;
|
||||||
@ -421,8 +422,14 @@ body.cart .quantity{
|
|||||||
left:0;
|
left:0;
|
||||||
}
|
}
|
||||||
@media (max-width: 768px){
|
@media (max-width: 768px){
|
||||||
.quantity input{
|
.quantity .qty-no{
|
||||||
font-size:19px;
|
height: 35px;
|
||||||
|
line-height:35px;
|
||||||
|
}
|
||||||
|
.quantity .plus, .quantity .minus{
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.remove-product a{
|
.remove-product a{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user