@transferwise/components 0.0.0-experimental-307db45 → 0.0.0-experimental-59d9537
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 +1 -0
- package/build/styles/listItem/ListItem.css +1 -0
- package/build/styles/listItem/Prompt/ListItemPrompt.css +1 -0
- package/build/styles/main.css +1 -0
- package/package.json +1 -1
- package/src/listItem/ListItem.css +1 -0
- package/src/listItem/Prompt/ListItemPrompt.css +1 -0
- package/src/listItem/Prompt/ListItemPrompt.less +1 -0
- package/src/main.css +1 -0
package/build/main.css
CHANGED
|
@@ -3009,6 +3009,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3009
3009
|
display: inline-flex;
|
|
3010
3010
|
justify-self: start;
|
|
3011
3011
|
text-align: left;
|
|
3012
|
+
margin-top: -2px;
|
|
3012
3013
|
padding-top: calc(8px / 2);
|
|
3013
3014
|
padding-top: calc(var(--padding-x-small) / 2);
|
|
3014
3015
|
padding-bottom: calc(8px / 2);
|
package/build/styles/main.css
CHANGED
|
@@ -3009,6 +3009,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3009
3009
|
display: inline-flex;
|
|
3010
3010
|
justify-self: start;
|
|
3011
3011
|
text-align: left;
|
|
3012
|
+
margin-top: -2px;
|
|
3012
3013
|
padding-top: calc(8px / 2);
|
|
3013
3014
|
padding-top: calc(var(--padding-x-small) / 2);
|
|
3014
3015
|
padding-bottom: calc(8px / 2);
|
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -3009,6 +3009,7 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
3009
3009
|
display: inline-flex;
|
|
3010
3010
|
justify-self: start;
|
|
3011
3011
|
text-align: left;
|
|
3012
|
+
margin-top: -2px;
|
|
3012
3013
|
padding-top: calc(8px / 2);
|
|
3013
3014
|
padding-top: calc(var(--padding-x-small) / 2);
|
|
3014
3015
|
padding-bottom: calc(8px / 2);
|