@conveyorhq/arrow-ds 1.65.3 → 1.65.4
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/package.json
CHANGED
package/public/css/styles.css
CHANGED
|
@@ -7653,17 +7653,25 @@ override built-in Image component classes */
|
|
|
7653
7653
|
|
|
7654
7654
|
.ads-Tooltip {
|
|
7655
7655
|
display: inline-flex;
|
|
7656
|
-
min-height: 36px;
|
|
7657
7656
|
max-width: 256px;
|
|
7658
7657
|
align-items: center;
|
|
7659
7658
|
--tw-bg-opacity: 1;
|
|
7660
7659
|
background-color: rgb(0 27 40 / var(--tw-bg-opacity));
|
|
7660
|
+
padding-top: 4px;
|
|
7661
|
+
padding-bottom: 4px;
|
|
7662
|
+
padding-left: 6px;
|
|
7663
|
+
padding-right: 6px;
|
|
7664
|
+
text-align: center;
|
|
7661
7665
|
font-size: 12px;
|
|
7662
|
-
line-height: 1.
|
|
7666
|
+
line-height: 1.25;
|
|
7663
7667
|
--tw-text-opacity: 1;
|
|
7664
7668
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
7665
7669
|
}
|
|
7666
7670
|
|
|
7671
|
+
.ads-Tooltip .ads-Popover-arrow {
|
|
7672
|
+
border-width: 4px;
|
|
7673
|
+
}
|
|
7674
|
+
|
|
7667
7675
|
.ads-Tooltip .ads-Popover-arrow[data-placement*="bottom"] {
|
|
7668
7676
|
border-bottom-color: #001b28;
|
|
7669
7677
|
}
|