@transferwise/neptune-css 0.0.0-experimental-0af3d6e → 0.0.0-experimental-8636209
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/dist/css/neptune.css +392 -397
- package/package.json +1 -1
- package/src/less/neptune.bundle.less +2 -245
package/dist/css/neptune.css
CHANGED
|
@@ -1,3 +1,395 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 12:29:55 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
--color-content-primary: #37517e;
|
|
8
|
+
--color-content-secondary: #5d7079;
|
|
9
|
+
--color-content-tertiary: #768e9c;
|
|
10
|
+
--color-content-accent: #0097c7;
|
|
11
|
+
--color-content-accent-hover: #0084b3;
|
|
12
|
+
--color-content-accent-active: #0077a5;
|
|
13
|
+
--color-content-positive: #008026;
|
|
14
|
+
--color-content-positive-hover: #006d13;
|
|
15
|
+
--color-content-positive-active: #006002;
|
|
16
|
+
--color-content-negative: #cf2929;
|
|
17
|
+
--color-content-negative-hover: #b80419;
|
|
18
|
+
--color-content-negative-active: #a7000d;
|
|
19
|
+
--color-content-warning: #9a6500;
|
|
20
|
+
--color-content-warning-hover: #855400;
|
|
21
|
+
--color-content-warning-active: #764700;
|
|
22
|
+
--color-interactive-accent: #00a2dd;
|
|
23
|
+
--color-interactive-accent-hover: #008fc9;
|
|
24
|
+
--color-interactive-accent-active: #0081ba;
|
|
25
|
+
--color-interactive-positive: #2ead4b;
|
|
26
|
+
--color-interactive-positive-hover: #069939;
|
|
27
|
+
--color-interactive-positive-active: #008b2b;
|
|
28
|
+
--color-interactive-negative: #e74848;
|
|
29
|
+
--color-interactive-negative-hover: #d03238;
|
|
30
|
+
--color-interactive-negative-active: #bf1e2c;
|
|
31
|
+
--color-interactive-warning: #df8700;
|
|
32
|
+
--color-interactive-warning-hover: #c97500;
|
|
33
|
+
--color-interactive-warning-active: #b86700;
|
|
34
|
+
--color-interactive-secondary: #c9cbce;
|
|
35
|
+
--color-interactive-secondary-hover: #b5b7ba;
|
|
36
|
+
--color-interactive-secondary-active: #a7a9ab;
|
|
37
|
+
--color-background-screen: #ffffff;
|
|
38
|
+
--color-background-elevated: #ffffff;
|
|
39
|
+
--color-background-neutral: rgba(134,167,189,0.10196);
|
|
40
|
+
--color-background-accent: rgba(56,200,255,0.10196);
|
|
41
|
+
--color-background-positive: rgba(54,199,151,0.10196);
|
|
42
|
+
--color-background-negative: rgba(255,135,135,0.10196);
|
|
43
|
+
--color-background-warning: rgba(255,172,0,0.10196);
|
|
44
|
+
--color-background-overlay: rgba(0,0,0,0.10196);
|
|
45
|
+
--color-border-neutral: rgba(0,0,0,0.10196);
|
|
46
|
+
--color-border-overlay: rgba(0,0,0,0.10196);
|
|
47
|
+
--color-core-contrast: #000000;
|
|
48
|
+
--padding-x-small: 8px;
|
|
49
|
+
--padding-small: 16px;
|
|
50
|
+
--padding-medium: 24px;
|
|
51
|
+
--padding-large: 32px;
|
|
52
|
+
--radius-full: 9999px;
|
|
53
|
+
--radius-small: 10px;
|
|
54
|
+
--radius-medium: 16px;
|
|
55
|
+
--radius-large: 24px;
|
|
56
|
+
--size-4: 4px;
|
|
57
|
+
--size-5: 5px;
|
|
58
|
+
--size-8: 8px;
|
|
59
|
+
--size-10: 10px;
|
|
60
|
+
--size-12: 12px;
|
|
61
|
+
--size-14: 14px;
|
|
62
|
+
--size-16: 16px;
|
|
63
|
+
--size-24: 24px;
|
|
64
|
+
--size-32: 32px;
|
|
65
|
+
--size-40: 40px;
|
|
66
|
+
--size-48: 48px;
|
|
67
|
+
--size-52: 52px;
|
|
68
|
+
--size-56: 56px;
|
|
69
|
+
--size-60: 60px;
|
|
70
|
+
--size-64: 64px;
|
|
71
|
+
--size-72: 72px;
|
|
72
|
+
--size-80: 80px;
|
|
73
|
+
--size-88: 88px;
|
|
74
|
+
--size-96: 96px;
|
|
75
|
+
--size-104: 104px;
|
|
76
|
+
--size-112: 112px;
|
|
77
|
+
--size-120: 120px;
|
|
78
|
+
--size-126: 126px;
|
|
79
|
+
--size-128: 128px;
|
|
80
|
+
--size-146: 146px;
|
|
81
|
+
--size-154: 154px;
|
|
82
|
+
--size-160: 160px;
|
|
83
|
+
--size-x-small: 24px;
|
|
84
|
+
--size-small: 32px;
|
|
85
|
+
--size-medium: 40px;
|
|
86
|
+
--size-large: 48px;
|
|
87
|
+
--size-x-large: 56px;
|
|
88
|
+
--size-2x-large: 72px;
|
|
89
|
+
--space-content-horizontal: 16px;
|
|
90
|
+
--space-small: 16px;
|
|
91
|
+
--space-medium: 32px;
|
|
92
|
+
--space-large: 40px;
|
|
93
|
+
--space-x-large: 56px;
|
|
94
|
+
--font-size-12: 0.75rem;
|
|
95
|
+
--font-size-14: 0.875rem;
|
|
96
|
+
--font-size-16: 1rem;
|
|
97
|
+
--font-size-18: 1.125rem;
|
|
98
|
+
--font-size-20: 1.25rem;
|
|
99
|
+
--font-size-22: 1.375rem;
|
|
100
|
+
--font-size-24: 1.5rem;
|
|
101
|
+
--font-size-26: 1.625rem;
|
|
102
|
+
--font-size-28: 1.75rem;
|
|
103
|
+
--font-size-30: 1.875rem;
|
|
104
|
+
--font-size-32: 2rem;
|
|
105
|
+
--letter-spacing-xxs: 0.005em;
|
|
106
|
+
--letter-spacing-xs: 0.01em;
|
|
107
|
+
--letter-spacing-sm: 0.0125em;
|
|
108
|
+
--letter-spacing-md: 0.015em;
|
|
109
|
+
--letter-spacing-lg: 0.02em;
|
|
110
|
+
--letter-spacing-xl: 0.025em;
|
|
111
|
+
--letter-spacing-negative-xxs: -0.005em;
|
|
112
|
+
--letter-spacing-negative-xs: -0.01em;
|
|
113
|
+
--letter-spacing-negative-sm: -0.0125em;
|
|
114
|
+
--letter-spacing-negative-md: -0.015em;
|
|
115
|
+
--letter-spacing-negative-lg: -0.02em;
|
|
116
|
+
--letter-spacing-negative-xl: -0.025em;
|
|
117
|
+
--letter-spacing-negative-xxl: -0.03em;
|
|
118
|
+
--letter-spacing-negative-xxxl: -0.04em;
|
|
119
|
+
--letter-spacing-negative-xxxxl: -0.05em;
|
|
120
|
+
--line-height-18: 1.125rem;
|
|
121
|
+
--line-height-20: 1.25rem;
|
|
122
|
+
--line-height-22: 1.375rem;
|
|
123
|
+
--line-height-24: 1.5rem;
|
|
124
|
+
--line-height-28: 1.75rem;
|
|
125
|
+
--line-height-30: 1.875rem;
|
|
126
|
+
--line-height-32: 2rem;
|
|
127
|
+
--line-height-34: 2.125rem;
|
|
128
|
+
--line-height-36: 2.25rem;
|
|
129
|
+
--line-height-42: 2.625rem;
|
|
130
|
+
--line-height-48: 3rem;
|
|
131
|
+
--line-height-title: 1.2;
|
|
132
|
+
--line-height-body: 1.5;
|
|
133
|
+
--line-height-control: 1.2;
|
|
134
|
+
--font-weight-light: 300;
|
|
135
|
+
--font-weight-regular: 400;
|
|
136
|
+
--font-weight-medium: 500;
|
|
137
|
+
--font-weight-semi-bold: 600;
|
|
138
|
+
--font-weight-bold: 700;
|
|
139
|
+
--font-weight-black: 900;
|
|
140
|
+
--font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
|
|
141
|
+
--font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Do not edit directly
|
|
146
|
+
* Generated on Wed, 15 Oct 2025 12:29:55 GMT
|
|
147
|
+
*/
|
|
148
|
+
|
|
149
|
+
.np-theme-personal {
|
|
150
|
+
--color-bright-yellow: #ffeb69;
|
|
151
|
+
--color-bright-orange: #ffc091;
|
|
152
|
+
--color-dark-purple: #260a2f;
|
|
153
|
+
--color-dark-gold: #3a341c;
|
|
154
|
+
--color-bright-blue: #a0e1e1;
|
|
155
|
+
--color-dark-charcoal: #21231d;
|
|
156
|
+
--color-white: #ffffff;
|
|
157
|
+
--color-black: #000000;
|
|
158
|
+
--color-bright-green: #9fe870;
|
|
159
|
+
--color-forest-green: #163300;
|
|
160
|
+
--color-bright-pink: #ffd7ef;
|
|
161
|
+
--color-dark-maroon: #320707;
|
|
162
|
+
--color-content-primary: #0e0f0c;
|
|
163
|
+
--color-content-secondary: #454745;
|
|
164
|
+
--color-content-tertiary: #6a6c6a;
|
|
165
|
+
--color-content-link: #163300;
|
|
166
|
+
--color-content-link-hover: #0d1f00;
|
|
167
|
+
--color-content-link-active: #0e0f0c;
|
|
168
|
+
--color-interactive-primary: #163300;
|
|
169
|
+
--color-interactive-primary-hover: #0d1f00;
|
|
170
|
+
--color-interactive-primary-active: #0e0f0c;
|
|
171
|
+
--color-interactive-secondary: #868685;
|
|
172
|
+
--color-interactive-secondary-hover: #6c6c6b;
|
|
173
|
+
--color-interactive-secondary-active: #525251;
|
|
174
|
+
--color-interactive-accent: #9fe870;
|
|
175
|
+
--color-interactive-accent-hover: #80e142;
|
|
176
|
+
--color-interactive-accent-active: #65cf21;
|
|
177
|
+
--color-interactive-control: #163300;
|
|
178
|
+
--color-interactive-control-hover: #0d1f00;
|
|
179
|
+
--color-interactive-control-active: #0e0f0c;
|
|
180
|
+
--color-interactive-contrast: #9fe870;
|
|
181
|
+
--color-interactive-contrast-hover: #cdffad;
|
|
182
|
+
--color-interactive-contrast-active: #ecffe0;
|
|
183
|
+
--color-interactive-neutral: #e2f6d5;
|
|
184
|
+
--color-interactive-neutral-hover: #d3f2c0;
|
|
185
|
+
--color-interactive-neutral-active: #c5edab;
|
|
186
|
+
--color-border-neutral: rgba(14,15,12,0.12157);
|
|
187
|
+
--color-border-overlay: rgba(14,15,12,0.12157);
|
|
188
|
+
--color-background-screen: #ffffff;
|
|
189
|
+
--color-background-screen-hover: rgba(22,51,0,0.07843);
|
|
190
|
+
--color-background-screen-active: rgba(22,51,0,0.12941);
|
|
191
|
+
--color-background-elevated: #ffffff;
|
|
192
|
+
--color-background-neutral: rgba(22,51,0,0.07843);
|
|
193
|
+
--color-background-neutral-hover: rgba(22,51,0,0.12941);
|
|
194
|
+
--color-background-neutral-active: rgba(22,51,0,0.18039);
|
|
195
|
+
--color-background-overlay: rgba(22,51,0,0.07843);
|
|
196
|
+
--color-sentiment-negative: #cb272f;
|
|
197
|
+
--color-sentiment-negative-hover: #b8232b;
|
|
198
|
+
--color-sentiment-negative-active: #a72027;
|
|
199
|
+
--color-sentiment-negative-primary: #cb272f;
|
|
200
|
+
--color-sentiment-negative-primary-hover: #b8232b;
|
|
201
|
+
--color-sentiment-negative-primary-active: #a72027;
|
|
202
|
+
--color-sentiment-negative-secondary: #fbeaea;
|
|
203
|
+
--color-sentiment-negative-secondary-hover: #f9e1e1;
|
|
204
|
+
--color-sentiment-negative-secondary-active: #f8d8d8;
|
|
205
|
+
--color-sentiment-positive: #054d28;
|
|
206
|
+
--color-sentiment-positive-hover: #043a1e;
|
|
207
|
+
--color-sentiment-positive-active: #022614;
|
|
208
|
+
--color-sentiment-positive-primary: #054d28;
|
|
209
|
+
--color-sentiment-positive-primary-hover: #043a1e;
|
|
210
|
+
--color-sentiment-positive-primary-active: #022614;
|
|
211
|
+
--color-sentiment-positive-secondary: #e2f6d5;
|
|
212
|
+
--color-sentiment-positive-secondary-hover: #d3f2c0;
|
|
213
|
+
--color-sentiment-positive-secondary-active: #c5edab;
|
|
214
|
+
--color-sentiment-warning: #ffd11a;
|
|
215
|
+
--color-sentiment-warning-hover: #ffd11a;
|
|
216
|
+
--color-sentiment-warning-active: #ffd11a;
|
|
217
|
+
--color-sentiment-warning-primary: #ffd11a;
|
|
218
|
+
--color-sentiment-warning-primary-hover: #ffd11a;
|
|
219
|
+
--color-sentiment-warning-primary-active: #ffd11a;
|
|
220
|
+
--color-sentiment-warning-secondary: #fff7d7;
|
|
221
|
+
--color-sentiment-warning-secondary-hover: #fff7d7;
|
|
222
|
+
--color-sentiment-warning-secondary-active: #fff7d7;
|
|
223
|
+
--color-sentiment-warning-content: #4a3b1c;
|
|
224
|
+
--color-sentiment-warning-content-hover: #3b2f16;
|
|
225
|
+
--color-sentiment-warning-content-active: #2c2311;
|
|
226
|
+
--color-contrast: #ffffff;
|
|
227
|
+
--color-light: #ffffff;
|
|
228
|
+
--color-dark: #121511;
|
|
229
|
+
--color-contrast-overlay: #ffffff;
|
|
230
|
+
--color-contrast-theme: #121511;
|
|
231
|
+
--padding-x-small: 8px;
|
|
232
|
+
--padding-small: 16px;
|
|
233
|
+
--padding-medium: 24px;
|
|
234
|
+
--padding-large: 32px;
|
|
235
|
+
--radius-full: 9999px;
|
|
236
|
+
--radius-small: 10px;
|
|
237
|
+
--radius-medium: 16px;
|
|
238
|
+
--radius-large: 24px;
|
|
239
|
+
--size-4: 4px;
|
|
240
|
+
--size-5: 5px;
|
|
241
|
+
--size-8: 8px;
|
|
242
|
+
--size-10: 10px;
|
|
243
|
+
--size-12: 12px;
|
|
244
|
+
--size-14: 14px;
|
|
245
|
+
--size-16: 16px;
|
|
246
|
+
--size-24: 24px;
|
|
247
|
+
--size-32: 32px;
|
|
248
|
+
--size-40: 40px;
|
|
249
|
+
--size-48: 48px;
|
|
250
|
+
--size-52: 52px;
|
|
251
|
+
--size-56: 56px;
|
|
252
|
+
--size-60: 60px;
|
|
253
|
+
--size-64: 64px;
|
|
254
|
+
--size-72: 72px;
|
|
255
|
+
--size-80: 80px;
|
|
256
|
+
--size-88: 88px;
|
|
257
|
+
--size-96: 96px;
|
|
258
|
+
--size-104: 104px;
|
|
259
|
+
--size-112: 112px;
|
|
260
|
+
--size-120: 120px;
|
|
261
|
+
--size-126: 126px;
|
|
262
|
+
--size-128: 128px;
|
|
263
|
+
--size-146: 146px;
|
|
264
|
+
--size-154: 154px;
|
|
265
|
+
--size-160: 160px;
|
|
266
|
+
--size-x-small: 24px;
|
|
267
|
+
--size-small: 32px;
|
|
268
|
+
--size-medium: 40px;
|
|
269
|
+
--size-large: 48px;
|
|
270
|
+
--size-x-large: 56px;
|
|
271
|
+
--size-2x-large: 72px;
|
|
272
|
+
--space-content-horizontal: 16px;
|
|
273
|
+
--space-small: 16px;
|
|
274
|
+
--space-medium: 32px;
|
|
275
|
+
--space-large: 40px;
|
|
276
|
+
--space-x-large: 56px;
|
|
277
|
+
--font-size-12: 0.75rem;
|
|
278
|
+
--font-size-14: 0.875rem;
|
|
279
|
+
--font-size-16: 1rem;
|
|
280
|
+
--font-size-18: 1.125rem;
|
|
281
|
+
--font-size-20: 1.25rem;
|
|
282
|
+
--font-size-22: 1.375rem;
|
|
283
|
+
--font-size-24: 1.5rem;
|
|
284
|
+
--font-size-26: 1.625rem;
|
|
285
|
+
--font-size-28: 1.75rem;
|
|
286
|
+
--font-size-30: 1.875rem;
|
|
287
|
+
--font-size-32: 2rem;
|
|
288
|
+
--letter-spacing-xxs: 0.005em;
|
|
289
|
+
--letter-spacing-xs: 0.01em;
|
|
290
|
+
--letter-spacing-sm: 0.0125em;
|
|
291
|
+
--letter-spacing-md: 0.015em;
|
|
292
|
+
--letter-spacing-lg: 0.02em;
|
|
293
|
+
--letter-spacing-xl: 0.025em;
|
|
294
|
+
--letter-spacing-negative-xxs: -0.005em;
|
|
295
|
+
--letter-spacing-negative-xs: -0.01em;
|
|
296
|
+
--letter-spacing-negative-sm: -0.0125em;
|
|
297
|
+
--letter-spacing-negative-md: -0.015em;
|
|
298
|
+
--letter-spacing-negative-lg: -0.02em;
|
|
299
|
+
--letter-spacing-negative-xl: -0.025em;
|
|
300
|
+
--letter-spacing-negative-xxl: -0.03em;
|
|
301
|
+
--letter-spacing-negative-xxxl: -0.04em;
|
|
302
|
+
--letter-spacing-negative-xxxxl: -0.05em;
|
|
303
|
+
--line-height-18: 1.125rem;
|
|
304
|
+
--line-height-20: 1.25rem;
|
|
305
|
+
--line-height-22: 1.375rem;
|
|
306
|
+
--line-height-24: 1.5rem;
|
|
307
|
+
--line-height-28: 1.75rem;
|
|
308
|
+
--line-height-30: 1.875rem;
|
|
309
|
+
--line-height-32: 2rem;
|
|
310
|
+
--line-height-34: 2.125rem;
|
|
311
|
+
--line-height-36: 2.25rem;
|
|
312
|
+
--line-height-42: 2.625rem;
|
|
313
|
+
--line-height-48: 3rem;
|
|
314
|
+
--line-height-title: 1.2;
|
|
315
|
+
--line-height-body: 1.5;
|
|
316
|
+
--line-height-control: 1.2;
|
|
317
|
+
--font-weight-light: 300;
|
|
318
|
+
--font-weight-regular: 400;
|
|
319
|
+
--font-weight-medium: 500;
|
|
320
|
+
--font-weight-semi-bold: 600;
|
|
321
|
+
--font-weight-bold: 700;
|
|
322
|
+
--font-weight-black: 900;
|
|
323
|
+
--font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
|
|
324
|
+
--font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* We added new shape theme into tokens to prevent breaking changes. This is a temporary measure.
|
|
329
|
+
*
|
|
330
|
+
* We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
|
|
331
|
+
*/
|
|
332
|
+
|
|
333
|
+
@media (max-width: 320px) {
|
|
334
|
+
.np-theme-personal {
|
|
335
|
+
--delta: 2;
|
|
336
|
+
--size-4: calc(4px / var(--delta));
|
|
337
|
+
--size-5: calc(5px / var(--delta));
|
|
338
|
+
--size-8: calc(8px / var(--delta));
|
|
339
|
+
--size-10: calc(10px / var(--delta));
|
|
340
|
+
--size-12: calc(12px / var(--delta));
|
|
341
|
+
--size-14: calc(14px / var(--delta));
|
|
342
|
+
--size-16: calc(16px / var(--delta));
|
|
343
|
+
--size-24: calc(24px / var(--delta));
|
|
344
|
+
--size-32: calc(32px / var(--delta));
|
|
345
|
+
--size-40: calc(40px / var(--delta));
|
|
346
|
+
--size-48: calc(48px / var(--delta));
|
|
347
|
+
--size-52: calc(52px / var(--delta));
|
|
348
|
+
--size-56: calc(56px / var(--delta));
|
|
349
|
+
--size-60: calc(60px / var(--delta));
|
|
350
|
+
--size-64: calc(64px / var(--delta));
|
|
351
|
+
--size-72: calc(72px / var(--delta));
|
|
352
|
+
--size-80: calc(80px / var(--delta));
|
|
353
|
+
--size-88: calc(88px / var(--delta));
|
|
354
|
+
--size-96: calc(96px / var(--delta));
|
|
355
|
+
--size-104: calc(104px / var(--delta));
|
|
356
|
+
--size-112: calc(112px / var(--delta));
|
|
357
|
+
--size-120: calc(120px / var(--delta));
|
|
358
|
+
--size-126: calc(126px / var(--delta));
|
|
359
|
+
--size-128: calc(128px / var(--delta));
|
|
360
|
+
--size-146: calc(146px / var(--delta));
|
|
361
|
+
--size-154: calc(154px / var(--delta));
|
|
362
|
+
--size-x-small: calc(24px / var(--delta));
|
|
363
|
+
--size-small: calc(32px / var(--delta));
|
|
364
|
+
--size-medium: calc(40px / var(--delta));
|
|
365
|
+
--size-large: calc(48px / var(--delta));
|
|
366
|
+
--size-x-large: calc(56px / var(--delta));
|
|
367
|
+
--size-2x-large: calc(72px / var(--delta));
|
|
368
|
+
--space-content-horizontal: calc(16px / var(--delta));
|
|
369
|
+
--space-small: calc(16px / var(--delta));
|
|
370
|
+
--space-medium: calc(32px / var(--delta));
|
|
371
|
+
--space-large: calc(40px / var(--delta));
|
|
372
|
+
--space-x-large: calc(56px / var(--delta));
|
|
373
|
+
--padding-x-small: var(--size-8);
|
|
374
|
+
--padding-small: var(--size-16);
|
|
375
|
+
--padding-medium: var(--size-24);
|
|
376
|
+
--padding-large: var(--size-32);
|
|
377
|
+
--input-height-base: var(--size-32);
|
|
378
|
+
--input-height-large: var(--input-height-small);
|
|
379
|
+
--input-padding: var(--input-padding-small);
|
|
380
|
+
--input-padding-large: var(--input-padding-small);
|
|
381
|
+
--input-group-addon-padding: var(--input-group-addon-sm-padding);
|
|
382
|
+
--input-group-addon-lg-padding: var(--input-group-addon-sm-padding);
|
|
383
|
+
--btn-height: var(--input-height-base);
|
|
384
|
+
--btn-lg-height: var(--btn-height);
|
|
385
|
+
--btn-sm-height: var(--btn-height);
|
|
386
|
+
--btn-padding: var(--input-padding);
|
|
387
|
+
--btn-sm-padding: var(--btn-padding);
|
|
388
|
+
--btn-lg-padding: var(--btn-padding);
|
|
389
|
+
--dropdown-link-padding: var(--size-12) var(--size-16);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
1
393
|
/**
|
|
2
394
|
* Do not edit directly
|
|
3
395
|
* Generated on Wed, 15 Oct 2025 12:29:55 GMT
|
|
@@ -1847,252 +2239,6 @@
|
|
|
1847
2239
|
--font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
1848
2240
|
}
|
|
1849
2241
|
|
|
1850
|
-
:root,
|
|
1851
|
-
.np-theme-personal {
|
|
1852
|
-
--color-bright-yellow: #ffeb69;
|
|
1853
|
-
--color-bright-orange: #ffc091;
|
|
1854
|
-
--color-dark-purple: #260a2f;
|
|
1855
|
-
--color-dark-gold: #3a341c;
|
|
1856
|
-
--color-bright-blue: #a0e1e1;
|
|
1857
|
-
--color-dark-charcoal: #21231d;
|
|
1858
|
-
--color-white: #ffffff;
|
|
1859
|
-
--color-black: #000000;
|
|
1860
|
-
--color-bright-green: #9fe870;
|
|
1861
|
-
--color-forest-green: #163300;
|
|
1862
|
-
--color-bright-pink: #ffd7ef;
|
|
1863
|
-
--color-dark-maroon: #320707;
|
|
1864
|
-
--color-content-primary: #0e0f0c;
|
|
1865
|
-
--color-content-secondary: #454745;
|
|
1866
|
-
--color-content-tertiary: #6a6c6a;
|
|
1867
|
-
--color-content-link: #163300;
|
|
1868
|
-
--color-content-link-hover: #0d1f00;
|
|
1869
|
-
--color-content-link-active: #0e0f0c;
|
|
1870
|
-
--color-interactive-primary: #163300;
|
|
1871
|
-
--color-interactive-primary-hover: #0d1f00;
|
|
1872
|
-
--color-interactive-primary-active: #0e0f0c;
|
|
1873
|
-
--color-interactive-secondary: #868685;
|
|
1874
|
-
--color-interactive-secondary-hover: #6c6c6b;
|
|
1875
|
-
--color-interactive-secondary-active: #525251;
|
|
1876
|
-
--color-interactive-accent: #9fe870;
|
|
1877
|
-
--color-interactive-accent-hover: #80e142;
|
|
1878
|
-
--color-interactive-accent-active: #65cf21;
|
|
1879
|
-
--color-interactive-control: #163300;
|
|
1880
|
-
--color-interactive-control-hover: #0d1f00;
|
|
1881
|
-
--color-interactive-control-active: #0e0f0c;
|
|
1882
|
-
--color-interactive-contrast: #9fe870;
|
|
1883
|
-
--color-interactive-contrast-hover: #cdffad;
|
|
1884
|
-
--color-interactive-contrast-active: #ecffe0;
|
|
1885
|
-
--color-interactive-neutral: #e2f6d5;
|
|
1886
|
-
--color-interactive-neutral-hover: #d3f2c0;
|
|
1887
|
-
--color-interactive-neutral-active: #c5edab;
|
|
1888
|
-
--color-border-neutral: rgba(14,15,12,0.12157);
|
|
1889
|
-
--color-border-overlay: rgba(14,15,12,0.12157);
|
|
1890
|
-
--color-background-screen: #ffffff;
|
|
1891
|
-
--color-background-screen-hover: rgba(22,51,0,0.07843);
|
|
1892
|
-
--color-background-screen-active: rgba(22,51,0,0.12941);
|
|
1893
|
-
--color-background-elevated: #ffffff;
|
|
1894
|
-
--color-background-neutral: rgba(22,51,0,0.07843);
|
|
1895
|
-
--color-background-neutral-hover: rgba(22,51,0,0.12941);
|
|
1896
|
-
--color-background-neutral-active: rgba(22,51,0,0.18039);
|
|
1897
|
-
--color-background-overlay: rgba(22,51,0,0.07843);
|
|
1898
|
-
--color-sentiment-negative: #cb272f;
|
|
1899
|
-
--color-sentiment-negative-hover: #b8232b;
|
|
1900
|
-
--color-sentiment-negative-active: #a72027;
|
|
1901
|
-
--color-sentiment-negative-primary: #cb272f;
|
|
1902
|
-
--color-sentiment-negative-primary-hover: #b8232b;
|
|
1903
|
-
--color-sentiment-negative-primary-active: #a72027;
|
|
1904
|
-
--color-sentiment-negative-secondary: #fbeaea;
|
|
1905
|
-
--color-sentiment-negative-secondary-hover: #f9e1e1;
|
|
1906
|
-
--color-sentiment-negative-secondary-active: #f8d8d8;
|
|
1907
|
-
--color-sentiment-positive: #054d28;
|
|
1908
|
-
--color-sentiment-positive-hover: #043a1e;
|
|
1909
|
-
--color-sentiment-positive-active: #022614;
|
|
1910
|
-
--color-sentiment-positive-primary: #054d28;
|
|
1911
|
-
--color-sentiment-positive-primary-hover: #043a1e;
|
|
1912
|
-
--color-sentiment-positive-primary-active: #022614;
|
|
1913
|
-
--color-sentiment-positive-secondary: #e2f6d5;
|
|
1914
|
-
--color-sentiment-positive-secondary-hover: #d3f2c0;
|
|
1915
|
-
--color-sentiment-positive-secondary-active: #c5edab;
|
|
1916
|
-
--color-sentiment-warning: #ffd11a;
|
|
1917
|
-
--color-sentiment-warning-hover: #ffd11a;
|
|
1918
|
-
--color-sentiment-warning-active: #ffd11a;
|
|
1919
|
-
--color-sentiment-warning-primary: #ffd11a;
|
|
1920
|
-
--color-sentiment-warning-primary-hover: #ffd11a;
|
|
1921
|
-
--color-sentiment-warning-primary-active: #ffd11a;
|
|
1922
|
-
--color-sentiment-warning-secondary: #fff7d7;
|
|
1923
|
-
--color-sentiment-warning-secondary-hover: #fff7d7;
|
|
1924
|
-
--color-sentiment-warning-secondary-active: #fff7d7;
|
|
1925
|
-
--color-sentiment-warning-content: #4a3b1c;
|
|
1926
|
-
--color-sentiment-warning-content-hover: #3b2f16;
|
|
1927
|
-
--color-sentiment-warning-content-active: #2c2311;
|
|
1928
|
-
--color-contrast: #ffffff;
|
|
1929
|
-
--color-light: #ffffff;
|
|
1930
|
-
--color-dark: #121511;
|
|
1931
|
-
--color-contrast-overlay: #ffffff;
|
|
1932
|
-
--color-contrast-theme: #121511;
|
|
1933
|
-
--padding-x-small: 8px;
|
|
1934
|
-
--padding-small: 16px;
|
|
1935
|
-
--padding-medium: 24px;
|
|
1936
|
-
--padding-large: 32px;
|
|
1937
|
-
--radius-full: 9999px;
|
|
1938
|
-
--radius-small: 10px;
|
|
1939
|
-
--radius-medium: 16px;
|
|
1940
|
-
--radius-large: 24px;
|
|
1941
|
-
--size-4: 4px;
|
|
1942
|
-
--size-5: 5px;
|
|
1943
|
-
--size-8: 8px;
|
|
1944
|
-
--size-10: 10px;
|
|
1945
|
-
--size-12: 12px;
|
|
1946
|
-
--size-14: 14px;
|
|
1947
|
-
--size-16: 16px;
|
|
1948
|
-
--size-24: 24px;
|
|
1949
|
-
--size-32: 32px;
|
|
1950
|
-
--size-40: 40px;
|
|
1951
|
-
--size-48: 48px;
|
|
1952
|
-
--size-52: 52px;
|
|
1953
|
-
--size-56: 56px;
|
|
1954
|
-
--size-60: 60px;
|
|
1955
|
-
--size-64: 64px;
|
|
1956
|
-
--size-72: 72px;
|
|
1957
|
-
--size-80: 80px;
|
|
1958
|
-
--size-88: 88px;
|
|
1959
|
-
--size-96: 96px;
|
|
1960
|
-
--size-104: 104px;
|
|
1961
|
-
--size-112: 112px;
|
|
1962
|
-
--size-120: 120px;
|
|
1963
|
-
--size-126: 126px;
|
|
1964
|
-
--size-128: 128px;
|
|
1965
|
-
--size-146: 146px;
|
|
1966
|
-
--size-154: 154px;
|
|
1967
|
-
--size-160: 160px;
|
|
1968
|
-
--size-x-small: 24px;
|
|
1969
|
-
--size-small: 32px;
|
|
1970
|
-
--size-medium: 40px;
|
|
1971
|
-
--size-large: 48px;
|
|
1972
|
-
--size-x-large: 56px;
|
|
1973
|
-
--size-2x-large: 72px;
|
|
1974
|
-
--space-content-horizontal: 16px;
|
|
1975
|
-
--space-small: 16px;
|
|
1976
|
-
--space-medium: 32px;
|
|
1977
|
-
--space-large: 40px;
|
|
1978
|
-
--space-x-large: 56px;
|
|
1979
|
-
--font-size-12: 0.75rem;
|
|
1980
|
-
--font-size-14: 0.875rem;
|
|
1981
|
-
--font-size-16: 1rem;
|
|
1982
|
-
--font-size-18: 1.125rem;
|
|
1983
|
-
--font-size-20: 1.25rem;
|
|
1984
|
-
--font-size-22: 1.375rem;
|
|
1985
|
-
--font-size-24: 1.5rem;
|
|
1986
|
-
--font-size-26: 1.625rem;
|
|
1987
|
-
--font-size-28: 1.75rem;
|
|
1988
|
-
--font-size-30: 1.875rem;
|
|
1989
|
-
--font-size-32: 2rem;
|
|
1990
|
-
--letter-spacing-xxs: 0.005em;
|
|
1991
|
-
--letter-spacing-xs: 0.01em;
|
|
1992
|
-
--letter-spacing-sm: 0.0125em;
|
|
1993
|
-
--letter-spacing-md: 0.015em;
|
|
1994
|
-
--letter-spacing-lg: 0.02em;
|
|
1995
|
-
--letter-spacing-xl: 0.025em;
|
|
1996
|
-
--letter-spacing-negative-xxs: -0.005em;
|
|
1997
|
-
--letter-spacing-negative-xs: -0.01em;
|
|
1998
|
-
--letter-spacing-negative-sm: -0.0125em;
|
|
1999
|
-
--letter-spacing-negative-md: -0.015em;
|
|
2000
|
-
--letter-spacing-negative-lg: -0.02em;
|
|
2001
|
-
--letter-spacing-negative-xl: -0.025em;
|
|
2002
|
-
--letter-spacing-negative-xxl: -0.03em;
|
|
2003
|
-
--letter-spacing-negative-xxxl: -0.04em;
|
|
2004
|
-
--letter-spacing-negative-xxxxl: -0.05em;
|
|
2005
|
-
--line-height-18: 1.125rem;
|
|
2006
|
-
--line-height-20: 1.25rem;
|
|
2007
|
-
--line-height-22: 1.375rem;
|
|
2008
|
-
--line-height-24: 1.5rem;
|
|
2009
|
-
--line-height-28: 1.75rem;
|
|
2010
|
-
--line-height-30: 1.875rem;
|
|
2011
|
-
--line-height-32: 2rem;
|
|
2012
|
-
--line-height-34: 2.125rem;
|
|
2013
|
-
--line-height-36: 2.25rem;
|
|
2014
|
-
--line-height-42: 2.625rem;
|
|
2015
|
-
--line-height-48: 3rem;
|
|
2016
|
-
--line-height-title: 1.2;
|
|
2017
|
-
--line-height-body: 1.5;
|
|
2018
|
-
--line-height-control: 1.2;
|
|
2019
|
-
--font-weight-light: 300;
|
|
2020
|
-
--font-weight-regular: 400;
|
|
2021
|
-
--font-weight-medium: 500;
|
|
2022
|
-
--font-weight-semi-bold: 600;
|
|
2023
|
-
--font-weight-bold: 700;
|
|
2024
|
-
--font-weight-black: 900;
|
|
2025
|
-
--font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
|
|
2026
|
-
--font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
2027
|
-
}
|
|
2028
|
-
|
|
2029
|
-
/**
|
|
2030
|
-
* We added new shape theme into tokens to prevent breaking changes. This is a temporary measure.
|
|
2031
|
-
*
|
|
2032
|
-
* We delete this hack once all consumers no longer import tokens in their projects (e.g Next.js app.tsx or Storybook's preivew.tsx)
|
|
2033
|
-
*/
|
|
2034
|
-
|
|
2035
|
-
@media (max-width: 320px) {
|
|
2036
|
-
:root,
|
|
2037
|
-
.np-theme-personal {
|
|
2038
|
-
--delta: 2;
|
|
2039
|
-
--size-4: calc(4px / var(--delta));
|
|
2040
|
-
--size-5: calc(5px / var(--delta));
|
|
2041
|
-
--size-8: calc(8px / var(--delta));
|
|
2042
|
-
--size-10: calc(10px / var(--delta));
|
|
2043
|
-
--size-12: calc(12px / var(--delta));
|
|
2044
|
-
--size-14: calc(14px / var(--delta));
|
|
2045
|
-
--size-16: calc(16px / var(--delta));
|
|
2046
|
-
--size-24: calc(24px / var(--delta));
|
|
2047
|
-
--size-32: calc(32px / var(--delta));
|
|
2048
|
-
--size-40: calc(40px / var(--delta));
|
|
2049
|
-
--size-48: calc(48px / var(--delta));
|
|
2050
|
-
--size-52: calc(52px / var(--delta));
|
|
2051
|
-
--size-56: calc(56px / var(--delta));
|
|
2052
|
-
--size-60: calc(60px / var(--delta));
|
|
2053
|
-
--size-64: calc(64px / var(--delta));
|
|
2054
|
-
--size-72: calc(72px / var(--delta));
|
|
2055
|
-
--size-80: calc(80px / var(--delta));
|
|
2056
|
-
--size-88: calc(88px / var(--delta));
|
|
2057
|
-
--size-96: calc(96px / var(--delta));
|
|
2058
|
-
--size-104: calc(104px / var(--delta));
|
|
2059
|
-
--size-112: calc(112px / var(--delta));
|
|
2060
|
-
--size-120: calc(120px / var(--delta));
|
|
2061
|
-
--size-126: calc(126px / var(--delta));
|
|
2062
|
-
--size-128: calc(128px / var(--delta));
|
|
2063
|
-
--size-146: calc(146px / var(--delta));
|
|
2064
|
-
--size-154: calc(154px / var(--delta));
|
|
2065
|
-
--size-x-small: calc(24px / var(--delta));
|
|
2066
|
-
--size-small: calc(32px / var(--delta));
|
|
2067
|
-
--size-medium: calc(40px / var(--delta));
|
|
2068
|
-
--size-large: calc(48px / var(--delta));
|
|
2069
|
-
--size-x-large: calc(56px / var(--delta));
|
|
2070
|
-
--size-2x-large: calc(72px / var(--delta));
|
|
2071
|
-
--space-content-horizontal: calc(16px / var(--delta));
|
|
2072
|
-
--space-small: calc(16px / var(--delta));
|
|
2073
|
-
--space-medium: calc(32px / var(--delta));
|
|
2074
|
-
--space-large: calc(40px / var(--delta));
|
|
2075
|
-
--space-x-large: calc(56px / var(--delta));
|
|
2076
|
-
--padding-x-small: var(--size-8);
|
|
2077
|
-
--padding-small: var(--size-16);
|
|
2078
|
-
--padding-medium: var(--size-24);
|
|
2079
|
-
--padding-large: var(--size-32);
|
|
2080
|
-
--input-height-base: var(--size-32);
|
|
2081
|
-
--input-height-large: var(--input-height-small);
|
|
2082
|
-
--input-padding: var(--input-padding-small);
|
|
2083
|
-
--input-padding-large: var(--input-padding-small);
|
|
2084
|
-
--input-group-addon-padding: var(--input-group-addon-sm-padding);
|
|
2085
|
-
--input-group-addon-lg-padding: var(--input-group-addon-sm-padding);
|
|
2086
|
-
--btn-height: var(--input-height-base);
|
|
2087
|
-
--btn-lg-height: var(--btn-height);
|
|
2088
|
-
--btn-sm-height: var(--btn-height);
|
|
2089
|
-
--btn-padding: var(--input-padding);
|
|
2090
|
-
--btn-sm-padding: var(--btn-padding);
|
|
2091
|
-
--btn-lg-padding: var(--btn-padding);
|
|
2092
|
-
--dropdown-link-padding: var(--size-12) var(--size-16);
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
2242
|
/* See: https://github.com/fontsource/fontsource/blob/main/fonts/google/inter/variable.css */
|
|
2097
2243
|
|
|
2098
2244
|
@font-face {
|
|
@@ -2491,14 +2637,12 @@ pre {
|
|
|
2491
2637
|
}
|
|
2492
2638
|
|
|
2493
2639
|
.np-theme-personal::-moz-selection {
|
|
2494
|
-
background-color: rgba(22,51,0,0.18039);
|
|
2495
2640
|
background-color: var(--color-background-neutral-active);
|
|
2496
2641
|
color: #37517e;
|
|
2497
2642
|
color: var(--color-content-primary);
|
|
2498
2643
|
}
|
|
2499
2644
|
|
|
2500
2645
|
.np-theme-personal::selection {
|
|
2501
|
-
background-color: rgba(22,51,0,0.18039);
|
|
2502
2646
|
background-color: var(--color-background-neutral-active);
|
|
2503
2647
|
color: #37517e;
|
|
2504
2648
|
color: var(--color-content-primary);
|
|
@@ -2512,7 +2656,6 @@ pre {
|
|
|
2512
2656
|
a,
|
|
2513
2657
|
.np-text-link-default,
|
|
2514
2658
|
.np-text-link-large {
|
|
2515
|
-
color: #163300;
|
|
2516
2659
|
color: var(--color-content-link);
|
|
2517
2660
|
}
|
|
2518
2661
|
|
|
@@ -2549,7 +2692,6 @@ a:hover,
|
|
|
2549
2692
|
a:focus,
|
|
2550
2693
|
.np-text-link-default:focus,
|
|
2551
2694
|
.np-text-link-large:focus {
|
|
2552
|
-
color: #0d1f00;
|
|
2553
2695
|
color: var(--color-content-link-hover);
|
|
2554
2696
|
-webkit-text-decoration: underline;
|
|
2555
2697
|
text-decoration: underline;
|
|
@@ -2559,7 +2701,6 @@ a:focus,
|
|
|
2559
2701
|
a:active,
|
|
2560
2702
|
.np-text-link-default:active,
|
|
2561
2703
|
.np-text-link-large:active {
|
|
2562
|
-
color: #0e0f0c;
|
|
2563
2704
|
color: var(--color-content-link-active);
|
|
2564
2705
|
}
|
|
2565
2706
|
|
|
@@ -4355,7 +4496,6 @@ a.text-success:focus {
|
|
|
4355
4496
|
.text-info {
|
|
4356
4497
|
color: #0097c7 !important;
|
|
4357
4498
|
color: var(--color-content-accent) !important;
|
|
4358
|
-
color: #163300 !important;
|
|
4359
4499
|
color: var(--color-interactive-primary) !important;
|
|
4360
4500
|
}
|
|
4361
4501
|
|
|
@@ -4389,7 +4529,6 @@ a.text-warning:focus {
|
|
|
4389
4529
|
|
|
4390
4530
|
.text-negative,
|
|
4391
4531
|
.text-danger {
|
|
4392
|
-
color: #cb272f !important;
|
|
4393
4532
|
color: var(--color-sentiment-negative) !important;
|
|
4394
4533
|
}
|
|
4395
4534
|
|
|
@@ -4397,7 +4536,6 @@ a.text-negative:hover,
|
|
|
4397
4536
|
a.text-danger:hover,
|
|
4398
4537
|
a.text-negative:focus,
|
|
4399
4538
|
a.text-danger:focus {
|
|
4400
|
-
color: #b8232b !important;
|
|
4401
4539
|
color: var(--color-sentiment-negative-hover) !important;
|
|
4402
4540
|
}
|
|
4403
4541
|
|
|
@@ -6745,7 +6883,6 @@ tbody.collapse.in {
|
|
|
6745
6883
|
}
|
|
6746
6884
|
|
|
6747
6885
|
.np-theme-personal .chevron-color {
|
|
6748
|
-
color: #163300;
|
|
6749
6886
|
color: var(--color-interactive-primary);
|
|
6750
6887
|
}
|
|
6751
6888
|
|
|
@@ -7556,7 +7693,6 @@ input:focus ~ .alert-focus,
|
|
|
7556
7693
|
.bg-primary .np-theme-personal .alert-warning .close:focus,
|
|
7557
7694
|
.bg-primary .np-theme-personal .alert-danger .close:focus,
|
|
7558
7695
|
.bg-primary .np-theme-personal .alert-negative .close:focus {
|
|
7559
|
-
color: #0d1f00;
|
|
7560
7696
|
color: var(--color-content-link-hover);
|
|
7561
7697
|
}
|
|
7562
7698
|
|
|
@@ -7567,7 +7703,6 @@ input:focus ~ .alert-focus,
|
|
|
7567
7703
|
.np-theme-personal .alert-warning .np-link,
|
|
7568
7704
|
.np-theme-personal .alert-danger .np-link,
|
|
7569
7705
|
.np-theme-personal .alert-negative .np-link {
|
|
7570
|
-
color: #163300;
|
|
7571
7706
|
color: var(--color-content-link);
|
|
7572
7707
|
}
|
|
7573
7708
|
|
|
@@ -7585,7 +7720,6 @@ input:focus ~ .alert-focus,
|
|
|
7585
7720
|
.np-theme-personal .alert-warning .np-link:focus,
|
|
7586
7721
|
.np-theme-personal .alert-danger .np-link:focus,
|
|
7587
7722
|
.np-theme-personal .alert-negative .np-link:focus {
|
|
7588
|
-
color: #0d1f00;
|
|
7589
7723
|
color: var(--color-content-link-hover);
|
|
7590
7724
|
}
|
|
7591
7725
|
|
|
@@ -7602,7 +7736,6 @@ input:focus ~ .alert-focus,
|
|
|
7602
7736
|
}
|
|
7603
7737
|
|
|
7604
7738
|
.np-theme-personal .bg--dark {
|
|
7605
|
-
background-color: #163300;
|
|
7606
7739
|
background-color: var(--color-forest-green);
|
|
7607
7740
|
background-image: none;
|
|
7608
7741
|
color: #daffc0;
|
|
@@ -7715,7 +7848,6 @@ a.badge:focus {
|
|
|
7715
7848
|
}
|
|
7716
7849
|
|
|
7717
7850
|
.np-theme-personal .badge-success {
|
|
7718
|
-
background: #054d28;
|
|
7719
7851
|
background: var(--color-sentiment-positive);
|
|
7720
7852
|
}
|
|
7721
7853
|
|
|
@@ -7795,13 +7927,11 @@ a.badge:focus {
|
|
|
7795
7927
|
|
|
7796
7928
|
.np-theme-personal .btn:not(.disabled):not(:disabled):not(.np-dropdown-toggle):focus-visible.btn-negative,
|
|
7797
7929
|
.np-theme-personal .btn:not(.disabled):not(:disabled):not(.np-dropdown-toggle).focus.btn-negative {
|
|
7798
|
-
outline-color: #cb272f;
|
|
7799
7930
|
outline-color: var(--color-sentiment-negative);
|
|
7800
7931
|
}
|
|
7801
7932
|
|
|
7802
7933
|
.np-theme-personal .critical-comms--cta .btn:not(.disabled):not(:disabled):not(.np-dropdown-toggle):focus-visible.btn-negative,
|
|
7803
7934
|
.np-theme-personal .critical-comms--cta .btn:not(.disabled):not(:disabled):not(.np-dropdown-toggle).focus.btn-negative {
|
|
7804
|
-
outline-color: #ffffff;
|
|
7805
7935
|
outline-color: var(--color-contrast);
|
|
7806
7936
|
}
|
|
7807
7937
|
|
|
@@ -7811,7 +7941,6 @@ a.badge:focus {
|
|
|
7811
7941
|
|
|
7812
7942
|
.np-theme-personal .btn.btn-negative:not(.disabled):not(:disabled):not(.np-dropdown-toggle):focus,
|
|
7813
7943
|
.np-theme-personal .btn.btn-negative:not(.disabled):not(:disabled):not(.np-dropdown-toggle).focus {
|
|
7814
|
-
outline-color: #cb272f;
|
|
7815
7944
|
outline-color: var(--color-sentiment-negative);
|
|
7816
7945
|
}
|
|
7817
7946
|
|
|
@@ -7886,7 +8015,6 @@ fieldset[disabled] a.btn {
|
|
|
7886
8015
|
}
|
|
7887
8016
|
|
|
7888
8017
|
.np-theme-personal .btn-default {
|
|
7889
|
-
color: #163300;
|
|
7890
8018
|
color: var(--color-interactive-control);
|
|
7891
8019
|
background-color: #00a2dd;
|
|
7892
8020
|
background-color: var(--color-interactive-accent);
|
|
@@ -7896,7 +8024,6 @@ fieldset[disabled] a.btn {
|
|
|
7896
8024
|
}
|
|
7897
8025
|
|
|
7898
8026
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
7899
|
-
color: #163300;
|
|
7900
8027
|
color: var(--color-interactive-control);
|
|
7901
8028
|
background-color: #008fc9;
|
|
7902
8029
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -7907,7 +8034,6 @@ fieldset[disabled] a.btn {
|
|
|
7907
8034
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading):active,
|
|
7908
8035
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
7909
8036
|
.open > .dropdown-toggle.np-theme-personal .btn-default {
|
|
7910
|
-
color: #163300;
|
|
7911
8037
|
color: var(--color-interactive-control);
|
|
7912
8038
|
background-color: #0081ba;
|
|
7913
8039
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -7918,7 +8044,6 @@ fieldset[disabled] a.btn {
|
|
|
7918
8044
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading):active:not(.disabled):not(:disabled):hover,
|
|
7919
8045
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
7920
8046
|
.open > .dropdown-toggle.np-theme-personal .btn-default:not(.disabled):not(:disabled):hover {
|
|
7921
|
-
color: #163300;
|
|
7922
8047
|
color: var(--color-interactive-control);
|
|
7923
8048
|
background-color: #0081ba;
|
|
7924
8049
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -7934,21 +8059,17 @@ fieldset[disabled] a.btn {
|
|
|
7934
8059
|
.np-theme-personal .btn-default .badge {
|
|
7935
8060
|
color: #00a2dd;
|
|
7936
8061
|
color: var(--color-interactive-accent);
|
|
7937
|
-
background-color: #163300;
|
|
7938
8062
|
background-color: var(--color-interactive-control);
|
|
7939
8063
|
}
|
|
7940
8064
|
|
|
7941
8065
|
.np-theme-personal .btn-default.btn-priority-2 {
|
|
7942
|
-
color: #163300;
|
|
7943
8066
|
color: var(--color-interactive-primary);
|
|
7944
8067
|
background-color: transparent;
|
|
7945
|
-
border-color: #163300;
|
|
7946
8068
|
border-color: var(--color-interactive-primary);
|
|
7947
8069
|
transition: color, background-color 0.15s ease-in-out;
|
|
7948
8070
|
}
|
|
7949
8071
|
|
|
7950
8072
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
7951
|
-
color: #163300;
|
|
7952
8073
|
color: var(--color-interactive-control);
|
|
7953
8074
|
background-color: #008fc9;
|
|
7954
8075
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -7959,7 +8080,6 @@ fieldset[disabled] a.btn {
|
|
|
7959
8080
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):active,
|
|
7960
8081
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
7961
8082
|
.open > .dropdown-toggle.np-theme-personal .btn-default.btn-priority-2 {
|
|
7962
|
-
color: #163300;
|
|
7963
8083
|
color: var(--color-interactive-control);
|
|
7964
8084
|
background-color: #0081ba;
|
|
7965
8085
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -7970,7 +8090,6 @@ fieldset[disabled] a.btn {
|
|
|
7970
8090
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):active:not(.disabled):not(:disabled):hover,
|
|
7971
8091
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
7972
8092
|
.open > .dropdown-toggle.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):hover {
|
|
7973
|
-
color: #163300;
|
|
7974
8093
|
color: var(--color-interactive-control);
|
|
7975
8094
|
background-color: #0081ba;
|
|
7976
8095
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -7985,7 +8104,6 @@ fieldset[disabled] a.btn {
|
|
|
7985
8104
|
|
|
7986
8105
|
.np-theme-personal .btn-default.btn-priority-2 .badge {
|
|
7987
8106
|
color: transparent;
|
|
7988
|
-
background-color: #163300;
|
|
7989
8107
|
background-color: var(--color-interactive-primary);
|
|
7990
8108
|
}
|
|
7991
8109
|
|
|
@@ -8109,7 +8227,6 @@ fieldset[disabled] a.btn {
|
|
|
8109
8227
|
|
|
8110
8228
|
.np-theme-personal .btn-accent,
|
|
8111
8229
|
.np-theme-personal .btn-primary {
|
|
8112
|
-
color: #163300;
|
|
8113
8230
|
color: var(--color-interactive-control);
|
|
8114
8231
|
background-color: #00a2dd;
|
|
8115
8232
|
background-color: var(--color-interactive-accent);
|
|
@@ -8120,7 +8237,6 @@ fieldset[disabled] a.btn {
|
|
|
8120
8237
|
|
|
8121
8238
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8122
8239
|
.np-theme-personal .btn-primary:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8123
|
-
color: #163300;
|
|
8124
8240
|
color: var(--color-interactive-control);
|
|
8125
8241
|
background-color: #008fc9;
|
|
8126
8242
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -8134,7 +8250,6 @@ fieldset[disabled] a.btn {
|
|
|
8134
8250
|
.np-theme-personal .btn-primary:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8135
8251
|
.open > .dropdown-toggle.np-theme-personal .btn-accent,
|
|
8136
8252
|
.open > .dropdown-toggle.np-theme-personal .btn-primary {
|
|
8137
|
-
color: #163300;
|
|
8138
8253
|
color: var(--color-interactive-control);
|
|
8139
8254
|
background-color: #0081ba;
|
|
8140
8255
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8148,7 +8263,6 @@ fieldset[disabled] a.btn {
|
|
|
8148
8263
|
.np-theme-personal .btn-primary:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8149
8264
|
.open > .dropdown-toggle.np-theme-personal .btn-accent:not(.disabled):not(:disabled):hover,
|
|
8150
8265
|
.open > .dropdown-toggle.np-theme-personal .btn-primary:not(.disabled):not(:disabled):hover {
|
|
8151
|
-
color: #163300;
|
|
8152
8266
|
color: var(--color-interactive-control);
|
|
8153
8267
|
background-color: #0081ba;
|
|
8154
8268
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8167,23 +8281,19 @@ fieldset[disabled] a.btn {
|
|
|
8167
8281
|
.np-theme-personal .btn-primary .badge {
|
|
8168
8282
|
color: #00a2dd;
|
|
8169
8283
|
color: var(--color-interactive-accent);
|
|
8170
|
-
background-color: #163300;
|
|
8171
8284
|
background-color: var(--color-interactive-control);
|
|
8172
8285
|
}
|
|
8173
8286
|
|
|
8174
8287
|
.np-theme-personal .btn-accent.btn-priority-2,
|
|
8175
8288
|
.np-theme-personal .btn-primary.btn-priority-2 {
|
|
8176
|
-
color: #163300;
|
|
8177
8289
|
color: var(--color-interactive-primary);
|
|
8178
8290
|
background-color: transparent;
|
|
8179
|
-
border-color: #163300;
|
|
8180
8291
|
border-color: var(--color-interactive-primary);
|
|
8181
8292
|
transition: color, background-color 0.15s ease-in-out;
|
|
8182
8293
|
}
|
|
8183
8294
|
|
|
8184
8295
|
.np-theme-personal .btn-accent.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8185
8296
|
.np-theme-personal .btn-primary.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8186
|
-
color: #163300;
|
|
8187
8297
|
color: var(--color-interactive-control);
|
|
8188
8298
|
background-color: #008fc9;
|
|
8189
8299
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -8197,7 +8307,6 @@ fieldset[disabled] a.btn {
|
|
|
8197
8307
|
.np-theme-personal .btn-primary.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8198
8308
|
.open > .dropdown-toggle.np-theme-personal .btn-accent.btn-priority-2,
|
|
8199
8309
|
.open > .dropdown-toggle.np-theme-personal .btn-primary.btn-priority-2 {
|
|
8200
|
-
color: #163300;
|
|
8201
8310
|
color: var(--color-interactive-control);
|
|
8202
8311
|
background-color: #0081ba;
|
|
8203
8312
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8211,7 +8320,6 @@ fieldset[disabled] a.btn {
|
|
|
8211
8320
|
.np-theme-personal .btn-primary.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8212
8321
|
.open > .dropdown-toggle.np-theme-personal .btn-accent.btn-priority-2:not(.disabled):not(:disabled):hover,
|
|
8213
8322
|
.open > .dropdown-toggle.np-theme-personal .btn-primary.btn-priority-2:not(.disabled):not(:disabled):hover {
|
|
8214
|
-
color: #163300;
|
|
8215
8323
|
color: var(--color-interactive-control);
|
|
8216
8324
|
background-color: #0081ba;
|
|
8217
8325
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8229,7 +8337,6 @@ fieldset[disabled] a.btn {
|
|
|
8229
8337
|
.np-theme-personal .btn-accent.btn-priority-2 .badge,
|
|
8230
8338
|
.np-theme-personal .btn-primary.btn-priority-2 .badge {
|
|
8231
8339
|
color: transparent;
|
|
8232
|
-
background-color: #163300;
|
|
8233
8340
|
background-color: var(--color-interactive-primary);
|
|
8234
8341
|
}
|
|
8235
8342
|
|
|
@@ -8275,7 +8382,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8275
8382
|
|
|
8276
8383
|
.np-theme-personal .btn-link,
|
|
8277
8384
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
8278
|
-
color: #163300;
|
|
8279
8385
|
color: var(--color-interactive-primary);
|
|
8280
8386
|
border-color: transparent;
|
|
8281
8387
|
-webkit-text-decoration: underline;
|
|
@@ -8287,16 +8393,13 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8287
8393
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled).btn-priority-3:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8288
8394
|
.np-theme-personal .btn-link:not(.disabled):not(:disabled):focus-visible,
|
|
8289
8395
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled).btn-priority-3:not(.disabled):not(:disabled):focus-visible {
|
|
8290
|
-
color: #0d1f00;
|
|
8291
8396
|
color: var(--color-interactive-primary-hover);
|
|
8292
8397
|
border-color: transparent;
|
|
8293
8398
|
}
|
|
8294
8399
|
|
|
8295
8400
|
.np-theme-personal .btn-link:not(.disabled):not(:disabled):not(.btn-loading):active,
|
|
8296
8401
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled).btn-priority-3:not(.disabled):not(:disabled):not(.btn-loading):active {
|
|
8297
|
-
color: #0e0f0c;
|
|
8298
8402
|
color: var(--color-interactive-primary-active);
|
|
8299
|
-
background-color: rgba(22,51,0,0.12941) !important;
|
|
8300
8403
|
background-color: var(--color-background-screen-active) !important;
|
|
8301
8404
|
}
|
|
8302
8405
|
|
|
@@ -8437,7 +8540,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8437
8540
|
|
|
8438
8541
|
.np-theme-personal .btn-positive,
|
|
8439
8542
|
.np-theme-personal .btn-success {
|
|
8440
|
-
color: #163300;
|
|
8441
8543
|
color: var(--color-interactive-control);
|
|
8442
8544
|
background-color: #00a2dd;
|
|
8443
8545
|
background-color: var(--color-interactive-accent);
|
|
@@ -8448,7 +8550,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8448
8550
|
|
|
8449
8551
|
.np-theme-personal .btn-positive:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8450
8552
|
.np-theme-personal .btn-success:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8451
|
-
color: #163300;
|
|
8452
8553
|
color: var(--color-interactive-control);
|
|
8453
8554
|
background-color: #008fc9;
|
|
8454
8555
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -8462,7 +8563,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8462
8563
|
.np-theme-personal .btn-success:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8463
8564
|
.open > .dropdown-toggle.np-theme-personal .btn-positive,
|
|
8464
8565
|
.open > .dropdown-toggle.np-theme-personal .btn-success {
|
|
8465
|
-
color: #163300;
|
|
8466
8566
|
color: var(--color-interactive-control);
|
|
8467
8567
|
background-color: #0081ba;
|
|
8468
8568
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8476,7 +8576,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8476
8576
|
.np-theme-personal .btn-success:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8477
8577
|
.open > .dropdown-toggle.np-theme-personal .btn-positive:not(.disabled):not(:disabled):hover,
|
|
8478
8578
|
.open > .dropdown-toggle.np-theme-personal .btn-success:not(.disabled):not(:disabled):hover {
|
|
8479
|
-
color: #163300;
|
|
8480
8579
|
color: var(--color-interactive-control);
|
|
8481
8580
|
background-color: #0081ba;
|
|
8482
8581
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8495,23 +8594,19 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8495
8594
|
.np-theme-personal .btn-success .badge {
|
|
8496
8595
|
color: #00a2dd;
|
|
8497
8596
|
color: var(--color-interactive-accent);
|
|
8498
|
-
background-color: #163300;
|
|
8499
8597
|
background-color: var(--color-interactive-control);
|
|
8500
8598
|
}
|
|
8501
8599
|
|
|
8502
8600
|
.np-theme-personal .btn-positive.btn-priority-2,
|
|
8503
8601
|
.np-theme-personal .btn-success.btn-priority-2 {
|
|
8504
|
-
color: #163300;
|
|
8505
8602
|
color: var(--color-interactive-primary);
|
|
8506
8603
|
background-color: transparent;
|
|
8507
|
-
border-color: #163300;
|
|
8508
8604
|
border-color: var(--color-interactive-primary);
|
|
8509
8605
|
transition: color, background-color 0.15s ease-in-out;
|
|
8510
8606
|
}
|
|
8511
8607
|
|
|
8512
8608
|
.np-theme-personal .btn-positive.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8513
8609
|
.np-theme-personal .btn-success.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8514
|
-
color: #163300;
|
|
8515
8610
|
color: var(--color-interactive-control);
|
|
8516
8611
|
background-color: #008fc9;
|
|
8517
8612
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -8525,7 +8620,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8525
8620
|
.np-theme-personal .btn-success.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8526
8621
|
.open > .dropdown-toggle.np-theme-personal .btn-positive.btn-priority-2,
|
|
8527
8622
|
.open > .dropdown-toggle.np-theme-personal .btn-success.btn-priority-2 {
|
|
8528
|
-
color: #163300;
|
|
8529
8623
|
color: var(--color-interactive-control);
|
|
8530
8624
|
background-color: #0081ba;
|
|
8531
8625
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8539,7 +8633,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8539
8633
|
.np-theme-personal .btn-success.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8540
8634
|
.open > .dropdown-toggle.np-theme-personal .btn-positive.btn-priority-2:not(.disabled):not(:disabled):hover,
|
|
8541
8635
|
.open > .dropdown-toggle.np-theme-personal .btn-success.btn-priority-2:not(.disabled):not(:disabled):hover {
|
|
8542
|
-
color: #163300;
|
|
8543
8636
|
color: var(--color-interactive-control);
|
|
8544
8637
|
background-color: #0081ba;
|
|
8545
8638
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8557,7 +8650,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8557
8650
|
.np-theme-personal .btn-positive.btn-priority-2 .badge,
|
|
8558
8651
|
.np-theme-personal .btn-success.btn-priority-2 .badge {
|
|
8559
8652
|
color: transparent;
|
|
8560
|
-
background-color: #163300;
|
|
8561
8653
|
background-color: var(--color-interactive-primary);
|
|
8562
8654
|
}
|
|
8563
8655
|
|
|
@@ -8759,22 +8851,16 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8759
8851
|
|
|
8760
8852
|
.np-theme-personal .btn-danger,
|
|
8761
8853
|
.np-theme-personal .btn-negative {
|
|
8762
|
-
color: #ffffff;
|
|
8763
8854
|
color: var(--color-contrast);
|
|
8764
|
-
background-color: #cb272f;
|
|
8765
8855
|
background-color: var(--color-sentiment-negative);
|
|
8766
|
-
border-color: #cb272f;
|
|
8767
8856
|
border-color: var(--color-sentiment-negative);
|
|
8768
8857
|
transition: color, background-color 0.15s ease-in-out;
|
|
8769
8858
|
}
|
|
8770
8859
|
|
|
8771
8860
|
.np-theme-personal .btn-danger:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8772
8861
|
.np-theme-personal .btn-negative:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8773
|
-
color: #ffffff;
|
|
8774
8862
|
color: var(--color-contrast);
|
|
8775
|
-
background-color: #b8232b;
|
|
8776
8863
|
background-color: var(--color-sentiment-negative-hover);
|
|
8777
|
-
border-color: #b8232b;
|
|
8778
8864
|
border-color: var(--color-sentiment-negative-hover);
|
|
8779
8865
|
}
|
|
8780
8866
|
|
|
@@ -8784,11 +8870,8 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8784
8870
|
.np-theme-personal .btn-negative:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8785
8871
|
.open > .dropdown-toggle.np-theme-personal .btn-danger,
|
|
8786
8872
|
.open > .dropdown-toggle.np-theme-personal .btn-negative {
|
|
8787
|
-
color: #ffffff;
|
|
8788
8873
|
color: var(--color-contrast);
|
|
8789
|
-
background-color: #a72027;
|
|
8790
8874
|
background-color: var(--color-sentiment-negative-active);
|
|
8791
|
-
border-color: #a72027;
|
|
8792
8875
|
border-color: var(--color-sentiment-negative-active);
|
|
8793
8876
|
}
|
|
8794
8877
|
|
|
@@ -8798,11 +8881,8 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8798
8881
|
.np-theme-personal .btn-negative:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8799
8882
|
.open > .dropdown-toggle.np-theme-personal .btn-danger:not(.disabled):not(:disabled):hover,
|
|
8800
8883
|
.open > .dropdown-toggle.np-theme-personal .btn-negative:not(.disabled):not(:disabled):hover {
|
|
8801
|
-
color: #ffffff;
|
|
8802
8884
|
color: var(--color-contrast);
|
|
8803
|
-
background-color: #a72027;
|
|
8804
8885
|
background-color: var(--color-sentiment-negative-active);
|
|
8805
|
-
border-color: #a72027;
|
|
8806
8886
|
border-color: var(--color-sentiment-negative-active);
|
|
8807
8887
|
}
|
|
8808
8888
|
|
|
@@ -8815,29 +8895,22 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8815
8895
|
|
|
8816
8896
|
.np-theme-personal .btn-danger .badge,
|
|
8817
8897
|
.np-theme-personal .btn-negative .badge {
|
|
8818
|
-
color: #cb272f;
|
|
8819
8898
|
color: var(--color-sentiment-negative);
|
|
8820
|
-
background-color: #ffffff;
|
|
8821
8899
|
background-color: var(--color-contrast);
|
|
8822
8900
|
}
|
|
8823
8901
|
|
|
8824
8902
|
.np-theme-personal .btn-danger.btn-priority-2,
|
|
8825
8903
|
.np-theme-personal .btn-negative.btn-priority-2 {
|
|
8826
|
-
color: #cb272f;
|
|
8827
8904
|
color: var(--color-sentiment-negative);
|
|
8828
8905
|
background-color: transparent;
|
|
8829
|
-
border-color: #cb272f;
|
|
8830
8906
|
border-color: var(--color-sentiment-negative);
|
|
8831
8907
|
transition: color, background-color 0.15s ease-in-out;
|
|
8832
8908
|
}
|
|
8833
8909
|
|
|
8834
8910
|
.np-theme-personal .btn-danger.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8835
8911
|
.np-theme-personal .btn-negative.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8836
|
-
color: #ffffff;
|
|
8837
8912
|
color: var(--color-contrast);
|
|
8838
|
-
background-color: #b8232b;
|
|
8839
8913
|
background-color: var(--color-sentiment-negative-hover);
|
|
8840
|
-
border-color: #b8232b;
|
|
8841
8914
|
border-color: var(--color-sentiment-negative-hover);
|
|
8842
8915
|
}
|
|
8843
8916
|
|
|
@@ -8847,11 +8920,8 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8847
8920
|
.np-theme-personal .btn-negative.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8848
8921
|
.open > .dropdown-toggle.np-theme-personal .btn-danger.btn-priority-2,
|
|
8849
8922
|
.open > .dropdown-toggle.np-theme-personal .btn-negative.btn-priority-2 {
|
|
8850
|
-
color: #ffffff;
|
|
8851
8923
|
color: var(--color-contrast);
|
|
8852
|
-
background-color: #a72027;
|
|
8853
8924
|
background-color: var(--color-sentiment-negative-active);
|
|
8854
|
-
border-color: #a72027;
|
|
8855
8925
|
border-color: var(--color-sentiment-negative-active);
|
|
8856
8926
|
}
|
|
8857
8927
|
|
|
@@ -8861,11 +8931,8 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8861
8931
|
.np-theme-personal .btn-negative.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8862
8932
|
.open > .dropdown-toggle.np-theme-personal .btn-danger.btn-priority-2:not(.disabled):not(:disabled):hover,
|
|
8863
8933
|
.open > .dropdown-toggle.np-theme-personal .btn-negative.btn-priority-2:not(.disabled):not(:disabled):hover {
|
|
8864
|
-
color: #ffffff;
|
|
8865
8934
|
color: var(--color-contrast);
|
|
8866
|
-
background-color: #a72027;
|
|
8867
8935
|
background-color: var(--color-sentiment-negative-active);
|
|
8868
|
-
border-color: #a72027;
|
|
8869
8936
|
border-color: var(--color-sentiment-negative-active);
|
|
8870
8937
|
}
|
|
8871
8938
|
|
|
@@ -8879,7 +8946,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8879
8946
|
.np-theme-personal .btn-danger.btn-priority-2 .badge,
|
|
8880
8947
|
.np-theme-personal .btn-negative.btn-priority-2 .badge {
|
|
8881
8948
|
color: transparent;
|
|
8882
|
-
background-color: #cb272f;
|
|
8883
8949
|
background-color: var(--color-sentiment-negative);
|
|
8884
8950
|
}
|
|
8885
8951
|
|
|
@@ -10239,7 +10305,6 @@ textarea.form-control {
|
|
|
10239
10305
|
}
|
|
10240
10306
|
|
|
10241
10307
|
.np-theme-personal .form-control:not(.disabled):not(:disabled):focus {
|
|
10242
|
-
border-color: #163300;
|
|
10243
10308
|
border-color: var(--color-interactive-primary);
|
|
10244
10309
|
outline: 0;
|
|
10245
10310
|
}
|
|
@@ -10250,7 +10315,6 @@ textarea.form-control {
|
|
|
10250
10315
|
}
|
|
10251
10316
|
|
|
10252
10317
|
.np-theme-personal .form-control:focus {
|
|
10253
|
-
border-color: #163300;
|
|
10254
10318
|
border-color: var(--color-interactive-primary);
|
|
10255
10319
|
}
|
|
10256
10320
|
|
|
@@ -10854,7 +10918,6 @@ select[multiple].input-lg {
|
|
|
10854
10918
|
}
|
|
10855
10919
|
|
|
10856
10920
|
.np-theme-personal .has-success {
|
|
10857
|
-
border-color: #054d28 !important;
|
|
10858
10921
|
border-color: var(--color-sentiment-positive) !important;
|
|
10859
10922
|
}
|
|
10860
10923
|
|
|
@@ -10874,7 +10937,6 @@ select[multiple].input-lg {
|
|
|
10874
10937
|
.np-theme-personal .has-success .input-group-addon {
|
|
10875
10938
|
color: #37517e !important;
|
|
10876
10939
|
color: var(--color-content-primary) !important;
|
|
10877
|
-
border-color: #054d28 !important;
|
|
10878
10940
|
border-color: var(--color-sentiment-positive) !important;
|
|
10879
10941
|
}
|
|
10880
10942
|
|
|
@@ -10884,7 +10946,6 @@ select[multiple].input-lg {
|
|
|
10884
10946
|
.np-theme-personal .has-success .btn-input:not(.disabled):not(:disabled):hover,
|
|
10885
10947
|
.np-theme-personal .has-success .input-group-addon,
|
|
10886
10948
|
.np-theme-personal .has-success .alert {
|
|
10887
|
-
border-color: #054d28 !important;
|
|
10888
10949
|
border-color: var(--color-sentiment-positive) !important;
|
|
10889
10950
|
}
|
|
10890
10951
|
|
|
@@ -10909,7 +10970,6 @@ select[multiple].input-lg {
|
|
|
10909
10970
|
.np-theme-personal .has-success:active .alert,
|
|
10910
10971
|
.np-theme-personal .has-success:focus .alert,
|
|
10911
10972
|
.np-theme-personal .has-success:focus-within .alert {
|
|
10912
|
-
border-color: #054d28 !important;
|
|
10913
10973
|
border-color: var(--color-sentiment-positive) !important;
|
|
10914
10974
|
}
|
|
10915
10975
|
|
|
@@ -10917,7 +10977,6 @@ select[multiple].input-lg {
|
|
|
10917
10977
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover.checkbox label,
|
|
10918
10978
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover .btn-input,
|
|
10919
10979
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover .alert {
|
|
10920
|
-
border-color: #054d28 !important;
|
|
10921
10980
|
border-color: var(--color-sentiment-positive) !important;
|
|
10922
10981
|
}
|
|
10923
10982
|
|
|
@@ -10928,7 +10987,6 @@ select[multiple].input-lg {
|
|
|
10928
10987
|
|
|
10929
10988
|
.np-theme-personal .has-success .radio > label:not(.disabled):not(:disabled),
|
|
10930
10989
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled) {
|
|
10931
|
-
border-color: #054d28;
|
|
10932
10990
|
border-color: var(--color-sentiment-positive);
|
|
10933
10991
|
color: #37517e;
|
|
10934
10992
|
color: var(--color-content-primary);
|
|
@@ -10938,7 +10996,6 @@ select[multiple].input-lg {
|
|
|
10938
10996
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
10939
10997
|
.np-theme-personal .has-success .radio > label:focus-within,
|
|
10940
10998
|
.np-theme-personal .has-success.checkbox > label:focus-within {
|
|
10941
|
-
border-color: #054d28 !important;
|
|
10942
10999
|
border-color: var(--color-sentiment-positive) !important;
|
|
10943
11000
|
}
|
|
10944
11001
|
|
|
@@ -10950,7 +11007,6 @@ select[multiple].input-lg {
|
|
|
10950
11007
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
10951
11008
|
.np-theme-personal .has-success .radio > label:focus-within .tw-radio-button,
|
|
10952
11009
|
.np-theme-personal .has-success.checkbox > label:focus-within .tw-radio-button {
|
|
10953
|
-
border-color: #054d28 !important;
|
|
10954
11010
|
border-color: var(--color-sentiment-positive) !important;
|
|
10955
11011
|
}
|
|
10956
11012
|
|
|
@@ -10958,7 +11014,6 @@ select[multiple].input-lg {
|
|
|
10958
11014
|
.np-theme-personal .has-success.checkbox .tw-checkbox-button,
|
|
10959
11015
|
.np-theme-personal .has-success .radio .tw-radio-button,
|
|
10960
11016
|
.np-theme-personal .has-success.checkbox .tw-radio-button {
|
|
10961
|
-
border-color: #054d28;
|
|
10962
11017
|
border-color: var(--color-sentiment-positive);
|
|
10963
11018
|
}
|
|
10964
11019
|
|
|
@@ -11281,7 +11336,6 @@ select[multiple].input-lg {
|
|
|
11281
11336
|
}
|
|
11282
11337
|
|
|
11283
11338
|
.np-theme-personal .has-warning {
|
|
11284
|
-
border-color: #ffd11a !important;
|
|
11285
11339
|
border-color: var(--color-sentiment-warning) !important;
|
|
11286
11340
|
}
|
|
11287
11341
|
|
|
@@ -11301,7 +11355,6 @@ select[multiple].input-lg {
|
|
|
11301
11355
|
.np-theme-personal .has-warning .input-group-addon {
|
|
11302
11356
|
color: #37517e !important;
|
|
11303
11357
|
color: var(--color-content-primary) !important;
|
|
11304
|
-
border-color: #ffd11a !important;
|
|
11305
11358
|
border-color: var(--color-sentiment-warning) !important;
|
|
11306
11359
|
}
|
|
11307
11360
|
|
|
@@ -11311,7 +11364,6 @@ select[multiple].input-lg {
|
|
|
11311
11364
|
.np-theme-personal .has-warning .btn-input:not(.disabled):not(:disabled):hover,
|
|
11312
11365
|
.np-theme-personal .has-warning .input-group-addon,
|
|
11313
11366
|
.np-theme-personal .has-warning .alert {
|
|
11314
|
-
border-color: #ffd11a !important;
|
|
11315
11367
|
border-color: var(--color-sentiment-warning) !important;
|
|
11316
11368
|
}
|
|
11317
11369
|
|
|
@@ -11336,7 +11388,6 @@ select[multiple].input-lg {
|
|
|
11336
11388
|
.np-theme-personal .has-warning:active .alert,
|
|
11337
11389
|
.np-theme-personal .has-warning:focus .alert,
|
|
11338
11390
|
.np-theme-personal .has-warning:focus-within .alert {
|
|
11339
|
-
border-color: #ffd11a !important;
|
|
11340
11391
|
border-color: var(--color-sentiment-warning) !important;
|
|
11341
11392
|
}
|
|
11342
11393
|
|
|
@@ -11344,7 +11395,6 @@ select[multiple].input-lg {
|
|
|
11344
11395
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover.checkbox label,
|
|
11345
11396
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover .btn-input,
|
|
11346
11397
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover .alert {
|
|
11347
|
-
border-color: #ffd11a !important;
|
|
11348
11398
|
border-color: var(--color-sentiment-warning) !important;
|
|
11349
11399
|
}
|
|
11350
11400
|
|
|
@@ -11355,7 +11405,6 @@ select[multiple].input-lg {
|
|
|
11355
11405
|
|
|
11356
11406
|
.np-theme-personal .has-warning .radio > label:not(.disabled):not(:disabled),
|
|
11357
11407
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled) {
|
|
11358
|
-
border-color: #ffd11a;
|
|
11359
11408
|
border-color: var(--color-sentiment-warning);
|
|
11360
11409
|
color: #37517e;
|
|
11361
11410
|
color: var(--color-content-primary);
|
|
@@ -11365,7 +11414,6 @@ select[multiple].input-lg {
|
|
|
11365
11414
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
11366
11415
|
.np-theme-personal .has-warning .radio > label:focus-within,
|
|
11367
11416
|
.np-theme-personal .has-warning.checkbox > label:focus-within {
|
|
11368
|
-
border-color: #ffd11a !important;
|
|
11369
11417
|
border-color: var(--color-sentiment-warning) !important;
|
|
11370
11418
|
}
|
|
11371
11419
|
|
|
@@ -11377,7 +11425,6 @@ select[multiple].input-lg {
|
|
|
11377
11425
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
11378
11426
|
.np-theme-personal .has-warning .radio > label:focus-within .tw-radio-button,
|
|
11379
11427
|
.np-theme-personal .has-warning.checkbox > label:focus-within .tw-radio-button {
|
|
11380
|
-
border-color: #ffd11a !important;
|
|
11381
11428
|
border-color: var(--color-sentiment-warning) !important;
|
|
11382
11429
|
}
|
|
11383
11430
|
|
|
@@ -11385,7 +11432,6 @@ select[multiple].input-lg {
|
|
|
11385
11432
|
.np-theme-personal .has-warning.checkbox .tw-checkbox-button,
|
|
11386
11433
|
.np-theme-personal .has-warning .radio .tw-radio-button,
|
|
11387
11434
|
.np-theme-personal .has-warning.checkbox .tw-radio-button {
|
|
11388
|
-
border-color: #ffd11a;
|
|
11389
11435
|
border-color: var(--color-sentiment-warning);
|
|
11390
11436
|
}
|
|
11391
11437
|
|
|
@@ -11499,7 +11545,6 @@ select[multiple].input-lg {
|
|
|
11499
11545
|
}
|
|
11500
11546
|
|
|
11501
11547
|
.np-theme-personal .has-error {
|
|
11502
|
-
border-color: #cb272f !important;
|
|
11503
11548
|
border-color: var(--color-sentiment-negative) !important;
|
|
11504
11549
|
}
|
|
11505
11550
|
|
|
@@ -11519,7 +11564,6 @@ select[multiple].input-lg {
|
|
|
11519
11564
|
.np-theme-personal .has-error .input-group-addon {
|
|
11520
11565
|
color: #37517e !important;
|
|
11521
11566
|
color: var(--color-content-primary) !important;
|
|
11522
|
-
border-color: #cb272f !important;
|
|
11523
11567
|
border-color: var(--color-sentiment-negative) !important;
|
|
11524
11568
|
}
|
|
11525
11569
|
|
|
@@ -11529,7 +11573,6 @@ select[multiple].input-lg {
|
|
|
11529
11573
|
.np-theme-personal .has-error .btn-input:not(.disabled):not(:disabled):hover,
|
|
11530
11574
|
.np-theme-personal .has-error .input-group-addon,
|
|
11531
11575
|
.np-theme-personal .has-error .alert {
|
|
11532
|
-
border-color: #cb272f !important;
|
|
11533
11576
|
border-color: var(--color-sentiment-negative) !important;
|
|
11534
11577
|
}
|
|
11535
11578
|
|
|
@@ -11554,7 +11597,6 @@ select[multiple].input-lg {
|
|
|
11554
11597
|
.np-theme-personal .has-error:active .alert,
|
|
11555
11598
|
.np-theme-personal .has-error:focus .alert,
|
|
11556
11599
|
.np-theme-personal .has-error:focus-within .alert {
|
|
11557
|
-
border-color: #b8232b !important;
|
|
11558
11600
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
11559
11601
|
}
|
|
11560
11602
|
|
|
@@ -11562,7 +11604,6 @@ select[multiple].input-lg {
|
|
|
11562
11604
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover.checkbox label,
|
|
11563
11605
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover .btn-input,
|
|
11564
11606
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover .alert {
|
|
11565
|
-
border-color: #b8232b !important;
|
|
11566
11607
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
11567
11608
|
}
|
|
11568
11609
|
|
|
@@ -11573,7 +11614,6 @@ select[multiple].input-lg {
|
|
|
11573
11614
|
|
|
11574
11615
|
.np-theme-personal .has-error .radio > label:not(.disabled):not(:disabled),
|
|
11575
11616
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled) {
|
|
11576
|
-
border-color: #cb272f;
|
|
11577
11617
|
border-color: var(--color-sentiment-negative);
|
|
11578
11618
|
color: #37517e;
|
|
11579
11619
|
color: var(--color-content-primary);
|
|
@@ -11583,7 +11623,6 @@ select[multiple].input-lg {
|
|
|
11583
11623
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
11584
11624
|
.np-theme-personal .has-error .radio > label:focus-within,
|
|
11585
11625
|
.np-theme-personal .has-error.checkbox > label:focus-within {
|
|
11586
|
-
border-color: #b8232b !important;
|
|
11587
11626
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
11588
11627
|
}
|
|
11589
11628
|
|
|
@@ -11595,7 +11634,6 @@ select[multiple].input-lg {
|
|
|
11595
11634
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
11596
11635
|
.np-theme-personal .has-error .radio > label:focus-within .tw-radio-button,
|
|
11597
11636
|
.np-theme-personal .has-error.checkbox > label:focus-within .tw-radio-button {
|
|
11598
|
-
border-color: #b8232b !important;
|
|
11599
11637
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
11600
11638
|
}
|
|
11601
11639
|
|
|
@@ -11603,7 +11641,6 @@ select[multiple].input-lg {
|
|
|
11603
11641
|
.np-theme-personal .has-error.checkbox .tw-checkbox-button,
|
|
11604
11642
|
.np-theme-personal .has-error .radio .tw-radio-button,
|
|
11605
11643
|
.np-theme-personal .has-error.checkbox .tw-radio-button {
|
|
11606
|
-
border-color: #cb272f;
|
|
11607
11644
|
border-color: var(--color-sentiment-negative);
|
|
11608
11645
|
}
|
|
11609
11646
|
|
|
@@ -11867,9 +11904,7 @@ input[type="checkbox"]:indeterminate + .tw-checkbox-button {
|
|
|
11867
11904
|
.np-theme-personal .tw-checkbox-button.checked,
|
|
11868
11905
|
.np-theme-personal input[type="checkbox"]:checked + .tw-checkbox-button,
|
|
11869
11906
|
.np-theme-personal input[type="checkbox"]:indeterminate + .tw-checkbox-button {
|
|
11870
|
-
background-color: #163300;
|
|
11871
11907
|
background-color: var(--color-interactive-primary);
|
|
11872
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
11873
11908
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
11874
11909
|
}
|
|
11875
11910
|
|
|
@@ -11897,11 +11932,8 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:hover + .tw-c
|
|
|
11897
11932
|
.np-theme-personal .tw-checkbox-button.checked:hover,
|
|
11898
11933
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):checked:hover + .tw-checkbox-button,
|
|
11899
11934
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:hover + .tw-checkbox-button {
|
|
11900
|
-
border-color: #0d1f00 !important;
|
|
11901
11935
|
border-color: var(--color-interactive-primary-hover) !important;
|
|
11902
|
-
background-color: #0d1f00;
|
|
11903
11936
|
background-color: var(--color-interactive-primary-hover);
|
|
11904
|
-
box-shadow: inset 0 0 0 1px #0d1f00;
|
|
11905
11937
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary-hover);
|
|
11906
11938
|
}
|
|
11907
11939
|
|
|
@@ -11919,11 +11951,8 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
11919
11951
|
.np-theme-personal .tw-checkbox-button.checked:active,
|
|
11920
11952
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):checked:active + .tw-checkbox-button,
|
|
11921
11953
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-checkbox-button {
|
|
11922
|
-
border-color: #0e0f0c !important;
|
|
11923
11954
|
border-color: var(--color-interactive-primary-active) !important;
|
|
11924
|
-
background-color: #0e0f0c;
|
|
11925
11955
|
background-color: var(--color-interactive-primary-active);
|
|
11926
|
-
box-shadow: inset 0 0 0 1px #0e0f0c;
|
|
11927
11956
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary-active);
|
|
11928
11957
|
}
|
|
11929
11958
|
|
|
@@ -12016,7 +12045,6 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
12016
12045
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover:checked,
|
|
12017
12046
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button.checked,
|
|
12018
12047
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover.checked {
|
|
12019
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
12020
12048
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
12021
12049
|
}
|
|
12022
12050
|
|
|
@@ -12024,7 +12052,6 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
12024
12052
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover:checked .tw-radio-check,
|
|
12025
12053
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button.checked .tw-radio-check,
|
|
12026
12054
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover.checked .tw-radio-check {
|
|
12027
|
-
background-color: #0d1f00;
|
|
12028
12055
|
background-color: var(--color-interactive-primary-hover);
|
|
12029
12056
|
}
|
|
12030
12057
|
|
|
@@ -12053,13 +12080,11 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
12053
12080
|
.np-theme-personal .tw-radio-button:checked,
|
|
12054
12081
|
.np-theme-personal .tw-radio-button.checked {
|
|
12055
12082
|
border-color: transparent !important;
|
|
12056
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
12057
12083
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
12058
12084
|
}
|
|
12059
12085
|
|
|
12060
12086
|
.np-theme-personal .tw-radio-button:checked .tw-radio-check,
|
|
12061
12087
|
.np-theme-personal .tw-radio-button.checked .tw-radio-check {
|
|
12062
|
-
background-color: #163300;
|
|
12063
12088
|
background-color: var(--color-interactive-primary);
|
|
12064
12089
|
max-height: 12px;
|
|
12065
12090
|
max-width: 12px;
|
|
@@ -12560,7 +12585,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12560
12585
|
.np-theme-personal .form-control:not(.disabled):not(:disabled):hover:has(:checked, .checked),
|
|
12561
12586
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled):hover:has(:checked, .checked),
|
|
12562
12587
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):hover:has(:checked, .checked) {
|
|
12563
|
-
box-shadow: inset 0 0 0 2px #0d1f00;
|
|
12564
12588
|
box-shadow: inset 0 0 0 2px var(--color-interactive-primary-hover);
|
|
12565
12589
|
}
|
|
12566
12590
|
|
|
@@ -12574,7 +12598,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12574
12598
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled):has(:focus-visible),
|
|
12575
12599
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):focus-visible,
|
|
12576
12600
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) {
|
|
12577
|
-
box-shadow: inset 0 0 0 3px #163300;
|
|
12578
12601
|
box-shadow: inset 0 0 0 3px var(--color-interactive-primary);
|
|
12579
12602
|
}
|
|
12580
12603
|
|
|
@@ -12583,7 +12606,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12583
12606
|
.np-theme-personal .has-error .form-control,
|
|
12584
12607
|
.np-theme-personal .has-error .radio > label,
|
|
12585
12608
|
.np-theme-personal .has-error .checkbox > label {
|
|
12586
|
-
box-shadow: inset 0 0 0 2px #cb272f;
|
|
12587
12609
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative);
|
|
12588
12610
|
}
|
|
12589
12611
|
|
|
@@ -12591,7 +12613,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12591
12613
|
.np-theme-personal .has-error .form-control:not(.disabled):not(:disabled):hover,
|
|
12592
12614
|
.np-theme-personal .has-error .radio > label:not(.disabled):not(:disabled):hover,
|
|
12593
12615
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):hover {
|
|
12594
|
-
box-shadow: inset 0 0 0 2px #b8232b;
|
|
12595
12616
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-hover);
|
|
12596
12617
|
}
|
|
12597
12618
|
|
|
@@ -12607,22 +12628,18 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12607
12628
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):active,
|
|
12608
12629
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):focus-visible,
|
|
12609
12630
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) {
|
|
12610
|
-
box-shadow: inset 0 0 0 3px #cb272f;
|
|
12611
12631
|
box-shadow: inset 0 0 0 3px var(--color-sentiment-negative);
|
|
12612
12632
|
}
|
|
12613
12633
|
|
|
12614
12634
|
.np-theme-personal .has-error .tw-radio-button {
|
|
12615
|
-
border-color: #cb272f !important;
|
|
12616
12635
|
border-color: var(--color-sentiment-negative) !important;
|
|
12617
12636
|
}
|
|
12618
12637
|
|
|
12619
12638
|
.np-theme-personal .has-error .tw-radio-button.checked {
|
|
12620
|
-
box-shadow: inset 0 0 0 1px #cb272f;
|
|
12621
12639
|
box-shadow: inset 0 0 0 1px var(--color-sentiment-negative);
|
|
12622
12640
|
}
|
|
12623
12641
|
|
|
12624
12642
|
.np-theme-personal .has-error .tw-radio-button.checked .tw-radio-check {
|
|
12625
|
-
background: #cb272f !important;
|
|
12626
12643
|
background: var(--color-sentiment-negative) !important;
|
|
12627
12644
|
}
|
|
12628
12645
|
|
|
@@ -12632,7 +12649,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12632
12649
|
.np-theme-personal .has-error input[type=checkbox]:hover + .tw-checkbox-button,
|
|
12633
12650
|
.np-theme-personal .has-error input[type=radio]:not(.disabled):not(:disabled):hover + .tw-radio-button,
|
|
12634
12651
|
.np-theme-personal .has-error input[type=checkbox]:not(.disabled):not(:disabled):hover + .tw-checkbox-button {
|
|
12635
|
-
box-shadow: inset 0 0 0 2px #b8232b;
|
|
12636
12652
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-hover);
|
|
12637
12653
|
}
|
|
12638
12654
|
|
|
@@ -12642,16 +12658,13 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12642
12658
|
.np-theme-personal .has-error .tw-checkbox-button.checked:hover,
|
|
12643
12659
|
.np-theme-personal .has-error .tw-checkbox-button:checked:hover,
|
|
12644
12660
|
.np-theme-personal .has-error input[type=checkbox]:not(.disabled):not(:disabled):checked:hover + .tw-checkbox-button {
|
|
12645
|
-
box-shadow: inset 0 0 0 3px #cb272f;
|
|
12646
12661
|
box-shadow: inset 0 0 0 3px var(--color-sentiment-negative);
|
|
12647
|
-
background: #cb272f;
|
|
12648
12662
|
background: var(--color-sentiment-negative);
|
|
12649
12663
|
}
|
|
12650
12664
|
|
|
12651
12665
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):active input[type=checkbox] + .tw-checkbox-button,
|
|
12652
12666
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):focus-visible input[type=checkbox] + .tw-checkbox-button,
|
|
12653
12667
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) input[type=checkbox] + .tw-checkbox-button {
|
|
12654
|
-
box-shadow: inset 0 0 0 2px #a72027;
|
|
12655
12668
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-active);
|
|
12656
12669
|
}
|
|
12657
12670
|
|
|
@@ -12706,7 +12719,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12706
12719
|
|
|
12707
12720
|
.np-theme-personal .has-error .error-messages,
|
|
12708
12721
|
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
12709
|
-
color: #cb272f;
|
|
12710
12722
|
color: var(--color-sentiment-negative);
|
|
12711
12723
|
}
|
|
12712
12724
|
|
|
@@ -12723,7 +12735,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12723
12735
|
}
|
|
12724
12736
|
|
|
12725
12737
|
.np-theme-personal .has-required::after {
|
|
12726
|
-
color: #cb272f;
|
|
12727
12738
|
color: var(--color-sentiment-negative);
|
|
12728
12739
|
}
|
|
12729
12740
|
|
|
@@ -13988,7 +13999,6 @@ li > a > .currency-flag:first-child {
|
|
|
13988
13999
|
}
|
|
13989
14000
|
|
|
13990
14001
|
.np-theme-personal .decision:not(.disabled):hover {
|
|
13991
|
-
background-color: rgba(22,51,0,0.07843);
|
|
13992
14002
|
background-color: var(--color-background-screen-hover);
|
|
13993
14003
|
}
|
|
13994
14004
|
|
|
@@ -14588,7 +14598,6 @@ li > a > .currency-flag:first-child {
|
|
|
14588
14598
|
}
|
|
14589
14599
|
|
|
14590
14600
|
.np-theme-personal .droppable-area.droppable-negative {
|
|
14591
|
-
border: 2px solid #cb272f !important;
|
|
14592
14601
|
border: 2px solid var(--color-sentiment-negative) !important;
|
|
14593
14602
|
background-color: #ffffff;
|
|
14594
14603
|
background-color: var(--color-background-screen);
|
|
@@ -14606,7 +14615,6 @@ li > a > .currency-flag:first-child {
|
|
|
14606
14615
|
}
|
|
14607
14616
|
|
|
14608
14617
|
.np-theme-personal .droppable-area .droppable-dropping-card {
|
|
14609
|
-
background-color: rgba(22,51,0,0.12941);
|
|
14610
14618
|
background-color: var(--color-background-neutral-hover);
|
|
14611
14619
|
}
|
|
14612
14620
|
|
|
@@ -14615,7 +14623,6 @@ li > a > .currency-flag:first-child {
|
|
|
14615
14623
|
}
|
|
14616
14624
|
|
|
14617
14625
|
.np-theme-personal .droppable-area .circle {
|
|
14618
|
-
background-color: #ffffff;
|
|
14619
14626
|
background-color: var(--color-contrast);
|
|
14620
14627
|
color: #37517e !important;
|
|
14621
14628
|
color: var(--color-content-primary) !important;
|
|
@@ -14653,7 +14660,6 @@ li > a > .currency-flag:first-child {
|
|
|
14653
14660
|
}
|
|
14654
14661
|
|
|
14655
14662
|
.np-theme-personal .droppable-dropping {
|
|
14656
|
-
border-color: rgba(22,51,0,0.12941) !important;
|
|
14657
14663
|
border-color: var(--color-background-neutral-hover) !important;
|
|
14658
14664
|
border-style: solid;
|
|
14659
14665
|
}
|
|
@@ -21006,7 +21012,6 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
21006
21012
|
}
|
|
21007
21013
|
|
|
21008
21014
|
.np-theme-personal .close {
|
|
21009
|
-
color: #163300;
|
|
21010
21015
|
color: var(--color-interactive-primary);
|
|
21011
21016
|
}
|
|
21012
21017
|
|
|
@@ -21019,7 +21024,6 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
21019
21024
|
}
|
|
21020
21025
|
|
|
21021
21026
|
.np-theme-personal .close:hover {
|
|
21022
|
-
color: #0d1f00;
|
|
21023
21027
|
color: var(--color-interactive-primary-hover);
|
|
21024
21028
|
}
|
|
21025
21029
|
|
|
@@ -22573,7 +22577,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
22573
22577
|
}
|
|
22574
22578
|
|
|
22575
22579
|
.np-theme-personal .popover-close {
|
|
22576
|
-
color: #163300;
|
|
22577
22580
|
color: var(--color-interactive-primary);
|
|
22578
22581
|
}
|
|
22579
22582
|
|
|
@@ -22586,7 +22589,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
22586
22589
|
}
|
|
22587
22590
|
|
|
22588
22591
|
.np-theme-personal .popover-close:hover {
|
|
22589
|
-
color: #0d1f00;
|
|
22590
22592
|
color: var(--color-interactive-primary-hover);
|
|
22591
22593
|
}
|
|
22592
22594
|
|
|
@@ -22833,7 +22835,6 @@ button.popover-close {
|
|
|
22833
22835
|
.np-theme-personal--forest-green .process-circle,
|
|
22834
22836
|
.np-theme-personal--bright-green .process-circle,
|
|
22835
22837
|
.np-theme-personal--dark .process-circle {
|
|
22836
|
-
stroke: #163300;
|
|
22837
22838
|
stroke: var(--color-interactive-primary);
|
|
22838
22839
|
}
|
|
22839
22840
|
|
|
@@ -22868,7 +22869,6 @@ button.popover-close {
|
|
|
22868
22869
|
}
|
|
22869
22870
|
|
|
22870
22871
|
.np-theme-personal .process-success .process-icon-horizontal {
|
|
22871
|
-
background-color: #054d28;
|
|
22872
22872
|
background-color: var(--color-sentiment-positive);
|
|
22873
22873
|
}
|
|
22874
22874
|
|
|
@@ -22880,7 +22880,6 @@ button.popover-close {
|
|
|
22880
22880
|
}
|
|
22881
22881
|
|
|
22882
22882
|
.np-theme-personal .process-success .process-icon-vertical {
|
|
22883
|
-
background-color: #054d28;
|
|
22884
22883
|
background-color: var(--color-sentiment-positive);
|
|
22885
22884
|
}
|
|
22886
22885
|
|
|
@@ -22890,7 +22889,6 @@ button.popover-close {
|
|
|
22890
22889
|
}
|
|
22891
22890
|
|
|
22892
22891
|
.np-theme-personal .process-success .process-circle {
|
|
22893
|
-
stroke: #054d28;
|
|
22894
22892
|
stroke: var(--color-sentiment-positive);
|
|
22895
22893
|
}
|
|
22896
22894
|
|
|
@@ -22901,7 +22899,6 @@ button.popover-close {
|
|
|
22901
22899
|
}
|
|
22902
22900
|
|
|
22903
22901
|
.np-theme-personal .process-danger .process-icon-horizontal {
|
|
22904
|
-
background-color: #cb272f;
|
|
22905
22902
|
background-color: var(--color-sentiment-negative);
|
|
22906
22903
|
}
|
|
22907
22904
|
|
|
@@ -22912,7 +22909,6 @@ button.popover-close {
|
|
|
22912
22909
|
}
|
|
22913
22910
|
|
|
22914
22911
|
.np-theme-personal .process-danger .process-icon-vertical {
|
|
22915
|
-
background-color: #cb272f;
|
|
22916
22912
|
background-color: var(--color-sentiment-negative);
|
|
22917
22913
|
}
|
|
22918
22914
|
|
|
@@ -22922,7 +22918,6 @@ button.popover-close {
|
|
|
22922
22918
|
}
|
|
22923
22919
|
|
|
22924
22920
|
.np-theme-personal .process-danger .process-circle {
|
|
22925
|
-
stroke: #cb272f;
|
|
22926
22921
|
stroke: var(--color-sentiment-negative);
|
|
22927
22922
|
}
|
|
22928
22923
|
|