@transferwise/components 0.0.0-experimental-89c44ca → 0.0.0-experimental-dd45337
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
|
@@ -3324,8 +3324,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3324
3324
|
margin-top: calc(4px * -1);
|
|
3325
3325
|
margin-top: calc(var(--size-4) * -1);
|
|
3326
3326
|
}
|
|
3327
|
-
.wds-list-item-additional-info button {
|
|
3328
|
-
text-align:
|
|
3327
|
+
.wds-list-item-additional-info button.np-link {
|
|
3328
|
+
text-align: start;
|
|
3329
3329
|
}
|
|
3330
3330
|
.wds-list-item-control-wrapper {
|
|
3331
3331
|
grid-area: control;
|
|
@@ -687,8 +687,8 @@
|
|
|
687
687
|
margin-top: calc(4px * -1);
|
|
688
688
|
margin-top: calc(var(--size-4) * -1);
|
|
689
689
|
}
|
|
690
|
-
.wds-list-item-additional-info button {
|
|
691
|
-
text-align:
|
|
690
|
+
.wds-list-item-additional-info button.np-link {
|
|
691
|
+
text-align: start;
|
|
692
692
|
}
|
|
693
693
|
.wds-list-item-control-wrapper {
|
|
694
694
|
grid-area: control;
|
package/build/styles/main.css
CHANGED
|
@@ -3324,8 +3324,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3324
3324
|
margin-top: calc(4px * -1);
|
|
3325
3325
|
margin-top: calc(var(--size-4) * -1);
|
|
3326
3326
|
}
|
|
3327
|
-
.wds-list-item-additional-info button {
|
|
3328
|
-
text-align:
|
|
3327
|
+
.wds-list-item-additional-info button.np-link {
|
|
3328
|
+
text-align: start;
|
|
3329
3329
|
}
|
|
3330
3330
|
.wds-list-item-control-wrapper {
|
|
3331
3331
|
grid-area: control;
|
package/package.json
CHANGED
|
@@ -687,8 +687,8 @@
|
|
|
687
687
|
margin-top: calc(4px * -1);
|
|
688
688
|
margin-top: calc(var(--size-4) * -1);
|
|
689
689
|
}
|
|
690
|
-
.wds-list-item-additional-info button {
|
|
691
|
-
text-align:
|
|
690
|
+
.wds-list-item-additional-info button.np-link {
|
|
691
|
+
text-align: start;
|
|
692
692
|
}
|
|
693
693
|
.wds-list-item-control-wrapper {
|
|
694
694
|
grid-area: control;
|
package/src/main.css
CHANGED
|
@@ -3324,8 +3324,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3324
3324
|
margin-top: calc(4px * -1);
|
|
3325
3325
|
margin-top: calc(var(--size-4) * -1);
|
|
3326
3326
|
}
|
|
3327
|
-
.wds-list-item-additional-info button {
|
|
3328
|
-
text-align:
|
|
3327
|
+
.wds-list-item-additional-info button.np-link {
|
|
3328
|
+
text-align: start;
|
|
3329
3329
|
}
|
|
3330
3330
|
.wds-list-item-control-wrapper {
|
|
3331
3331
|
grid-area: control;
|