@npm_leadtech/legal-lib-components 2.11.11 → 2.11.13
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +6 -3
- package/dist/cjs/src/components/atoms/RichTextStrapi/RichTextStrapi.d.ts +1 -0
- package/dist/cjs/src/components/atoms/RichTextStrapi/__stories__/RichTextStrapi.stories.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +6 -3
- package/dist/esm/src/components/atoms/RichTextStrapi/RichTextStrapi.d.ts +1 -0
- package/dist/esm/src/components/atoms/RichTextStrapi/__stories__/RichTextStrapi.stories.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2333,6 +2333,10 @@ html[data-theme='uslawdistricts'] {
|
|
|
2333
2333
|
.rich-text .scroll-top-anchor {
|
|
2334
2334
|
cursor: pointer; }
|
|
2335
2335
|
|
|
2336
|
+
.richt-text-strapi ul li,
|
|
2337
|
+
.richt-text-strapi ol li {
|
|
2338
|
+
margin-bottom: 1rem; }
|
|
2339
|
+
|
|
2336
2340
|
.e-searchselect {
|
|
2337
2341
|
display: flex;
|
|
2338
2342
|
flex-direction: column-reverse;
|
|
@@ -4010,10 +4014,9 @@ html[data-theme='uslawdistricts'] {
|
|
|
4010
4014
|
line-height: 42px;
|
|
4011
4015
|
letter-spacing: -0.3px;
|
|
4012
4016
|
text-align: center;
|
|
4013
|
-
margin: 0 auto
|
|
4017
|
+
margin: 0 auto 5rem;
|
|
4014
4018
|
width: 90%;
|
|
4015
4019
|
transform: translateY(50px); }
|
|
4016
4020
|
@media (min-width: 720px) {
|
|
4017
4021
|
.experts-section__title {
|
|
4018
|
-
width: 100%;
|
|
4019
|
-
margin: 0 auto 3rem; } }
|
|
4022
|
+
width: 100%; } }
|