@npm_leadtech/legal-lib-components 2.45.3 → 2.45.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.
|
@@ -4477,7 +4477,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4477
4477
|
gap: 2rem; }
|
|
4478
4478
|
.type-modules-list .module-item {
|
|
4479
4479
|
display: flex;
|
|
4480
|
-
flex-wrap: wrap;
|
|
4481
4480
|
justify-content: center;
|
|
4482
4481
|
background-color: var(--neutral-neutral-6);
|
|
4483
4482
|
padding: 24px;
|
|
@@ -4499,31 +4498,33 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4499
4498
|
text-align: left;
|
|
4500
4499
|
margin-bottom: 1rem; }
|
|
4501
4500
|
.type-modules-list .module-image {
|
|
4502
|
-
width:
|
|
4501
|
+
width: 35%;
|
|
4503
4502
|
margin-right: 20px; }
|
|
4504
4503
|
.type-modules-list .module-content {
|
|
4505
|
-
|
|
4504
|
+
display: flex;
|
|
4505
|
+
flex-direction: column;
|
|
4506
|
+
width: 65%; }
|
|
4506
4507
|
.type-modules-list .module-buttons {
|
|
4507
4508
|
display: flex;
|
|
4508
4509
|
gap: 1rem;
|
|
4509
4510
|
width: max-content; }
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4511
|
+
.type-modules-list .module-buttons .e-button {
|
|
4512
|
+
display: flex;
|
|
4513
|
+
justify-content: center;
|
|
4514
|
+
width: 100%;
|
|
4515
|
+
margin-top: 0;
|
|
4516
|
+
padding-top: 0.6rem;
|
|
4517
|
+
padding-bottom: 0.6rem;
|
|
4518
|
+
background: var(--others-white); }
|
|
4519
|
+
@media (min-width: 960px) {
|
|
4520
|
+
.type-modules-list .module-buttons .e-button {
|
|
4521
|
+
margin: 0 0.5rem; } }
|
|
4522
|
+
.type-modules-list .module-buttons .e-button.download-icon::before {
|
|
4523
|
+
content: '';
|
|
4524
|
+
width: 1rem;
|
|
4525
|
+
height: 1rem;
|
|
4526
|
+
background-image: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12.8625 8.47054C13.1222 8.21085 13.1222 7.7898 12.8625 7.53012C12.6029 7.27059 12.1822 7.2704 11.9225 7.52969L8.66602 10.7803V3.33366C8.66602 2.96547 8.36754 2.66699 7.99935 2.66699C7.63116 2.66699 7.33268 2.96547 7.33268 3.33366V10.7803L4.0858 7.52763C3.82457 7.26593 3.4006 7.26574 3.13914 7.5272C2.87784 7.7885 2.87784 8.21215 3.13914 8.47345L7.29224 12.6266C7.68277 13.0171 8.31593 13.0171 8.70646 12.6266L12.8625 8.47054Z%22 fill%3D%22%233D4042%22%2F%3E%3C%2Fsvg%3E");
|
|
4527
|
+
margin-right: 0.5rem; }
|
|
4527
4528
|
|
|
4528
4529
|
.about-us-content {
|
|
4529
4530
|
display: flex;
|