@npm_leadtech/legal-lib-components 2.6.10 → 2.8.1

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.
@@ -2771,8 +2771,11 @@
2771
2771
  align-items: center;
2772
2772
  text-align: center; }
2773
2773
  .feedback__main {
2774
- padding: 3rem 0 4rem;
2774
+ padding: 2rem 0 2rem;
2775
2775
  max-width: 25em; }
2776
+ @media (min-width: 575px) {
2777
+ .feedback__main {
2778
+ padding: 3rem 0 4rem; } }
2776
2779
  .feedback--large {
2777
2780
  flex-direction: column;
2778
2781
  height: 100%; }
@@ -2811,7 +2814,7 @@
2811
2814
  .feedback__image_img {
2812
2815
  margin: 0 auto;
2813
2816
  margin-bottom: 2rem;
2814
- width: 11rem; }
2817
+ width: 8rem; }
2815
2818
  @media (min-width: 575px) {
2816
2819
  .feedback__image_img {
2817
2820
  width: 13rem; } }
@@ -3517,9 +3520,8 @@
3517
3520
  font-size: 16px;
3518
3521
  line-height: 22px; }
3519
3522
  .guidelines-section__texts__body a {
3520
- color: #078080; }
3521
- .guidelines-section__texts__body #faqs-page {
3522
- font-weight: 400; }
3523
+ color: #078080;
3524
+ font-weight: 400 !important; }
3523
3525
 
3524
3526
  .guidelines-section__image {
3525
3527
  flex-basis: 50%;
@@ -2771,8 +2771,11 @@
2771
2771
  align-items: center;
2772
2772
  text-align: center; }
2773
2773
  .feedback__main {
2774
- padding: 3rem 0 4rem;
2774
+ padding: 2rem 0 2rem;
2775
2775
  max-width: 25em; }
2776
+ @media (min-width: 575px) {
2777
+ .feedback__main {
2778
+ padding: 3rem 0 4rem; } }
2776
2779
  .feedback--large {
2777
2780
  flex-direction: column;
2778
2781
  height: 100%; }
@@ -2811,7 +2814,7 @@
2811
2814
  .feedback__image_img {
2812
2815
  margin: 0 auto;
2813
2816
  margin-bottom: 2rem;
2814
- width: 11rem; }
2817
+ width: 8rem; }
2815
2818
  @media (min-width: 575px) {
2816
2819
  .feedback__image_img {
2817
2820
  width: 13rem; } }
@@ -3517,9 +3520,8 @@
3517
3520
  font-size: 16px;
3518
3521
  line-height: 22px; }
3519
3522
  .guidelines-section__texts__body a {
3520
- color: #078080; }
3521
- .guidelines-section__texts__body #faqs-page {
3522
- font-weight: 400; }
3523
+ color: #078080;
3524
+ font-weight: 400 !important; }
3523
3525
 
3524
3526
  .guidelines-section__image {
3525
3527
  flex-basis: 50%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.6.10",
3
+ "version": "2.8.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",