@nubitio/ui 0.5.6 → 0.5.7
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/style.css +4 -9
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -2750,19 +2750,14 @@ html[data-density=compact] .nb-drawer__footer {
|
|
|
2750
2750
|
.nb-timeline--log .nb-timeline__item {
|
|
2751
2751
|
gap: var(--space-2);
|
|
2752
2752
|
grid-template-columns: 16px 1fr;
|
|
2753
|
-
padding: var(--space-
|
|
2754
|
-
}
|
|
2755
|
-
.nb-timeline--log .nb-timeline__item:not(:last-child) {
|
|
2756
|
-
border-bottom: 1px solid var(--border-color);
|
|
2757
|
-
padding-bottom: var(--space-3);
|
|
2758
|
-
}
|
|
2759
|
-
.nb-timeline--log .nb-timeline__item:not(:last-child)::before {
|
|
2760
|
-
left: 7px;
|
|
2761
|
-
top: 18px;
|
|
2753
|
+
padding: 0 0 var(--space-4);
|
|
2762
2754
|
}
|
|
2763
2755
|
.nb-timeline--log .nb-timeline__item:last-child {
|
|
2764
2756
|
padding-bottom: 0;
|
|
2765
2757
|
}
|
|
2758
|
+
.nb-timeline--log .nb-timeline__item::before {
|
|
2759
|
+
display: none;
|
|
2760
|
+
}
|
|
2766
2761
|
|
|
2767
2762
|
.nb-timeline__marker-col {
|
|
2768
2763
|
align-items: flex-start;
|