diff --git a/src/fmg-components/cart/cart.vue b/src/fmg-components/cart/cart.vue index 4cef60f56..9f4acbf70 100644 --- a/src/fmg-components/cart/cart.vue +++ b/src/fmg-components/cart/cart.vue @@ -695,9 +695,6 @@ export default { display: flex; justify-content: space-between; padding: 0.5rem 1.5rem; - // &:nth-child(odd) { - // background-color: #f5f5f5; - // } &:nth-last-child(-n + 3) { background-color: #e3f2ea; }