aboutsummaryrefslogtreecommitdiff
path: root/public/cart.css
blob: 00aa0af6546d326829f729858043f2347fb6c9a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.product {
	padding: 8px;
	background-color: var(--bg-alt);
	margin-bottom: 8px;
	border-radius: 8px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.product img { height: 70px; }

.product input[type=number]::-webkit-inner-spin-button { opacity: 1; }

.product input[type=number] { width: 32px; }

.product .name { width: 100%; }

.subtotal { font-size: 150%; }