@npm_leadtech/legal-lib-components 2.29.0 → 2.31.0
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 +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +16 -0
- package/dist/cjs/src/components/atoms/RichTextStrapi/RichTextStrapiProps.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 +16 -0
- package/dist/esm/src/components/atoms/RichTextStrapi/RichTextStrapiProps.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2453,6 +2453,22 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2453
2453
|
.richt-text-strapi ol li {
|
|
2454
2454
|
margin-bottom: 1rem; }
|
|
2455
2455
|
|
|
2456
|
+
.richt-text-strapi.--short-text {
|
|
2457
|
+
background-color: var(--primary-main-light-5);
|
|
2458
|
+
padding: 1rem;
|
|
2459
|
+
border-radius: 0.4rem; }
|
|
2460
|
+
|
|
2461
|
+
.richt-text-strapi .expand-box {
|
|
2462
|
+
display: flex;
|
|
2463
|
+
cursor: pointer;
|
|
2464
|
+
color: var(--primary-main-light-1);
|
|
2465
|
+
font-family: "Inter", sans-serif;
|
|
2466
|
+
font-size: 14px;
|
|
2467
|
+
font-weight: 400;
|
|
2468
|
+
line-height: 18px;
|
|
2469
|
+
letter-spacing: -0.3px;
|
|
2470
|
+
text-align: left; }
|
|
2471
|
+
|
|
2456
2472
|
.e-searchselect {
|
|
2457
2473
|
display: flex;
|
|
2458
2474
|
flex-direction: column-reverse;
|