@nubitio/ui 0.5.2 → 0.5.3
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 +6 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -2740,6 +2740,12 @@ html[data-density=compact] .nb-drawer__footer {
|
|
|
2740
2740
|
.nb-timeline__item--pending .nb-timeline__label {
|
|
2741
2741
|
color: var(--text-tertiary);
|
|
2742
2742
|
}
|
|
2743
|
+
.nb-timeline__item--error .nb-timeline__label {
|
|
2744
|
+
color: var(--danger-color);
|
|
2745
|
+
}
|
|
2746
|
+
.nb-timeline__item--error:not(:last-child)::before {
|
|
2747
|
+
background: var(--border-color);
|
|
2748
|
+
}
|
|
2743
2749
|
|
|
2744
2750
|
.nb-timeline--log .nb-timeline__item {
|
|
2745
2751
|
gap: var(--space-2);
|