suresh
This commit is contained in:
parent
79ea0fbb26
commit
9629183fba
@ -382,21 +382,22 @@ body.cart .quantity{
|
||||
height:45px;
|
||||
border:2px solid #A1A1A1;
|
||||
background-color:transparent;
|
||||
border-radius:5px;
|
||||
padding:10px;
|
||||
border-radius:5px;
|
||||
display:flex;
|
||||
}
|
||||
.quantity input{
|
||||
border-width:0;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
width: 95px;
|
||||
width:115px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.quantity input[type=number]{
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
.quantity input[type=number]::-webkit-inner-spin-button,
|
||||
.quantity input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.quantity .plus, .quantity .minus{
|
||||
position:absolute;
|
||||
@ -416,6 +417,11 @@ body.cart .quantity{
|
||||
.quantity .minus{
|
||||
left:0;
|
||||
}
|
||||
@media (max-width: 768px){
|
||||
.quantity input{
|
||||
font-size:19px;
|
||||
}
|
||||
}
|
||||
.remove-product a{
|
||||
color:var(--pink-color);
|
||||
text-transform:uppercase;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user