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