@npm_leadtech/legal-lib-components 3.2.2 → 3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +116 -64
- package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.d.ts +1 -2
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +116 -64
- package/dist/esm/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.d.ts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
|
@@ -3929,7 +3929,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3929
3929
|
.mid-banner-ratafia-sample__image img {
|
|
3930
3930
|
border-radius: 8px 8px 0 0;
|
|
3931
3931
|
box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
|
|
3932
|
-
width:
|
|
3932
|
+
width: 727px; }
|
|
3933
3933
|
.mid-banner-ratafia-sample__sumarized-tag {
|
|
3934
3934
|
display: flex;
|
|
3935
3935
|
justify-content: center;
|
|
@@ -4782,7 +4782,10 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4782
4782
|
box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25); }
|
|
4783
4783
|
@media (min-width: 720px) {
|
|
4784
4784
|
.upload-ratafia-zone {
|
|
4785
|
-
max-width:
|
|
4785
|
+
max-width: 340px; } }
|
|
4786
|
+
@media (min-width: 960px) {
|
|
4787
|
+
.upload-ratafia-zone {
|
|
4788
|
+
max-width: 528px; } }
|
|
4786
4789
|
.upload-ratafia-zone__content {
|
|
4787
4790
|
display: flex;
|
|
4788
4791
|
flex-direction: column;
|
|
@@ -5045,18 +5048,17 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5045
5048
|
display: flex;
|
|
5046
5049
|
flex-direction: column;
|
|
5047
5050
|
align-items: flex-start;
|
|
5048
|
-
gap: 1rem;
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
color: var(--others-white); }
|
|
5051
|
+
gap: 1rem; }
|
|
5052
|
+
.jumbotron-ratafia-content__title__text {
|
|
5053
|
+
line-height: 2.25rem;
|
|
5054
|
+
font-size: 2rem;
|
|
5055
|
+
font-family: 'Inter', sans-serif;
|
|
5056
|
+
color: var(--others-white); }
|
|
5057
|
+
.jumbotron-ratafia-content__title__text__icon {
|
|
5058
|
+
padding: 0 0.6rem;
|
|
5059
|
+
border-radius: 4px;
|
|
5060
|
+
color: var(--primary-main-dark-2);
|
|
5061
|
+
background: var(--secondary-main-light-2); }
|
|
5060
5062
|
.jumbotron-ratafia-content__description {
|
|
5061
5063
|
color: var(--others-white); }
|
|
5062
5064
|
|
|
@@ -5304,13 +5306,17 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5304
5306
|
margin: 1rem 0; }
|
|
5305
5307
|
|
|
5306
5308
|
.benefit-ratafia-section {
|
|
5309
|
+
display: flex;
|
|
5310
|
+
justify-content: center;
|
|
5311
|
+
align-content: center;
|
|
5312
|
+
width: 100%;
|
|
5307
5313
|
padding: 2rem 1.5rem; }
|
|
5308
5314
|
@media (min-width: 960px) {
|
|
5309
5315
|
.benefit-ratafia-section {
|
|
5310
5316
|
padding: 3rem 2rem; } }
|
|
5311
5317
|
@media (min-width: 1600px) {
|
|
5312
5318
|
.benefit-ratafia-section {
|
|
5313
|
-
padding: 3rem
|
|
5319
|
+
padding: 3rem 0; } }
|
|
5314
5320
|
.benefit-ratafia-section__wrapper {
|
|
5315
5321
|
display: flex;
|
|
5316
5322
|
flex-direction: column;
|
|
@@ -5319,7 +5325,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5319
5325
|
align-self: stretch;
|
|
5320
5326
|
padding: 1.5rem;
|
|
5321
5327
|
gap: 2rem;
|
|
5322
|
-
border-radius: 16px;
|
|
5328
|
+
border-radius: 16px;
|
|
5329
|
+
max-width: 1200px; }
|
|
5323
5330
|
@media (min-width: 720px) {
|
|
5324
5331
|
.benefit-ratafia-section__wrapper {
|
|
5325
5332
|
padding: 2rem; } }
|
|
@@ -5451,21 +5458,28 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5451
5458
|
width: 100%; }
|
|
5452
5459
|
|
|
5453
5460
|
.faq-ratafia-section {
|
|
5461
|
+
display: flex;
|
|
5462
|
+
align-items: center;
|
|
5463
|
+
justify-content: center;
|
|
5454
5464
|
padding: 3rem 1.5rem 5rem 1.5rem;
|
|
5455
5465
|
max-width: none;
|
|
5456
5466
|
background: var(--neutral-neutral-6); }
|
|
5457
5467
|
@media (min-width: 960px) {
|
|
5458
5468
|
.faq-ratafia-section {
|
|
5459
5469
|
padding: 3rem 2rem 5rem 2rem; } }
|
|
5460
|
-
@media (min-width:
|
|
5470
|
+
@media (min-width: 1200px) {
|
|
5461
5471
|
.faq-ratafia-section {
|
|
5462
5472
|
padding: 3rem 13.75rem 5rem 13.75rem; } }
|
|
5473
|
+
@media (min-width: 1600px) {
|
|
5474
|
+
.faq-ratafia-section {
|
|
5475
|
+
padding: 3rem 28rem 5rem 28rem; } }
|
|
5463
5476
|
|
|
5464
5477
|
.features-ratafia-section {
|
|
5465
5478
|
display: flex;
|
|
5466
5479
|
justify-content: center;
|
|
5467
5480
|
align-items: center;
|
|
5468
5481
|
align-self: stretch;
|
|
5482
|
+
width: 100%;
|
|
5469
5483
|
padding: 2rem 1.5rem; }
|
|
5470
5484
|
@media (min-width: 960px) {
|
|
5471
5485
|
.features-ratafia-section {
|
|
@@ -5473,20 +5487,30 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5473
5487
|
gap: 1.5rem; } }
|
|
5474
5488
|
@media (min-width: 1600px) {
|
|
5475
5489
|
.features-ratafia-section {
|
|
5476
|
-
padding: 3rem
|
|
5490
|
+
padding: 3rem 0;
|
|
5477
5491
|
gap: 5rem; } }
|
|
5478
|
-
.features-ratafia-
|
|
5479
|
-
display:
|
|
5480
|
-
|
|
5492
|
+
.features-ratafia-section__wrapper {
|
|
5493
|
+
display: flex;
|
|
5494
|
+
justify-content: center;
|
|
5495
|
+
align-items: center;
|
|
5496
|
+
align-self: stretch;
|
|
5497
|
+
max-width: 1200px; }
|
|
5481
5498
|
@media (min-width: 960px) {
|
|
5482
|
-
.features-ratafia-
|
|
5483
|
-
display: flex;
|
|
5484
|
-
flex-direction: column;
|
|
5485
|
-
align-items: center;
|
|
5486
|
-
padding: 1.5rem;
|
|
5499
|
+
.features-ratafia-section__wrapper {
|
|
5487
5500
|
gap: 1.5rem; } }
|
|
5488
|
-
|
|
5489
|
-
|
|
5501
|
+
@media (min-width: 1600px) {
|
|
5502
|
+
.features-ratafia-section__wrapper {
|
|
5503
|
+
gap: 5rem; } }
|
|
5504
|
+
.features-ratafia-section__wrapper__children {
|
|
5505
|
+
display: none;
|
|
5506
|
+
min-width: 50%; }
|
|
5507
|
+
@media (min-width: 960px) {
|
|
5508
|
+
.features-ratafia-section__wrapper__children {
|
|
5509
|
+
display: flex;
|
|
5510
|
+
flex-direction: column;
|
|
5511
|
+
align-items: center; } }
|
|
5512
|
+
.features-ratafia-section__wrapper__children img {
|
|
5513
|
+
width: 100%; }
|
|
5490
5514
|
|
|
5491
5515
|
.guidelines-section {
|
|
5492
5516
|
display: flex;
|
|
@@ -5516,25 +5540,32 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5516
5540
|
|
|
5517
5541
|
.jumbotron-ratafia-section {
|
|
5518
5542
|
display: flex;
|
|
5519
|
-
flex-direction: column;
|
|
5520
5543
|
justify-content: center;
|
|
5521
|
-
align-
|
|
5522
|
-
align-self: stretch;
|
|
5544
|
+
align-content: center;
|
|
5523
5545
|
width: 100%;
|
|
5524
|
-
padding: 2.5rem 1.5rem 6.5rem 1.5rem;
|
|
5525
|
-
gap: 2.5rem; }
|
|
5526
|
-
@media (min-width: 720px) {
|
|
5527
|
-
.jumbotron-ratafia-section {
|
|
5528
|
-
flex-direction: row; } }
|
|
5546
|
+
padding: 2.5rem 1.5rem 6.5rem 1.5rem; }
|
|
5529
5547
|
@media (min-width: 1200px) {
|
|
5530
5548
|
.jumbotron-ratafia-section {
|
|
5531
5549
|
padding: 5rem 2rem 6.5rem 2rem; } }
|
|
5532
5550
|
@media (min-width: 1600px) {
|
|
5533
5551
|
.jumbotron-ratafia-section {
|
|
5534
|
-
padding: 5rem 7.5rem 6.5rem 7.5rem;
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
flex:
|
|
5552
|
+
padding: 5rem 7.5rem 6.5rem 7.5rem; } }
|
|
5553
|
+
.jumbotron-ratafia-section__wrapper {
|
|
5554
|
+
display: flex;
|
|
5555
|
+
flex-direction: column;
|
|
5556
|
+
justify-content: center;
|
|
5557
|
+
align-items: center;
|
|
5558
|
+
align-self: stretch;
|
|
5559
|
+
gap: 2.5rem;
|
|
5560
|
+
max-width: 1200px; }
|
|
5561
|
+
@media (min-width: 720px) {
|
|
5562
|
+
.jumbotron-ratafia-section__wrapper {
|
|
5563
|
+
flex-direction: row; } }
|
|
5564
|
+
@media (min-width: 1600px) {
|
|
5565
|
+
.jumbotron-ratafia-section__wrapper {
|
|
5566
|
+
gap: 5rem; } }
|
|
5567
|
+
.jumbotron-ratafia-section__wrapper__children {
|
|
5568
|
+
flex: none; }
|
|
5538
5569
|
|
|
5539
5570
|
.jumbotron--simplified {
|
|
5540
5571
|
background: var(--primary-main-light-6);
|
|
@@ -5647,6 +5678,10 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5647
5678
|
list-style-type: decimal; }
|
|
5648
5679
|
|
|
5649
5680
|
.mid-banner-ratafia-section {
|
|
5681
|
+
display: flex;
|
|
5682
|
+
justify-content: center;
|
|
5683
|
+
align-content: center;
|
|
5684
|
+
width: 100%;
|
|
5650
5685
|
padding: 2rem 1.5rem; }
|
|
5651
5686
|
@media (min-width: 1200px) {
|
|
5652
5687
|
.mid-banner-ratafia-section {
|
|
@@ -5661,6 +5696,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5661
5696
|
flex: 1 0 0;
|
|
5662
5697
|
padding: 2rem;
|
|
5663
5698
|
gap: 3rem;
|
|
5699
|
+
max-width: 1200px;
|
|
5664
5700
|
border-radius: 16px;
|
|
5665
5701
|
background: var(--neutral-neutral-6); }
|
|
5666
5702
|
@media (min-width: 1200px) {
|
|
@@ -5687,34 +5723,47 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5687
5723
|
|
|
5688
5724
|
.steps-ratafia-section {
|
|
5689
5725
|
z-index: 999;
|
|
5690
|
-
|
|
5691
|
-
flex-direction: column;
|
|
5692
|
-
align-items: center;
|
|
5693
|
-
align-self: stretch;
|
|
5694
|
-
gap: 3rem;
|
|
5695
|
-
margin-top: -1.5rem;
|
|
5696
|
-
padding: 0 1.5rem 2rem 1.5rem; }
|
|
5726
|
+
width: 100%; }
|
|
5697
5727
|
@media (min-width: 1200px) {
|
|
5698
5728
|
.steps-ratafia-section {
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
justify-content: space-between;
|
|
5705
|
-
align-items: flex-start; } }
|
|
5706
|
-
.steps-ratafia-section__video {
|
|
5729
|
+
display: flex;
|
|
5730
|
+
justify-content: center;
|
|
5731
|
+
align-items: center;
|
|
5732
|
+
align-self: stretch; } }
|
|
5733
|
+
.steps-ratafia-section__wrapper {
|
|
5707
5734
|
display: flex;
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
.
|
|
5715
|
-
|
|
5735
|
+
flex-direction: column;
|
|
5736
|
+
justify-content: center;
|
|
5737
|
+
align-items: center;
|
|
5738
|
+
align-self: stretch;
|
|
5739
|
+
gap: 3rem;
|
|
5740
|
+
margin-top: -1.5rem;
|
|
5741
|
+
padding: 0 1.5rem 2rem 1.5rem;
|
|
5742
|
+
max-width: 1200px; }
|
|
5743
|
+
@media (min-width: 1200px) {
|
|
5744
|
+
.steps-ratafia-section__wrapper {
|
|
5745
|
+
padding: 0 0 3rem 0; } }
|
|
5746
|
+
@media (min-width: 1600px) {
|
|
5747
|
+
.steps-ratafia-section__wrapper {
|
|
5748
|
+
flex-direction: row;
|
|
5749
|
+
justify-content: center;
|
|
5750
|
+
align-items: center; } }
|
|
5751
|
+
.steps-ratafia-section__wrapper__video {
|
|
5752
|
+
display: flex;
|
|
5753
|
+
justify-content: center;
|
|
5754
|
+
max-width: 720px; }
|
|
5755
|
+
.steps-ratafia-section__wrapper__video video {
|
|
5756
|
+
border-radius: 8px;
|
|
5757
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(2, 55, 74, 0.25);
|
|
5758
|
+
width: 100%; }
|
|
5759
|
+
.steps-ratafia-section__wrapper__content {
|
|
5760
|
+
flex: 1; }
|
|
5716
5761
|
|
|
5717
5762
|
.try-it-ratafia-section {
|
|
5763
|
+
display: flex;
|
|
5764
|
+
justify-content: center;
|
|
5765
|
+
align-content: center;
|
|
5766
|
+
width: 100%;
|
|
5718
5767
|
padding: 2rem 1.5rem; }
|
|
5719
5768
|
@media (min-width: 960px) {
|
|
5720
5769
|
.try-it-ratafia-section {
|
|
@@ -5730,7 +5779,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5730
5779
|
align-self: stretch;
|
|
5731
5780
|
padding: 1.5rem;
|
|
5732
5781
|
gap: 1.5rem;
|
|
5733
|
-
border-radius: 16px;
|
|
5782
|
+
border-radius: 16px;
|
|
5783
|
+
max-width: 1200px; }
|
|
5734
5784
|
@media (min-width: 720px) {
|
|
5735
5785
|
.try-it-ratafia-section__wrapper {
|
|
5736
5786
|
padding: 2rem;
|
|
@@ -5756,6 +5806,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5756
5806
|
.try-it-ratafia-section__wrapper__content__title {
|
|
5757
5807
|
align-self: stretch;
|
|
5758
5808
|
color: var(--others-white); }
|
|
5809
|
+
.try-it-ratafia-section__wrapper__children {
|
|
5810
|
+
max-width: 460px; }
|
|
5759
5811
|
|
|
5760
5812
|
.try-our-free-legal-blogs-section {
|
|
5761
5813
|
display: flex;
|