mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 16:48:30 +00:00
[shopping cart] show items, editable qty and show amount for that item
This commit is contained in:
@@ -117,3 +117,13 @@ a {
|
||||
margin-top: -10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.hidden-sm-inline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.hidden-sm-inline {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user