feat(event-detail): adjust product layout and quantity selector styles for improved responsiveness

This commit is contained in:
2026-09-23 11:55:10 -03:00
parent 321f2c08cd
commit ed806abb9f
2 changed files with 9 additions and 7 deletions

View File

@@ -5,15 +5,15 @@
.quantity-selector {
border: 1px solid var(--border-color);
width: var(--quantity-selector-width, 78px);
height: 40px;
min-height: 40px;
height: var(--quantity-selector-height, 40px);
min-height: var(--quantity-selector-height, 40px);
background-color: #ffffff;
box-sizing: border-box;
&__button {
width: var(--quantity-selector-button-width, 24px);
height: 100%;
font-size: 20px;
font-size: var(--quantity-selector-button-font-size, 20px);
color: #6f6f6f;
background-color: #ffffff;
transition: