@npm_leadtech/legal-lib-components 2.11.4 → 2.11.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.
@@ -1689,11 +1689,16 @@ html[data-theme='uslawdistricts'] {
1689
1689
  display: flex;
1690
1690
  align-items: center;
1691
1691
  justify-content: center;
1692
- margin-top: 5rem; }
1692
+ margin-top: 7rem; }
1693
+ .expert-card:first-child {
1694
+ margin-top: 5rem; }
1695
+ @media (min-width: 720px) {
1696
+ .expert-card {
1697
+ margin-top: 5rem; } }
1693
1698
  .expert-card__box {
1694
1699
  background-color: white;
1695
1700
  border-radius: 0.3rem;
1696
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1), 0.2);
1701
+ box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
1697
1702
  padding: 7rem 2rem 0 2rem;
1698
1703
  min-height: 13rem;
1699
1704
  display: flex;
@@ -1701,7 +1706,8 @@ html[data-theme='uslawdistricts'] {
1701
1706
  align-items: center;
1702
1707
  justify-content: flex-start;
1703
1708
  width: 17.625rem;
1704
- margin-left: 2rem; }
1709
+ margin-left: 2rem;
1710
+ transform: translateY(75px); }
1705
1711
  .expert-card__image {
1706
1712
  position: absolute;
1707
1713
  transform: translateY(-115%); }
@@ -3668,8 +3674,12 @@ html[data-theme='uslawdistricts'] {
3668
3674
 
3669
3675
  .expert-card-list {
3670
3676
  display: flex;
3671
- flex-direction: row;
3672
- justify-content: center; }
3677
+ flex-direction: column;
3678
+ justify-content: center;
3679
+ transform: translateY(75px); }
3680
+ @media (min-width: 720px) {
3681
+ .expert-card-list {
3682
+ flex-direction: row; } }
3673
3683
 
3674
3684
  .articles_wrapper {
3675
3685
  display: flex;
@@ -3988,7 +3998,9 @@ html[data-theme='uslawdistricts'] {
3988
3998
  .experts-section {
3989
3999
  display: flex;
3990
4000
  justify-content: center;
3991
- flex-direction: column; }
4001
+ flex-direction: column;
4002
+ background-color: var(--primary-main-light-6);
4003
+ margin-bottom: 8rem; }
3992
4004
  .experts-section__title {
3993
4005
  font-family: Lora;
3994
4006
  font-size: 32px;
@@ -1689,11 +1689,16 @@ html[data-theme='uslawdistricts'] {
1689
1689
  display: flex;
1690
1690
  align-items: center;
1691
1691
  justify-content: center;
1692
- margin-top: 5rem; }
1692
+ margin-top: 7rem; }
1693
+ .expert-card:first-child {
1694
+ margin-top: 5rem; }
1695
+ @media (min-width: 720px) {
1696
+ .expert-card {
1697
+ margin-top: 5rem; } }
1693
1698
  .expert-card__box {
1694
1699
  background-color: white;
1695
1700
  border-radius: 0.3rem;
1696
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1), 0.2);
1701
+ box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
1697
1702
  padding: 7rem 2rem 0 2rem;
1698
1703
  min-height: 13rem;
1699
1704
  display: flex;
@@ -1701,7 +1706,8 @@ html[data-theme='uslawdistricts'] {
1701
1706
  align-items: center;
1702
1707
  justify-content: flex-start;
1703
1708
  width: 17.625rem;
1704
- margin-left: 2rem; }
1709
+ margin-left: 2rem;
1710
+ transform: translateY(75px); }
1705
1711
  .expert-card__image {
1706
1712
  position: absolute;
1707
1713
  transform: translateY(-115%); }
@@ -3668,8 +3674,12 @@ html[data-theme='uslawdistricts'] {
3668
3674
 
3669
3675
  .expert-card-list {
3670
3676
  display: flex;
3671
- flex-direction: row;
3672
- justify-content: center; }
3677
+ flex-direction: column;
3678
+ justify-content: center;
3679
+ transform: translateY(75px); }
3680
+ @media (min-width: 720px) {
3681
+ .expert-card-list {
3682
+ flex-direction: row; } }
3673
3683
 
3674
3684
  .articles_wrapper {
3675
3685
  display: flex;
@@ -3988,7 +3998,9 @@ html[data-theme='uslawdistricts'] {
3988
3998
  .experts-section {
3989
3999
  display: flex;
3990
4000
  justify-content: center;
3991
- flex-direction: column; }
4001
+ flex-direction: column;
4002
+ background-color: var(--primary-main-light-6);
4003
+ margin-bottom: 8rem; }
3992
4004
  .experts-section__title {
3993
4005
  font-family: Lora;
3994
4006
  font-size: 32px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.11.4",
3
+ "version": "2.11.6",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",