@transferwise/neptune-css 0.0.0-experimental-e477c03 → 0.0.0-experimental-fdc9198
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.
|
@@ -1083,10 +1083,6 @@ html:not([dir="rtl"]) .p-x-5 {
|
|
|
1083
1083
|
padding-bottom: 40px !important;
|
|
1084
1084
|
padding-bottom: var(--size-40) !important;
|
|
1085
1085
|
}
|
|
1086
|
-
.gap-y-xs {
|
|
1087
|
-
row-gap: calc(8px / 2);
|
|
1088
|
-
row-gap: calc(var(--size-8) / 2);
|
|
1089
|
-
}
|
|
1090
1086
|
.gap-y-1 {
|
|
1091
1087
|
row-gap: 8px;
|
|
1092
1088
|
row-gap: var(--size-8);
|
package/dist/css/neptune.css
CHANGED
|
@@ -5088,11 +5088,6 @@ html:not([dir="rtl"]) .p-x-5 {
|
|
|
5088
5088
|
padding-bottom: var(--size-40) !important;
|
|
5089
5089
|
}
|
|
5090
5090
|
|
|
5091
|
-
.gap-y-xs {
|
|
5092
|
-
row-gap: calc(8px / 2);
|
|
5093
|
-
row-gap: calc(var(--size-8) / 2);
|
|
5094
|
-
}
|
|
5095
|
-
|
|
5096
5091
|
.gap-y-1 {
|
|
5097
5092
|
row-gap: 8px;
|
|
5098
5093
|
row-gap: var(--size-8);
|
package/package.json
CHANGED