24 lines
410 B
SCSS
24 lines
410 B
SCSS
.elementor-jet-single-add-to-cart {
|
|
--theme-button-min-height: 55px;
|
|
|
|
|
|
.quantity[data-type="type-1"] {
|
|
|
|
input[type="number"] {
|
|
padding: 0 calc(25% + 3px) 0 5px !important;
|
|
}
|
|
}
|
|
|
|
.quantity[data-type="type-2"] {
|
|
min-width: 120px;
|
|
|
|
input[type="number"] {
|
|
padding: 0 calc(var(--quantity-height, 55px) / 1.8 + 9%) !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.jet-single-tabs__wrap ul.tabs li:before {
|
|
display: none;
|
|
} |