feat(event-detail): adjust product layout and quantity selector styles for improved responsiveness
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user