fix: Checkbox sizes and paging buttons

- Show paging buttons at all times and enable/disable buttons
- Define checkbox and radio button  sizes within erpnext
- Wishlist cards even height
This commit is contained in:
marination
2021-06-08 22:14:20 +05:30
parent aca3c8fce7
commit 24c8967232
7 changed files with 41 additions and 24 deletions

View File

@@ -195,6 +195,18 @@ body.product-page {
}
}
.product-filter {
width: 14px !important;
height: 14px !important;
}
.discount-filter {
&:before {
width: 14px !important;
height: 14px !important;
}
}
.list-image {
overflow: hidden;
max-height: 200px;