analytica-frontend-lib 1.1.14 → 1.1.15

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/styles.css CHANGED
@@ -727,6 +727,9 @@
727
727
  .hidden {
728
728
  display: none;
729
729
  }
730
+ .inline {
731
+ display: inline;
732
+ }
730
733
  .inline-block {
731
734
  display: inline-block;
732
735
  }
@@ -2760,15 +2763,15 @@
2760
2763
  .pb-9\.5 {
2761
2764
  padding-bottom: calc(var(--spacing) * 9.5);
2762
2765
  }
2766
+ .pb-10 {
2767
+ padding-bottom: calc(var(--spacing) * 10);
2768
+ }
2763
2769
  .pb-15 {
2764
2770
  padding-bottom: calc(var(--spacing) * 15);
2765
2771
  }
2766
2772
  .pb-\[80px\] {
2767
2773
  padding-bottom: 80px;
2768
2774
  }
2769
- .pb-\[100px\] {
2770
- padding-bottom: 100px;
2771
- }
2772
2775
  .pb-\[150px\] {
2773
2776
  padding-bottom: 150px;
2774
2777
  }