@npm_leadtech/legal-lib-components 2.23.1 → 2.23.2
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 +0 -5
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +144 -236
- package/dist/cjs/src/components/atoms/index.d.ts +0 -1
- package/dist/cjs/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
- package/dist/cjs/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +9 -2
- package/dist/cjs/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
- package/dist/cjs/src/components/sections/LearnMoreSection/LearnMoreSection.d.ts +5 -0
- package/dist/cjs/src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.d.ts +7 -0
- package/dist/cjs/src/components/sections/LearnMoreSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
- package/dist/cjs/src/components/sections/index.d.ts +5 -7
- package/dist/cjs/src/index.d.ts +0 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +144 -236
- package/dist/esm/src/components/atoms/index.d.ts +0 -1
- package/dist/esm/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
- package/dist/esm/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +9 -2
- package/dist/esm/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
- package/dist/esm/src/components/sections/LearnMoreSection/LearnMoreSection.d.ts +5 -0
- package/dist/esm/src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.d.ts +7 -0
- package/dist/esm/src/components/sections/LearnMoreSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
- package/dist/esm/src/components/sections/index.d.ts +5 -7
- package/dist/esm/src/index.d.ts +0 -1
- package/dist/index.d.ts +39 -76
- package/package.json +2 -1
- package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +0 -4
- package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +0 -3
- package/dist/cjs/src/components/atoms/JumbotronStatic/index.d.ts +0 -2
- package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPage.d.ts +0 -3
- package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +0 -11
- package/dist/cjs/src/components/pages/AboutUsPage/index.d.ts +0 -2
- package/dist/cjs/src/components/pages/LegalPage/LegalPage.d.ts +0 -3
- package/dist/cjs/src/components/pages/LegalPage/LegalPageProps.d.ts +0 -6
- package/dist/cjs/src/components/pages/LegalPage/index.d.ts +0 -2
- package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +0 -3
- package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +0 -6
- package/dist/cjs/src/components/pages/UnsubscribePage/index.d.ts +0 -2
- package/dist/cjs/src/components/pages/index.d.ts +0 -3
- package/dist/cjs/src/components/sections/LegalSection/LegalSection.d.ts +0 -4
- package/dist/cjs/src/components/sections/LegalSection/LegalSectionProps.d.ts +0 -4
- package/dist/cjs/src/components/sections/LegalSection/index.d.ts +0 -2
- package/dist/cjs/src/components/sections/TryUsSection/TryUsSection.d.ts +0 -4
- package/dist/cjs/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +0 -7
- package/dist/cjs/src/components/sections/TryUsSection/index.d.ts +0 -2
- package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +0 -4
- package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +0 -4
- package/dist/cjs/src/components/sections/UnsubscribeSection/index.d.ts +0 -2
- package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +0 -4
- package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +0 -3
- package/dist/esm/src/components/atoms/JumbotronStatic/index.d.ts +0 -2
- package/dist/esm/src/components/pages/AboutUsPage/AboutUsPage.d.ts +0 -3
- package/dist/esm/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +0 -11
- package/dist/esm/src/components/pages/AboutUsPage/index.d.ts +0 -2
- package/dist/esm/src/components/pages/LegalPage/LegalPage.d.ts +0 -3
- package/dist/esm/src/components/pages/LegalPage/LegalPageProps.d.ts +0 -6
- package/dist/esm/src/components/pages/LegalPage/index.d.ts +0 -2
- package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +0 -3
- package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +0 -6
- package/dist/esm/src/components/pages/UnsubscribePage/index.d.ts +0 -2
- package/dist/esm/src/components/pages/index.d.ts +0 -3
- package/dist/esm/src/components/sections/LegalSection/LegalSection.d.ts +0 -4
- package/dist/esm/src/components/sections/LegalSection/LegalSectionProps.d.ts +0 -4
- package/dist/esm/src/components/sections/LegalSection/index.d.ts +0 -2
- package/dist/esm/src/components/sections/TryUsSection/TryUsSection.d.ts +0 -4
- package/dist/esm/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +0 -7
- package/dist/esm/src/components/sections/TryUsSection/index.d.ts +0 -2
- package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +0 -4
- package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +0 -4
- package/dist/esm/src/components/sections/UnsubscribeSection/index.d.ts +0 -2
|
@@ -1483,13 +1483,6 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
1483
1483
|
vertical-align: middle;
|
|
1484
1484
|
content: "×";
|
|
1485
1485
|
}
|
|
1486
|
-
.react-datepicker__close-icon--disabled {
|
|
1487
|
-
cursor: default;
|
|
1488
|
-
}
|
|
1489
|
-
.react-datepicker__close-icon--disabled::after {
|
|
1490
|
-
cursor: default;
|
|
1491
|
-
background-color: #ccc;
|
|
1492
|
-
}
|
|
1493
1486
|
|
|
1494
1487
|
.react-datepicker__today-button {
|
|
1495
1488
|
background: #f0f0f0;
|
|
@@ -1934,12 +1927,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1934
1927
|
.info-box .info-box__text-container {
|
|
1935
1928
|
margin-left: 1.5rem; } }
|
|
1936
1929
|
|
|
1937
|
-
.jumbotron--static {
|
|
1938
|
-
text-align: center;
|
|
1939
|
-
margin: 0 auto;
|
|
1940
|
-
background-color: var(--primary-main-light-6);
|
|
1941
|
-
padding: 2.5rem 1rem 4rem; }
|
|
1942
|
-
|
|
1943
1930
|
.logo-text {
|
|
1944
1931
|
display: flex;
|
|
1945
1932
|
align-items: flex-start; }
|
|
@@ -4206,6 +4193,56 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4206
4193
|
.try-our-free-legal-blogs-section__image {
|
|
4207
4194
|
flex-basis: 50%; }
|
|
4208
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
|
+
|
|
4209
4246
|
.about-us-section {
|
|
4210
4247
|
padding-top: 1.125rem;
|
|
4211
4248
|
background: var(--primary-main-light-6);
|
|
@@ -4246,54 +4283,26 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4246
4283
|
.about-us-section__sub-title {
|
|
4247
4284
|
font-size: 3rem; } }
|
|
4248
4285
|
|
|
4249
|
-
.
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
padding: 1rem;
|
|
4256
|
-
max-width: 1200px; }
|
|
4257
|
-
@media (min-width: 960px) {
|
|
4258
|
-
.as-seen-in-section-box {
|
|
4259
|
-
margin: 2rem auto; } }
|
|
4260
|
-
.as-seen-in-section-box .as-seen-in-section {
|
|
4261
|
-
display: flex;
|
|
4262
|
-
flex-direction: column; }
|
|
4263
|
-
.as-seen-in-section-box .as-seen-in-section__title {
|
|
4264
|
-
color: var(--neutral-neutral-2);
|
|
4265
|
-
text-align: center;
|
|
4266
|
-
font-size: 32px;
|
|
4267
|
-
font-family: "Lora", serif;
|
|
4268
|
-
font-style: normal;
|
|
4269
|
-
font-weight: 400;
|
|
4270
|
-
line-height: 42px;
|
|
4271
|
-
letter-spacing: -0.3px;
|
|
4272
|
-
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; } }
|
|
4273
4292
|
|
|
4274
|
-
.
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
@media (min-width: 960px) {
|
|
4288
|
-
.blog .blog__title {
|
|
4289
|
-
margin-bottom: 3rem; } }
|
|
4290
|
-
.blog .cta-button {
|
|
4291
|
-
width: 100%;
|
|
4292
|
-
margin-top: 3rem;
|
|
4293
|
-
display: inline-block; }
|
|
4294
|
-
@media (min-width: 720px) {
|
|
4295
|
-
.blog .cta-button {
|
|
4296
|
-
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; }
|
|
4297
4306
|
|
|
4298
4307
|
.experts-section {
|
|
4299
4308
|
display: flex;
|
|
@@ -4315,110 +4324,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4315
4324
|
.experts-section__title {
|
|
4316
4325
|
width: 100%; } }
|
|
4317
4326
|
|
|
4318
|
-
.guidelines-section {
|
|
4319
|
-
display: flex;
|
|
4320
|
-
flex-direction: column; }
|
|
4321
|
-
@media (min-width: 720px) {
|
|
4322
|
-
.guidelines-section {
|
|
4323
|
-
flex-flow: row nowrap; } }
|
|
4324
|
-
|
|
4325
|
-
.how-it-works-wrapper {
|
|
4326
|
-
background-color: var(--neutral-neutral-6); }
|
|
4327
|
-
@media (min-width: 960px) {
|
|
4328
|
-
.how-it-works-wrapper {
|
|
4329
|
-
background-repeat: no-repeat;
|
|
4330
|
-
background-position: top right;
|
|
4331
|
-
background-size: 21rem; } }
|
|
4332
|
-
@media only screen and (max-width: 960px) {
|
|
4333
|
-
.how-it-works-wrapper {
|
|
4334
|
-
background-image: none !important; } }
|
|
4335
|
-
.how-it-works-wrapper .works-title {
|
|
4336
|
-
width: auto;
|
|
4337
|
-
font-family: "Lora", serif;
|
|
4338
|
-
text-align: center;
|
|
4339
|
-
padding-top: 4rem; }
|
|
4340
|
-
@media only screen and (max-width: 960px) {
|
|
4341
|
-
.how-it-works-wrapper .works-title {
|
|
4342
|
-
padding-top: 2.5rem; } }
|
|
4343
|
-
|
|
4344
|
-
.legal {
|
|
4345
|
-
margin-top: 1rem;
|
|
4346
|
-
margin-bottom: 6rem;
|
|
4347
|
-
padding: 0 1rem; }
|
|
4348
|
-
@media (min-width: 960px) {
|
|
4349
|
-
.legal {
|
|
4350
|
-
padding: 0; } }
|
|
4351
|
-
.legal .m-richText > * {
|
|
4352
|
-
color: var(--neutral-neutral-1); }
|
|
4353
|
-
.legal .m-richText p {
|
|
4354
|
-
margin-bottom: 1rem; }
|
|
4355
|
-
.legal .m-richText .cookie-table,
|
|
4356
|
-
.legal .m-richText .cookies-downloaded-documents-pages {
|
|
4357
|
-
box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2); }
|
|
4358
|
-
.legal .m-richText .cookie-table thead th:nth-child(3),
|
|
4359
|
-
.legal .m-richText .cookie-table thead th:nth-child(4),
|
|
4360
|
-
.legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
|
|
4361
|
-
.legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
|
|
4362
|
-
display: none; }
|
|
4363
|
-
@media (min-width: 720px) {
|
|
4364
|
-
.legal .m-richText .cookie-table thead th:nth-child(3),
|
|
4365
|
-
.legal .m-richText .cookie-table thead th:nth-child(4),
|
|
4366
|
-
.legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
|
|
4367
|
-
.legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
|
|
4368
|
-
display: table-cell; } }
|
|
4369
|
-
.legal .m-richText .cookie-table tbody td:nth-child(3),
|
|
4370
|
-
.legal .m-richText .cookie-table tbody td:nth-child(4),
|
|
4371
|
-
.legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
|
|
4372
|
-
.legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
|
|
4373
|
-
display: none; }
|
|
4374
|
-
@media (min-width: 720px) {
|
|
4375
|
-
.legal .m-richText .cookie-table tbody td:nth-child(3),
|
|
4376
|
-
.legal .m-richText .cookie-table tbody td:nth-child(4),
|
|
4377
|
-
.legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
|
|
4378
|
-
.legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
|
|
4379
|
-
display: table-cell; } }
|
|
4380
|
-
.legal .m-richText table {
|
|
4381
|
-
margin: 2.5rem 0;
|
|
4382
|
-
width: 100%;
|
|
4383
|
-
border-radius: 4px;
|
|
4384
|
-
text-align: center;
|
|
4385
|
-
border-collapse: collapse; }
|
|
4386
|
-
.legal .m-richText table thead th {
|
|
4387
|
-
height: 2.5rem;
|
|
4388
|
-
background-color: var(--primary-main-light-5);
|
|
4389
|
-
border-right: 1px solid var(--neutral-neutral-4); }
|
|
4390
|
-
.legal .m-richText table thead th:first-child {
|
|
4391
|
-
border-top-left-radius: 4px; }
|
|
4392
|
-
.legal .m-richText table thead th:last-child {
|
|
4393
|
-
border-right: none;
|
|
4394
|
-
border-top-right-radius: 4px; }
|
|
4395
|
-
.legal .m-richText table thead tr {
|
|
4396
|
-
font-weight: bold;
|
|
4397
|
-
padding: 0.5rem 0; }
|
|
4398
|
-
.legal .m-richText table tbody td {
|
|
4399
|
-
border-right: 1px solid var(--neutral-neutral-4); }
|
|
4400
|
-
.legal .m-richText table tbody td:last-child {
|
|
4401
|
-
border-right: none; }
|
|
4402
|
-
.legal .m-richText table tbody tr {
|
|
4403
|
-
height: 2.5rem; }
|
|
4404
|
-
.legal .m-richText table tbody tr:nth-child(even) {
|
|
4405
|
-
background: var(--neutral-neutral-6); }
|
|
4406
|
-
.legal .m-richText h2 {
|
|
4407
|
-
font-size: 32px;
|
|
4408
|
-
line-height: 1.13;
|
|
4409
|
-
letter-spacing: -0.3px;
|
|
4410
|
-
margin-bottom: 1rem; }
|
|
4411
|
-
.legal .m-richText a {
|
|
4412
|
-
color: var(--primary-main-light-1); }
|
|
4413
|
-
.legal .m-richText ul,
|
|
4414
|
-
.legal .m-richText ol {
|
|
4415
|
-
padding-left: 2rem;
|
|
4416
|
-
margin-bottom: 1rem; }
|
|
4417
|
-
.legal .m-richText ul {
|
|
4418
|
-
list-style: disc; }
|
|
4419
|
-
.legal .m-richText ol {
|
|
4420
|
-
list-style-type: decimal; }
|
|
4421
|
-
|
|
4422
4327
|
.people-say {
|
|
4423
4328
|
width: 100%;
|
|
4424
4329
|
margin: 0 auto;
|
|
@@ -4431,78 +4336,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4431
4336
|
letter-spacing: -0.3px;
|
|
4432
4337
|
text-align: center; }
|
|
4433
4338
|
|
|
4434
|
-
.try-our-free-legal-blogs-section {
|
|
4435
|
-
display: flex;
|
|
4436
|
-
flex-direction: column; }
|
|
4437
|
-
@media (min-width: 720px) {
|
|
4438
|
-
.try-our-free-legal-blogs-section {
|
|
4439
|
-
flex-flow: row nowrap; } }
|
|
4440
|
-
|
|
4441
|
-
.try-us-section {
|
|
4442
|
-
padding: 2rem;
|
|
4443
|
-
text-align: center;
|
|
4444
|
-
background-color: var(--neutral-neutral-6);
|
|
4445
|
-
color: var(--neutral-neutral-1); }
|
|
4446
|
-
.try-us-section .m-richText {
|
|
4447
|
-
max-width: 50rem;
|
|
4448
|
-
margin: 0 auto; }
|
|
4449
|
-
.try-us-section .e-button {
|
|
4450
|
-
display: inline-block;
|
|
4451
|
-
margin-top: 1.5rem;
|
|
4452
|
-
width: 100%; }
|
|
4453
|
-
@media (min-width: 720px) {
|
|
4454
|
-
.try-us-section .e-button {
|
|
4455
|
-
width: auto; } }
|
|
4456
|
-
|
|
4457
|
-
.unsubscribe div:first-child {
|
|
4458
|
-
background: var(--neutral-neutral-6);
|
|
4459
|
-
display: flex;
|
|
4460
|
-
flex-flow: row wrap;
|
|
4461
|
-
margin-bottom: 4rem; }
|
|
4462
|
-
@media (min-width: 720px) {
|
|
4463
|
-
.unsubscribe div:first-child {
|
|
4464
|
-
margin: 0 3rem 3rem 3rem; } }
|
|
4465
|
-
|
|
4466
|
-
.unsubscribe .m-richText p + h2 {
|
|
4467
|
-
margin-top: 0; }
|
|
4468
|
-
|
|
4469
|
-
.unsubscribe h2 {
|
|
4470
|
-
color: var(--neutral-neutral-1);
|
|
4471
|
-
background: var(--others-white);
|
|
4472
|
-
width: 100%;
|
|
4473
|
-
font-size: 1.75rem;
|
|
4474
|
-
padding: 2rem 1rem 1rem 1rem; }
|
|
4475
|
-
@media (min-width: 720px) {
|
|
4476
|
-
.unsubscribe h2 {
|
|
4477
|
-
font-size: 2rem;
|
|
4478
|
-
padding: 2.7rem 0 1rem 0; } }
|
|
4479
|
-
|
|
4480
|
-
.unsubscribe .m-richText h2 + p {
|
|
4481
|
-
padding-top: 1.5rem; }
|
|
4482
|
-
|
|
4483
|
-
.unsubscribe p {
|
|
4484
|
-
padding: 0 2rem 1.5rem 2rem;
|
|
4485
|
-
width: 100%;
|
|
4486
|
-
margin: 0; }
|
|
4487
|
-
@media (min-width: 960px) {
|
|
4488
|
-
.unsubscribe p {
|
|
4489
|
-
padding: 0 8rem 1.5rem 8rem; } }
|
|
4490
|
-
@media (min-width: 1200px) {
|
|
4491
|
-
.unsubscribe p {
|
|
4492
|
-
padding: 0 15rem 1.5rem 15rem; } }
|
|
4493
|
-
|
|
4494
|
-
.unsubscribe img {
|
|
4495
|
-
max-width: 100%;
|
|
4496
|
-
display: block;
|
|
4497
|
-
margin: 0; }
|
|
4498
|
-
|
|
4499
|
-
.unsubscribe .image-preview {
|
|
4500
|
-
margin: 0 auto;
|
|
4501
|
-
padding: 0.5rem 0;
|
|
4502
|
-
border: none;
|
|
4503
|
-
width: auto;
|
|
4504
|
-
height: auto; }
|
|
4505
|
-
|
|
4506
4339
|
.whyLawDistrictSection {
|
|
4507
4340
|
text-align: center;
|
|
4508
4341
|
background-color: var(--neutral-neutral-6);
|
|
@@ -4528,3 +4361,78 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4528
4361
|
margin-bottom: 3.5rem;
|
|
4529
4362
|
display: inline-block;
|
|
4530
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
|
|
1
|
+
import { type FC } from 'react';
|
|
2
2
|
import { type StepGetFormProps } from './StepGetFormProps.types';
|
|
3
3
|
import './StepGetForm.scss';
|
|
4
|
-
declare const StepGetForm:
|
|
4
|
+
declare const StepGetForm: FC<StepGetFormProps>;
|
|
5
5
|
export default StepGetForm;
|
|
@@ -1,7 +1,14 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
6
|
+
icon: {
|
|
7
|
+
localFile: {
|
|
8
|
+
publicURL: string;
|
|
9
|
+
childImageSharp: {
|
|
10
|
+
gatsbyImageData: IGatsbyImageData;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
7
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { type FC } from 'react';
|
|
2
2
|
import { type HowGetYourFormsSectionProps } from './HowGetYourFormsSectionProps.types';
|
|
3
3
|
import './HowGetYourFormsSection.scss';
|
|
4
|
-
declare const HowGetYourFormsSection:
|
|
4
|
+
declare const HowGetYourFormsSection: FC<HowGetYourFormsSectionProps>;
|
|
5
5
|
export default HowGetYourFormsSection;
|
|
@@ -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';
|