@npm_leadtech/legal-lib-components 2.11.3 → 2.11.5
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 +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +14 -1
- package/dist/cjs/src/components/sections/index.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 +14 -1
- package/dist/esm/src/components/sections/index.d.ts +1 -0
- package/dist/index.d.ts +8 -1
- package/package.json +1 -1
|
@@ -1693,7 +1693,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
1693
1693
|
.expert-card__box {
|
|
1694
1694
|
background-color: white;
|
|
1695
1695
|
border-radius: 0.3rem;
|
|
1696
|
-
box-shadow:
|
|
1696
|
+
box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
|
|
1697
1697
|
padding: 7rem 2rem 0 2rem;
|
|
1698
1698
|
min-height: 13rem;
|
|
1699
1699
|
display: flex;
|
|
@@ -3984,3 +3984,16 @@ html[data-theme='uslawdistricts'] {
|
|
|
3984
3984
|
line-height: 42px;
|
|
3985
3985
|
letter-spacing: -0.3px;
|
|
3986
3986
|
margin: 1rem 0; }
|
|
3987
|
+
|
|
3988
|
+
.experts-section {
|
|
3989
|
+
display: flex;
|
|
3990
|
+
justify-content: center;
|
|
3991
|
+
flex-direction: column; }
|
|
3992
|
+
.experts-section__title {
|
|
3993
|
+
font-family: Lora;
|
|
3994
|
+
font-size: 32px;
|
|
3995
|
+
font-weight: 400;
|
|
3996
|
+
line-height: 42px;
|
|
3997
|
+
letter-spacing: -0.3px;
|
|
3998
|
+
text-align: center;
|
|
3999
|
+
margin-bottom: 3rem; }
|