@transferwise/neptune-css 0.0.0-experimental-4dac2d2 → 0.0.0-experimental-5d8d65a
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.
|
@@ -571,6 +571,7 @@ select[multiple].input-lg {
|
|
|
571
571
|
border-color: #2ead4b !important;
|
|
572
572
|
border-color: var(--color-interactive-positive) !important;
|
|
573
573
|
}
|
|
574
|
+
.has-success .control-label,
|
|
574
575
|
.has-success .radio,
|
|
575
576
|
.has-success .checkbox,
|
|
576
577
|
.has-success .radio-inline,
|
|
@@ -668,6 +669,7 @@ select[multiple].input-lg {
|
|
|
668
669
|
.np-theme-personal .has-success {
|
|
669
670
|
border-color: var(--color-sentiment-positive) !important;
|
|
670
671
|
}
|
|
672
|
+
.np-theme-personal .has-success .control-label,
|
|
671
673
|
.np-theme-personal .has-success .radio,
|
|
672
674
|
.np-theme-personal .has-success .checkbox,
|
|
673
675
|
.np-theme-personal .has-success .radio-inline,
|
|
@@ -756,6 +758,7 @@ select[multiple].input-lg {
|
|
|
756
758
|
border-color: #00a2dd !important;
|
|
757
759
|
border-color: var(--color-interactive-accent) !important;
|
|
758
760
|
}
|
|
761
|
+
.has-info .control-label,
|
|
759
762
|
.has-info .radio,
|
|
760
763
|
.has-info .checkbox,
|
|
761
764
|
.has-info .radio-inline,
|
|
@@ -853,6 +856,7 @@ select[multiple].input-lg {
|
|
|
853
856
|
.np-theme-personal .has-info {
|
|
854
857
|
border-color: transparent !important;
|
|
855
858
|
}
|
|
859
|
+
.np-theme-personal .has-info .control-label,
|
|
856
860
|
.np-theme-personal .has-info .radio,
|
|
857
861
|
.np-theme-personal .has-info .checkbox,
|
|
858
862
|
.np-theme-personal .has-info .radio-inline,
|
|
@@ -943,6 +947,7 @@ select[multiple].input-lg {
|
|
|
943
947
|
border-color: #df8700 !important;
|
|
944
948
|
border-color: var(--color-interactive-warning) !important;
|
|
945
949
|
}
|
|
950
|
+
.has-warning .control-label,
|
|
946
951
|
.has-warning .radio,
|
|
947
952
|
.has-warning .checkbox,
|
|
948
953
|
.has-warning .radio-inline,
|
|
@@ -1040,6 +1045,7 @@ select[multiple].input-lg {
|
|
|
1040
1045
|
.np-theme-personal .has-warning {
|
|
1041
1046
|
border-color: var(--color-sentiment-warning) !important;
|
|
1042
1047
|
}
|
|
1048
|
+
.np-theme-personal .has-warning .control-label,
|
|
1043
1049
|
.np-theme-personal .has-warning .radio,
|
|
1044
1050
|
.np-theme-personal .has-warning .checkbox,
|
|
1045
1051
|
.np-theme-personal .has-warning .radio-inline,
|
|
@@ -1128,6 +1134,7 @@ select[multiple].input-lg {
|
|
|
1128
1134
|
border-color: #e74848 !important;
|
|
1129
1135
|
border-color: var(--color-interactive-negative) !important;
|
|
1130
1136
|
}
|
|
1137
|
+
.has-error .control-label,
|
|
1131
1138
|
.has-error .radio,
|
|
1132
1139
|
.has-error .checkbox,
|
|
1133
1140
|
.has-error .radio-inline,
|
|
@@ -1225,6 +1232,7 @@ select[multiple].input-lg {
|
|
|
1225
1232
|
.np-theme-personal .has-error {
|
|
1226
1233
|
border-color: var(--color-sentiment-negative) !important;
|
|
1227
1234
|
}
|
|
1235
|
+
.np-theme-personal .has-error .control-label,
|
|
1228
1236
|
.np-theme-personal .has-error .radio,
|
|
1229
1237
|
.np-theme-personal .has-error .checkbox,
|
|
1230
1238
|
.np-theme-personal .has-error .radio-inline,
|
package/dist/css/neptune.css
CHANGED
|
@@ -9924,6 +9924,7 @@ select[multiple].input-lg {
|
|
|
9924
9924
|
border-color: var(--color-interactive-positive) !important;
|
|
9925
9925
|
}
|
|
9926
9926
|
|
|
9927
|
+
.has-success .control-label,
|
|
9927
9928
|
.has-success .radio,
|
|
9928
9929
|
.has-success .checkbox,
|
|
9929
9930
|
.has-success .radio-inline,
|
|
@@ -10031,6 +10032,7 @@ select[multiple].input-lg {
|
|
|
10031
10032
|
border-color: var(--color-sentiment-positive) !important;
|
|
10032
10033
|
}
|
|
10033
10034
|
|
|
10035
|
+
.np-theme-personal .has-success .control-label,
|
|
10034
10036
|
.np-theme-personal .has-success .radio,
|
|
10035
10037
|
.np-theme-personal .has-success .checkbox,
|
|
10036
10038
|
.np-theme-personal .has-success .radio-inline,
|
|
@@ -10129,6 +10131,7 @@ select[multiple].input-lg {
|
|
|
10129
10131
|
border-color: var(--color-interactive-accent) !important;
|
|
10130
10132
|
}
|
|
10131
10133
|
|
|
10134
|
+
.has-info .control-label,
|
|
10132
10135
|
.has-info .radio,
|
|
10133
10136
|
.has-info .checkbox,
|
|
10134
10137
|
.has-info .radio-inline,
|
|
@@ -10236,6 +10239,7 @@ select[multiple].input-lg {
|
|
|
10236
10239
|
border-color: transparent !important;
|
|
10237
10240
|
}
|
|
10238
10241
|
|
|
10242
|
+
.np-theme-personal .has-info .control-label,
|
|
10239
10243
|
.np-theme-personal .has-info .radio,
|
|
10240
10244
|
.np-theme-personal .has-info .checkbox,
|
|
10241
10245
|
.np-theme-personal .has-info .radio-inline,
|
|
@@ -10336,6 +10340,7 @@ select[multiple].input-lg {
|
|
|
10336
10340
|
border-color: var(--color-interactive-warning) !important;
|
|
10337
10341
|
}
|
|
10338
10342
|
|
|
10343
|
+
.has-warning .control-label,
|
|
10339
10344
|
.has-warning .radio,
|
|
10340
10345
|
.has-warning .checkbox,
|
|
10341
10346
|
.has-warning .radio-inline,
|
|
@@ -10443,6 +10448,7 @@ select[multiple].input-lg {
|
|
|
10443
10448
|
border-color: var(--color-sentiment-warning) !important;
|
|
10444
10449
|
}
|
|
10445
10450
|
|
|
10451
|
+
.np-theme-personal .has-warning .control-label,
|
|
10446
10452
|
.np-theme-personal .has-warning .radio,
|
|
10447
10453
|
.np-theme-personal .has-warning .checkbox,
|
|
10448
10454
|
.np-theme-personal .has-warning .radio-inline,
|
|
@@ -10541,6 +10547,7 @@ select[multiple].input-lg {
|
|
|
10541
10547
|
border-color: var(--color-interactive-negative) !important;
|
|
10542
10548
|
}
|
|
10543
10549
|
|
|
10550
|
+
.has-error .control-label,
|
|
10544
10551
|
.has-error .radio,
|
|
10545
10552
|
.has-error .checkbox,
|
|
10546
10553
|
.has-error .radio-inline,
|
|
@@ -10648,6 +10655,7 @@ select[multiple].input-lg {
|
|
|
10648
10655
|
border-color: var(--color-sentiment-negative) !important;
|
|
10649
10656
|
}
|
|
10650
10657
|
|
|
10658
|
+
.np-theme-personal .has-error .control-label,
|
|
10651
10659
|
.np-theme-personal .has-error .radio,
|
|
10652
10660
|
.np-theme-personal .has-error .checkbox,
|
|
10653
10661
|
.np-theme-personal .has-error .radio-inline,
|
package/package.json
CHANGED