@nubitio/ui 0.5.3 → 0.5.5
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 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -2817,8 +2817,11 @@ html[data-density=compact] .nb-drawer__footer {
|
|
|
2817
2817
|
|
|
2818
2818
|
.nb-timeline__marker--error {
|
|
2819
2819
|
background: var(--danger-color);
|
|
2820
|
+
border: 2px solid var(--danger-color);
|
|
2821
|
+
box-shadow: 0 0 0 2px color-mix(in srgb, var(--danger-color) 20%, transparent);
|
|
2820
2822
|
color: var(--surface-1);
|
|
2821
|
-
font-size:
|
|
2823
|
+
font-size: 12px;
|
|
2824
|
+
font-weight: 700;
|
|
2822
2825
|
height: 20px;
|
|
2823
2826
|
width: 20px;
|
|
2824
2827
|
}
|