Merge branch 'master' of bitbucket.org:venbainformationtechnology/golf_backend

This commit is contained in:
sriramv 2023-06-24 15:18:24 +05:30
commit 7bdcc109ea

View File

@ -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{