@npm_leadtech/legal-lib-components 2.26.0 → 2.26.1
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/README.md +5 -0
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +238 -72
- package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
- package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
- package/dist/cjs/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/index.d.ts +1 -0
- package/dist/cjs/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
- package/dist/cjs/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
- package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
- package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
- package/dist/cjs/src/components/pages/AboutUsPage/index.d.ts +2 -0
- package/dist/cjs/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
- package/dist/cjs/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
- package/dist/cjs/src/components/pages/LegalPage/index.d.ts +2 -0
- package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
- package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
- package/dist/cjs/src/components/pages/UnsubscribePage/index.d.ts +2 -0
- package/dist/cjs/src/components/pages/index.d.ts +3 -0
- package/dist/cjs/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
- package/dist/cjs/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
- package/dist/cjs/src/components/sections/LegalSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
- package/dist/cjs/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
- package/dist/cjs/src/components/sections/TryUsSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
- package/dist/cjs/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/index.d.ts +7 -4
- package/dist/cjs/src/index.d.ts +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +238 -72
- package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
- package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
- package/dist/esm/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -0
- package/dist/esm/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
- package/dist/esm/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
- package/dist/esm/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
- package/dist/esm/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
- package/dist/esm/src/components/pages/AboutUsPage/index.d.ts +2 -0
- package/dist/esm/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
- package/dist/esm/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
- package/dist/esm/src/components/pages/LegalPage/index.d.ts +2 -0
- package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
- package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
- package/dist/esm/src/components/pages/UnsubscribePage/index.d.ts +2 -0
- package/dist/esm/src/components/pages/index.d.ts +3 -0
- package/dist/esm/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
- package/dist/esm/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
- package/dist/esm/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
- package/dist/esm/src/components/sections/LegalSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
- package/dist/esm/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
- package/dist/esm/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
- package/dist/esm/src/components/sections/TryUsSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
- package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
- package/dist/esm/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/index.d.ts +7 -4
- package/dist/esm/src/index.d.ts +1 -0
- package/dist/index.d.ts +79 -33
- package/package.json +1 -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:
|
|
414
|
+
background-color: transparent;
|
|
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:
|
|
421
|
+
background-color: transparent;
|
|
422
422
|
border: 2px solid var(--secondary-main);
|
|
423
423
|
color: var(--neutral-main);
|
|
424
424
|
font-weight: bold; }
|
|
@@ -447,7 +447,6 @@ 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);
|
|
451
450
|
border: 1px solid var(--others-white) !important;
|
|
452
451
|
color: var(--others-white); }
|
|
453
452
|
.e-button.--secondary-icon.--dark svg {
|
|
@@ -1483,6 +1482,13 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
1483
1482
|
vertical-align: middle;
|
|
1484
1483
|
content: "×";
|
|
1485
1484
|
}
|
|
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
|
+
}
|
|
1486
1492
|
|
|
1487
1493
|
.react-datepicker__today-button {
|
|
1488
1494
|
background: #f0f0f0;
|
|
@@ -1927,6 +1933,12 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1927
1933
|
.info-box .info-box__text-container {
|
|
1928
1934
|
margin-left: 1.5rem; } }
|
|
1929
1935
|
|
|
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
|
+
|
|
1930
1942
|
.logo-text {
|
|
1931
1943
|
display: flex;
|
|
1932
1944
|
align-items: flex-start; }
|
|
@@ -4235,56 +4247,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4235
4247
|
.try-our-free-legal-blogs-section__image {
|
|
4236
4248
|
flex-basis: 50%; }
|
|
4237
4249
|
|
|
4238
|
-
.blog {
|
|
4239
|
-
text-align: center;
|
|
4240
|
-
margin: 0 auto 3rem;
|
|
4241
|
-
padding: 0 1rem;
|
|
4242
|
-
max-width: 960px; }
|
|
4243
|
-
@media (min-width: 960px) {
|
|
4244
|
-
.blog {
|
|
4245
|
-
padding: 0; } }
|
|
4246
|
-
@media (min-width: 1200px) {
|
|
4247
|
-
.blog {
|
|
4248
|
-
max-width: 1200px; } }
|
|
4249
|
-
.blog .blog__title {
|
|
4250
|
-
color: var(--primary-main-dark-1); }
|
|
4251
|
-
@media (min-width: 960px) {
|
|
4252
|
-
.blog .blog__title {
|
|
4253
|
-
margin-bottom: 3rem; } }
|
|
4254
|
-
.blog .cta-button {
|
|
4255
|
-
width: 100%;
|
|
4256
|
-
margin-top: 3rem;
|
|
4257
|
-
display: inline-block; }
|
|
4258
|
-
@media (min-width: 720px) {
|
|
4259
|
-
.blog .cta-button {
|
|
4260
|
-
width: auto; } }
|
|
4261
|
-
|
|
4262
|
-
.how-it-works-wrapper {
|
|
4263
|
-
background-color: var(--neutral-neutral-6); }
|
|
4264
|
-
@media (min-width: 960px) {
|
|
4265
|
-
.how-it-works-wrapper {
|
|
4266
|
-
background-repeat: no-repeat;
|
|
4267
|
-
background-position: top right;
|
|
4268
|
-
background-size: 21rem; } }
|
|
4269
|
-
@media only screen and (max-width: 960px) {
|
|
4270
|
-
.how-it-works-wrapper {
|
|
4271
|
-
background-image: none !important; } }
|
|
4272
|
-
.how-it-works-wrapper .works-title {
|
|
4273
|
-
width: auto;
|
|
4274
|
-
font-family: "Lora", serif;
|
|
4275
|
-
text-align: center;
|
|
4276
|
-
padding-top: 4rem; }
|
|
4277
|
-
@media only screen and (max-width: 960px) {
|
|
4278
|
-
.how-it-works-wrapper .works-title {
|
|
4279
|
-
padding-top: 2.5rem; } }
|
|
4280
|
-
|
|
4281
|
-
.try-our-free-legal-blogs-section {
|
|
4282
|
-
display: flex;
|
|
4283
|
-
flex-direction: column; }
|
|
4284
|
-
@media (min-width: 720px) {
|
|
4285
|
-
.try-our-free-legal-blogs-section {
|
|
4286
|
-
flex-flow: row nowrap; } }
|
|
4287
|
-
|
|
4288
4250
|
.about-us-section {
|
|
4289
4251
|
padding-top: 1.125rem;
|
|
4290
4252
|
background: var(--primary-main-light-6);
|
|
@@ -4325,26 +4287,54 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4325
4287
|
.about-us-section__sub-title {
|
|
4326
4288
|
font-size: 3rem; } }
|
|
4327
4289
|
|
|
4328
|
-
.
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4290
|
+
.as-seen-in-section-box {
|
|
4291
|
+
flex-shrink: 0;
|
|
4292
|
+
border-radius: 4px;
|
|
4293
|
+
background: #fff;
|
|
4294
|
+
box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
|
|
4295
|
+
margin: 2rem;
|
|
4296
|
+
padding: 1rem;
|
|
4297
|
+
max-width: 1200px; }
|
|
4298
|
+
@media (min-width: 960px) {
|
|
4299
|
+
.as-seen-in-section-box {
|
|
4300
|
+
margin: 2rem auto; } }
|
|
4301
|
+
.as-seen-in-section-box .as-seen-in-section {
|
|
4302
|
+
display: flex;
|
|
4303
|
+
flex-direction: column; }
|
|
4304
|
+
.as-seen-in-section-box .as-seen-in-section__title {
|
|
4305
|
+
color: var(--neutral-neutral-2);
|
|
4306
|
+
text-align: center;
|
|
4307
|
+
font-size: 32px;
|
|
4308
|
+
font-family: "Lora", serif;
|
|
4309
|
+
font-style: normal;
|
|
4310
|
+
font-weight: 400;
|
|
4311
|
+
line-height: 42px;
|
|
4312
|
+
letter-spacing: -0.3px;
|
|
4313
|
+
margin: 1rem 0; }
|
|
4334
4314
|
|
|
4335
|
-
.
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4315
|
+
.blog {
|
|
4316
|
+
text-align: center;
|
|
4317
|
+
margin: 0 auto 3rem;
|
|
4318
|
+
padding: 0 1rem;
|
|
4319
|
+
max-width: 960px; }
|
|
4320
|
+
@media (min-width: 960px) {
|
|
4321
|
+
.blog {
|
|
4322
|
+
padding: 0; } }
|
|
4323
|
+
@media (min-width: 1200px) {
|
|
4324
|
+
.blog {
|
|
4325
|
+
max-width: 1200px; } }
|
|
4326
|
+
.blog .blog__title {
|
|
4327
|
+
color: var(--primary-main-dark-1); }
|
|
4328
|
+
@media (min-width: 960px) {
|
|
4329
|
+
.blog .blog__title {
|
|
4330
|
+
margin-bottom: 3rem; } }
|
|
4331
|
+
.blog .cta-button {
|
|
4332
|
+
width: 100%;
|
|
4333
|
+
margin-top: 3rem;
|
|
4334
|
+
display: inline-block; }
|
|
4335
|
+
@media (min-width: 720px) {
|
|
4336
|
+
.blog .cta-button {
|
|
4337
|
+
width: auto; } }
|
|
4348
4338
|
|
|
4349
4339
|
.experts-section {
|
|
4350
4340
|
display: flex;
|
|
@@ -4366,6 +4356,110 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4366
4356
|
.experts-section__title {
|
|
4367
4357
|
width: 100%; } }
|
|
4368
4358
|
|
|
4359
|
+
.guidelines-section {
|
|
4360
|
+
display: flex;
|
|
4361
|
+
flex-direction: column; }
|
|
4362
|
+
@media (min-width: 720px) {
|
|
4363
|
+
.guidelines-section {
|
|
4364
|
+
flex-flow: row nowrap; } }
|
|
4365
|
+
|
|
4366
|
+
.how-it-works-wrapper {
|
|
4367
|
+
background-color: var(--neutral-neutral-6); }
|
|
4368
|
+
@media (min-width: 960px) {
|
|
4369
|
+
.how-it-works-wrapper {
|
|
4370
|
+
background-repeat: no-repeat;
|
|
4371
|
+
background-position: top right;
|
|
4372
|
+
background-size: 21rem; } }
|
|
4373
|
+
@media only screen and (max-width: 960px) {
|
|
4374
|
+
.how-it-works-wrapper {
|
|
4375
|
+
background-image: none !important; } }
|
|
4376
|
+
.how-it-works-wrapper .works-title {
|
|
4377
|
+
width: auto;
|
|
4378
|
+
font-family: "Lora", serif;
|
|
4379
|
+
text-align: center;
|
|
4380
|
+
padding-top: 4rem; }
|
|
4381
|
+
@media only screen and (max-width: 960px) {
|
|
4382
|
+
.how-it-works-wrapper .works-title {
|
|
4383
|
+
padding-top: 2.5rem; } }
|
|
4384
|
+
|
|
4385
|
+
.legal {
|
|
4386
|
+
margin-top: 1rem;
|
|
4387
|
+
margin-bottom: 6rem;
|
|
4388
|
+
padding: 0 1rem; }
|
|
4389
|
+
@media (min-width: 960px) {
|
|
4390
|
+
.legal {
|
|
4391
|
+
padding: 0; } }
|
|
4392
|
+
.legal .m-richText > * {
|
|
4393
|
+
color: var(--neutral-neutral-1); }
|
|
4394
|
+
.legal .m-richText p {
|
|
4395
|
+
margin-bottom: 1rem; }
|
|
4396
|
+
.legal .m-richText .cookie-table,
|
|
4397
|
+
.legal .m-richText .cookies-downloaded-documents-pages {
|
|
4398
|
+
box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2); }
|
|
4399
|
+
.legal .m-richText .cookie-table thead th:nth-child(3),
|
|
4400
|
+
.legal .m-richText .cookie-table thead th:nth-child(4),
|
|
4401
|
+
.legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
|
|
4402
|
+
.legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
|
|
4403
|
+
display: none; }
|
|
4404
|
+
@media (min-width: 720px) {
|
|
4405
|
+
.legal .m-richText .cookie-table thead th:nth-child(3),
|
|
4406
|
+
.legal .m-richText .cookie-table thead th:nth-child(4),
|
|
4407
|
+
.legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
|
|
4408
|
+
.legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
|
|
4409
|
+
display: table-cell; } }
|
|
4410
|
+
.legal .m-richText .cookie-table tbody td:nth-child(3),
|
|
4411
|
+
.legal .m-richText .cookie-table tbody td:nth-child(4),
|
|
4412
|
+
.legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
|
|
4413
|
+
.legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
|
|
4414
|
+
display: none; }
|
|
4415
|
+
@media (min-width: 720px) {
|
|
4416
|
+
.legal .m-richText .cookie-table tbody td:nth-child(3),
|
|
4417
|
+
.legal .m-richText .cookie-table tbody td:nth-child(4),
|
|
4418
|
+
.legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
|
|
4419
|
+
.legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
|
|
4420
|
+
display: table-cell; } }
|
|
4421
|
+
.legal .m-richText table {
|
|
4422
|
+
margin: 2.5rem 0;
|
|
4423
|
+
width: 100%;
|
|
4424
|
+
border-radius: 4px;
|
|
4425
|
+
text-align: center;
|
|
4426
|
+
border-collapse: collapse; }
|
|
4427
|
+
.legal .m-richText table thead th {
|
|
4428
|
+
height: 2.5rem;
|
|
4429
|
+
background-color: var(--primary-main-light-5);
|
|
4430
|
+
border-right: 1px solid var(--neutral-neutral-4); }
|
|
4431
|
+
.legal .m-richText table thead th:first-child {
|
|
4432
|
+
border-top-left-radius: 4px; }
|
|
4433
|
+
.legal .m-richText table thead th:last-child {
|
|
4434
|
+
border-right: none;
|
|
4435
|
+
border-top-right-radius: 4px; }
|
|
4436
|
+
.legal .m-richText table thead tr {
|
|
4437
|
+
font-weight: bold;
|
|
4438
|
+
padding: 0.5rem 0; }
|
|
4439
|
+
.legal .m-richText table tbody td {
|
|
4440
|
+
border-right: 1px solid var(--neutral-neutral-4); }
|
|
4441
|
+
.legal .m-richText table tbody td:last-child {
|
|
4442
|
+
border-right: none; }
|
|
4443
|
+
.legal .m-richText table tbody tr {
|
|
4444
|
+
height: 2.5rem; }
|
|
4445
|
+
.legal .m-richText table tbody tr:nth-child(even) {
|
|
4446
|
+
background: var(--neutral-neutral-6); }
|
|
4447
|
+
.legal .m-richText h2 {
|
|
4448
|
+
font-size: 32px;
|
|
4449
|
+
line-height: 1.13;
|
|
4450
|
+
letter-spacing: -0.3px;
|
|
4451
|
+
margin-bottom: 1rem; }
|
|
4452
|
+
.legal .m-richText a {
|
|
4453
|
+
color: var(--primary-main-light-1); }
|
|
4454
|
+
.legal .m-richText ul,
|
|
4455
|
+
.legal .m-richText ol {
|
|
4456
|
+
padding-left: 2rem;
|
|
4457
|
+
margin-bottom: 1rem; }
|
|
4458
|
+
.legal .m-richText ul {
|
|
4459
|
+
list-style: disc; }
|
|
4460
|
+
.legal .m-richText ol {
|
|
4461
|
+
list-style-type: decimal; }
|
|
4462
|
+
|
|
4369
4463
|
.people-say {
|
|
4370
4464
|
width: 100%;
|
|
4371
4465
|
margin: 0 auto;
|
|
@@ -4378,6 +4472,78 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4378
4472
|
letter-spacing: -0.3px;
|
|
4379
4473
|
text-align: center; }
|
|
4380
4474
|
|
|
4475
|
+
.try-our-free-legal-blogs-section {
|
|
4476
|
+
display: flex;
|
|
4477
|
+
flex-direction: column; }
|
|
4478
|
+
@media (min-width: 720px) {
|
|
4479
|
+
.try-our-free-legal-blogs-section {
|
|
4480
|
+
flex-flow: row nowrap; } }
|
|
4481
|
+
|
|
4482
|
+
.try-us-section {
|
|
4483
|
+
padding: 2rem;
|
|
4484
|
+
text-align: center;
|
|
4485
|
+
background-color: var(--neutral-neutral-6);
|
|
4486
|
+
color: var(--neutral-neutral-1); }
|
|
4487
|
+
.try-us-section .m-richText {
|
|
4488
|
+
max-width: 50rem;
|
|
4489
|
+
margin: 0 auto; }
|
|
4490
|
+
.try-us-section .e-button {
|
|
4491
|
+
display: inline-block;
|
|
4492
|
+
margin-top: 1.5rem;
|
|
4493
|
+
width: 100%; }
|
|
4494
|
+
@media (min-width: 720px) {
|
|
4495
|
+
.try-us-section .e-button {
|
|
4496
|
+
width: auto; } }
|
|
4497
|
+
|
|
4498
|
+
.unsubscribe div:first-child {
|
|
4499
|
+
background: var(--neutral-neutral-6);
|
|
4500
|
+
display: flex;
|
|
4501
|
+
flex-flow: row wrap;
|
|
4502
|
+
margin-bottom: 4rem; }
|
|
4503
|
+
@media (min-width: 720px) {
|
|
4504
|
+
.unsubscribe div:first-child {
|
|
4505
|
+
margin: 0 3rem 3rem 3rem; } }
|
|
4506
|
+
|
|
4507
|
+
.unsubscribe .m-richText p + h2 {
|
|
4508
|
+
margin-top: 0; }
|
|
4509
|
+
|
|
4510
|
+
.unsubscribe h2 {
|
|
4511
|
+
color: var(--neutral-neutral-1);
|
|
4512
|
+
background: var(--others-white);
|
|
4513
|
+
width: 100%;
|
|
4514
|
+
font-size: 1.75rem;
|
|
4515
|
+
padding: 2rem 1rem 1rem 1rem; }
|
|
4516
|
+
@media (min-width: 720px) {
|
|
4517
|
+
.unsubscribe h2 {
|
|
4518
|
+
font-size: 2rem;
|
|
4519
|
+
padding: 2.7rem 0 1rem 0; } }
|
|
4520
|
+
|
|
4521
|
+
.unsubscribe .m-richText h2 + p {
|
|
4522
|
+
padding-top: 1.5rem; }
|
|
4523
|
+
|
|
4524
|
+
.unsubscribe p {
|
|
4525
|
+
padding: 0 2rem 1.5rem 2rem;
|
|
4526
|
+
width: 100%;
|
|
4527
|
+
margin: 0; }
|
|
4528
|
+
@media (min-width: 960px) {
|
|
4529
|
+
.unsubscribe p {
|
|
4530
|
+
padding: 0 8rem 1.5rem 8rem; } }
|
|
4531
|
+
@media (min-width: 1200px) {
|
|
4532
|
+
.unsubscribe p {
|
|
4533
|
+
padding: 0 15rem 1.5rem 15rem; } }
|
|
4534
|
+
|
|
4535
|
+
.unsubscribe img {
|
|
4536
|
+
max-width: 100%;
|
|
4537
|
+
display: block;
|
|
4538
|
+
margin: 0; }
|
|
4539
|
+
|
|
4540
|
+
.unsubscribe .image-preview {
|
|
4541
|
+
margin: 0 auto;
|
|
4542
|
+
padding: 0.5rem 0;
|
|
4543
|
+
border: none;
|
|
4544
|
+
width: auto;
|
|
4545
|
+
height: auto; }
|
|
4546
|
+
|
|
4381
4547
|
.whyLawDistrictSection {
|
|
4382
4548
|
text-align: center;
|
|
4383
4549
|
background-color: var(--neutral-neutral-6);
|
|
@@ -18,6 +18,7 @@ export * from './GoogleButton';
|
|
|
18
18
|
export * from './IconImage';
|
|
19
19
|
export * from './IconSvgURLWithThemeColor';
|
|
20
20
|
export * from './InfoBox';
|
|
21
|
+
export * from './JumbotronStatic';
|
|
21
22
|
export * from './Logo';
|
|
22
23
|
export * from './LogoText';
|
|
23
24
|
export * from './MenuItems';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type StepGetFormProps } from './StepGetFormProps.types';
|
|
3
3
|
import './StepGetForm.scss';
|
|
4
|
-
declare const StepGetForm: FC<StepGetFormProps>;
|
|
4
|
+
declare const StepGetForm: React.FC<StepGetFormProps>;
|
|
5
5
|
export default StepGetForm;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
export interface StepGetFormProps {
|
|
3
3
|
id: string;
|
|
4
4
|
description: string;
|
|
5
5
|
title: string;
|
|
6
|
-
|
|
7
|
-
localFile: {
|
|
8
|
-
publicURL: string;
|
|
9
|
-
childImageSharp: {
|
|
10
|
-
gatsbyImageData: IGatsbyImageData;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
6
|
+
image?: React.ReactNode;
|
|
14
7
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { AboutUsSectionProps, AsSeeInSectionProps, ExpertsSectionProps, GuidelinesSectionProps, PeopleSayAboutUsSectionProps, TryOurFreeLegalBlogsSectionProps, TryUsSectionProps } from '../../sections';
|
|
2
|
+
export interface AboutUsPageProps {
|
|
3
|
+
aboutUsSectionProps?: AboutUsSectionProps;
|
|
4
|
+
tryOurFreeLegalBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
|
|
5
|
+
peopleSayAboutUsSectionProps?: PeopleSayAboutUsSectionProps;
|
|
6
|
+
guidelinesSectionProps?: GuidelinesSectionProps;
|
|
7
|
+
tryUsSectionProps?: TryUsSectionProps;
|
|
8
|
+
expertsSectionProps?: ExpertsSectionProps;
|
|
9
|
+
asSeeInSectionProps?: AsSeeInSectionProps;
|
|
10
|
+
isJonSnow?: boolean;
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type HowGetYourFormsSectionProps } from './HowGetYourFormsSectionProps.types';
|
|
3
3
|
import './HowGetYourFormsSection.scss';
|
|
4
|
-
declare const HowGetYourFormsSection: FC<HowGetYourFormsSectionProps>;
|
|
4
|
+
declare const HowGetYourFormsSection: React.FC<HowGetYourFormsSectionProps>;
|
|
5
5
|
export default HowGetYourFormsSection;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type TryOurFreeLegalBlogsContentProps } from '../../organisms
|
|
1
|
+
import { type TryOurFreeLegalBlogsContentProps } from '../../organisms';
|
|
2
2
|
export interface TryOurFreeLegalBlogsSectionProps {
|
|
3
3
|
contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
|
|
4
4
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
export * from './BlogSection';
|
|
2
|
-
export * from './HowGetYourFormsSection';
|
|
3
|
-
export * from './TryOurFreeLegalBlogsSection';
|
|
4
1
|
export * from './AboutUsSection';
|
|
5
|
-
export * from './GuidelinesSection';
|
|
6
2
|
export * from './AsSeeInSection';
|
|
3
|
+
export * from './BlogSection';
|
|
7
4
|
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';
|
|
9
12
|
export * from './WhyLawDistrictSection';
|
|
10
13
|
export * from './LearnMoreSection';
|