enable add to cart always but if product has variant redirect user to the details
This commit is contained in:
@@ -25,8 +25,9 @@
|
||||
);
|
||||
|
||||
/* Typography */
|
||||
--font-roboto: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto, sans-serif;
|
||||
--font-roboto:
|
||||
"Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
||||
Roboto, sans-serif;
|
||||
--font-weight-light: 300;
|
||||
--font-weight-regular: 400;
|
||||
--font-weight-medium: 500;
|
||||
@@ -311,6 +312,6 @@ label {
|
||||
:where(.css-dev-only-do-not-override-16tdzdu).ant-form-item
|
||||
.ant-form-item-label
|
||||
> label.ant-form-item-required::before {
|
||||
position: relative !important;
|
||||
top: 3px !important;
|
||||
position: relative !important;
|
||||
top: 3px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user