@transferwise/neptune-css 14.11.0 → 14.12.0
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.
|
@@ -2263,6 +2263,11 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2263
2263
|
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
2264
2264
|
color: var(--color-sentiment-negative);
|
|
2265
2265
|
}
|
|
2266
|
+
.np-theme-personal .has-success .alert-detach.alert-positive,
|
|
2267
|
+
.np-theme-personal .has-warning .alert-detach.alert-warning,
|
|
2268
|
+
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
2269
|
+
display: flex;
|
|
2270
|
+
}
|
|
2266
2271
|
.has-required::after {
|
|
2267
2272
|
content: "\00a0*";
|
|
2268
2273
|
color: #cf2929;
|
package/dist/css/neptune.css
CHANGED
|
@@ -11828,6 +11828,12 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
11828
11828
|
color: var(--color-sentiment-negative);
|
|
11829
11829
|
}
|
|
11830
11830
|
|
|
11831
|
+
.np-theme-personal .has-success .alert-detach.alert-positive,
|
|
11832
|
+
.np-theme-personal .has-warning .alert-detach.alert-warning,
|
|
11833
|
+
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
11834
|
+
display: flex;
|
|
11835
|
+
}
|
|
11836
|
+
|
|
11831
11837
|
.has-required::after {
|
|
11832
11838
|
content: "\00a0*";
|
|
11833
11839
|
color: #cf2929;
|
package/package.json
CHANGED
|
@@ -1205,6 +1205,12 @@ input[type="password"] {
|
|
|
1205
1205
|
.has-error .alert-detach.alert-danger {
|
|
1206
1206
|
color: var(--color-sentiment-negative);
|
|
1207
1207
|
}
|
|
1208
|
+
|
|
1209
|
+
.has-success .alert-detach.alert-positive,
|
|
1210
|
+
.has-warning .alert-detach.alert-warning,
|
|
1211
|
+
.has-error .alert-detach.alert-danger {
|
|
1212
|
+
display: flex;
|
|
1213
|
+
}
|
|
1208
1214
|
}
|
|
1209
1215
|
|
|
1210
1216
|
.has-required {
|