@granularjs/ui 0.3.1 → 0.3.2
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/granular-ui.min.js
CHANGED
|
@@ -2229,6 +2229,11 @@ body .g-ui-card-shadow-lg { box-shadow: var(--g-ui-shadow-lg); }
|
|
|
2229
2229
|
.g-ui-timeline-pin-size-md .g-ui-timeline-dot { width: 20px; height: 20px; border-width: 4px; }
|
|
2230
2230
|
.g-ui-timeline-pin-size-lg .g-ui-timeline-dot { width: 24px; height: 24px; border-width: 4px; }
|
|
2231
2231
|
.g-ui-timeline-pin-size-xl .g-ui-timeline-dot { width: 28px; height: 28px; border-width: 4px; }
|
|
2232
|
+
.g-ui-timeline-line-width-xs .g-ui-timeline-track-segment { width: 2px; left: 13px; }
|
|
2233
|
+
.g-ui-timeline-line-width-sm .g-ui-timeline-track-segment { width: 3px; }
|
|
2234
|
+
.g-ui-timeline-line-width-md .g-ui-timeline-track-segment { width: 4px; }
|
|
2235
|
+
.g-ui-timeline-line-width-lg .g-ui-timeline-track-segment { width: 6px; left: 11px; }
|
|
2236
|
+
.g-ui-timeline-line-width-xl .g-ui-timeline-track-segment { width: 10px; left: 9px; }
|
|
2232
2237
|
.g-ui-timeline-pin-radius-xs .g-ui-timeline-dot { border-radius: 2px; }
|
|
2233
2238
|
.g-ui-timeline-pin-radius-sm .g-ui-timeline-dot { border-radius: 4px; }
|
|
2234
2239
|
.g-ui-timeline-pin-radius-md .g-ui-timeline-dot { border-radius: 50%; }
|