@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-left: 1rem;
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: 3rem;
241
+ max-width: 17rem;
242
242
  width: 100%;
243
- height: 0.25rem;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.44.485-dev.62",
3
+ "version": "0.44.485-dev.63",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -193,7 +193,7 @@
193
193
  }
194
194
 
195
195
  .steps-wrapper {
196
- margin-left: 1rem;
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: 3rem;
241
+ max-width: 17rem;
242
242
  width: 100%;
243
- height: 0.25rem;
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;