Улучшен UI корзины: увеличена кнопка удаления товара и возвращено использование onchange для поля количества

This commit is contained in:
2025-11-16 19:54:08 +03:00
parent cd1a123dcd
commit e98bf3cfb4

View File

@@ -82,6 +82,23 @@ body {
flex-shrink: 0;
}
.cart-item .btn-link {
font-size: 1.5rem;
line-height: 1;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-left: 0.25rem;
}
.cart-item .btn-link:hover {
background-color: #f8d7da;
border-radius: 4px;
}
.product-card {
cursor: pointer;
user-select: none;