trimble-terra 1.1.9-beta.6 → 1.1.9-beta.7
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/src/component/Dialog/Dialog.css +1 -1
- package/dist/src/component/Dialog/Dialog.d.ts +2 -2
- package/dist/src/component/Dialog/Dialog.d.ts.map +1 -1
- package/dist/src/component/Dialog/Dialog.js +21 -21
- package/dist/src/component/FlyoutCartComponent/FlyoutCartComponent.js +43 -43
- package/dist/src/navigation/Footer/GlobalFooter/GlobalFooter.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.t2-dialog{position:fixed;z-index:5;background:#fff;max-width:
|
|
1
|
+
@keyframes t2-dialog-open{0%{opacity:0;transform:translate(-50%,-48%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.t2-dialog{position:fixed;z-index:5;box-sizing:border-box;background:#fff;max-width:560px;top:40%;left:50%;transform:translate(-50%,-50%);padding:24px 32px;border-radius:10px;box-shadow:0 110px 31px #0000,0 70px 28px #00000003,0 40px 24px #0000000d,0 18px 18px #00000017,0 4px 10px #0000001a;text-transform:none}.t2-dialog p:first-of-type{margin-top:0}.t2-dialog p:last-of-type{margin-bottom:0}@media not (min-width:600px){.t2-dialog{width:90%;height:auto}}.t2-dialog__overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#3635454d}.t2-dialog__close{all:unset;position:absolute;top:33px;right:32px;margin:0;padding:0;cursor:pointer}.t2-dialog__close:focus{outline:revert}.t2-dialog__title{color:#353a40;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.875rem;letter-spacing:1.92px}.t2-dialog__title{letter-spacing:.5px;margin:0 0 8px}.t2-dialog__content,.t2-dialog__content__text,.t2-dialog__content__text-holder{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog__content,.t2-dialog__content__text,.t2-dialog__content__text-holder{font-size:1rem;line-height:1.375rem}}.t2-dialog__content--link,.t2-dialog__content__text--link,.t2-dialog__content__text-holder--link{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog__content--link,.t2-dialog__content__text--link,.t2-dialog__content__text-holder--link{font-size:1rem;line-height:1.375rem}}.t2-dialog__buttons{display:flex;gap:12px;flex-direction:row;justify-content:flex-end;margin-top:16px}@media not (min-width:600px){.t2-dialog__buttons{flex-direction:column-reverse}}.t2-dialog--opened{animation:t2-dialog-open .2s ease-out}.t2-dialog--closed{display:none}.t2-dialog-loading__section{display:flex;gap:12px;flex-direction:column;align-items:center;justify-content:center;margin-bottom:24px;margin-top:12px}.t2-dialog-loading__text{color:#0063a3;line-height:27px;letter-spacing:.15;color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog-loading__text{font-size:1rem;line-height:1.375rem}}
|
|
@@ -6,8 +6,8 @@ interface DialogProps {
|
|
|
6
6
|
loadingText?: string;
|
|
7
7
|
primaryButtonText: string;
|
|
8
8
|
secondaryButtonText?: string;
|
|
9
|
-
onCloseButtonClick?: () => void;
|
|
10
|
-
onPrimaryButtonClick?: (
|
|
9
|
+
onCloseButtonClick?: (e?: React.MouseEvent<HTMLButtonElement>) => void;
|
|
10
|
+
onPrimaryButtonClick?: () => void;
|
|
11
11
|
onSecondaryButtonClick?: () => void;
|
|
12
12
|
contentWithLink?: string;
|
|
13
13
|
contentLink?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/component/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAKvB,UAAU,WAAW;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/component/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAKvB,UAAU,WAAW;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACvE,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,QAAA,MAAM,MAAM,GAAI,OAAO,WAAW,4CAqGjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -2,27 +2,27 @@ import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
|
2
2
|
import './Dialog.css';/* empty css */
|
|
3
3
|
import L from "../LoadingSpinner/LoadingSpinner.js";
|
|
4
4
|
import { checkAndSet as x } from "../../utils/checkForDangerouslySet.js";
|
|
5
|
-
import { TerraLink as
|
|
6
|
-
const w = (
|
|
5
|
+
import { TerraLink as i } from "../TerraLink/TerraLink.js";
|
|
6
|
+
const w = (m) => {
|
|
7
7
|
const {
|
|
8
8
|
isOpen: o,
|
|
9
9
|
variant: u,
|
|
10
10
|
title: a,
|
|
11
11
|
content: r,
|
|
12
|
-
loadingText:
|
|
12
|
+
loadingText: c,
|
|
13
13
|
primaryButtonText: h = "OK",
|
|
14
14
|
secondaryButtonText: _ = "Cancel",
|
|
15
|
-
onCloseButtonClick:
|
|
15
|
+
onCloseButtonClick: d,
|
|
16
16
|
onPrimaryButtonClick: l,
|
|
17
|
-
onSecondaryButtonClick:
|
|
18
|
-
contentWithLink:
|
|
17
|
+
onSecondaryButtonClick: e,
|
|
18
|
+
contentWithLink: s,
|
|
19
19
|
contentLink: C,
|
|
20
|
-
contentLinkText:
|
|
21
|
-
} =
|
|
20
|
+
contentLinkText: g
|
|
21
|
+
} = m, p = () => d ? /* @__PURE__ */ t(
|
|
22
22
|
"button",
|
|
23
23
|
{
|
|
24
24
|
className: "t2-dialog__close",
|
|
25
|
-
onClick:
|
|
25
|
+
onClick: d,
|
|
26
26
|
"aria-label": "Close Dialog",
|
|
27
27
|
children: /* @__PURE__ */ t(
|
|
28
28
|
"svg",
|
|
@@ -42,21 +42,21 @@ const w = (g) => {
|
|
|
42
42
|
}
|
|
43
43
|
)
|
|
44
44
|
}
|
|
45
|
-
) : null, k = () => l ||
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
) : null, k = () => l || e ? /* @__PURE__ */ n("div", { className: "t2-dialog__buttons", children: [
|
|
46
|
+
e && /* @__PURE__ */ t(
|
|
47
|
+
i,
|
|
48
48
|
{
|
|
49
49
|
label: _,
|
|
50
|
-
size: "
|
|
51
|
-
onClickHandler:
|
|
50
|
+
size: "large",
|
|
51
|
+
onClickHandler: e
|
|
52
52
|
}
|
|
53
53
|
),
|
|
54
54
|
l && /* @__PURE__ */ t(
|
|
55
|
-
|
|
55
|
+
i,
|
|
56
56
|
{
|
|
57
57
|
label: h,
|
|
58
58
|
primary: !0,
|
|
59
|
-
size: "
|
|
59
|
+
size: "large",
|
|
60
60
|
onClickHandler: l
|
|
61
61
|
}
|
|
62
62
|
)
|
|
@@ -69,20 +69,20 @@ const w = (g) => {
|
|
|
69
69
|
/* @__PURE__ */ t(p, {}),
|
|
70
70
|
u === "loading" && /* @__PURE__ */ n("div", { className: "t2-dialog-loading__section", children: [
|
|
71
71
|
/* @__PURE__ */ t(L, {}),
|
|
72
|
-
|
|
72
|
+
c && /* @__PURE__ */ t("span", { className: "t2-dialog-loading__text", children: c })
|
|
73
73
|
] }),
|
|
74
74
|
a && /* @__PURE__ */ t("h6", { className: "t2-dialog__title", children: a }),
|
|
75
75
|
r && x(r, "t2-dialog__content", null, null),
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
s && C && g && /* @__PURE__ */ n("div", { className: "t2-dialog__content", children: [
|
|
77
|
+
s,
|
|
78
78
|
" ",
|
|
79
79
|
/* @__PURE__ */ t(
|
|
80
|
-
|
|
80
|
+
i,
|
|
81
81
|
{
|
|
82
82
|
className: "t2-dialog__content--link",
|
|
83
83
|
destination: C,
|
|
84
84
|
linkType: "text",
|
|
85
|
-
children:
|
|
85
|
+
children: g
|
|
86
86
|
}
|
|
87
87
|
)
|
|
88
88
|
] }),
|
|
@@ -3,8 +3,8 @@ import T, { useRef as ae, useState as V, useEffect as ie } from "react";
|
|
|
3
3
|
import { QuantityTracker as ne } from "../QuantityTracker/QuantityTracker.js";
|
|
4
4
|
import { ErrorMessage as L } from "../QuantityTracker/ErrorMessage.js";
|
|
5
5
|
import ce from "../CreditsTracker/CreditsTracker.js";
|
|
6
|
-
import { TerraLink as
|
|
7
|
-
import
|
|
6
|
+
import { TerraLink as le } from "../TerraLink/TerraLink.js";
|
|
7
|
+
import se from "../ProductDetail/PromoCodeBadge/PromoCodeBadge.js";
|
|
8
8
|
import './FlyoutCartComponent.css';/* empty css */
|
|
9
9
|
const oe = {
|
|
10
10
|
removeBtnLabel: "Remove",
|
|
@@ -15,102 +15,102 @@ function ye({
|
|
|
15
15
|
id: o,
|
|
16
16
|
imageURL: H,
|
|
17
17
|
name: a,
|
|
18
|
-
quantity:
|
|
18
|
+
quantity: p = 1,
|
|
19
19
|
sku: c,
|
|
20
|
-
price:
|
|
20
|
+
price: b,
|
|
21
21
|
strikePrice: Q,
|
|
22
22
|
discount: $,
|
|
23
|
-
discountCode:
|
|
23
|
+
discountCode: q,
|
|
24
24
|
duration: F,
|
|
25
|
-
isMinThresholdError:
|
|
25
|
+
isMinThresholdError: B = !1,
|
|
26
26
|
isMaxThresholdError: Z = !1,
|
|
27
27
|
link: N,
|
|
28
28
|
labels: D,
|
|
29
|
-
settings:
|
|
29
|
+
settings: _ = { ...oe },
|
|
30
30
|
isLoading: E = !1,
|
|
31
31
|
creditProduct: g = !1,
|
|
32
32
|
min: M,
|
|
33
33
|
max: j,
|
|
34
34
|
increment: I,
|
|
35
35
|
locale: C,
|
|
36
|
-
onChangeQuantity:
|
|
36
|
+
onChangeQuantity: h = () => {
|
|
37
37
|
},
|
|
38
38
|
onRemove: A = () => {
|
|
39
39
|
},
|
|
40
40
|
LinkComponent: K
|
|
41
41
|
}) {
|
|
42
|
-
const v = ae(null), [r,
|
|
42
|
+
const v = ae(null), [r, l] = V(p), [m, u] = V(null);
|
|
43
43
|
ie(() => {
|
|
44
|
-
typeof
|
|
45
|
-
}, [
|
|
44
|
+
typeof p == "number" && l(p);
|
|
45
|
+
}, [p]);
|
|
46
46
|
const k = () => {
|
|
47
47
|
if (typeof r != "number") return;
|
|
48
48
|
m && clearTimeout(m);
|
|
49
49
|
const t = r - 1;
|
|
50
|
-
|
|
50
|
+
l(t);
|
|
51
51
|
const i = setTimeout(() => {
|
|
52
|
-
|
|
52
|
+
h(o, c, a, t), u(null);
|
|
53
53
|
}, 1e3);
|
|
54
54
|
u(i);
|
|
55
55
|
}, G = () => {
|
|
56
56
|
if (typeof r != "number") return;
|
|
57
57
|
m && clearTimeout(m);
|
|
58
58
|
const t = r + 1;
|
|
59
|
-
|
|
59
|
+
l(t);
|
|
60
60
|
const i = setTimeout(() => {
|
|
61
|
-
|
|
61
|
+
h(o, c, a, t), u(null);
|
|
62
62
|
}, 1e3);
|
|
63
63
|
u(i);
|
|
64
64
|
}, O = (t) => {
|
|
65
65
|
if (t.currentTarget.value === "") {
|
|
66
|
-
|
|
66
|
+
l(0);
|
|
67
67
|
return;
|
|
68
68
|
}
|
|
69
69
|
const i = parseInt(t.currentTarget.value);
|
|
70
|
-
|
|
70
|
+
l(i);
|
|
71
71
|
}, U = (t) => {
|
|
72
72
|
t.preventDefault(), A(o, c, a);
|
|
73
73
|
}, W = () => {
|
|
74
74
|
if (typeof r == "number") {
|
|
75
75
|
if (r < 0) return;
|
|
76
|
-
|
|
76
|
+
h(o, c, a, r);
|
|
77
77
|
} else
|
|
78
|
-
|
|
78
|
+
l(1), h(o, c, a, 1);
|
|
79
79
|
}, X = (t) => {
|
|
80
80
|
t.key === "Enter" && v ? v?.current?.blur() : t.key.toLowerCase() === "e" && t.preventDefault();
|
|
81
81
|
}, z = (t) => {
|
|
82
|
-
|
|
82
|
+
l(t), m && clearTimeout(m);
|
|
83
83
|
const i = setTimeout(() => {
|
|
84
|
-
|
|
84
|
+
h(o, c, a, t), u(null);
|
|
85
85
|
}, 1e3);
|
|
86
86
|
u(i);
|
|
87
87
|
}, {
|
|
88
88
|
removeBtnLabel: J = "Remove",
|
|
89
|
-
minimumMaximumLabel:
|
|
89
|
+
minimumMaximumLabel: f,
|
|
90
90
|
creditExpirationNoticeLabel: w,
|
|
91
91
|
belowMinimumLabel: x,
|
|
92
92
|
aboveMaximumLabel: Y
|
|
93
|
-
} =
|
|
93
|
+
} = _, P = (M ?? 0) > 1 && x ? x.replace(
|
|
94
94
|
/\{[^}]+\}/g,
|
|
95
95
|
(M ?? 0).toLocaleString(C)
|
|
96
|
-
) :
|
|
97
|
-
if (!
|
|
96
|
+
) : _?.errorMessageForMinQuantity, ee = (() => {
|
|
97
|
+
if (!f || f.length === 0) return "";
|
|
98
98
|
const t = [(I ?? 0).toLocaleString(C)];
|
|
99
99
|
let i = 0;
|
|
100
|
-
const S = (y,
|
|
100
|
+
const S = (y, s) => y.split(/(\{[^}]+\})/g).map((d, R) => {
|
|
101
101
|
if (/^\{[^}]+\}$/.test(d)) {
|
|
102
102
|
const re = t[i++] ?? d;
|
|
103
|
-
return /* @__PURE__ */ e(T.Fragment, { children: re }, `${
|
|
103
|
+
return /* @__PURE__ */ e(T.Fragment, { children: re }, `${s}-${R}`);
|
|
104
104
|
}
|
|
105
|
-
return /* @__PURE__ */ e(T.Fragment, { children: d }, `${
|
|
105
|
+
return /* @__PURE__ */ e(T.Fragment, { children: d }, `${s}-${R}`);
|
|
106
106
|
});
|
|
107
|
-
return
|
|
107
|
+
return f.split(/(\*\*[^*]+\*\*)/g).map((y, s) => {
|
|
108
108
|
const d = /^\*\*([^*]+)\*\*$/.exec(y);
|
|
109
|
-
return d ? /* @__PURE__ */ e("strong", { children: S(d[1], `b-${
|
|
109
|
+
return d ? /* @__PURE__ */ e("strong", { children: S(d[1], `b-${s}`) }, `b-${s}`) : /* @__PURE__ */ e(T.Fragment, { children: S(y, `p-${s}`) }, `p-${s}`);
|
|
110
110
|
});
|
|
111
111
|
})(), te = new Intl.NumberFormat(void 0, {
|
|
112
112
|
style: "currency",
|
|
113
|
-
currency:
|
|
113
|
+
currency: b?.currencyCode || "USD",
|
|
114
114
|
currencyDisplay: "narrowSymbol"
|
|
115
115
|
});
|
|
116
116
|
return /* @__PURE__ */ n("div", { className: "ter-cart-item", children: [
|
|
@@ -130,21 +130,21 @@ function ye({
|
|
|
130
130
|
"SKU: ",
|
|
131
131
|
c
|
|
132
132
|
] }),
|
|
133
|
-
|
|
133
|
+
b && /* @__PURE__ */ n("div", { className: "ter-cart-item__price-wrapper", children: [
|
|
134
134
|
Q && /* @__PURE__ */ e("span", { className: "ter-cart-item__price--strike", children: Q }),
|
|
135
135
|
/* @__PURE__ */ n("span", { className: "ter-cart-item__price", children: [
|
|
136
|
-
te.format(
|
|
136
|
+
te.format(b?.amount),
|
|
137
137
|
" ",
|
|
138
|
-
|
|
138
|
+
b?.currencyCode
|
|
139
139
|
] }),
|
|
140
140
|
" ",
|
|
141
141
|
F && /* @__PURE__ */ e("span", { className: "ter-cart-item__duration", children: F })
|
|
142
142
|
] }),
|
|
143
143
|
$ && /* @__PURE__ */ e(
|
|
144
|
-
|
|
144
|
+
se,
|
|
145
145
|
{
|
|
146
146
|
discount: $,
|
|
147
|
-
discountCode:
|
|
147
|
+
discountCode: q,
|
|
148
148
|
className: "ter-cart-item__discount"
|
|
149
149
|
}
|
|
150
150
|
),
|
|
@@ -167,12 +167,12 @@ function ye({
|
|
|
167
167
|
}
|
|
168
168
|
)
|
|
169
169
|
] }),
|
|
170
|
-
g && (
|
|
171
|
-
|
|
170
|
+
g && (f || w) && /* @__PURE__ */ n("div", { className: "ter-cart-item__credit-notice", children: [
|
|
171
|
+
f && /* @__PURE__ */ e("p", { className: "ter-cart-item__credit-notice__line", children: ee }),
|
|
172
172
|
w && /* @__PURE__ */ e("p", { className: "ter-cart-item__credit-notice__line", children: w })
|
|
173
173
|
] }),
|
|
174
174
|
!g && /* @__PURE__ */ n("div", { className: "ter-cart-item__qty", children: [
|
|
175
|
-
/* @__PURE__ */ e("span", { className: "ter-cart-item__qty__label", children: D?.quantityLabel ?? "Quantity" }),
|
|
175
|
+
/* @__PURE__ */ e("span", { className: "ter-cart-item__qty__label", children: _?.quantityLabel ?? D?.quantityLabel ?? "Quantity" }),
|
|
176
176
|
/* @__PURE__ */ e(
|
|
177
177
|
ne,
|
|
178
178
|
{
|
|
@@ -217,11 +217,11 @@ function ye({
|
|
|
217
217
|
]
|
|
218
218
|
}
|
|
219
219
|
),
|
|
220
|
-
Number(r) < 0 && /* @__PURE__ */ e(L, { errorMessage:
|
|
221
|
-
|
|
222
|
-
Z && /* @__PURE__ */ e(L, { errorMessage:
|
|
220
|
+
Number(r) < 0 && /* @__PURE__ */ e(L, { errorMessage: _?.errorMessageForMinQuantity }),
|
|
221
|
+
B && /* @__PURE__ */ e(L, { errorMessage: P }),
|
|
222
|
+
Z && /* @__PURE__ */ e(L, { errorMessage: _?.errorMessageForMaxQuantity }),
|
|
223
223
|
N && /* @__PURE__ */ e("div", { className: "ter-cart-item__link-wrapper", children: /* @__PURE__ */ e(
|
|
224
|
-
|
|
224
|
+
le,
|
|
225
225
|
{
|
|
226
226
|
label: N.text,
|
|
227
227
|
destination: N.url,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.gfoot-wrap{display:grid;padding:0px calc((100% - 1280px)/2);grid-template-columns:repeat(16,1fr);background-color:#252a2e}.gfoot{padding:66px 0;font-size:.9375rem;color:#fff;grid-column:2 / span 14;gap:60px;display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1025px){.gfoot{grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.gfoot{display:flex;flex-direction:column;padding:0 20px 70px}}.gfoot-logo-wrap{padding-bottom:50px;margin:0}@media screen and (max-width:600px){.gfoot-logo-wrap{padding-bottom:0;margin:0}}.gfoot-logo{display:inline-block}.gfoot-logo img{width:196px;height:76px}@media screen and (max-width:600px){.gfoot-logo img{width:170px;height:39px}}@media screen and (max-width:1025px){.gfoot-links-wrap{grid-column:2 / span 2}}.gfoot-links{list-style:none;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}@media screen and (max-width:600px){.gfoot-links{padding:0;gap:20px}}.gfoot-link-wrap{display:flex;align-items:center;gap:6px}.gfoot-link{font-style:normal;font-weight:600;line-height:1.375rem;font-size:.875rem;letter-spacing:.28px;color:#fff;cursor:pointer;transition:color .3s;border:none;padding:0;box-shadow:none;text-align:left;text-
|
|
1
|
+
.gfoot-wrap{display:grid;padding:0px calc((100% - 1280px)/2);grid-template-columns:repeat(16,1fr);background-color:#252a2e}.gfoot{padding:66px 0;font-size:.9375rem;color:#fff;grid-column:2 / span 14;gap:60px;display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1025px){.gfoot{grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.gfoot{display:flex;flex-direction:column;padding:0 20px 70px}}.gfoot-logo-wrap{padding-bottom:50px;margin:0}@media screen and (max-width:600px){.gfoot-logo-wrap{padding-bottom:0;margin:0}}.gfoot-logo{display:inline-block}.gfoot-logo img{width:196px;height:76px}@media screen and (max-width:600px){.gfoot-logo img{width:170px;height:39px}}@media screen and (max-width:1025px){.gfoot-links-wrap{grid-column:2 / span 2}}.gfoot-links{list-style:none;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}@media screen and (max-width:600px){.gfoot-links{padding:0;gap:20px}}.gfoot-link-wrap{display:flex;align-items:center;gap:6px}.gfoot-link{font-style:normal;font-weight:600;line-height:1.375rem;font-size:.875rem;letter-spacing:.28px;color:#fff;cursor:pointer;transition:color .3s;border:none;padding:0;box-shadow:none;text-align:left;text-decoration:none}@media screen and (max-width:600px){.gfoot-link{font-size:.9375rem}}.gfoot-link:hover,.gfoot-link:focus,.gfoot-link:active{color:#fbad26;text-decoration:none;border:none}.gfoot-link:visited{color:#fff}.gfoot-date{font-size:.875rem}.gfoot-desc{font-size:1rem;font-style:normal;line-height:1.375rem;letter-spacing:.32px;color:#fff;font-weight:400;grid-column:2 / span 2}
|