@transferwise/neptune-css 0.0.0-experimental-fdc9198 → 0.0.0-experimental-7709e0e
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.
|
@@ -2221,8 +2221,8 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2221
2221
|
background-color: initial !important;
|
|
2222
2222
|
}
|
|
2223
2223
|
.np-theme-personal .form-group label {
|
|
2224
|
-
margin-bottom:
|
|
2225
|
-
margin-bottom: var(--
|
|
2224
|
+
margin-bottom: 8px;
|
|
2225
|
+
margin-bottom: var(--padding-x-small);
|
|
2226
2226
|
}
|
|
2227
2227
|
.np-theme-personal .form-group .np-upload-input label {
|
|
2228
2228
|
margin-bottom: 0;
|
|
@@ -2254,46 +2254,15 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2254
2254
|
background-color: transparent;
|
|
2255
2255
|
background-color: initial;
|
|
2256
2256
|
}
|
|
2257
|
-
.np-theme-personal .
|
|
2258
|
-
|
|
2259
|
-
.np-theme-personal .has-warning .alert-warning,
|
|
2260
|
-
.np-theme-personal .has-error .error-messages,
|
|
2261
|
-
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
2262
|
-
display: flex;
|
|
2263
|
-
}
|
|
2264
|
-
.np-theme-personal .has-success .alert-positive .tw-icon,
|
|
2265
|
-
.np-theme-personal .has-success .alert-success .tw-icon,
|
|
2266
|
-
.np-theme-personal .has-warning .alert-warning .tw-icon,
|
|
2267
|
-
.np-theme-personal .has-error .alert-detach.alert-danger .tw-icon {
|
|
2257
|
+
.np-theme-personal .alert-detach .status-circle {
|
|
2258
|
+
margin-top: 2px;
|
|
2268
2259
|
margin-right: 4px;
|
|
2269
2260
|
margin-right: var(--size-4);
|
|
2270
|
-
padding-top: 2px;
|
|
2271
|
-
}
|
|
2272
|
-
.np-theme-personal .has-warning .alert-warning .tw-icon {
|
|
2273
|
-
color: var(--color-sentiment-warning);
|
|
2274
|
-
position: relative;
|
|
2275
|
-
z-index: 1;
|
|
2276
|
-
}
|
|
2277
|
-
.np-theme-personal .has-warning .alert-warning .tw-icon::before {
|
|
2278
|
-
content: '';
|
|
2279
|
-
display: block;
|
|
2280
|
-
position: absolute;
|
|
2281
|
-
top: 5px;
|
|
2282
|
-
left: 4px;
|
|
2283
|
-
height: 10px;
|
|
2284
|
-
width: 50%;
|
|
2285
|
-
background-color: var(--color-dark);
|
|
2286
|
-
border-radius: 50%;
|
|
2287
|
-
z-index: -1;
|
|
2288
2261
|
}
|
|
2289
2262
|
.np-theme-personal .has-error .error-messages,
|
|
2290
2263
|
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
2291
2264
|
color: var(--color-sentiment-negative);
|
|
2292
2265
|
}
|
|
2293
|
-
.np-theme-personal .has-success .alert-positive .tw-icon,
|
|
2294
|
-
.np-theme-personal .has-success .alert-success .tw-icon {
|
|
2295
|
-
color: var(--color-sentiment-positive);
|
|
2296
|
-
}
|
|
2297
2266
|
.has-required::after {
|
|
2298
2267
|
content: "\00a0*";
|
|
2299
2268
|
color: #cf2929;
|
package/dist/css/neptune.css
CHANGED
|
@@ -11778,8 +11778,8 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
11778
11778
|
}
|
|
11779
11779
|
|
|
11780
11780
|
.np-theme-personal .form-group label {
|
|
11781
|
-
margin-bottom:
|
|
11782
|
-
margin-bottom: var(--
|
|
11781
|
+
margin-bottom: 8px;
|
|
11782
|
+
margin-bottom: var(--padding-x-small);
|
|
11783
11783
|
}
|
|
11784
11784
|
|
|
11785
11785
|
.np-theme-personal .form-group .np-upload-input label {
|
|
@@ -11817,40 +11817,10 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
11817
11817
|
background-color: initial;
|
|
11818
11818
|
}
|
|
11819
11819
|
|
|
11820
|
-
.np-theme-personal .
|
|
11821
|
-
|
|
11822
|
-
.np-theme-personal .has-warning .alert-warning,
|
|
11823
|
-
.np-theme-personal .has-error .error-messages,
|
|
11824
|
-
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
11825
|
-
display: flex;
|
|
11826
|
-
}
|
|
11827
|
-
|
|
11828
|
-
.np-theme-personal .has-success .alert-positive .tw-icon,
|
|
11829
|
-
.np-theme-personal .has-success .alert-success .tw-icon,
|
|
11830
|
-
.np-theme-personal .has-warning .alert-warning .tw-icon,
|
|
11831
|
-
.np-theme-personal .has-error .alert-detach.alert-danger .tw-icon {
|
|
11820
|
+
.np-theme-personal .alert-detach .status-circle {
|
|
11821
|
+
margin-top: 2px;
|
|
11832
11822
|
margin-right: 4px;
|
|
11833
11823
|
margin-right: var(--size-4);
|
|
11834
|
-
padding-top: 2px;
|
|
11835
|
-
}
|
|
11836
|
-
|
|
11837
|
-
.np-theme-personal .has-warning .alert-warning .tw-icon {
|
|
11838
|
-
color: var(--color-sentiment-warning);
|
|
11839
|
-
position: relative;
|
|
11840
|
-
z-index: 1;
|
|
11841
|
-
}
|
|
11842
|
-
|
|
11843
|
-
.np-theme-personal .has-warning .alert-warning .tw-icon::before {
|
|
11844
|
-
content: '';
|
|
11845
|
-
display: block;
|
|
11846
|
-
position: absolute;
|
|
11847
|
-
top: 5px;
|
|
11848
|
-
left: 4px;
|
|
11849
|
-
height: 10px;
|
|
11850
|
-
width: 50%;
|
|
11851
|
-
background-color: var(--color-dark);
|
|
11852
|
-
border-radius: 50%;
|
|
11853
|
-
z-index: -1;
|
|
11854
11824
|
}
|
|
11855
11825
|
|
|
11856
11826
|
.np-theme-personal .has-error .error-messages,
|
|
@@ -11858,11 +11828,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
11858
11828
|
color: var(--color-sentiment-negative);
|
|
11859
11829
|
}
|
|
11860
11830
|
|
|
11861
|
-
.np-theme-personal .has-success .alert-positive .tw-icon,
|
|
11862
|
-
.np-theme-personal .has-success .alert-success .tw-icon {
|
|
11863
|
-
color: var(--color-sentiment-positive);
|
|
11864
|
-
}
|
|
11865
|
-
|
|
11866
11831
|
.has-required::after {
|
|
11867
11832
|
content: "\00a0*";
|
|
11868
11833
|
color: #cf2929;
|
package/package.json
CHANGED
|
@@ -1159,7 +1159,7 @@ input[type="password"] {
|
|
|
1159
1159
|
}
|
|
1160
1160
|
|
|
1161
1161
|
.form-group label {
|
|
1162
|
-
margin-bottom: var(--
|
|
1162
|
+
margin-bottom: var(--padding-x-small);
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
1165
1165
|
.form-group .np-upload-input label {
|
|
@@ -1194,39 +1194,10 @@ input[type="password"] {
|
|
|
1194
1194
|
background-color: unset;
|
|
1195
1195
|
}
|
|
1196
1196
|
|
|
1197
|
-
.
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
.has-error .alert-detach.alert-danger {
|
|
1202
|
-
display: flex;
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
.has-success .alert-positive .tw-icon,
|
|
1206
|
-
.has-success .alert-success .tw-icon,
|
|
1207
|
-
.has-warning .alert-warning .tw-icon,
|
|
1208
|
-
.has-error .alert-detach.alert-danger .tw-icon {
|
|
1209
|
-
margin-right: var(--size-4);
|
|
1210
|
-
padding-top: 2px; // We should have top space to align the icon with 155% line-height of the text
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
.has-warning .alert-warning .tw-icon {
|
|
1214
|
-
color: var(--color-sentiment-warning);
|
|
1215
|
-
position: relative;
|
|
1216
|
-
z-index: 1;
|
|
1217
|
-
|
|
1218
|
-
// This code and relative position above helps to add appropriate colors to warning icon
|
|
1219
|
-
&::before {
|
|
1220
|
-
content: '';
|
|
1221
|
-
display: block;
|
|
1222
|
-
position: absolute;
|
|
1223
|
-
top: 5px;
|
|
1224
|
-
left: 4px;
|
|
1225
|
-
height: 10px;
|
|
1226
|
-
width: 50%;
|
|
1227
|
-
background-color: var(--color-dark);
|
|
1228
|
-
border-radius: 50%;
|
|
1229
|
-
z-index: -1;
|
|
1197
|
+
.alert-detach {
|
|
1198
|
+
.status-circle {
|
|
1199
|
+
margin-top: 2px;
|
|
1200
|
+
margin-right: var(--size-4);
|
|
1230
1201
|
}
|
|
1231
1202
|
}
|
|
1232
1203
|
|
|
@@ -1234,13 +1205,6 @@ input[type="password"] {
|
|
|
1234
1205
|
.has-error .alert-detach.alert-danger {
|
|
1235
1206
|
color: var(--color-sentiment-negative);
|
|
1236
1207
|
}
|
|
1237
|
-
|
|
1238
|
-
.has-success .alert-positive,
|
|
1239
|
-
.has-success .alert-success {
|
|
1240
|
-
.tw-icon {
|
|
1241
|
-
color: var(--color-sentiment-positive);
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
1208
|
}
|
|
1245
1209
|
|
|
1246
1210
|
.has-required {
|