@syntrologie/adapt-product 2.8.0-canary.365 → 2.8.0-canary.366
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.
package/dist/cdn.js
CHANGED
|
@@ -812,11 +812,18 @@ function renderProductCard(product, density, resolved, visibleFacts) {
|
|
|
812
812
|
const secondaryCtaStyles = {
|
|
813
813
|
display: "inline-flex",
|
|
814
814
|
alignItems: "center",
|
|
815
|
+
justifyContent: "center",
|
|
816
|
+
padding: "0.5rem 1rem",
|
|
817
|
+
borderRadius: "9999px",
|
|
818
|
+
border: "1px solid var(--sc-color-primary, #3d8a5e)",
|
|
819
|
+
background: "transparent",
|
|
820
|
+
color: "var(--sc-color-primary, #3d8a5e)",
|
|
821
|
+
fontWeight: "600",
|
|
815
822
|
fontSize: "0.85rem",
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
823
|
+
textDecoration: "none",
|
|
824
|
+
lineHeight: "1",
|
|
825
|
+
whiteSpace: "nowrap",
|
|
826
|
+
flexShrink: "0"
|
|
820
827
|
};
|
|
821
828
|
return html`
|
|
822
829
|
<article
|
|
@@ -7267,4 +7274,4 @@ export {
|
|
|
7267
7274
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
7268
7275
|
*)
|
|
7269
7276
|
*/
|
|
7270
|
-
//# sourceMappingURL=chunk-
|
|
7277
|
+
//# sourceMappingURL=chunk-BY7GSOAJ.js.map
|