diff --git a/myproject/pos/static/pos/css/terminal.css b/myproject/pos/static/pos/css/terminal.css index 532b835..1267790 100644 --- a/myproject/pos/static/pos/css/terminal.css +++ b/myproject/pos/static/pos/css/terminal.css @@ -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;