started with cart design
removing of items from cart now possible
This commit is contained in:
@@ -493,6 +493,12 @@ text-decoration: none;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.qty-box {
|
||||
background-color: #efefef;
|
||||
border-radius: 0px;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
.left-inner-addon {
|
||||
position: relative;
|
||||
}
|
||||
@@ -504,3 +510,8 @@ text-decoration: none;
|
||||
padding: 10px 12px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.cart-title {
|
||||
font-size: 29px;
|
||||
color: #06c3c3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user