@layerfi/components 0.1.65 → 0.1.67

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.
@@ -752,6 +752,14 @@
752
752
  color: var(--btn-color-icon-hover);
753
753
  margin-right: 10px;
754
754
  }
755
+ .Layer__btn.Layer__btn--with-tooltip {
756
+ padding: 0;
757
+ }
758
+ .Layer__btn.Layer__btn--with-tooltip .Layer__tooltip-trigger {
759
+ padding: 0 var(--spacing-md);
760
+ justify-content: center;
761
+ height: 100%;
762
+ }
755
763
  .Layer__card {
756
764
  display: flex;
757
765
  flex-direction: column;