@npm_leadtech/legal-lib-components 2.45.5 → 2.45.6

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.
@@ -4474,13 +4474,21 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4474
4474
  .type-modules-list {
4475
4475
  display: flex;
4476
4476
  flex-direction: column;
4477
- gap: 2rem; }
4477
+ gap: 2rem;
4478
+ max-width: 400px; }
4479
+ @media (min-width: 960px) {
4480
+ .type-modules-list {
4481
+ max-width: none; } }
4478
4482
  .type-modules-list .module-item {
4479
4483
  display: flex;
4480
4484
  justify-content: center;
4485
+ flex-direction: column;
4481
4486
  background-color: var(--neutral-neutral-6);
4482
4487
  padding: 24px;
4483
4488
  box-shadow: 0px 2px 6px 0px #02374a3f; }
4489
+ @media (min-width: 960px) {
4490
+ .type-modules-list .module-item {
4491
+ flex-direction: row; } }
4484
4492
  .type-modules-list .module-title {
4485
4493
  font-family: "Inter", sans-serif;
4486
4494
  font-size: 18px;
@@ -4488,7 +4496,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4488
4496
  line-height: 24px;
4489
4497
  letter-spacing: -0.3px;
4490
4498
  text-align: left;
4491
- margin-bottom: 1rem; }
4499
+ margin-bottom: 1rem;
4500
+ margin-top: 1rem; }
4501
+ @media (min-width: 960px) {
4502
+ .type-modules-list .module-title {
4503
+ margin-top: 0; } }
4492
4504
  .type-modules-list .module-description {
4493
4505
  font-family: "Inter", sans-serif;
4494
4506
  font-size: 16px;
@@ -4498,16 +4510,29 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4498
4510
  text-align: left;
4499
4511
  margin-bottom: 1rem; }
4500
4512
  .type-modules-list .module-image {
4501
- width: 35%;
4502
- margin-right: 20px; }
4513
+ display: flex;
4514
+ justify-content: center;
4515
+ width: 100%; }
4516
+ @media (min-width: 960px) {
4517
+ .type-modules-list .module-image {
4518
+ justify-content: flex-start;
4519
+ width: 25%;
4520
+ margin-right: 20px; } }
4503
4521
  .type-modules-list .module-content {
4504
4522
  display: flex;
4505
4523
  flex-direction: column;
4506
- width: 65%; }
4524
+ width: 100%; }
4525
+ @media (min-width: 960px) {
4526
+ .type-modules-list .module-content {
4527
+ width: 65%; } }
4507
4528
  .type-modules-list .module-buttons {
4508
4529
  display: flex;
4509
4530
  gap: 0.5rem;
4510
- width: max-content; }
4531
+ width: 100%; }
4532
+ @media (min-width: 960px) {
4533
+ .type-modules-list .module-buttons {
4534
+ width: max-content;
4535
+ gap: 0; } }
4511
4536
  .type-modules-list .module-buttons .e-button {
4512
4537
  display: flex;
4513
4538
  justify-content: center;
@@ -4474,13 +4474,21 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4474
4474
  .type-modules-list {
4475
4475
  display: flex;
4476
4476
  flex-direction: column;
4477
- gap: 2rem; }
4477
+ gap: 2rem;
4478
+ max-width: 400px; }
4479
+ @media (min-width: 960px) {
4480
+ .type-modules-list {
4481
+ max-width: none; } }
4478
4482
  .type-modules-list .module-item {
4479
4483
  display: flex;
4480
4484
  justify-content: center;
4485
+ flex-direction: column;
4481
4486
  background-color: var(--neutral-neutral-6);
4482
4487
  padding: 24px;
4483
4488
  box-shadow: 0px 2px 6px 0px #02374a3f; }
4489
+ @media (min-width: 960px) {
4490
+ .type-modules-list .module-item {
4491
+ flex-direction: row; } }
4484
4492
  .type-modules-list .module-title {
4485
4493
  font-family: "Inter", sans-serif;
4486
4494
  font-size: 18px;
@@ -4488,7 +4496,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4488
4496
  line-height: 24px;
4489
4497
  letter-spacing: -0.3px;
4490
4498
  text-align: left;
4491
- margin-bottom: 1rem; }
4499
+ margin-bottom: 1rem;
4500
+ margin-top: 1rem; }
4501
+ @media (min-width: 960px) {
4502
+ .type-modules-list .module-title {
4503
+ margin-top: 0; } }
4492
4504
  .type-modules-list .module-description {
4493
4505
  font-family: "Inter", sans-serif;
4494
4506
  font-size: 16px;
@@ -4498,16 +4510,29 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4498
4510
  text-align: left;
4499
4511
  margin-bottom: 1rem; }
4500
4512
  .type-modules-list .module-image {
4501
- width: 35%;
4502
- margin-right: 20px; }
4513
+ display: flex;
4514
+ justify-content: center;
4515
+ width: 100%; }
4516
+ @media (min-width: 960px) {
4517
+ .type-modules-list .module-image {
4518
+ justify-content: flex-start;
4519
+ width: 25%;
4520
+ margin-right: 20px; } }
4503
4521
  .type-modules-list .module-content {
4504
4522
  display: flex;
4505
4523
  flex-direction: column;
4506
- width: 65%; }
4524
+ width: 100%; }
4525
+ @media (min-width: 960px) {
4526
+ .type-modules-list .module-content {
4527
+ width: 65%; } }
4507
4528
  .type-modules-list .module-buttons {
4508
4529
  display: flex;
4509
4530
  gap: 0.5rem;
4510
- width: max-content; }
4531
+ width: 100%; }
4532
+ @media (min-width: 960px) {
4533
+ .type-modules-list .module-buttons {
4534
+ width: max-content;
4535
+ gap: 0; } }
4511
4536
  .type-modules-list .module-buttons .e-button {
4512
4537
  display: flex;
4513
4538
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.45.5",
3
+ "version": "2.45.6",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",