@transferwise/components 0.0.0-experimental-5ac3a46 → 0.0.0-experimental-feda937
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
|
@@ -5456,6 +5456,12 @@ label.np-upload-button:not(.disabled):active {
|
|
|
5456
5456
|
color: var(--color-content-link);
|
|
5457
5457
|
white-space: break-spaces;
|
|
5458
5458
|
}
|
|
5459
|
+
@media (max-width: 320px) {
|
|
5460
|
+
.np-theme-personal .np-upload-input .media-body {
|
|
5461
|
+
padding-right: 64px;
|
|
5462
|
+
padding-right: var(--size-64);
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5459
5465
|
.np-theme-personal .np-upload-input .media-body .np-text-body-large-bold {
|
|
5460
5466
|
-webkit-text-decoration: underline;
|
|
5461
5467
|
text-decoration: underline;
|
package/build/styles/main.css
CHANGED
|
@@ -5456,6 +5456,12 @@ label.np-upload-button:not(.disabled):active {
|
|
|
5456
5456
|
color: var(--color-content-link);
|
|
5457
5457
|
white-space: break-spaces;
|
|
5458
5458
|
}
|
|
5459
|
+
@media (max-width: 320px) {
|
|
5460
|
+
.np-theme-personal .np-upload-input .media-body {
|
|
5461
|
+
padding-right: 64px;
|
|
5462
|
+
padding-right: var(--size-64);
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5459
5465
|
.np-theme-personal .np-upload-input .media-body .np-text-body-large-bold {
|
|
5460
5466
|
-webkit-text-decoration: underline;
|
|
5461
5467
|
text-decoration: underline;
|
|
@@ -29,6 +29,12 @@
|
|
|
29
29
|
color: var(--color-content-link);
|
|
30
30
|
white-space: break-spaces;
|
|
31
31
|
}
|
|
32
|
+
@media (max-width: 320px) {
|
|
33
|
+
.np-theme-personal .np-upload-input .media-body {
|
|
34
|
+
padding-right: 64px;
|
|
35
|
+
padding-right: var(--size-64);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
32
38
|
.np-theme-personal .np-upload-input .media-body .np-text-body-large-bold {
|
|
33
39
|
-webkit-text-decoration: underline;
|
|
34
40
|
text-decoration: underline;
|
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -5456,6 +5456,12 @@ label.np-upload-button:not(.disabled):active {
|
|
|
5456
5456
|
color: var(--color-content-link);
|
|
5457
5457
|
white-space: break-spaces;
|
|
5458
5458
|
}
|
|
5459
|
+
@media (max-width: 320px) {
|
|
5460
|
+
.np-theme-personal .np-upload-input .media-body {
|
|
5461
|
+
padding-right: 64px;
|
|
5462
|
+
padding-right: var(--size-64);
|
|
5463
|
+
}
|
|
5464
|
+
}
|
|
5459
5465
|
.np-theme-personal .np-upload-input .media-body .np-text-body-large-bold {
|
|
5460
5466
|
-webkit-text-decoration: underline;
|
|
5461
5467
|
text-decoration: underline;
|
|
@@ -29,6 +29,12 @@
|
|
|
29
29
|
color: var(--color-content-link);
|
|
30
30
|
white-space: break-spaces;
|
|
31
31
|
}
|
|
32
|
+
@media (max-width: 320px) {
|
|
33
|
+
.np-theme-personal .np-upload-input .media-body {
|
|
34
|
+
padding-right: 64px;
|
|
35
|
+
padding-right: var(--size-64);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
32
38
|
.np-theme-personal .np-upload-input .media-body .np-text-body-large-bold {
|
|
33
39
|
-webkit-text-decoration: underline;
|
|
34
40
|
text-decoration: underline;
|