style: update cart item layout and typography for improved consistency and readability

This commit is contained in:
2026-07-08 14:27:01 -03:00
parent 26466f57db
commit 451dc58cd7
3 changed files with 19 additions and 12 deletions

View File

@@ -50,11 +50,15 @@
}
.cart-item-discount-badge {
padding: 2px 5px;
width: 44px;
height: 22px;
display: flex;
align-items: center;
justify-content: center;
border-bottom-right-radius: 4px;
background-color: var(--bs-primary);
color: #ffffff;
font-size: 8px;
font-size: 10px;
font-weight: 500;
line-height: 1;
}