Add these codes to the Custom CSS box
Variant Dropdown Height
/* Variant height */
.variant-select-wrapper {
padding-top: 10px !important;
padding-bottom: 10px !important;
}

Result:

Quantity Height
/* Quantity */
.product-quantity-input input {
padding-top: 10px !important;
padding-bottom: 10px !important;
}

Result:

Add to Cart Height
/* add to cart */
div.sqs-add-to-cart-button.sqs-suppress-edit-mode {
padding-top: 5px !important;
padding-bottom: 5px !important;
}

Result:
