@npm_leadtech/legal-lib-components 5.17.1 → 5.18.0

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.
Files changed (56) hide show
  1. package/dist/images/componentsSvg/PhoneIcon24px.tsx +2 -4
  2. package/dist/src/components/atoms/index.d.ts +0 -3
  3. package/dist/src/components/atoms/index.js +0 -3
  4. package/dist/src/components/atoms/index.ts +0 -3
  5. package/dist/tsconfig.build.tsbuildinfo +1 -1
  6. package/package.json +1 -1
  7. package/dist/images/componentsSvg/IconWeb.d.ts +0 -2
  8. package/dist/images/componentsSvg/IconWeb.js +0 -4
  9. package/dist/images/componentsSvg/IconWeb.tsx +0 -31
  10. package/dist/images/componentsSvg/PhoneIcon.d.ts +0 -6
  11. package/dist/images/componentsSvg/PhoneIcon.js +0 -4
  12. package/dist/images/componentsSvg/PhoneIcon.tsx +0 -18
  13. package/dist/images/componentsSvg/PhoneIcon24px.d.ts +0 -9
  14. package/dist/images/componentsSvg/PhoneIcon24px.js +0 -2
  15. package/dist/images/svg/facebook.svg +0 -4
  16. package/dist/images/svg/icon-24-px-satisfaction-grey.svg +0 -3
  17. package/dist/images/svg/icon-24-px-security_black.svg +0 -3
  18. package/dist/images/svg/linkedin.svg +0 -4
  19. package/dist/images/svg/pinterest.svg +0 -4
  20. package/dist/images/svg/x.svg +0 -4
  21. package/dist/src/components/atoms/FixedFooter/FixedFooter.d.ts +0 -3
  22. package/dist/src/components/atoms/FixedFooter/FixedFooter.js +0 -73
  23. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.d.ts +0 -1
  24. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.js +0 -394
  25. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.ts +0 -395
  26. package/dist/src/components/atoms/FixedFooter/FixedFooter.tsx +0 -307
  27. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.d.ts +0 -68
  28. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.js +0 -1
  29. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.ts +0 -79
  30. package/dist/src/components/atoms/FixedFooter/index.d.ts +0 -2
  31. package/dist/src/components/atoms/FixedFooter/index.js +0 -2
  32. package/dist/src/components/atoms/FixedFooter/index.ts +0 -2
  33. package/dist/src/components/atoms/PreFooter/PreFooter.d.ts +0 -3
  34. package/dist/src/components/atoms/PreFooter/PreFooter.js +0 -8
  35. package/dist/src/components/atoms/PreFooter/PreFooter.styled.d.ts +0 -1
  36. package/dist/src/components/atoms/PreFooter/PreFooter.styled.js +0 -43
  37. package/dist/src/components/atoms/PreFooter/PreFooter.styled.ts +0 -43
  38. package/dist/src/components/atoms/PreFooter/PreFooter.tsx +0 -34
  39. package/dist/src/components/atoms/PreFooter/PreFooterProps.d.ts +0 -8
  40. package/dist/src/components/atoms/PreFooter/PreFooterProps.js +0 -1
  41. package/dist/src/components/atoms/PreFooter/PreFooterProps.ts +0 -8
  42. package/dist/src/components/atoms/PreFooter/index.d.ts +0 -2
  43. package/dist/src/components/atoms/PreFooter/index.js +0 -2
  44. package/dist/src/components/atoms/PreFooter/index.ts +0 -2
  45. package/dist/src/components/atoms/SemFooter/SemFooter.d.ts +0 -3
  46. package/dist/src/components/atoms/SemFooter/SemFooter.js +0 -7
  47. package/dist/src/components/atoms/SemFooter/SemFooter.styled.d.ts +0 -1
  48. package/dist/src/components/atoms/SemFooter/SemFooter.styled.js +0 -59
  49. package/dist/src/components/atoms/SemFooter/SemFooter.styled.ts +0 -60
  50. package/dist/src/components/atoms/SemFooter/SemFooter.tsx +0 -26
  51. package/dist/src/components/atoms/SemFooter/SemFooterProps.d.ts +0 -8
  52. package/dist/src/components/atoms/SemFooter/SemFooterProps.js +0 -1
  53. package/dist/src/components/atoms/SemFooter/SemFooterProps.ts +0 -10
  54. package/dist/src/components/atoms/SemFooter/index.d.ts +0 -2
  55. package/dist/src/components/atoms/SemFooter/index.js +0 -2
  56. package/dist/src/components/atoms/SemFooter/index.ts +0 -2
@@ -1,73 +0,0 @@
1
- import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { FixedFooterStyled } from './FixedFooter.styled';
3
- import { Button } from '../Button';
4
- import { ContactBox } from '../../molecules/ContactBox';
5
- import { Disclaimer } from '../Disclaimer';
6
- import { IconWeb } from '../../../../images/componentsSvg/IconWeb';
7
- import { Logo } from '../Logo';
8
- import { PhoneIcon } from '../../../../images/componentsSvg/PhoneIcon';
9
- import { WideInfoBar } from '../WideInfoBar';
10
- import facebook from '../../../../images/svg/facebook.svg';
11
- import guaranteeIconGrey from '../../../../images/svg/icon-24-px-satisfaction-grey.svg';
12
- import linkedin from '../../../../images/svg/linkedin.svg';
13
- import pinterest from '../../../../images/svg/pinterest.svg';
14
- import securityIconBlack from '../../../../images/svg/icon-24-px-security_black.svg';
15
- import x from '../../../../images/svg/x.svg';
16
- export const FixedFooter = ({ config = {
17
- siteName: 'LawDistrict',
18
- sitePhone: '123-456-7890',
19
- siteSchedule: 'Monday - Friday, 9am - 5pm',
20
- siteUrl: 'https://www.lawdistrict.com',
21
- hasGrav: true,
22
- hasCookieMessage: true,
23
- hasContactBar: false,
24
- hasTrustPilot: true,
25
- isJonSnow: false,
26
- isSEMPage: false,
27
- isMobile: false,
28
- isTablet: false,
29
- isDesktop: true,
30
- isAnonymousPayment: false,
31
- hide: false,
32
- noFooter: false
33
- }, footer = {
34
- disclaimerText: '',
35
- guaranteeText: '',
36
- securityText: '',
37
- bottomFixedBlock: _jsx(_Fragment, {}),
38
- createDocumentBlock: _jsx(_Fragment, {}),
39
- trustPilotWidget: _jsx(_Fragment, {})
40
- }, preFooter = {
41
- show: true,
42
- title: 'Try LawDistrict Now',
43
- columns: [
44
- 'Instant and complete access to our entire library of legal forms',
45
- 'Edit, download and print in PDF and Word format from any device',
46
- 'Save time and money on legal document creation'
47
- ],
48
- hasButton: true,
49
- buttonLabel: 'Get Unlimited Access Now',
50
- buttonLink: './',
51
- buttonClick: () => { }
52
- }, productsBlock = {
53
- title: 'Products',
54
- productsCategories: _jsx(_Fragment, {}),
55
- allProductsLink: _jsx(_Fragment, {})
56
- }, popularDocumentsBlock = {
57
- title: 'Popular Documents',
58
- popularDocuments: _jsx(_Fragment, {})
59
- }, companyBlock = {
60
- title: 'Company',
61
- links: _jsx(_Fragment, {})
62
- }, helpBlock = {
63
- title: 'Help',
64
- links: _jsx(_Fragment, {})
65
- }, resourcesBlock = {
66
- title: 'Resources',
67
- links: _jsx(_Fragment, {})
68
- }, languageSelector = {
69
- show: false,
70
- content: _jsx(_Fragment, {})
71
- } }) => {
72
- return (_jsxs(FixedFooterStyled, { children: [preFooter.show && (_jsx("section", { className: 'prefooter', children: _jsx("div", { className: 'wrapper', children: _jsxs("div", { className: 'prefooter-container', children: [_jsx("div", { className: 'serif --hero prefooter__title', children: preFooter.title }), _jsx("div", { className: 'prefooter--columns', children: preFooter.columns.map((column, index) => (_jsx("p", { className: 'prefooter--columns__text', children: column }, index))) }), preFooter.hasButton && (_jsx(Button, { label: preFooter.buttonLabel, onClick: preFooter.buttonClick, link: preFooter.buttonLink, dataQa: 'cta-footer', isExternal: true, hasNoFollow: true }))] }) }) })), config.isSEMPage && config.isMobile && (_jsx("footer", { className: 'sem-footer', children: _jsxs("section", { className: 'sem-footer__wrapper', children: [_jsx("ul", { className: 'sem-footer__legal-links', children: companyBlock.links }), _jsxs("div", { className: 'sem-footer__contact-info', children: [_jsxs("div", { className: 'sem-footer__contact-info__phone', children: [_jsx(PhoneIcon, { width: 20, height: 20, fill: 'white' }), _jsxs("b", { children: [config.sitePhone, " "] })] }), _jsx("div", { className: 'sem-footer__contact-info__schedule', children: config.siteSchedule })] }), _jsx("div", { className: 'fixed-container', children: footer.createDocumentBlock })] }) })), !config.isSEMPage && (_jsxs("footer", { children: [!config.hide && !config.noFooter ? (_jsxs(_Fragment, { children: [_jsx("div", { className: 'language-selector-mobile-container', children: languageSelector.show === true && languageSelector.content }), _jsxs("section", { className: 'footer__wrapper', children: [_jsxs("div", { className: 'footer__products', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: productsBlock.title }), productsBlock.productsCategories, _jsx("div", { className: 'sans-serif --extra-small product-categories', children: productsBlock.allProductsLink })] }), _jsxs("div", { className: 'footer__popular-documents', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: popularDocumentsBlock.title }), _jsx("ul", { children: popularDocumentsBlock.popularDocuments }), config.isTablet && (_jsxs("div", { className: 'footer__help__tablet', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: helpBlock.title }), _jsx("ul", { children: helpBlock.links })] }))] }), (config.isMobile || config.isDesktop) && (_jsxs("div", { className: 'footer__company', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: companyBlock.title }), _jsx("ul", { children: companyBlock.links })] })), _jsx("div", { className: 'footer__company__resources__findUs', children: config.isTablet && (_jsxs(_Fragment, { children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: companyBlock.title }), _jsx("ul", { children: companyBlock.links }), !config.isJonSnow && config.hasGrav && config.isTablet && (_jsxs("div", { className: 'footer__resources', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: resourcesBlock.title }), _jsx("ul", { children: resourcesBlock.links })] }))] })) }), !config.isTablet && (_jsx("div", { className: 'footer__help__resources', children: _jsxs("div", { children: [_jsxs("div", { className: 'footer__help', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: helpBlock.title }), _jsx("ul", { children: helpBlock.links })] }), !config.isJonSnow && config.hasGrav && (_jsxs("div", { className: 'footer__resources', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: resourcesBlock.title }), _jsx("ul", { children: resourcesBlock.links })] }))] }) })), _jsxs("div", { className: 'footer__findUs', children: [_jsxs("div", { className: 'find-us-container', children: [!config.isJonSnow && (_jsxs(_Fragment, { children: [_jsxs("div", { className: 'find-us-content', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: "Find us" }), _jsxs("ul", { children: [_jsx("li", { children: _jsx("a", { href: 'https://www.facebook.com/lawdistrictlegal', rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { src: facebook, alt: 'Facebook logo', width: '32', height: '32' }) }) }), _jsx("li", { children: _jsx("a", { href: 'https://twitter.com/district_law', rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { src: x, alt: 'Twitter logo', width: '32', height: '32' }) }) }), _jsx("li", { children: _jsx("a", { href: 'https://www.linkedin.com/company/law-district/', rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { src: linkedin, alt: 'Linkedin logo', width: '32', height: '32' }) }) }), _jsx("li", { children: _jsx("a", { href: 'https://www.pinterest.com/lawdistrict/', rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { src: pinterest, alt: 'Pinterest logo', width: '32', height: '32' }) }) })] })] }), _jsxs("div", { className: 'footer-contact-box', children: [_jsx("span", { className: 'footer-contact-box_phone', children: config.sitePhone }), _jsx(Button, { centered: true, isExternal: true, link: `tel:${config.sitePhone}`, givenClass: 'footer-contact-box_phone-button', label: config.sitePhone, dataQa: 'footer_contact_box' })] })] })), _jsx("div", { className: 'footer__logo', children: _jsx(Logo, { className: 'footer__lawdistrict', siteName: config.siteName, width: '138', height: '24', type: 'white' }) })] }), config.hasTrustPilot && footer.trustPilotWidget] }), !config.isJonSnow && (_jsx("div", { className: 'footer__mobile-contact', children: _jsx(ContactBox, { mobile: true, phone: config.sitePhone, schedule: config.siteSchedule, mobileGtmTag: 'clicked_phone_footer', dataQa: 'footer_contact_box', darkMode: true }) }))] })] })) : null, config.hasContactBar && (_jsx(WideInfoBar, { children: _jsxs(_Fragment, { children: [_jsxs("div", { className: `contact-bar-wrapper ${(config.isJonSnow || config.isAnonymousPayment) && 'hidden'}`, children: [_jsx(IconWeb, {}), _jsxs("div", { className: 'contact-bar-wrapper__text', children: [_jsxs("div", { className: 'is-mobile', children: [_jsx("a", { className: 'phone', href: `tel:${config.sitePhone}`, children: _jsx("strong", { children: config.sitePhone }) }), ` - ${config.siteSchedule}`] }), _jsxs("div", { className: 'no-mobile', children: [_jsx("strong", { children: config.sitePhone }), " - ", config.siteSchedule] })] })] }), _jsxs("div", { className: 'contact-bar-wrapper', children: [_jsx("img", { src: securityIconBlack, alt: '' }), _jsx("p", { className: 'contact-bar-wrapper__text', children: footer.securityText })] }), _jsxs("div", { className: 'contact-bar-wrapper', children: [_jsx("img", { src: guaranteeIconGrey, alt: '' }), _jsx("p", { className: 'contact-bar-wrapper__text', children: footer.guaranteeText })] })] }) })), _jsx(Disclaimer, { text: footer.disclaimerText, siteUrl: config.siteUrl }), _jsx("div", { className: 'fixed-container', children: footer.createDocumentBlock })] })), footer.bottomFixedBlock] }));
73
- };
@@ -1 +0,0 @@
1
- export declare const FixedFooterStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,394 +0,0 @@
1
- import styled from 'styled-components';
2
- export const FixedFooterStyled = styled.div `
3
- .footer {
4
- margin-top: auto;
5
- left: 0;
6
- bottom: 0;
7
- position: static;
8
- width: 100%;
9
- background-color: var(--primary-main-dark-2);
10
- color: var(--primary-main-light-6);
11
- }
12
-
13
- .language-selector-mobile-container {
14
- max-width: 1200px;
15
- margin: auto;
16
- padding: 2.75rem 1rem 1rem;
17
- }
18
-
19
- @media (min-width: 720px) {
20
- .language-selector-mobile-container {
21
- display: none;
22
- }
23
- }
24
-
25
- .footer a {
26
- color: var(--primary-main-light-6);
27
- text-decoration: none;
28
- }
29
-
30
- .footer li {
31
- margin-bottom: 1.25rem;
32
- }
33
-
34
- .footer li a {
35
- padding: 0.5rem 0;
36
- }
37
-
38
- .footer li:last-child {
39
- margin-bottom: 0;
40
- }
41
-
42
- .footer__wrapper {
43
- display: flex;
44
- flex-flow: row wrap;
45
- max-width: 1200px;
46
- width: 100%;
47
- justify-content: center;
48
- margin: 0 auto;
49
- padding: 1rem 1rem 2.75rem;
50
- grid-row-gap: 32px;
51
- }
52
-
53
- @media (min-width: 960px) {
54
- .footer__wrapper {
55
- padding: 2.75rem 0;
56
- }
57
- }
58
-
59
- .footer__wrapper__logo {
60
- width: 45%;
61
- max-width: 45%;
62
- display: flex;
63
- align-items: baseline;
64
- }
65
-
66
- @media (min-width: 720px) {
67
- .footer__wrapper__logo {
68
- width: 100%;
69
- max-width: 100%;
70
- }
71
- }
72
-
73
- .sem-footer__wrapper {
74
- display: flex;
75
- flex-flow: column wrap;
76
- width: 100%;
77
- max-width: 1200px;
78
- justify-content: space-between;
79
- margin: auto;
80
- padding: 1rem 1rem 2.75rem;
81
- grid-row-gap: 32px;
82
- }
83
-
84
- @media (min-width: 960px) {
85
- .sem-footer__wrapper {
86
- flex-flow: row wrap;
87
- padding: 1.5rem 1rem;
88
- }
89
- }
90
-
91
- .sem-footer__legal-links {
92
- display: flex;
93
- flex-flow: row wrap;
94
- align-items: center;
95
- gap: 1rem;
96
- }
97
-
98
- .sem-footer__legal-links li {
99
- margin-bottom: 0;
100
- }
101
-
102
- .sem-footer__contact-info {
103
- display: flex;
104
- flex-flow: column;
105
- column-gap: 0.5rem;
106
- row-gap: 0.25rem;
107
- }
108
-
109
- @media (min-width: 575px) {
110
- .sem-footer__contact-info {
111
- flex-flow: row;
112
- }
113
- }
114
-
115
- .sem-footer__contact-info__phone {
116
- display: flex;
117
- align-items: center;
118
- font-size: 0.8rem;
119
- }
120
-
121
- .sem-footer__contact-info__schedule {
122
- font-size: 0.75rem;
123
- }
124
-
125
- .fixed-container {
126
- position: fixed;
127
- bottom: 0;
128
- z-index: 3;
129
- width: 100%;
130
- }
131
-
132
- .footer__products,
133
- .footer__popular-documents,
134
- .footer__company {
135
- width: 100%;
136
- max-width: 50%;
137
- display: flex;
138
- flex-flow: column wrap;
139
- justify-content: flex-start;
140
- }
141
-
142
- .footer__products p,
143
- .footer__popular-documents p,
144
- .footer__company p {
145
- margin-bottom: 1.5rem;
146
- }
147
-
148
- @media (min-width: 575px) {
149
- .footer__products,
150
- .footer__popular-documents,
151
- .footer__company {
152
- max-width: 28%;
153
- padding-right: 1.5rem;
154
- }
155
- }
156
-
157
- @media (min-width: 960px) {
158
- .footer__products,
159
- .footer__popular-documents,
160
- .footer__company {
161
- max-width: 20%;
162
- }
163
- }
164
-
165
- @media (max-width: 575px) {
166
- .footer__products,
167
- .footer__popular-documents,
168
- .footer__company {
169
- max-width: 100%;
170
- }
171
- }
172
-
173
- .footer__company__resources__findUs .footer__resources,
174
- .footer__help__resources .footer__resources {
175
- margin-top: 22px;
176
- }
177
-
178
- .footer__help__resources,
179
- .footer__company {
180
- display: flex;
181
- flex-flow: column wrap;
182
- justify-content: flex-start;
183
- margin-bottom: 0;
184
- max-width: 50%;
185
- width: 100%;
186
- }
187
-
188
- @media (min-width: 575px) and (max-width: 960px) {
189
- .footer__help__resources,
190
- .footer__company {
191
- display: block;
192
- }
193
- }
194
-
195
- .footer__help__resources p,
196
- .footer__company p {
197
- margin-bottom: 1.5rem;
198
- }
199
-
200
- @media (min-width: 575px) {
201
- .footer__help__resources,
202
- .footer__company {
203
- max-width: 22.5%;
204
- padding-right: 1rem;
205
- }
206
- }
207
-
208
- @media (min-width: 960px) {
209
- .footer__help__resources,
210
- .footer__company {
211
- max-width: 15%;
212
- }
213
- }
214
-
215
- .footer__findUs {
216
- display: flex;
217
- flex-flow: row nowrap;
218
- flex-direction: column;
219
- max-width: 100%;
220
- }
221
-
222
- .footer__findUs .trustpilot-widget {
223
- margin-top: 0;
224
- }
225
-
226
- @media (min-width: 575px) {
227
- .footer__findUs .trustpilot-widget {
228
- margin-top: 22px;
229
- }
230
- }
231
-
232
- @media (min-width: 720px) {
233
- .footer__findUs {
234
- display: block;
235
- max-width: 20%;
236
- }
237
- }
238
-
239
- @media (min-width: 960px) {
240
- .footer__findUs {
241
- max-width: 15%;
242
- }
243
- }
244
-
245
- @media (max-width: 575px) {
246
- .footer__findUs {
247
- width: 100%;
248
- }
249
- }
250
-
251
- .footer__findUs ul {
252
- display: flex;
253
- flex-direction: row;
254
- }
255
-
256
- .footer__findUs ul li {
257
- margin-right: 0.4rem;
258
- }
259
-
260
- .footer-links__title {
261
- width: 100%;
262
- text-transform: uppercase;
263
- font-weight: bold;
264
- color: var(--primary-main-light-4);
265
- }
266
-
267
- .product-categories {
268
- cursor: pointer;
269
- display: flex;
270
- flex-flow: row wrap;
271
- align-items: flex-start;
272
- flex-direction: row;
273
- justify-content: space-between;
274
- list-style-type: none;
275
- font-family: 'Inter', sans-serif;
276
- font-size: 12px;
277
- font-weight: bold;
278
- font-stretch: normal;
279
- font-style: normal;
280
- line-height: 1.33;
281
- letter-spacing: -0.3px;
282
- padding-top: 1rem;
283
- width: 100%;
284
- padding-bottom: 0.6rem;
285
- }
286
-
287
- .product-categories:not(:last-child) {
288
- border-bottom: 1px solid var(--primary-main);
289
- }
290
-
291
- .product-categories:has(.open) {
292
- padding-bottom: 0;
293
- }
294
-
295
- .expand-icon {
296
- width: 10px;
297
- height: 13px;
298
- transform: rotate(90deg);
299
- margin-right: 8px;
300
- }
301
-
302
- .expand-icon:before,
303
- .expand-icon:after {
304
- width: 2px;
305
- background-color: var(--others-white);
306
- }
307
-
308
- .expand-icon.open {
309
- transform: rotate(-90deg);
310
- }
311
-
312
- .rotate {
313
- transform: rotate(180deg);
314
- }
315
-
316
- .list-box {
317
- background-color: var(--primary-main-dark-1);
318
- width: 100%;
319
- padding-left: 0.5rem;
320
- margin-top: 0.6rem;
321
- }
322
-
323
- .list-products {
324
- margin: 14px 0;
325
- }
326
-
327
- .footer__media__logos__wrapper {
328
- width: 84%;
329
- display: flex;
330
- justify-content: space-around;
331
- padding-bottom: 35px;
332
- flex-wrap: wrap;
333
- flex-direction: row;
334
- }
335
-
336
- .footer__media__logos__wrapper .logo {
337
- display: inline-flex;
338
- padding-left: 20px;
339
- align-items: center;
340
- height: 59px;
341
- }
342
-
343
- .footer__media__logos__wrapper .logo:first-child {
344
- padding-left: 0;
345
- }
346
-
347
- @media (max-width: 720px) {
348
- .footer__media__logos__wrapper {
349
- width: 100%;
350
- padding-bottom: 15px;
351
- flex-wrap: wrap;
352
- }
353
-
354
- .footer__media__logos__wrapper .logo {
355
- width: 50%;
356
- }
357
- }
358
-
359
- .separator {
360
- display: block;
361
- width: 84%;
362
- height: 1px;
363
- background-color: var(--primary-main-light-1);
364
- margin-bottom: 30px;
365
- }
366
-
367
- @media (max-width: 720px) {
368
- .separator {
369
- width: 100%;
370
- }
371
- }
372
-
373
- .footer-trustpilot {
374
- display: none;
375
- }
376
-
377
- @media (min-width: 720px) {
378
- .footer-trustpilot {
379
- display: flex;
380
- }
381
- }
382
-
383
- .footer-trustpilot-mobile {
384
- display: flex;
385
- width: 100%;
386
- margin: 1rem 0 2rem 0;
387
- }
388
-
389
- @media (min-width: 720px) {
390
- .footer-trustpilot-mobile {
391
- display: none;
392
- }
393
- }
394
- `;