@licklist/design 0.44.485-dev.62 → 0.44.485-dev.63
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.
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
.steps-wrapper {
|
|
196
|
-
margin
|
|
196
|
+
margin: 0 3rem;
|
|
197
197
|
flex: 1;
|
|
198
198
|
display: flex;
|
|
199
199
|
align-items: center;
|
|
@@ -238,9 +238,9 @@
|
|
|
238
238
|
|
|
239
239
|
.number {
|
|
240
240
|
text-align: center;
|
|
241
|
-
max-width:
|
|
241
|
+
max-width: 17rem;
|
|
242
242
|
width: 100%;
|
|
243
|
-
height: 0.
|
|
243
|
+
height: 0.35rem;
|
|
244
244
|
line-height: 2.5rem;
|
|
245
245
|
background: $snippet-page-header-steps-inactive-step-background-color;
|
|
246
246
|
display: block;
|
package/package.json
CHANGED
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
.steps-wrapper {
|
|
196
|
-
margin
|
|
196
|
+
margin: 0 3rem;
|
|
197
197
|
flex: 1;
|
|
198
198
|
display: flex;
|
|
199
199
|
align-items: center;
|
|
@@ -238,9 +238,9 @@
|
|
|
238
238
|
|
|
239
239
|
.number {
|
|
240
240
|
text-align: center;
|
|
241
|
-
max-width:
|
|
241
|
+
max-width: 17rem;
|
|
242
242
|
width: 100%;
|
|
243
|
-
height: 0.
|
|
243
|
+
height: 0.35rem;
|
|
244
244
|
line-height: 2.5rem;
|
|
245
245
|
background: $snippet-page-header-steps-inactive-step-background-color;
|
|
246
246
|
display: block;
|