improve counter basket item style

This commit is contained in:
imperosol
2026-05-27 18:20:53 +02:00
parent 362b9eea06
commit ebf0196bef
3 changed files with 45 additions and 14 deletions
+22 -1
View File
@@ -42,7 +42,28 @@
min-width: 350px;
ul {
list-style-type: none;
list-style: none;
display: flex;
flex-direction: column;
gap: .5rem;
margin-left: 0;
.basket-row {
display: flex;
align-items: center;
gap: 1rem;
.product-name {
flex: 1 2 0;
min-width: 0;
text-wrap: wrap;
}
}
}
form {
margin-top: .5rem;
margin-bottom: .5rem;
}
}