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