@npm_leadtech/legal-lib-components 2.23.4 → 2.24.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 (73) hide show
  1. package/README.md +0 -5
  2. package/dist/cjs/index.js +3 -3
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/legal-lib-components.css +147 -238
  5. package/dist/cjs/src/components/atoms/index.d.ts +0 -1
  6. package/dist/cjs/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  7. package/dist/cjs/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +9 -2
  8. package/dist/cjs/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  9. package/dist/cjs/src/components/sections/LearnMoreSection/LearnMoreSection.d.ts +5 -0
  10. package/dist/cjs/src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.d.ts +7 -0
  11. package/dist/cjs/src/components/sections/LearnMoreSection/index.d.ts +2 -0
  12. package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  13. package/dist/cjs/src/components/sections/index.d.ts +5 -7
  14. package/dist/cjs/src/index.d.ts +0 -1
  15. package/dist/esm/index.js +3 -3
  16. package/dist/esm/index.js.map +1 -1
  17. package/dist/esm/legal-lib-components.css +147 -238
  18. package/dist/esm/src/components/atoms/index.d.ts +0 -1
  19. package/dist/esm/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  20. package/dist/esm/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +9 -2
  21. package/dist/esm/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  22. package/dist/esm/src/components/sections/LearnMoreSection/LearnMoreSection.d.ts +5 -0
  23. package/dist/esm/src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.d.ts +7 -0
  24. package/dist/esm/src/components/sections/LearnMoreSection/index.d.ts +2 -0
  25. package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  26. package/dist/esm/src/components/sections/index.d.ts +5 -7
  27. package/dist/esm/src/index.d.ts +0 -1
  28. package/dist/index.d.ts +39 -76
  29. package/package.json +2 -1
  30. package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +0 -4
  31. package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +0 -3
  32. package/dist/cjs/src/components/atoms/JumbotronStatic/index.d.ts +0 -2
  33. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPage.d.ts +0 -3
  34. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +0 -11
  35. package/dist/cjs/src/components/pages/AboutUsPage/index.d.ts +0 -2
  36. package/dist/cjs/src/components/pages/LegalPage/LegalPage.d.ts +0 -3
  37. package/dist/cjs/src/components/pages/LegalPage/LegalPageProps.d.ts +0 -6
  38. package/dist/cjs/src/components/pages/LegalPage/index.d.ts +0 -2
  39. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +0 -3
  40. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +0 -6
  41. package/dist/cjs/src/components/pages/UnsubscribePage/index.d.ts +0 -2
  42. package/dist/cjs/src/components/pages/index.d.ts +0 -3
  43. package/dist/cjs/src/components/sections/LegalSection/LegalSection.d.ts +0 -4
  44. package/dist/cjs/src/components/sections/LegalSection/LegalSectionProps.d.ts +0 -4
  45. package/dist/cjs/src/components/sections/LegalSection/index.d.ts +0 -2
  46. package/dist/cjs/src/components/sections/TryUsSection/TryUsSection.d.ts +0 -4
  47. package/dist/cjs/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +0 -7
  48. package/dist/cjs/src/components/sections/TryUsSection/index.d.ts +0 -2
  49. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +0 -4
  50. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +0 -4
  51. package/dist/cjs/src/components/sections/UnsubscribeSection/index.d.ts +0 -2
  52. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +0 -4
  53. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +0 -3
  54. package/dist/esm/src/components/atoms/JumbotronStatic/index.d.ts +0 -2
  55. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPage.d.ts +0 -3
  56. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +0 -11
  57. package/dist/esm/src/components/pages/AboutUsPage/index.d.ts +0 -2
  58. package/dist/esm/src/components/pages/LegalPage/LegalPage.d.ts +0 -3
  59. package/dist/esm/src/components/pages/LegalPage/LegalPageProps.d.ts +0 -6
  60. package/dist/esm/src/components/pages/LegalPage/index.d.ts +0 -2
  61. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +0 -3
  62. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +0 -6
  63. package/dist/esm/src/components/pages/UnsubscribePage/index.d.ts +0 -2
  64. package/dist/esm/src/components/pages/index.d.ts +0 -3
  65. package/dist/esm/src/components/sections/LegalSection/LegalSection.d.ts +0 -4
  66. package/dist/esm/src/components/sections/LegalSection/LegalSectionProps.d.ts +0 -4
  67. package/dist/esm/src/components/sections/LegalSection/index.d.ts +0 -2
  68. package/dist/esm/src/components/sections/TryUsSection/TryUsSection.d.ts +0 -4
  69. package/dist/esm/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +0 -7
  70. package/dist/esm/src/components/sections/TryUsSection/index.d.ts +0 -2
  71. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +0 -4
  72. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +0 -4
  73. package/dist/esm/src/components/sections/UnsubscribeSection/index.d.ts +0 -2
@@ -411,14 +411,14 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
411
411
  .e-button.--secondary {
412
412
  display: inline-block; }
413
413
  .e-button.--secondary-1 {
414
- background-color: transparent;
414
+ background-color: var(--others-white);
415
415
  border: 2px solid #05646e;
416
416
  color: #05646e;
417
417
  font-weight: bold; }
418
418
  .e-button.--secondary-1:hover {
419
419
  background-color: #e4f8f3; }
420
420
  .e-button.--secondary-2 {
421
- background-color: transparent;
421
+ background-color: var(--others-white);
422
422
  border: 2px solid var(--secondary-main);
423
423
  color: var(--neutral-main);
424
424
  font-weight: bold; }
@@ -447,6 +447,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
447
447
  .e-button.--secondary-icon.--bold img {
448
448
  margin-right: 0.8rem; }
449
449
  .e-button.--secondary-icon.--dark {
450
+ background-color: var(--neutral-main);
450
451
  border: 1px solid var(--others-white) !important;
451
452
  color: var(--others-white); }
452
453
  .e-button.--secondary-icon.--dark svg {
@@ -1482,13 +1483,6 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
1482
1483
  vertical-align: middle;
1483
1484
  content: "×";
1484
1485
  }
1485
- .react-datepicker__close-icon--disabled {
1486
- cursor: default;
1487
- }
1488
- .react-datepicker__close-icon--disabled::after {
1489
- cursor: default;
1490
- background-color: #ccc;
1491
- }
1492
1486
 
1493
1487
  .react-datepicker__today-button {
1494
1488
  background: #f0f0f0;
@@ -1933,12 +1927,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
1933
1927
  .info-box .info-box__text-container {
1934
1928
  margin-left: 1.5rem; } }
1935
1929
 
1936
- .jumbotron--static {
1937
- text-align: center;
1938
- margin: 0 auto;
1939
- background-color: var(--primary-main-light-6);
1940
- padding: 2.5rem 1rem 4rem; }
1941
-
1942
1930
  .logo-text {
1943
1931
  display: flex;
1944
1932
  align-items: flex-start; }
@@ -4205,6 +4193,56 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4205
4193
  .try-our-free-legal-blogs-section__image {
4206
4194
  flex-basis: 50%; }
4207
4195
 
4196
+ .blog {
4197
+ text-align: center;
4198
+ margin: 0 auto 3rem;
4199
+ padding: 0 1rem;
4200
+ max-width: 960px; }
4201
+ @media (min-width: 960px) {
4202
+ .blog {
4203
+ padding: 0; } }
4204
+ @media (min-width: 1200px) {
4205
+ .blog {
4206
+ max-width: 1200px; } }
4207
+ .blog .blog__title {
4208
+ color: var(--primary-main-dark-1); }
4209
+ @media (min-width: 960px) {
4210
+ .blog .blog__title {
4211
+ margin-bottom: 3rem; } }
4212
+ .blog .cta-button {
4213
+ width: 100%;
4214
+ margin-top: 3rem;
4215
+ display: inline-block; }
4216
+ @media (min-width: 720px) {
4217
+ .blog .cta-button {
4218
+ width: auto; } }
4219
+
4220
+ .how-it-works-wrapper {
4221
+ background-color: var(--neutral-neutral-6); }
4222
+ @media (min-width: 960px) {
4223
+ .how-it-works-wrapper {
4224
+ background-repeat: no-repeat;
4225
+ background-position: top right;
4226
+ background-size: 21rem; } }
4227
+ @media only screen and (max-width: 960px) {
4228
+ .how-it-works-wrapper {
4229
+ background-image: none !important; } }
4230
+ .how-it-works-wrapper .works-title {
4231
+ width: auto;
4232
+ font-family: "Lora", serif;
4233
+ text-align: center;
4234
+ padding-top: 4rem; }
4235
+ @media only screen and (max-width: 960px) {
4236
+ .how-it-works-wrapper .works-title {
4237
+ padding-top: 2.5rem; } }
4238
+
4239
+ .try-our-free-legal-blogs-section {
4240
+ display: flex;
4241
+ flex-direction: column; }
4242
+ @media (min-width: 720px) {
4243
+ .try-our-free-legal-blogs-section {
4244
+ flex-flow: row nowrap; } }
4245
+
4208
4246
  .about-us-section {
4209
4247
  padding-top: 1.125rem;
4210
4248
  background: var(--primary-main-light-6);
@@ -4245,54 +4283,26 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4245
4283
  .about-us-section__sub-title {
4246
4284
  font-size: 3rem; } }
4247
4285
 
4248
- .as-seen-in-section-box {
4249
- flex-shrink: 0;
4250
- border-radius: 4px;
4251
- background: #fff;
4252
- box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
4253
- margin: 2rem;
4254
- padding: 1rem;
4255
- max-width: 1200px; }
4256
- @media (min-width: 960px) {
4257
- .as-seen-in-section-box {
4258
- margin: 2rem auto; } }
4259
- .as-seen-in-section-box .as-seen-in-section {
4260
- display: flex;
4261
- flex-direction: column; }
4262
- .as-seen-in-section-box .as-seen-in-section__title {
4263
- color: var(--neutral-neutral-2);
4264
- text-align: center;
4265
- font-size: 32px;
4266
- font-family: "Lora", serif;
4267
- font-style: normal;
4268
- font-weight: 400;
4269
- line-height: 42px;
4270
- letter-spacing: -0.3px;
4271
- margin: 1rem 0; }
4286
+ .guidelines-section {
4287
+ display: flex;
4288
+ flex-direction: column; }
4289
+ @media (min-width: 720px) {
4290
+ .guidelines-section {
4291
+ flex-flow: row nowrap; } }
4272
4292
 
4273
- .blog {
4274
- text-align: center;
4275
- margin: 0 auto 3rem;
4276
- padding: 0 1rem;
4277
- max-width: 960px; }
4278
- @media (min-width: 960px) {
4279
- .blog {
4280
- padding: 0; } }
4281
- @media (min-width: 1200px) {
4282
- .blog {
4283
- max-width: 1200px; } }
4284
- .blog .blog__title {
4285
- color: var(--primary-main-dark-1); }
4286
- @media (min-width: 960px) {
4287
- .blog .blog__title {
4288
- margin-bottom: 3rem; } }
4289
- .blog .cta-button {
4290
- width: 100%;
4291
- margin-top: 3rem;
4292
- display: inline-block; }
4293
- @media (min-width: 720px) {
4294
- .blog .cta-button {
4295
- width: auto; } }
4293
+ .as-seen-in-section {
4294
+ display: flex;
4295
+ flex-direction: column; }
4296
+ .as-seen-in-section__title {
4297
+ color: var(--neutral-neutral-2);
4298
+ text-align: center;
4299
+ font-size: 32px;
4300
+ font-family: "Lora", serif;
4301
+ font-style: normal;
4302
+ font-weight: 400;
4303
+ line-height: 42px;
4304
+ letter-spacing: -0.3px;
4305
+ margin: 1rem 0; }
4296
4306
 
4297
4307
  .experts-section {
4298
4308
  display: flex;
@@ -4314,110 +4324,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4314
4324
  .experts-section__title {
4315
4325
  width: 100%; } }
4316
4326
 
4317
- .guidelines-section {
4318
- display: flex;
4319
- flex-direction: column; }
4320
- @media (min-width: 720px) {
4321
- .guidelines-section {
4322
- flex-flow: row nowrap; } }
4323
-
4324
- .how-it-works-wrapper {
4325
- background-color: var(--neutral-neutral-6); }
4326
- @media (min-width: 960px) {
4327
- .how-it-works-wrapper {
4328
- background-repeat: no-repeat;
4329
- background-position: top right;
4330
- background-size: 21rem; } }
4331
- @media only screen and (max-width: 960px) {
4332
- .how-it-works-wrapper {
4333
- background-image: none !important; } }
4334
- .how-it-works-wrapper .works-title {
4335
- width: auto;
4336
- font-family: "Lora", serif;
4337
- text-align: center;
4338
- padding-top: 4rem; }
4339
- @media only screen and (max-width: 960px) {
4340
- .how-it-works-wrapper .works-title {
4341
- padding-top: 2.5rem; } }
4342
-
4343
- .legal {
4344
- margin-top: 1rem;
4345
- margin-bottom: 6rem;
4346
- padding: 0 1rem; }
4347
- @media (min-width: 960px) {
4348
- .legal {
4349
- padding: 0; } }
4350
- .legal .m-richText > * {
4351
- color: var(--neutral-neutral-1); }
4352
- .legal .m-richText p {
4353
- margin-bottom: 1rem; }
4354
- .legal .m-richText .cookie-table,
4355
- .legal .m-richText .cookies-downloaded-documents-pages {
4356
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2); }
4357
- .legal .m-richText .cookie-table thead th:nth-child(3),
4358
- .legal .m-richText .cookie-table thead th:nth-child(4),
4359
- .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
4360
- .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
4361
- display: none; }
4362
- @media (min-width: 720px) {
4363
- .legal .m-richText .cookie-table thead th:nth-child(3),
4364
- .legal .m-richText .cookie-table thead th:nth-child(4),
4365
- .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
4366
- .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
4367
- display: table-cell; } }
4368
- .legal .m-richText .cookie-table tbody td:nth-child(3),
4369
- .legal .m-richText .cookie-table tbody td:nth-child(4),
4370
- .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
4371
- .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
4372
- display: none; }
4373
- @media (min-width: 720px) {
4374
- .legal .m-richText .cookie-table tbody td:nth-child(3),
4375
- .legal .m-richText .cookie-table tbody td:nth-child(4),
4376
- .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
4377
- .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
4378
- display: table-cell; } }
4379
- .legal .m-richText table {
4380
- margin: 2.5rem 0;
4381
- width: 100%;
4382
- border-radius: 4px;
4383
- text-align: center;
4384
- border-collapse: collapse; }
4385
- .legal .m-richText table thead th {
4386
- height: 2.5rem;
4387
- background-color: var(--primary-main-light-5);
4388
- border-right: 1px solid var(--neutral-neutral-4); }
4389
- .legal .m-richText table thead th:first-child {
4390
- border-top-left-radius: 4px; }
4391
- .legal .m-richText table thead th:last-child {
4392
- border-right: none;
4393
- border-top-right-radius: 4px; }
4394
- .legal .m-richText table thead tr {
4395
- font-weight: bold;
4396
- padding: 0.5rem 0; }
4397
- .legal .m-richText table tbody td {
4398
- border-right: 1px solid var(--neutral-neutral-4); }
4399
- .legal .m-richText table tbody td:last-child {
4400
- border-right: none; }
4401
- .legal .m-richText table tbody tr {
4402
- height: 2.5rem; }
4403
- .legal .m-richText table tbody tr:nth-child(even) {
4404
- background: var(--neutral-neutral-6); }
4405
- .legal .m-richText h2 {
4406
- font-size: 32px;
4407
- line-height: 1.13;
4408
- letter-spacing: -0.3px;
4409
- margin-bottom: 1rem; }
4410
- .legal .m-richText a {
4411
- color: var(--primary-main-light-1); }
4412
- .legal .m-richText ul,
4413
- .legal .m-richText ol {
4414
- padding-left: 2rem;
4415
- margin-bottom: 1rem; }
4416
- .legal .m-richText ul {
4417
- list-style: disc; }
4418
- .legal .m-richText ol {
4419
- list-style-type: decimal; }
4420
-
4421
4327
  .people-say {
4422
4328
  width: 100%;
4423
4329
  margin: 0 auto;
@@ -4430,78 +4336,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4430
4336
  letter-spacing: -0.3px;
4431
4337
  text-align: center; }
4432
4338
 
4433
- .try-our-free-legal-blogs-section {
4434
- display: flex;
4435
- flex-direction: column; }
4436
- @media (min-width: 720px) {
4437
- .try-our-free-legal-blogs-section {
4438
- flex-flow: row nowrap; } }
4439
-
4440
- .try-us-section {
4441
- padding: 2rem;
4442
- text-align: center;
4443
- background-color: var(--neutral-neutral-6);
4444
- color: var(--neutral-neutral-1); }
4445
- .try-us-section .m-richText {
4446
- max-width: 50rem;
4447
- margin: 0 auto; }
4448
- .try-us-section .e-button {
4449
- display: inline-block;
4450
- margin-top: 1.5rem;
4451
- width: 100%; }
4452
- @media (min-width: 720px) {
4453
- .try-us-section .e-button {
4454
- width: auto; } }
4455
-
4456
- .unsubscribe div:first-child {
4457
- background: var(--neutral-neutral-6);
4458
- display: flex;
4459
- flex-flow: row wrap;
4460
- margin-bottom: 4rem; }
4461
- @media (min-width: 720px) {
4462
- .unsubscribe div:first-child {
4463
- margin: 0 3rem 3rem 3rem; } }
4464
-
4465
- .unsubscribe .m-richText p + h2 {
4466
- margin-top: 0; }
4467
-
4468
- .unsubscribe h2 {
4469
- color: var(--neutral-neutral-1);
4470
- background: var(--others-white);
4471
- width: 100%;
4472
- font-size: 1.75rem;
4473
- padding: 2rem 1rem 1rem 1rem; }
4474
- @media (min-width: 720px) {
4475
- .unsubscribe h2 {
4476
- font-size: 2rem;
4477
- padding: 2.7rem 0 1rem 0; } }
4478
-
4479
- .unsubscribe .m-richText h2 + p {
4480
- padding-top: 1.5rem; }
4481
-
4482
- .unsubscribe p {
4483
- padding: 0 2rem 1.5rem 2rem;
4484
- width: 100%;
4485
- margin: 0; }
4486
- @media (min-width: 960px) {
4487
- .unsubscribe p {
4488
- padding: 0 8rem 1.5rem 8rem; } }
4489
- @media (min-width: 1200px) {
4490
- .unsubscribe p {
4491
- padding: 0 15rem 1.5rem 15rem; } }
4492
-
4493
- .unsubscribe img {
4494
- max-width: 100%;
4495
- display: block;
4496
- margin: 0; }
4497
-
4498
- .unsubscribe .image-preview {
4499
- margin: 0 auto;
4500
- padding: 0.5rem 0;
4501
- border: none;
4502
- width: auto;
4503
- height: auto; }
4504
-
4505
4339
  .whyLawDistrictSection {
4506
4340
  text-align: center;
4507
4341
  background-color: var(--neutral-neutral-6);
@@ -4527,3 +4361,78 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4527
4361
  margin-bottom: 3.5rem;
4528
4362
  display: inline-block;
4529
4363
  width: auto; } }
4364
+
4365
+ .learn-more__wrapper {
4366
+ margin-bottom: 4rem;
4367
+ background-color: var(--neutral-neutral-6); }
4368
+ @media (min-width: 720px) {
4369
+ .learn-more__wrapper {
4370
+ background: var(--neutral-neutral-6) url(../../../../images/png/grey-01-lc.png) no-repeat bottom left/21rem; } }
4371
+ .learn-more__wrapper .wrapper {
4372
+ display: flex;
4373
+ flex-flow: row wrap;
4374
+ justify-content: space-between;
4375
+ max-width: 960px; }
4376
+ .learn-more__wrapper .learn-more__info {
4377
+ width: 100%;
4378
+ padding: 0 1rem;
4379
+ display: flex;
4380
+ flex-flow: column wrap;
4381
+ justify-content: center; }
4382
+ @media (min-width: 960px) {
4383
+ .learn-more__wrapper .learn-more__info {
4384
+ width: 35%; } }
4385
+ @media (min-width: 720px) {
4386
+ .learn-more__wrapper .learn-more__info {
4387
+ width: 42%; } }
4388
+ .learn-more__wrapper .learn-more__title {
4389
+ margin-top: 2rem; }
4390
+ @media (min-width: 720px) {
4391
+ .learn-more__wrapper .learn-more__title {
4392
+ margin-top: -2rem; } }
4393
+ .learn-more__wrapper .learn-more__description {
4394
+ margin-top: 2rem; }
4395
+ .learn-more__wrapper .learn-more__faqs {
4396
+ width: 100%;
4397
+ margin: 0 1rem;
4398
+ background-color: var(--others-white);
4399
+ border-radius: 4px;
4400
+ box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
4401
+ padding: 2rem;
4402
+ transform: translateY(2rem); }
4403
+ @media (min-width: 960px) {
4404
+ .learn-more__wrapper .learn-more__faqs {
4405
+ width: 46%;
4406
+ padding: 3rem; } }
4407
+ @media (min-width: 720px) {
4408
+ .learn-more__wrapper .learn-more__faqs {
4409
+ width: 52%;
4410
+ margin-right: 1rem; } }
4411
+ .learn-more__wrapper .learn-more__faqs .e-button {
4412
+ display: inline-block;
4413
+ height: 44px; }
4414
+ .learn-more__wrapper .learn-more__faqs ul {
4415
+ padding: 0; }
4416
+ .learn-more__wrapper .learn-more__faqs li {
4417
+ padding-bottom: 1rem; }
4418
+ .learn-more__wrapper .learn-more__faqs li a {
4419
+ font-weight: bold;
4420
+ transition: all 0.3s ease;
4421
+ border-radius: 4px;
4422
+ display: inline-block;
4423
+ padding: 0.5rem;
4424
+ position: relative; }
4425
+ .learn-more__wrapper .learn-more__faqs li a:hover {
4426
+ background-color: var(--primary-main-light-5);
4427
+ padding-right: 1.5rem; }
4428
+ .learn-more__wrapper .learn-more__faqs li a:hover:before {
4429
+ content: '';
4430
+ background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E %3Cdefs%3E %3Cpath id%3D%22prefix__a%22 d%3D%22M9.705 6L8.295 7.41 12.875 12 8.295 16.59 9.705 18 15.705 12z%22%2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3Cmask id%3D%22prefix__b%22 fill%3D%22%23fff%22%3E %3Cuse xlink%3Ahref%3D%22%23prefix__a%22%2F%3E %3C%2Fmask%3E %3Cg fill%3D%22%233D4042%22 mask%3D%22url(%23prefix__b)%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 100%/cover;
4431
+ right: 0;
4432
+ top: 50%;
4433
+ position: absolute;
4434
+ width: 1.5rem;
4435
+ height: 1.5rem;
4436
+ transform: translateY(-50%); }
4437
+ .learn-more__wrapper .learn-more__faqs a {
4438
+ color: var(--primary-main-dark-1); }
@@ -18,7 +18,6 @@ export * from './GoogleButton';
18
18
  export * from './IconImage';
19
19
  export * from './IconSvgURLWithThemeColor';
20
20
  export * from './InfoBox';
21
- export * from './JumbotronStatic';
22
21
  export * from './Logo';
23
22
  export * from './LogoText';
24
23
  export * from './MenuItems';
@@ -1,5 +1,5 @@
1
- import React from 'react';
1
+ import { type FC } from 'react';
2
2
  import { type StepGetFormProps } from './StepGetFormProps.types';
3
3
  import './StepGetForm.scss';
4
- declare const StepGetForm: React.FC<StepGetFormProps>;
4
+ declare const StepGetForm: FC<StepGetFormProps>;
5
5
  export default StepGetForm;
@@ -1,7 +1,14 @@
1
- /// <reference types="react" />
1
+ import { type IGatsbyImageData } from 'gatsby-plugin-image';
2
2
  export interface StepGetFormProps {
3
3
  id: string;
4
4
  description: string;
5
5
  title: string;
6
- image?: React.ReactNode;
6
+ icon: {
7
+ localFile: {
8
+ publicURL: string;
9
+ childImageSharp: {
10
+ gatsbyImageData: IGatsbyImageData;
11
+ };
12
+ };
13
+ };
7
14
  }
@@ -1,5 +1,5 @@
1
- import React from 'react';
1
+ import { type FC } from 'react';
2
2
  import { type HowGetYourFormsSectionProps } from './HowGetYourFormsSectionProps.types';
3
3
  import './HowGetYourFormsSection.scss';
4
- declare const HowGetYourFormsSection: React.FC<HowGetYourFormsSectionProps>;
4
+ declare const HowGetYourFormsSection: FC<HowGetYourFormsSectionProps>;
5
5
  export default HowGetYourFormsSection;
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import { type LearnMoreSectionProps } from './LearnMoreSectionProps.types';
3
+ import './LearnMoreSection.scss';
4
+ declare const LearnMoreSection: FC<LearnMoreSectionProps>;
5
+ export default LearnMoreSection;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export interface LearnMoreSectionProps {
3
+ title: string;
4
+ description: string;
5
+ cta: string;
6
+ faqs: React.ReactNode;
7
+ }
@@ -0,0 +1,2 @@
1
+ export { default as LearnMoreSection } from './LearnMoreSection';
2
+ export { type LearnMoreSectionProps } from './LearnMoreSectionProps.types';
@@ -1,4 +1,4 @@
1
- import { type TryOurFreeLegalBlogsContentProps } from '../../organisms';
1
+ import { type TryOurFreeLegalBlogsContentProps } from '../../organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types';
2
2
  export interface TryOurFreeLegalBlogsSectionProps {
3
3
  contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
4
4
  }
@@ -1,12 +1,10 @@
1
+ export * from './BlogSection';
2
+ export * from './HowGetYourFormsSection';
3
+ export * from './TryOurFreeLegalBlogsSection';
1
4
  export * from './AboutUsSection';
5
+ export * from './GuidelinesSection';
2
6
  export * from './AsSeeInSection';
3
- export * from './BlogSection';
4
7
  export * from './ExpertsSection';
5
- export * from './GuidelinesSection';
6
- export * from './HowGetYourFormsSection';
7
- export * from './LegalSection';
8
8
  export * from './PeopleSayAboutUsSection';
9
- export * from './TryOurFreeLegalBlogsSection';
10
- export * from './TryUsSection';
11
- export * from './UnsubscribeSection';
12
9
  export * from './WhyLawDistrictSection';
10
+ export * from './LearnMoreSection';
@@ -2,5 +2,4 @@ export * from './components/atoms';
2
2
  export * from './components/molecules';
3
3
  export * from './components/organisms';
4
4
  export * from './components/sections';
5
- export * from './components/pages';
6
5
  export * from './hooks';