@faststore/core 2.1.48 → 2.1.49
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/.next/BUILD_ID +1 -0
- package/.next/build-manifest.json +129 -0
- package/.next/cache/.tsbuildinfo +1 -0
- package/.next/cache/config.json +7 -0
- package/.next/cache/eslint/.cache_1gneedd +1 -0
- package/.next/cache/next-server.js.nft.json +1 -0
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/export-marker.json +1 -0
- package/.next/images-manifest.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +1 -0
- package/.next/react-loadable-manifest.json +44 -0
- package/.next/required-server-files.json +1 -0
- package/.next/routes-manifest.json +1 -0
- package/.next/server/chunks/123.js +58 -0
- package/.next/server/chunks/143.js +106 -0
- package/.next/server/chunks/183.js +91 -0
- package/.next/server/chunks/184.js +61 -0
- package/.next/server/chunks/186.js +113 -0
- package/.next/server/chunks/247.js +61 -0
- package/.next/server/chunks/253.js +509 -0
- package/.next/server/chunks/269.js +517 -0
- package/.next/server/chunks/287.js +58 -0
- package/.next/server/chunks/289.js +239 -0
- package/.next/server/chunks/312.js +697 -0
- package/.next/server/chunks/350.js +143 -0
- package/.next/server/chunks/487.js +9142 -0
- package/.next/server/chunks/502.js +626 -0
- package/.next/server/chunks/576.js +91 -0
- package/.next/server/chunks/597.js +211 -0
- package/.next/server/chunks/650.js +9142 -0
- package/.next/server/chunks/676.js +32 -0
- package/.next/server/chunks/721.js +650 -0
- package/.next/server/chunks/74.js +4051 -0
- package/.next/server/chunks/81.js +1254 -0
- package/.next/server/chunks/825.js +4039 -0
- package/.next/server/chunks/854.js +72 -0
- package/.next/server/chunks/859.js +959 -0
- package/.next/server/chunks/886.js +120 -0
- package/.next/server/chunks/907.js +1911 -0
- package/.next/server/chunks/98.js +124 -0
- package/.next/server/chunks/font-manifest.json +1 -0
- package/.next/server/font-manifest.json +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/pages/404.js +386 -0
- package/.next/server/pages/404.js.nft.json +1 -0
- package/.next/server/pages/500.js +388 -0
- package/.next/server/pages/500.js.nft.json +1 -0
- package/.next/server/pages/[...slug].js +1005 -0
- package/.next/server/pages/[...slug].js.nft.json +1 -0
- package/.next/server/pages/[slug]/p.js +2366 -0
- package/.next/server/pages/[slug]/p.js.nft.json +1 -0
- package/.next/server/pages/_app.js +281 -0
- package/.next/server/pages/_app.js.nft.json +1 -0
- package/.next/server/pages/_document.js +352 -0
- package/.next/server/pages/_document.js.nft.json +1 -0
- package/.next/server/pages/_error.js +164 -0
- package/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/server/pages/account.js +363 -0
- package/.next/server/pages/account.js.nft.json +1 -0
- package/.next/server/pages/api/graphql.js +365 -0
- package/.next/server/pages/api/graphql.js.nft.json +1 -0
- package/.next/server/pages/api/preview.js +148 -0
- package/.next/server/pages/api/preview.js.nft.json +1 -0
- package/.next/server/pages/checkout.js +363 -0
- package/.next/server/pages/checkout.js.nft.json +1 -0
- package/.next/server/pages/en-US/404.html +81 -0
- package/.next/server/pages/en-US/404.json +1 -0
- package/.next/server/pages/en-US/500.html +81 -0
- package/.next/server/pages/en-US/500.json +1 -0
- package/.next/server/pages/en-US/account.html +81 -0
- package/.next/server/pages/en-US/account.json +1 -0
- package/.next/server/pages/en-US/checkout.html +81 -0
- package/.next/server/pages/en-US/checkout.json +1 -0
- package/.next/server/pages/en-US/login.html +81 -0
- package/.next/server/pages/en-US/login.json +1 -0
- package/.next/server/pages/en-US/s.html +81 -0
- package/.next/server/pages/en-US/s.json +1 -0
- package/.next/server/pages/en-US.html +81 -0
- package/.next/server/pages/en-US.json +1 -0
- package/.next/server/pages/index.js +439 -0
- package/.next/server/pages/index.js.nft.json +1 -0
- package/.next/server/pages/login.js +368 -0
- package/.next/server/pages/login.js.nft.json +1 -0
- package/.next/server/pages/s.js +466 -0
- package/.next/server/pages/s.js.nft.json +1 -0
- package/.next/server/pages-manifest.json +16 -0
- package/.next/server/webpack-api-runtime.js +229 -0
- package/.next/server/webpack-runtime.js +229 -0
- package/.next/static/8N31Y8cETHTcgu0JN3srZ/_buildManifest.js +1 -0
- package/.next/static/8N31Y8cETHTcgu0JN3srZ/_ssgManifest.js +1 -0
- package/.next/static/chunks/143.dd8a556e6957baa1.js +1 -0
- package/.next/static/chunks/209-d1d2eeaeefbc68f7.js +1 -0
- package/.next/static/chunks/495.0ecd099878b2a36d.js +1 -0
- package/.next/static/chunks/502.b14533723651e5a1.js +1 -0
- package/.next/static/chunks/548-ab84e9e8b49413ab.js +1 -0
- package/.next/static/chunks/597.f8d0595b113c70af.js +1 -0
- package/.next/static/chunks/64.2f385ef39cd5877d.js +1 -0
- package/.next/static/chunks/651.7142f31ce1e052b3.js +1 -0
- package/.next/static/chunks/706-2646f0498b6476bc.js +1 -0
- package/.next/static/chunks/738-67a288ca3569cdbb.js +1 -0
- package/.next/static/chunks/741.52f7fb873418346f.js +1 -0
- package/.next/static/chunks/791-ca162aa335ec6439.js +1 -0
- package/.next/static/chunks/98.97381d2021f86cd9.js +1 -0
- package/.next/static/chunks/framework-dfd14d7ce6600b03.js +1 -0
- package/.next/static/chunks/main-fd466221927468fd.js +1 -0
- package/.next/static/chunks/pages/404-14d27e3706f3d2c3.js +1 -0
- package/.next/static/chunks/pages/500-250ccf5c9626e451.js +1 -0
- package/.next/static/chunks/pages/[...slug]-bcfaf0c5d60b57a0.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-44e66d729b2413fb.js +1 -0
- package/.next/static/chunks/pages/_app-9b6c4be3c7a42b65.js +1 -0
- package/.next/static/chunks/pages/_error-a7a0c1d9bfbb4f38.js +1 -0
- package/.next/static/chunks/pages/account-d248acc931146694.js +1 -0
- package/.next/static/chunks/pages/checkout-97f6d6f36f041a6f.js +1 -0
- package/.next/static/chunks/pages/index-bdbfb082027ed2b7.js +1 -0
- package/.next/static/chunks/pages/login-b1bdf30c951bb60d.js +1 -0
- package/.next/static/chunks/pages/s-aabfa5c08338974a.js +1 -0
- package/.next/static/chunks/polyfills-c67a75d1b6f99dc8.js +1 -0
- package/.next/static/chunks/webpack-34d2a614c8d380bd.js +1 -0
- package/.next/static/css/527e334fa69cf40a.css +1 -0
- package/.next/static/css/6e1a7434f061d0ef.css +1 -0
- package/.next/static/css/740484ecd703982d.css +1 -0
- package/.next/static/css/a2eefb25a4608343.css +1 -0
- package/.next/static/css/b3f8dd61e5d35ef6.css +1 -0
- package/.next/static/css/cb7d1fcea42fab9c.css +1 -0
- package/.next/static/css/dcc281598933766a.css +1 -0
- package/.next/static/css/df588bb98c0b0ca6.css +1 -0
- package/.next/static/css/e3d648c53f88c1b9.css +1 -0
- package/.next/static/css/ebc1e9d3e686bad3.css +1 -0
- package/.next/trace +80 -0
- package/.turbo/turbo-build.log +4 -4
- package/package.json +3 -3
- package/public/~partytown/debug/partytown-atomics.js +556 -0
- package/public/~partytown/debug/partytown-media.js +374 -0
- package/public/~partytown/debug/partytown-sandbox-sw.js +543 -0
- package/public/~partytown/debug/partytown-sw.js +59 -0
- package/public/~partytown/debug/partytown-ww-atomics.js +1789 -0
- package/public/~partytown/debug/partytown-ww-sw.js +1781 -0
- package/public/~partytown/debug/partytown.js +72 -0
- package/public/~partytown/partytown-atomics.js +2 -0
- package/public/~partytown/partytown-media.js +2 -0
- package/public/~partytown/partytown-sw.js +2 -0
- package/public/~partytown/partytown.js +2 -0
- package/src/components/sections/BannerNewsletter/section.module.scss +7 -5
- package/src/components/sections/BannerText/section.module.scss +6 -4
- package/src/components/sections/Breadcrumb/section.module.scss +7 -5
- package/src/components/sections/EmptyState/section.module.scss +6 -4
- package/src/components/sections/Footer/section.module.scss +11 -9
- package/src/components/sections/Hero/section.module.scss +7 -5
- package/src/components/sections/Incentives/section.module.scss +7 -5
- package/src/components/sections/Navbar/section.module.scss +24 -22
- package/src/components/sections/Newsletter/section.module.scss +10 -8
- package/src/components/sections/ProductDetails/section.module.scss +26 -24
- package/src/components/sections/ProductGallery/section.module.scss +36 -34
- package/src/components/sections/ProductShelf/section.module.scss +30 -28
- package/src/components/sections/ProductTiles/section.module.scss +15 -13
- package/src/components/sections/RegionBar/section.module.scss +6 -4
- package/src/components/sections/ScrollToTopButton/section.module.scss +8 -6
- package/src/components/sections/Section/section.scss +6 -12
- package/src/styles/global/components.scss +3 -0
- package/src/styles/themes/custom-theme.scss +26 -24
- package/src/styles/themes/midnight.scss +39 -42
- package/src/styles/themes/soft-blue.scss +6 -8
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
|
|
1
|
+
@layer components {
|
|
2
|
+
.section {
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
[data-fs-content="product-shelf"] { @include layout-content-full; }
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
[data-fs-product-shelf-skeleton] {
|
|
7
|
+
--fs-carousel-item-width-tablet : 14.2rem;
|
|
8
|
+
--fs-carousel-item-margin-right : var(--fs-spacing-3);
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
padding-bottom: var(--fs-spacing-5);
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
[data-fs-product-shelf-items] { @include layout-content; }
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
@include media("<tablet") {
|
|
15
|
+
[data-fs-product-shelf-item] {
|
|
16
|
+
&:not(:last-of-type) {
|
|
17
|
+
margin-right: var(--fs-carousel-item-margin-right);
|
|
18
|
+
}
|
|
17
19
|
}
|
|
18
|
-
}
|
|
19
20
|
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
[data-fs-product-card-skeleton] {
|
|
22
|
+
width: var(--fs-carousel-item-width-tablet);
|
|
23
|
+
}
|
|
22
24
|
}
|
|
23
25
|
}
|
|
24
|
-
}
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
27
|
+
@import "@faststore/ui/src/components/atoms/Badge/styles";
|
|
28
|
+
@import "@faststore/ui/src/components/atoms/Button/styles";
|
|
29
|
+
@import "@faststore/ui/src/components/atoms/Icon/styles";
|
|
30
|
+
@import "@faststore/ui/src/components/atoms/Link/styles";
|
|
31
|
+
@import "@faststore/ui/src/components/atoms/Price/styles";
|
|
32
|
+
@import "@faststore/ui/src/components/atoms/SROnly/styles";
|
|
33
|
+
@import "@faststore/ui/src/components/atoms/Skeleton/styles";
|
|
34
|
+
@import "@faststore/ui/src/components/molecules/Carousel/styles";
|
|
35
|
+
@import "@faststore/ui/src/components/molecules/DiscountBadge/styles";
|
|
36
|
+
@import "@faststore/ui/src/components/molecules/Rating/styles";
|
|
37
|
+
@import "@faststore/ui/src/components/molecules/ProductCard/styles";
|
|
38
|
+
@import "@faststore/ui/src/components/molecules/ProductCardSkeleton/styles";
|
|
39
|
+
@import "@faststore/ui/src/components/organisms/ProductShelf/styles";
|
|
40
|
+
}
|
|
39
41
|
}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
@layer components {
|
|
2
|
+
.section {
|
|
3
|
+
@import "@faststore/ui/src/components/atoms/Badge/styles";
|
|
4
|
+
@import "@faststore/ui/src/components/atoms/Button/styles";
|
|
5
|
+
@import "@faststore/ui/src/components/atoms/Icon/styles";
|
|
6
|
+
@import "@faststore/ui/src/components/atoms/Link/styles";
|
|
7
|
+
@import "@faststore/ui/src/components/atoms/Price/styles";
|
|
8
|
+
@import "@faststore/ui/src/components/atoms/Skeleton/styles";
|
|
9
|
+
@import "@faststore/ui/src/components/atoms/SROnly/styles";
|
|
10
|
+
@import "@faststore/ui/src/components/molecules/DiscountBadge/styles";
|
|
11
|
+
@import "@faststore/ui/src/components/molecules/Rating/styles";
|
|
12
|
+
@import "@faststore/ui/src/components/molecules/ProductTile/styles";
|
|
13
|
+
@import "@faststore/ui/src/components/molecules/ProductCard/styles";
|
|
14
|
+
@import "@faststore/ui/src/components/organisms/Tiles/styles";
|
|
15
|
+
}
|
|
14
16
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
@layer components {
|
|
2
|
+
.section {
|
|
3
|
+
@import "@faststore/ui/src/components/atoms/Icon/styles.scss";
|
|
4
|
+
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
5
|
+
@import "@faststore/ui/src/components/molecules/RegionBar/styles.scss";
|
|
6
|
+
}
|
|
5
7
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
@layer components {
|
|
2
|
+
.section {
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
padding-bottom: var(--fs-spacing-8);
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
@import "@faststore/ui/src/components/atoms/Icon/styles.scss";
|
|
8
|
+
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
9
|
+
}
|
|
8
10
|
}
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@layer components {
|
|
2
|
+
.section {
|
|
3
|
+
width: 100%;
|
|
3
4
|
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
.text__title-section {
|
|
6
|
+
margin-bottom: var(--fs-spacing-3);
|
|
7
|
+
}
|
|
6
8
|
}
|
|
7
9
|
}
|
|
8
|
-
|
|
9
|
-
// TODO: Consider removing this and use the divisor mixins
|
|
10
|
-
.section__divisor {
|
|
11
|
-
padding-top: var(--fs-spacing-5);
|
|
12
|
-
border-top: var(--fs-border-width) solid var(--fs-border-color-light);
|
|
13
|
-
|
|
14
|
-
@include media(">=notebook") { padding-top: var(--fs-spacing-8); }
|
|
15
|
-
}
|
|
@@ -3,35 +3,37 @@
|
|
|
3
3
|
// Custom Theme
|
|
4
4
|
// ----------------------------------------------------------
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
@layer theme {
|
|
7
|
+
.custom-theme {
|
|
8
|
+
// --------------------------------------------------------
|
|
9
|
+
// Colors (Branding Core)
|
|
10
|
+
// --------------------------------------------------------
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
// --------------------------------------------------------
|
|
13
|
+
// Typography (Branding Core)
|
|
14
|
+
// --------------------------------------------------------
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
// --------------------------------------------------------
|
|
17
|
+
// Spacing (UI Essentials)
|
|
18
|
+
// --------------------------------------------------------
|
|
18
19
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
// --------------------------------------------------------
|
|
21
|
+
// Grid & Layout (UI Essentials)
|
|
22
|
+
// --------------------------------------------------------
|
|
22
23
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
// --------------------------------------------------------
|
|
25
|
+
// Interactive Controls (UI Essentials)
|
|
26
|
+
// --------------------------------------------------------
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
// --------------------------------------------------------
|
|
29
|
+
// Refinements
|
|
30
|
+
// --------------------------------------------------------
|
|
30
31
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
// --------------------------------------------------------
|
|
33
|
+
// FS UI Components
|
|
34
|
+
// --------------------------------------------------------
|
|
35
|
+
.section {
|
|
36
|
+
// Add here the customizations for FastStore UI components
|
|
37
|
+
}
|
|
36
38
|
}
|
|
37
39
|
}
|
|
@@ -93,62 +93,59 @@
|
|
|
93
93
|
// --------------------------------------------------------
|
|
94
94
|
// FS UI Components
|
|
95
95
|
// --------------------------------------------------------
|
|
96
|
+
// Add here the customizations for FastStore UI components.
|
|
96
97
|
|
|
97
98
|
--fs-logo-width: 8rem;
|
|
98
99
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
[data-fs-skeleton] {
|
|
103
|
-
--fs-skeleton-shimmer-bkg-color: var(--fs-color-disabled-bkg);
|
|
104
|
-
}
|
|
100
|
+
[data-fs-skeleton] {
|
|
101
|
+
--fs-skeleton-shimmer-bkg-color: var(--fs-color-disabled-bkg);
|
|
102
|
+
}
|
|
105
103
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
104
|
+
[data-fs-hero] {
|
|
105
|
+
--fs-hero-image-border-radius: 130px 0 0 130px;
|
|
106
|
+
--fs-hero-main-bkg-color: var(--fs-color-main-1);
|
|
107
|
+
}
|
|
110
108
|
|
|
111
|
-
|
|
112
|
-
|
|
109
|
+
[data-fs-button] {
|
|
110
|
+
--fs-button-border-radius: var(--fs-border-radius-pill);
|
|
113
111
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
112
|
+
--fs-button-primary-inverse-text-color: var(--fs-color-neutral-0);
|
|
113
|
+
--fs-button-primary-inverse-text-color-hover: var(--fs-color-text);
|
|
114
|
+
--fs-button-primary-inverse-text-color-active: var(--fs-color-neutral-7);
|
|
117
115
|
|
|
118
|
-
|
|
116
|
+
--fs-button-primary-border-color: var(--fs-color-neutral-7);
|
|
119
117
|
|
|
120
|
-
|
|
121
|
-
|
|
118
|
+
--fs-button-tertiary-text-color-active: var(--fs-color-text);
|
|
119
|
+
}
|
|
122
120
|
|
|
123
|
-
|
|
124
|
-
|
|
121
|
+
[data-fs-input] {
|
|
122
|
+
--fs-input-text-size: 16px;
|
|
125
123
|
|
|
126
|
-
|
|
127
|
-
|
|
124
|
+
background-color: var(--fs-color-body-bkg);
|
|
125
|
+
}
|
|
128
126
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
127
|
+
[data-fs-input-field] {
|
|
128
|
+
--fs-input-field-size: 16px;
|
|
129
|
+
}
|
|
132
130
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
131
|
+
[data-fs-product-card] {
|
|
132
|
+
--fs-product-card-padding:
|
|
133
|
+
var(--fs-spacing-2) var(--fs-spacing-2) var(
|
|
134
|
+
--fs-spacing-4
|
|
135
|
+
) var(--fs-spacing-2);
|
|
136
|
+
--fs-product-card-bkg-color: var(--fs-color-main-0);
|
|
137
|
+
--fs-product-card-img-scale-hover: 1.05;
|
|
138
|
+
}
|
|
141
139
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
140
|
+
[data-fs-newsletter] {
|
|
141
|
+
--fs-newsletter-text-color: var(--fs-color-text-display);
|
|
142
|
+
}
|
|
145
143
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
144
|
+
[data-fs-navbar] {
|
|
145
|
+
--fs-navbar-bkg-color: var(--fs-color-main-0);
|
|
146
|
+
}
|
|
149
147
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
}
|
|
148
|
+
[data-fs-footer] {
|
|
149
|
+
--fs-footer-bkg-color: var(--fs-color-main-0);
|
|
153
150
|
}
|
|
154
151
|
}
|
|
@@ -60,18 +60,16 @@
|
|
|
60
60
|
// --------------------------------------------------------
|
|
61
61
|
// FS UI Components
|
|
62
62
|
// --------------------------------------------------------
|
|
63
|
+
// Add here the customizations for FastStore UI components.
|
|
63
64
|
|
|
64
65
|
--fs-logo-width: 8rem;
|
|
65
66
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
--fs-product-card-border-color: transparent;
|
|
70
|
-
--fs-product-card-border-color-hover: var(--fs-border-color-light);
|
|
67
|
+
[data-fs-product-card] {
|
|
68
|
+
--fs-product-card-border-color: transparent;
|
|
69
|
+
--fs-product-card-border-color-hover: var(--fs-border-color-light);
|
|
71
70
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
71
|
+
&[data-fs-product-card-bordered="true"] {
|
|
72
|
+
--fs-product-card-border-color: var(--fs-border-color-light);
|
|
75
73
|
}
|
|
76
74
|
}
|
|
77
75
|
}
|