playbook_ui 14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 → 14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_timeline/_timeline.scss +16 -16
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d831ea1668e3d8737ab65525cbc8e9cf1821bf37cd0bc5f7ac21da4bf049c110
|
4
|
+
data.tar.gz: 8571c5d7c96e9a05db14b3a535617759561836bea6539435180c6f99d5f81d4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 742d5c8b4dba2f302ab7707cc0407dd01b07f8de4655c15ce64f0dc44dea35e5f363be517275216513011e7269d1d123ebeb3eaa7d4e9a8a1a8fb4d415637825
|
7
|
+
data.tar.gz: 10d053fe355c15c75fbe0364a701e6bad06506d2bf1ee1587fde7ecaec4533674bc847d6b3911d1e6ca28d75532bfef9c55a82a21e0b76de5902550db0e264a4
|
@@ -50,7 +50,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
50
50
|
>div {
|
51
51
|
&:last-child {
|
52
52
|
flex-basis: auto !important;
|
53
|
-
[class
|
53
|
+
[class^=pb_timeline_item_step] {
|
54
54
|
[class=pb_timeline_item_connector] {
|
55
55
|
opacity: 0;
|
56
56
|
}
|
@@ -66,7 +66,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
66
66
|
[class*=pb_timeline_item_kit] {
|
67
67
|
&[class*=_solid] {
|
68
68
|
flex-basis: 100%;
|
69
|
-
[class
|
69
|
+
[class^=pb_timeline_item_step] {
|
70
70
|
@include flex_wrapper(row);
|
71
71
|
align-items: center;
|
72
72
|
margin-top: $space_xs;
|
@@ -78,7 +78,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
78
78
|
}
|
79
79
|
&[class*=_dotted] {
|
80
80
|
flex-basis: 100%;
|
81
|
-
[class
|
81
|
+
[class^=pb_timeline_item_step] {
|
82
82
|
@include flex_wrapper(row);
|
83
83
|
align-items: center;
|
84
84
|
margin-top: $space_xs;
|
@@ -95,7 +95,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
95
95
|
>div {
|
96
96
|
&:last-child {
|
97
97
|
flex-basis: auto !important;
|
98
|
-
[class
|
98
|
+
[class^=pb_timeline_item_step] {
|
99
99
|
[class=pb_timeline_item_connector] {
|
100
100
|
opacity: 0;
|
101
101
|
}
|
@@ -125,7 +125,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
125
125
|
}
|
126
126
|
}
|
127
127
|
}
|
128
|
-
[class
|
128
|
+
[class^=pb_timeline_item_step] {
|
129
129
|
@include flex_wrapper(row);
|
130
130
|
margin-top: $space_xs;
|
131
131
|
margin-bottom: $space_xs;
|
@@ -149,7 +149,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
149
149
|
}
|
150
150
|
}
|
151
151
|
}
|
152
|
-
[class
|
152
|
+
[class^=pb_timeline_item_step] {
|
153
153
|
@include flex_wrapper(row);
|
154
154
|
margin-top: $space_xs;
|
155
155
|
margin-bottom: $space_xs;
|
@@ -166,7 +166,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
166
166
|
align-items: flex-start;
|
167
167
|
align-self: auto;
|
168
168
|
>div:last-child {
|
169
|
-
[class
|
169
|
+
[class^=pb_timeline_item_step] {
|
170
170
|
[class=pb_timeline_item_connector] {
|
171
171
|
opacity: 0;
|
172
172
|
}
|
@@ -176,7 +176,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
176
176
|
@include flex_wrapper(row);
|
177
177
|
&[class*=_solid] {
|
178
178
|
flex-basis: 100%;
|
179
|
-
[class
|
179
|
+
[class^=pb_timeline_item_step] {
|
180
180
|
@include flex_wrapper(column);
|
181
181
|
align-items: center;
|
182
182
|
align-content: flex-start;
|
@@ -197,7 +197,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
197
197
|
}
|
198
198
|
&[class*=_dotted] {
|
199
199
|
flex-basis: 100%;
|
200
|
-
[class
|
200
|
+
[class^=pb_timeline_item_step] {
|
201
201
|
@include flex_wrapper(column);
|
202
202
|
align-items: center;
|
203
203
|
margin-right: $space_sm;
|
@@ -221,7 +221,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
221
221
|
align-items: flex-start;
|
222
222
|
align-self: auto;
|
223
223
|
>div:last-child {
|
224
|
-
[class
|
224
|
+
[class^=pb_timeline_item_step] {
|
225
225
|
[class=pb_timeline_item_connector] {
|
226
226
|
opacity: 0;
|
227
227
|
}
|
@@ -231,7 +231,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
231
231
|
@include flex_wrapper(row);
|
232
232
|
&[class*=_solid] {
|
233
233
|
flex-basis: 100%;
|
234
|
-
[class
|
234
|
+
[class^=pb_timeline_item_step] {
|
235
235
|
@include flex_wrapper(column);
|
236
236
|
align-items: center;
|
237
237
|
align-content: flex-start;
|
@@ -252,7 +252,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
252
252
|
}
|
253
253
|
&[class*=_dotted] {
|
254
254
|
flex-basis: 100%;
|
255
|
-
[class
|
255
|
+
[class^=pb_timeline_item_step] {
|
256
256
|
@include flex_wrapper(column);
|
257
257
|
align-items: center;
|
258
258
|
margin-right: $space_sm;
|
@@ -274,7 +274,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
274
274
|
}
|
275
275
|
&[class*=_gap_xs] {
|
276
276
|
[class*=pb_timeline_item_kit] {
|
277
|
-
[class
|
277
|
+
[class^=pb_timeline_item_step] {
|
278
278
|
[class=pb_timeline_item_connector] {
|
279
279
|
height: $gap_xs !important;
|
280
280
|
}
|
@@ -283,7 +283,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
283
283
|
}
|
284
284
|
&[class*=_gap_sm] {
|
285
285
|
[class*=pb_timeline_item_kit] {
|
286
|
-
[class
|
286
|
+
[class^=pb_timeline_item_step] {
|
287
287
|
[class=pb_timeline_item_connector] {
|
288
288
|
height: $gap_sm !important;
|
289
289
|
}
|
@@ -292,7 +292,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
292
292
|
}
|
293
293
|
&[class*=_gap_md] {
|
294
294
|
[class*=pb_timeline_item_kit] {
|
295
|
-
[class
|
295
|
+
[class^=pb_timeline_item_step] {
|
296
296
|
[class=pb_timeline_item_connector] {
|
297
297
|
height: $gap_md !important;
|
298
298
|
}
|
@@ -301,7 +301,7 @@ $gap_lg: $height_from_top + $space_lg;
|
|
301
301
|
}
|
302
302
|
&[class*=_gap_lg] {
|
303
303
|
[class*=pb_timeline_item_kit] {
|
304
|
-
[class
|
304
|
+
[class^=pb_timeline_item_step] {
|
305
305
|
[class=pb_timeline_item_connector] {
|
306
306
|
height: $gap_lg !important;
|
307
307
|
}
|