@transferwise/components 0.0.0-experimental-1bec623 → 0.0.0-experimental-a871c30
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/build/main.css
CHANGED
|
@@ -3009,8 +3009,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3009
3009
|
}
|
|
3010
3010
|
.wds-list-item + .wds-list-item-spotlight,
|
|
3011
3011
|
.wds-list-item-spotlight + .wds-list-item {
|
|
3012
|
-
margin-top:
|
|
3013
|
-
margin-top: var(--size-
|
|
3012
|
+
margin-top: 16px;
|
|
3013
|
+
margin-top: var(--size-16);
|
|
3014
3014
|
}
|
|
3015
3015
|
.wds-list-item:focus-within {
|
|
3016
3016
|
z-index: 1;
|
|
@@ -374,8 +374,8 @@
|
|
|
374
374
|
}
|
|
375
375
|
.wds-list-item + .wds-list-item-spotlight,
|
|
376
376
|
.wds-list-item-spotlight + .wds-list-item {
|
|
377
|
-
margin-top:
|
|
378
|
-
margin-top: var(--size-
|
|
377
|
+
margin-top: 16px;
|
|
378
|
+
margin-top: var(--size-16);
|
|
379
379
|
}
|
|
380
380
|
.wds-list-item:focus-within {
|
|
381
381
|
z-index: 1;
|
package/build/styles/main.css
CHANGED
|
@@ -3009,8 +3009,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3009
3009
|
}
|
|
3010
3010
|
.wds-list-item + .wds-list-item-spotlight,
|
|
3011
3011
|
.wds-list-item-spotlight + .wds-list-item {
|
|
3012
|
-
margin-top:
|
|
3013
|
-
margin-top: var(--size-
|
|
3012
|
+
margin-top: 16px;
|
|
3013
|
+
margin-top: var(--size-16);
|
|
3014
3014
|
}
|
|
3015
3015
|
.wds-list-item:focus-within {
|
|
3016
3016
|
z-index: 1;
|
package/package.json
CHANGED
|
@@ -374,8 +374,8 @@
|
|
|
374
374
|
}
|
|
375
375
|
.wds-list-item + .wds-list-item-spotlight,
|
|
376
376
|
.wds-list-item-spotlight + .wds-list-item {
|
|
377
|
-
margin-top:
|
|
378
|
-
margin-top: var(--size-
|
|
377
|
+
margin-top: 16px;
|
|
378
|
+
margin-top: var(--size-16);
|
|
379
379
|
}
|
|
380
380
|
.wds-list-item:focus-within {
|
|
381
381
|
z-index: 1;
|
package/src/main.css
CHANGED
|
@@ -3009,8 +3009,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3009
3009
|
}
|
|
3010
3010
|
.wds-list-item + .wds-list-item-spotlight,
|
|
3011
3011
|
.wds-list-item-spotlight + .wds-list-item {
|
|
3012
|
-
margin-top:
|
|
3013
|
-
margin-top: var(--size-
|
|
3012
|
+
margin-top: 16px;
|
|
3013
|
+
margin-top: var(--size-16);
|
|
3014
3014
|
}
|
|
3015
3015
|
.wds-list-item:focus-within {
|
|
3016
3016
|
z-index: 1;
|