@gofynd/theme-template 3.2.2 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -605,19 +605,19 @@ h5,
605
605
  }
606
606
  }
607
607
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__actionButtons___XqXoR .add-to-cart__qtyContainer___thA9_ {
608
- height: 48px;
608
+ height: 100%;
609
609
  justify-content: space-between;
610
610
  border-radius: var(--buttonRadius, 0px);
611
- padding: 0 12px;
612
- background-color: var(--buttonSecondary, #fff);
613
611
  flex: 1;
612
+ padding: 18px 12px;
614
613
  }
615
614
  @media only screen and (max-width: 768px) {
616
615
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__actionButtons___XqXoR .add-to-cart__qtyContainer___thA9_ {
617
- height: 40px;
616
+ padding: 12px;
618
617
  }
619
618
  }
620
619
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__actionButtons___XqXoR .add-to-cart__inputContainer___vwPxp {
620
+ width: 100%;
621
621
  border: none;
622
622
  }
623
623
  .add-to-cart__sizeCartContainer___ILhna {