@digital-b2c/coreui-kit 0.7.4 → 0.7.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/index.css CHANGED
@@ -2560,14 +2560,16 @@ h4,
2560
2560
  }
2561
2561
  }
2562
2562
  .TextBody_module_subheading,
2563
- .TextBody_module_textBody .TextBody_module_body h3 {
2563
+ .TextBody_module_textBody .TextBody_module_body h3,
2564
+ .TextBody_module_textBody .TextBody_module_body h4 {
2564
2565
  font-size: 1.25rem;
2565
2566
  font-weight: 500;
2566
2567
  line-height: 1.4;
2567
2568
  }
2568
2569
  @media (max-width: 768px) {
2569
2570
  .TextBody_module_subheading,
2570
- .TextBody_module_textBody .TextBody_module_body h3 {
2571
+ .TextBody_module_textBody .TextBody_module_body h3,
2572
+ .TextBody_module_textBody .TextBody_module_body h4 {
2571
2573
  font-size: 18px;
2572
2574
  }
2573
2575
  }
@@ -2615,6 +2617,11 @@ a:hover {
2615
2617
  margin-bottom: var(--spacing-lg);
2616
2618
  }
2617
2619
  }
2620
+ @media (max-width: 768px) {
2621
+ .TextBody_module_textBody .TextBody_module_body {
2622
+ padding: 0 var(--spacing-md);
2623
+ }
2624
+ }
2618
2625
  .TextBody_module_textBody .TextBody_module_body p {
2619
2626
  font-size: var(--font-size-md);
2620
2627
  font-weight: var(--font-weight-regular);
@@ -2638,22 +2645,27 @@ a:hover {
2638
2645
  font-weight: var(--font-weight-bold);
2639
2646
  color: var(--color-black);
2640
2647
  }
2648
+ .TextBody_module_textBody .TextBody_module_body p:has(strong) {
2649
+ margin-bottom: 0 !important;
2650
+ }
2641
2651
  .TextBody_module_textBody .TextBody_module_body a {
2642
2652
  color: var(--color-link);
2643
2653
  font-weight: var(--font-weight-semibold);
2644
2654
  }
2645
2655
  .TextBody_module_textBody .TextBody_module_body h2 {
2646
2656
  font-weight: var(--font-weight-bold);
2647
- margin-bottom: var(--spacing-xl);
2648
2657
  color: var(--color-black);
2649
2658
  }
2650
- .TextBody_module_textBody .TextBody_module_body h3 {
2659
+ .TextBody_module_textBody .TextBody_module_body h3,
2660
+ .TextBody_module_textBody .TextBody_module_body h4 {
2661
+ font-size: var(--font-size-xl);
2651
2662
  margin-bottom: var(--spacing-lg);
2652
2663
  color: var(--color-black);
2653
2664
  }
2654
2665
  @media (max-width: 768px) {
2655
- .TextBody_module_textBody .TextBody_module_body h3 {
2656
- font-size: var(--font-size-md);
2666
+ .TextBody_module_textBody .TextBody_module_body h3,
2667
+ .TextBody_module_textBody .TextBody_module_body h4 {
2668
+ font-size: var(--font-size-lg);
2657
2669
  }
2658
2670
  }
2659
2671
  .TextBody_module_textBody .TextBody_module_body br {
@@ -2666,6 +2678,7 @@ a:hover {
2666
2678
  border-collapse: collapse;
2667
2679
  margin-bottom: var(--spacing-xl);
2668
2680
  border: 1px solid rgba(8, 8, 8, 0.5);
2681
+ table-layout: fixed;
2669
2682
  }
2670
2683
  .TextBody_module_textBody .TextBody_module_body table:last-child {
2671
2684
  margin-bottom: 0 !important;
@@ -2679,6 +2692,15 @@ a:hover {
2679
2692
  line-height: 1.5;
2680
2693
  color: var(--color-black);
2681
2694
  vertical-align: top;
2695
+ overflow-wrap: break-word;
2696
+ word-break: break-word;
2697
+ }
2698
+ @media (max-width: 768px) {
2699
+ .TextBody_module_textBody .TextBody_module_body th,
2700
+ .TextBody_module_textBody .TextBody_module_body td {
2701
+ padding: 8px;
2702
+ font-size: var(--font-size-sm);
2703
+ }
2682
2704
  }
2683
2705
  .TextBody_module_textBody .TextBody_module_body tbody tr:first-child {
2684
2706
  background: #dedede;
@@ -2705,6 +2727,34 @@ a:hover {
2705
2727
  margin-left: 48px;
2706
2728
  list-style-type: lower-alpha;
2707
2729
  }
2730
+ .TextBody_module_textBody .TextBody_module_body blockquote {
2731
+ border-left: 5px solid var(--color-gray);
2732
+ padding: 5px 0 1px 30px;
2733
+ margin: 15px 0;
2734
+ font-size: 1.125em;
2735
+ line-height: 1.125em;
2736
+ }
2737
+ .TextBody_module_textBody .TextBody_module_body :is(h1, h2, h3, h4, h5, h6, span).align--center {
2738
+ text-align: center;
2739
+ }
2740
+ @media (max-width: 768px) {
2741
+ .TextBody_module_textBody .TextBody_module_body :is(h1, h2, h3, h4, h5, h6, span).align--center {
2742
+ text-align: justify;
2743
+ }
2744
+ }
2745
+ .TextBody_module_textBody .TextBody_module_body p.align--center {
2746
+ text-align: center;
2747
+ margin-bottom: var(--spacing-lg) !important;
2748
+ }
2749
+ @media (max-width: 768px) {
2750
+ .TextBody_module_textBody .TextBody_module_body p.align--center {
2751
+ text-align: justify;
2752
+ }
2753
+ }
2754
+ .TextBody_module_textBody .TextBody_module_body table p.align--center {
2755
+ margin-bottom: 0 !important;
2756
+ text-align: center;
2757
+ }
2708
2758
 
2709
2759
  /* src/widgets/TextCenterCtaInBottom/TextCenterCtaInBottom.module.scss */
2710
2760
  .TextCenterCtaInBottom_module_textCenterCta {