@transferwise/neptune-css 0.0.0-experimental-c043dab → 0.0.0-experimental-d984f6d
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-core.css +0 -7
- package/dist/css/neptune.css +497 -510
- package/package.json +3 -3
- package/src/less/core/_scaffolding.less +0 -5
- 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
|
|
@@ -1495,262 +1887,78 @@
|
|
|
1495
1887
|
--color-black: #000000;
|
|
1496
1888
|
--color-bright-green: #9fe870;
|
|
1497
1889
|
--color-forest-green: #163300;
|
|
1498
|
-
--color-bright-pink: #ffd7ef;
|
|
1499
|
-
--color-dark-maroon: #320707;
|
|
1500
|
-
--color-content-primary: #e2f6d5;
|
|
1501
|
-
--color-content-secondary: #e8ebe6;
|
|
1502
|
-
--color-content-tertiary: #d0d5ce;
|
|
1503
|
-
--color-content-link: #e2f6d5;
|
|
1504
|
-
--color-content-link-hover: #d3f2c0;
|
|
1505
|
-
--color-content-link-active: #c5edab;
|
|
1506
|
-
--color-interactive-control: #163300;
|
|
1507
|
-
--color-interactive-control-hover: #214d00;
|
|
1508
|
-
--color-interactive-control-active: #2c6600;
|
|
1509
|
-
--color-interactive-primary: #e2f6d5;
|
|
1510
|
-
--color-interactive-primary-hover: #d3f2c0;
|
|
1511
|
-
--color-interactive-primary-active: #c5edab;
|
|
1512
|
-
--color-interactive-secondary: #cbd9c3;
|
|
1513
|
-
--color-interactive-secondary-hover: #d9e3d3;
|
|
1514
|
-
--color-interactive-secondary-active: #e7ede3;
|
|
1515
|
-
--color-interactive-accent: #e2f6d5;
|
|
1516
|
-
--color-interactive-accent-hover: #d3f2c0;
|
|
1517
|
-
--color-interactive-accent-active: #c5edab;
|
|
1518
|
-
--color-interactive-contrast: #163300;
|
|
1519
|
-
--color-interactive-contrast-hover: #214d00;
|
|
1520
|
-
--color-interactive-contrast-active: #2c6600;
|
|
1521
|
-
--color-interactive-neutral: rgba(226,246,213,0.2);
|
|
1522
|
-
--color-interactive-neutral-hover: rgba(226,246,213,0.4);
|
|
1523
|
-
--color-interactive-neutral-active: rgba(226,246,213,0.6);
|
|
1524
|
-
--color-border-neutral: rgba(255,255,255,0.2);
|
|
1525
|
-
--color-border-overlay: rgba(255,255,255,0.2);
|
|
1526
|
-
--color-background-screen: #163300;
|
|
1527
|
-
--color-background-screen-hover: rgba(255,255,255,0.2);
|
|
1528
|
-
--color-background-screen-active: rgba(255,255,255,0.4);
|
|
1529
|
-
--color-background-elevated: #223d0d;
|
|
1530
|
-
--color-background-neutral: rgba(255,255,255,0.10196);
|
|
1531
|
-
--color-background-neutral-hover: rgba(255,255,255,0.2);
|
|
1532
|
-
--color-background-neutral-active: rgba(255,255,255,0.2);
|
|
1533
|
-
--color-background-overlay: rgba(255,255,255,0.2);
|
|
1534
|
-
--color-background-surface: #ffffff;
|
|
1535
|
-
--color-sentiment-negative: #ffa8ad;
|
|
1536
|
-
--color-sentiment-negative-hover: #ffbdc0;
|
|
1537
|
-
--color-sentiment-negative-active: #ffd1d3;
|
|
1538
|
-
--color-sentiment-negative-primary: #ffa8ad;
|
|
1539
|
-
--color-sentiment-negative-primary-hover: #ffbdc0;
|
|
1540
|
-
--color-sentiment-negative-primary-active: #ffd1d3;
|
|
1541
|
-
--color-sentiment-negative-secondary: #410b0d;
|
|
1542
|
-
--color-sentiment-negative-secondary-hover: #641115;
|
|
1543
|
-
--color-sentiment-negative-secondary-active: #761418;
|
|
1544
|
-
--color-sentiment-positive: #bae5a0;
|
|
1545
|
-
--color-sentiment-positive-hover: #c8eab3;
|
|
1546
|
-
--color-sentiment-positive-active: #d6f0c7;
|
|
1547
|
-
--color-sentiment-positive-primary: #bae5a0;
|
|
1548
|
-
--color-sentiment-positive-primary-hover: #c8eab3;
|
|
1549
|
-
--color-sentiment-positive-primary-active: #d6f0c7;
|
|
1550
|
-
--color-sentiment-positive-secondary: #3d562d;
|
|
1551
|
-
--color-sentiment-positive-secondary-hover: #476435;
|
|
1552
|
-
--color-sentiment-positive-secondary-active: #53753d;
|
|
1553
|
-
--color-sentiment-warning: #fadc65;
|
|
1554
|
-
--color-sentiment-warning-hover: #fadc65;
|
|
1555
|
-
--color-sentiment-warning-active: #fadc65;
|
|
1556
|
-
--color-sentiment-warning-primary: #fadc65;
|
|
1557
|
-
--color-sentiment-warning-primary-hover: #fadc65;
|
|
1558
|
-
--color-sentiment-warning-primary-active: #fadc65;
|
|
1559
|
-
--color-sentiment-warning-secondary: #445514;
|
|
1560
|
-
--color-sentiment-warning-secondary-hover: #445514;
|
|
1561
|
-
--color-sentiment-warning-secondary-active: #445514;
|
|
1562
|
-
--color-sentiment-warning-content: #fadc65;
|
|
1563
|
-
--color-sentiment-warning-content-hover: #fbe179;
|
|
1564
|
-
--color-sentiment-warning-content-active: #fbe58d;
|
|
1565
|
-
--color-contrast: #ffffff;
|
|
1566
|
-
--color-light: #ffffff;
|
|
1567
|
-
--color-dark: #121511;
|
|
1568
|
-
--color-contrast-overlay: #163300;
|
|
1569
|
-
--color-contrast-theme: #ffffff;
|
|
1570
|
-
--padding-x-small: 8px;
|
|
1571
|
-
--padding-small: 16px;
|
|
1572
|
-
--padding-medium: 24px;
|
|
1573
|
-
--padding-large: 32px;
|
|
1574
|
-
--radius-full: 9999px;
|
|
1575
|
-
--radius-small: 10px;
|
|
1576
|
-
--radius-medium: 16px;
|
|
1577
|
-
--radius-large: 24px;
|
|
1578
|
-
--size-4: 4px;
|
|
1579
|
-
--size-5: 5px;
|
|
1580
|
-
--size-8: 8px;
|
|
1581
|
-
--size-10: 10px;
|
|
1582
|
-
--size-12: 12px;
|
|
1583
|
-
--size-14: 14px;
|
|
1584
|
-
--size-16: 16px;
|
|
1585
|
-
--size-24: 24px;
|
|
1586
|
-
--size-32: 32px;
|
|
1587
|
-
--size-40: 40px;
|
|
1588
|
-
--size-48: 48px;
|
|
1589
|
-
--size-52: 52px;
|
|
1590
|
-
--size-56: 56px;
|
|
1591
|
-
--size-60: 60px;
|
|
1592
|
-
--size-64: 64px;
|
|
1593
|
-
--size-72: 72px;
|
|
1594
|
-
--size-80: 80px;
|
|
1595
|
-
--size-88: 88px;
|
|
1596
|
-
--size-96: 96px;
|
|
1597
|
-
--size-104: 104px;
|
|
1598
|
-
--size-112: 112px;
|
|
1599
|
-
--size-120: 120px;
|
|
1600
|
-
--size-126: 126px;
|
|
1601
|
-
--size-128: 128px;
|
|
1602
|
-
--size-146: 146px;
|
|
1603
|
-
--size-154: 154px;
|
|
1604
|
-
--size-160: 160px;
|
|
1605
|
-
--size-x-small: 24px;
|
|
1606
|
-
--size-small: 32px;
|
|
1607
|
-
--size-medium: 40px;
|
|
1608
|
-
--size-large: 48px;
|
|
1609
|
-
--size-x-large: 56px;
|
|
1610
|
-
--size-2x-large: 72px;
|
|
1611
|
-
--space-content-horizontal: 16px;
|
|
1612
|
-
--space-small: 16px;
|
|
1613
|
-
--space-medium: 32px;
|
|
1614
|
-
--space-large: 40px;
|
|
1615
|
-
--space-x-large: 56px;
|
|
1616
|
-
--font-size-12: 0.75rem;
|
|
1617
|
-
--font-size-14: 0.875rem;
|
|
1618
|
-
--font-size-16: 1rem;
|
|
1619
|
-
--font-size-18: 1.125rem;
|
|
1620
|
-
--font-size-20: 1.25rem;
|
|
1621
|
-
--font-size-22: 1.375rem;
|
|
1622
|
-
--font-size-24: 1.5rem;
|
|
1623
|
-
--font-size-26: 1.625rem;
|
|
1624
|
-
--font-size-28: 1.75rem;
|
|
1625
|
-
--font-size-30: 1.875rem;
|
|
1626
|
-
--font-size-32: 2rem;
|
|
1627
|
-
--letter-spacing-xxs: 0.005em;
|
|
1628
|
-
--letter-spacing-xs: 0.01em;
|
|
1629
|
-
--letter-spacing-sm: 0.0125em;
|
|
1630
|
-
--letter-spacing-md: 0.015em;
|
|
1631
|
-
--letter-spacing-lg: 0.02em;
|
|
1632
|
-
--letter-spacing-xl: 0.025em;
|
|
1633
|
-
--letter-spacing-negative-xxs: -0.005em;
|
|
1634
|
-
--letter-spacing-negative-xs: -0.01em;
|
|
1635
|
-
--letter-spacing-negative-sm: -0.0125em;
|
|
1636
|
-
--letter-spacing-negative-md: -0.015em;
|
|
1637
|
-
--letter-spacing-negative-lg: -0.02em;
|
|
1638
|
-
--letter-spacing-negative-xl: -0.025em;
|
|
1639
|
-
--letter-spacing-negative-xxl: -0.03em;
|
|
1640
|
-
--letter-spacing-negative-xxxl: -0.04em;
|
|
1641
|
-
--letter-spacing-negative-xxxxl: -0.05em;
|
|
1642
|
-
--line-height-18: 1.125rem;
|
|
1643
|
-
--line-height-20: 1.25rem;
|
|
1644
|
-
--line-height-22: 1.375rem;
|
|
1645
|
-
--line-height-24: 1.5rem;
|
|
1646
|
-
--line-height-28: 1.75rem;
|
|
1647
|
-
--line-height-30: 1.875rem;
|
|
1648
|
-
--line-height-32: 2rem;
|
|
1649
|
-
--line-height-34: 2.125rem;
|
|
1650
|
-
--line-height-36: 2.25rem;
|
|
1651
|
-
--line-height-42: 2.625rem;
|
|
1652
|
-
--line-height-48: 3rem;
|
|
1653
|
-
--line-height-title: 1.2;
|
|
1654
|
-
--line-height-body: 1.5;
|
|
1655
|
-
--line-height-control: 1.2;
|
|
1656
|
-
--font-weight-light: 300;
|
|
1657
|
-
--font-weight-regular: 400;
|
|
1658
|
-
--font-weight-medium: 500;
|
|
1659
|
-
--font-weight-semi-bold: 600;
|
|
1660
|
-
--font-weight-bold: 700;
|
|
1661
|
-
--font-weight-black: 900;
|
|
1662
|
-
--font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
|
|
1663
|
-
--font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
/**
|
|
1667
|
-
* Do not edit directly
|
|
1668
|
-
* Generated on Wed, 15 Oct 2025 12:29:55 GMT
|
|
1669
|
-
*/
|
|
1670
|
-
|
|
1671
|
-
.np-theme-business--bright-green {
|
|
1672
|
-
--color-bright-yellow: #ffeb69;
|
|
1673
|
-
--color-bright-orange: #ffc091;
|
|
1674
|
-
--color-dark-purple: #260a2f;
|
|
1675
|
-
--color-dark-gold: #3a341c;
|
|
1676
|
-
--color-bright-blue: #a0e1e1;
|
|
1677
|
-
--color-dark-charcoal: #21231d;
|
|
1678
|
-
--color-white: #ffffff;
|
|
1679
|
-
--color-black: #000000;
|
|
1680
|
-
--color-bright-green: #9fe870;
|
|
1681
|
-
--color-forest-green: #163300;
|
|
1682
|
-
--color-bright-pink: #ffd7ef;
|
|
1683
|
-
--color-dark-maroon: #320707;
|
|
1684
|
-
--color-content-primary: #163300;
|
|
1685
|
-
--color-content-secondary: #163300;
|
|
1686
|
-
--color-content-tertiary: #163300;
|
|
1687
|
-
--color-content-link: #163300;
|
|
1688
|
-
--color-content-link-hover: #0d1f00;
|
|
1689
|
-
--color-content-link-active: #0e0f0c;
|
|
1690
|
-
--color-interactive-control: #e2f6d5;
|
|
1691
|
-
--color-interactive-control-hover: #d3f2c0;
|
|
1692
|
-
--color-interactive-control-active: #c5edab;
|
|
1693
|
-
--color-interactive-primary: #163300;
|
|
1694
|
-
--color-interactive-primary-hover: #0d1f00;
|
|
1695
|
-
--color-interactive-primary-active: #0e0f0c;
|
|
1696
|
-
--color-interactive-secondary: #163300;
|
|
1697
|
-
--color-interactive-secondary-hover: rgba(255,255,255,0);
|
|
1698
|
-
--color-interactive-secondary-active: rgba(255,255,255,0);
|
|
1699
|
-
--color-interactive-accent: #163300;
|
|
1700
|
-
--color-interactive-accent-hover: #0d1f00;
|
|
1701
|
-
--color-interactive-accent-active: #0e0f0c;
|
|
1702
|
-
--color-interactive-contrast: #e2f6d5;
|
|
1703
|
-
--color-interactive-contrast-hover: #d3f2c0;
|
|
1704
|
-
--color-interactive-contrast-active: #c5edab;
|
|
1705
|
-
--color-interactive-neutral: rgba(255,255,255,0.50196);
|
|
1706
|
-
--color-interactive-neutral-hover: rgba(255,255,255,0.6);
|
|
1707
|
-
--color-interactive-neutral-active: rgba(255,255,255,0.70196);
|
|
1708
|
-
--color-border-neutral: rgba(22,51,0,0.12157);
|
|
1709
|
-
--color-border-overlay: rgba(22,51,0,0.12157);
|
|
1710
|
-
--color-background-screen: #e2f6d5;
|
|
1711
|
-
--color-background-screen-hover: rgba(255,255,255,0);
|
|
1890
|
+
--color-bright-pink: #ffd7ef;
|
|
1891
|
+
--color-dark-maroon: #320707;
|
|
1892
|
+
--color-content-primary: #e2f6d5;
|
|
1893
|
+
--color-content-secondary: #e8ebe6;
|
|
1894
|
+
--color-content-tertiary: #d0d5ce;
|
|
1895
|
+
--color-content-link: #e2f6d5;
|
|
1896
|
+
--color-content-link-hover: #d3f2c0;
|
|
1897
|
+
--color-content-link-active: #c5edab;
|
|
1898
|
+
--color-interactive-control: #163300;
|
|
1899
|
+
--color-interactive-control-hover: #214d00;
|
|
1900
|
+
--color-interactive-control-active: #2c6600;
|
|
1901
|
+
--color-interactive-primary: #e2f6d5;
|
|
1902
|
+
--color-interactive-primary-hover: #d3f2c0;
|
|
1903
|
+
--color-interactive-primary-active: #c5edab;
|
|
1904
|
+
--color-interactive-secondary: #cbd9c3;
|
|
1905
|
+
--color-interactive-secondary-hover: #d9e3d3;
|
|
1906
|
+
--color-interactive-secondary-active: #e7ede3;
|
|
1907
|
+
--color-interactive-accent: #e2f6d5;
|
|
1908
|
+
--color-interactive-accent-hover: #d3f2c0;
|
|
1909
|
+
--color-interactive-accent-active: #c5edab;
|
|
1910
|
+
--color-interactive-contrast: #163300;
|
|
1911
|
+
--color-interactive-contrast-hover: #214d00;
|
|
1912
|
+
--color-interactive-contrast-active: #2c6600;
|
|
1913
|
+
--color-interactive-neutral: rgba(226,246,213,0.2);
|
|
1914
|
+
--color-interactive-neutral-hover: rgba(226,246,213,0.4);
|
|
1915
|
+
--color-interactive-neutral-active: rgba(226,246,213,0.6);
|
|
1916
|
+
--color-border-neutral: rgba(255,255,255,0.2);
|
|
1917
|
+
--color-border-overlay: rgba(255,255,255,0.2);
|
|
1918
|
+
--color-background-screen: #163300;
|
|
1919
|
+
--color-background-screen-hover: rgba(255,255,255,0.2);
|
|
1712
1920
|
--color-background-screen-active: rgba(255,255,255,0.4);
|
|
1713
|
-
--color-background-elevated: #
|
|
1714
|
-
--color-background-neutral: rgba(255,255,255,0.
|
|
1715
|
-
--color-background-neutral-hover: rgba(255,255,255,0.
|
|
1716
|
-
--color-background-neutral-active:
|
|
1717
|
-
--color-background-overlay: rgba(255,255,255,0.
|
|
1718
|
-
--color-background-surface:
|
|
1719
|
-
--color-sentiment-negative: #
|
|
1720
|
-
--color-sentiment-negative-hover: #
|
|
1721
|
-
--color-sentiment-negative-active: #
|
|
1722
|
-
--color-sentiment-negative-primary: #
|
|
1723
|
-
--color-sentiment-negative-primary-hover: #
|
|
1724
|
-
--color-sentiment-negative-primary-active: #
|
|
1725
|
-
--color-sentiment-negative-secondary: #
|
|
1726
|
-
--color-sentiment-negative-secondary-hover: #
|
|
1727
|
-
--color-sentiment-negative-secondary-active: #
|
|
1728
|
-
--color-sentiment-positive: #
|
|
1729
|
-
--color-sentiment-positive-hover: #
|
|
1730
|
-
--color-sentiment-positive-active: #
|
|
1731
|
-
--color-sentiment-positive-primary: #
|
|
1732
|
-
--color-sentiment-positive-primary-hover: #
|
|
1733
|
-
--color-sentiment-positive-primary-active: #
|
|
1734
|
-
--color-sentiment-positive-secondary: #
|
|
1735
|
-
--color-sentiment-positive-secondary-hover: #
|
|
1736
|
-
--color-sentiment-positive-secondary-active: #
|
|
1737
|
-
--color-sentiment-warning: #
|
|
1738
|
-
--color-sentiment-warning-hover: #
|
|
1739
|
-
--color-sentiment-warning-active: #
|
|
1740
|
-
--color-sentiment-warning-primary: #
|
|
1741
|
-
--color-sentiment-warning-primary-hover: #
|
|
1742
|
-
--color-sentiment-warning-primary-active: #
|
|
1743
|
-
--color-sentiment-warning-secondary: #
|
|
1744
|
-
--color-sentiment-warning-secondary-hover: #
|
|
1745
|
-
--color-sentiment-warning-secondary-active: #
|
|
1746
|
-
--color-sentiment-warning-content: #
|
|
1747
|
-
--color-sentiment-warning-content-hover: #
|
|
1748
|
-
--color-sentiment-warning-content-active: #
|
|
1749
|
-
--color-contrast:
|
|
1921
|
+
--color-background-elevated: #223d0d;
|
|
1922
|
+
--color-background-neutral: rgba(255,255,255,0.10196);
|
|
1923
|
+
--color-background-neutral-hover: rgba(255,255,255,0.2);
|
|
1924
|
+
--color-background-neutral-active: rgba(255,255,255,0.2);
|
|
1925
|
+
--color-background-overlay: rgba(255,255,255,0.2);
|
|
1926
|
+
--color-background-surface: #ffffff;
|
|
1927
|
+
--color-sentiment-negative: #ffa8ad;
|
|
1928
|
+
--color-sentiment-negative-hover: #ffbdc0;
|
|
1929
|
+
--color-sentiment-negative-active: #ffd1d3;
|
|
1930
|
+
--color-sentiment-negative-primary: #ffa8ad;
|
|
1931
|
+
--color-sentiment-negative-primary-hover: #ffbdc0;
|
|
1932
|
+
--color-sentiment-negative-primary-active: #ffd1d3;
|
|
1933
|
+
--color-sentiment-negative-secondary: #410b0d;
|
|
1934
|
+
--color-sentiment-negative-secondary-hover: #641115;
|
|
1935
|
+
--color-sentiment-negative-secondary-active: #761418;
|
|
1936
|
+
--color-sentiment-positive: #bae5a0;
|
|
1937
|
+
--color-sentiment-positive-hover: #c8eab3;
|
|
1938
|
+
--color-sentiment-positive-active: #d6f0c7;
|
|
1939
|
+
--color-sentiment-positive-primary: #bae5a0;
|
|
1940
|
+
--color-sentiment-positive-primary-hover: #c8eab3;
|
|
1941
|
+
--color-sentiment-positive-primary-active: #d6f0c7;
|
|
1942
|
+
--color-sentiment-positive-secondary: #3d562d;
|
|
1943
|
+
--color-sentiment-positive-secondary-hover: #476435;
|
|
1944
|
+
--color-sentiment-positive-secondary-active: #53753d;
|
|
1945
|
+
--color-sentiment-warning: #fadc65;
|
|
1946
|
+
--color-sentiment-warning-hover: #fadc65;
|
|
1947
|
+
--color-sentiment-warning-active: #fadc65;
|
|
1948
|
+
--color-sentiment-warning-primary: #fadc65;
|
|
1949
|
+
--color-sentiment-warning-primary-hover: #fadc65;
|
|
1950
|
+
--color-sentiment-warning-primary-active: #fadc65;
|
|
1951
|
+
--color-sentiment-warning-secondary: #445514;
|
|
1952
|
+
--color-sentiment-warning-secondary-hover: #445514;
|
|
1953
|
+
--color-sentiment-warning-secondary-active: #445514;
|
|
1954
|
+
--color-sentiment-warning-content: #fadc65;
|
|
1955
|
+
--color-sentiment-warning-content-hover: #fbe179;
|
|
1956
|
+
--color-sentiment-warning-content-active: #fbe58d;
|
|
1957
|
+
--color-contrast: #ffffff;
|
|
1750
1958
|
--color-light: #ffffff;
|
|
1751
1959
|
--color-dark: #121511;
|
|
1752
|
-
--color-contrast-overlay: #
|
|
1753
|
-
--color-contrast-theme: #
|
|
1960
|
+
--color-contrast-overlay: #163300;
|
|
1961
|
+
--color-contrast-theme: #ffffff;
|
|
1754
1962
|
--padding-x-small: 8px;
|
|
1755
1963
|
--padding-small: 16px;
|
|
1756
1964
|
--padding-medium: 24px;
|
|
@@ -1847,8 +2055,12 @@
|
|
|
1847
2055
|
--font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
1848
2056
|
}
|
|
1849
2057
|
|
|
1850
|
-
|
|
1851
|
-
|
|
2058
|
+
/**
|
|
2059
|
+
* Do not edit directly
|
|
2060
|
+
* Generated on Wed, 15 Oct 2025 12:29:55 GMT
|
|
2061
|
+
*/
|
|
2062
|
+
|
|
2063
|
+
.np-theme-business--bright-green {
|
|
1852
2064
|
--color-bright-yellow: #ffeb69;
|
|
1853
2065
|
--color-bright-orange: #ffc091;
|
|
1854
2066
|
--color-dark-purple: #260a2f;
|
|
@@ -1861,40 +2073,41 @@
|
|
|
1861
2073
|
--color-forest-green: #163300;
|
|
1862
2074
|
--color-bright-pink: #ffd7ef;
|
|
1863
2075
|
--color-dark-maroon: #320707;
|
|
1864
|
-
--color-content-primary: #
|
|
1865
|
-
--color-content-secondary: #
|
|
1866
|
-
--color-content-tertiary: #
|
|
2076
|
+
--color-content-primary: #163300;
|
|
2077
|
+
--color-content-secondary: #163300;
|
|
2078
|
+
--color-content-tertiary: #163300;
|
|
1867
2079
|
--color-content-link: #163300;
|
|
1868
2080
|
--color-content-link-hover: #0d1f00;
|
|
1869
2081
|
--color-content-link-active: #0e0f0c;
|
|
2082
|
+
--color-interactive-control: #e2f6d5;
|
|
2083
|
+
--color-interactive-control-hover: #d3f2c0;
|
|
2084
|
+
--color-interactive-control-active: #c5edab;
|
|
1870
2085
|
--color-interactive-primary: #163300;
|
|
1871
2086
|
--color-interactive-primary-hover: #0d1f00;
|
|
1872
2087
|
--color-interactive-primary-active: #0e0f0c;
|
|
1873
|
-
--color-interactive-secondary: #
|
|
1874
|
-
--color-interactive-secondary-hover:
|
|
1875
|
-
--color-interactive-secondary-active:
|
|
1876
|
-
--color-interactive-accent: #
|
|
1877
|
-
--color-interactive-accent-hover: #
|
|
1878
|
-
--color-interactive-accent-active: #
|
|
1879
|
-
--color-interactive-
|
|
1880
|
-
--color-interactive-
|
|
1881
|
-
--color-interactive-
|
|
1882
|
-
--color-interactive-
|
|
1883
|
-
--color-interactive-
|
|
1884
|
-
--color-interactive-
|
|
1885
|
-
--color-
|
|
1886
|
-
--color-
|
|
1887
|
-
--color-
|
|
1888
|
-
--color-
|
|
1889
|
-
--color-
|
|
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);
|
|
2088
|
+
--color-interactive-secondary: #163300;
|
|
2089
|
+
--color-interactive-secondary-hover: rgba(255,255,255,0);
|
|
2090
|
+
--color-interactive-secondary-active: rgba(255,255,255,0);
|
|
2091
|
+
--color-interactive-accent: #163300;
|
|
2092
|
+
--color-interactive-accent-hover: #0d1f00;
|
|
2093
|
+
--color-interactive-accent-active: #0e0f0c;
|
|
2094
|
+
--color-interactive-contrast: #e2f6d5;
|
|
2095
|
+
--color-interactive-contrast-hover: #d3f2c0;
|
|
2096
|
+
--color-interactive-contrast-active: #c5edab;
|
|
2097
|
+
--color-interactive-neutral: rgba(255,255,255,0.50196);
|
|
2098
|
+
--color-interactive-neutral-hover: rgba(255,255,255,0.6);
|
|
2099
|
+
--color-interactive-neutral-active: rgba(255,255,255,0.70196);
|
|
2100
|
+
--color-border-neutral: rgba(22,51,0,0.12157);
|
|
2101
|
+
--color-border-overlay: rgba(22,51,0,0.12157);
|
|
2102
|
+
--color-background-screen: #e2f6d5;
|
|
2103
|
+
--color-background-screen-hover: rgba(255,255,255,0);
|
|
2104
|
+
--color-background-screen-active: rgba(255,255,255,0.4);
|
|
1893
2105
|
--color-background-elevated: #ffffff;
|
|
1894
|
-
--color-background-neutral: rgba(
|
|
1895
|
-
--color-background-neutral-hover: rgba(
|
|
1896
|
-
--color-background-neutral-active:
|
|
1897
|
-
--color-background-overlay: rgba(
|
|
2106
|
+
--color-background-neutral: rgba(255,255,255,0.70196);
|
|
2107
|
+
--color-background-neutral-hover: rgba(255,255,255,0.8);
|
|
2108
|
+
--color-background-neutral-active: #ffffff;
|
|
2109
|
+
--color-background-overlay: rgba(255,255,255,0.30196);
|
|
2110
|
+
--color-background-surface: rgba(255,255,255,0);
|
|
1898
2111
|
--color-sentiment-negative: #cb272f;
|
|
1899
2112
|
--color-sentiment-negative-hover: #b8232b;
|
|
1900
2113
|
--color-sentiment-negative-active: #a72027;
|
|
@@ -1925,11 +2138,11 @@
|
|
|
1925
2138
|
--color-sentiment-warning-content: #4a3b1c;
|
|
1926
2139
|
--color-sentiment-warning-content-hover: #3b2f16;
|
|
1927
2140
|
--color-sentiment-warning-content-active: #2c2311;
|
|
1928
|
-
--color-contrast:
|
|
2141
|
+
--color-contrast: rgba(255,255,255,0);
|
|
1929
2142
|
--color-light: #ffffff;
|
|
1930
2143
|
--color-dark: #121511;
|
|
1931
2144
|
--color-contrast-overlay: #ffffff;
|
|
1932
|
-
--color-contrast-theme: #
|
|
2145
|
+
--color-contrast-theme: #163300;
|
|
1933
2146
|
--padding-x-small: 8px;
|
|
1934
2147
|
--padding-small: 16px;
|
|
1935
2148
|
--padding-medium: 24px;
|
|
@@ -2026,73 +2239,6 @@
|
|
|
2026
2239
|
--font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
2027
2240
|
}
|
|
2028
2241
|
|
|
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 {
|
|
@@ -2461,18 +2607,10 @@ summary {
|
|
|
2461
2607
|
--btn-radius-base: 9999px;
|
|
2462
2608
|
--btn-sm-radius-base: var(--btn-radius-base);
|
|
2463
2609
|
--btn-lg-radius-base: var(--btn-radius-base);
|
|
2464
|
-
background-color: #ffffff;
|
|
2465
|
-
background-color: var(--color-background-screen);
|
|
2466
2610
|
color: #5d7079;
|
|
2467
2611
|
color: var(--color-content-secondary);
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
.np-theme-business,
|
|
2471
|
-
.np-theme-platform {
|
|
2472
2612
|
background-color: #ffffff;
|
|
2473
2613
|
background-color: var(--color-background-screen);
|
|
2474
|
-
color: #5d7079;
|
|
2475
|
-
color: var(--color-content-secondary);
|
|
2476
2614
|
}
|
|
2477
2615
|
|
|
2478
2616
|
html {
|
|
@@ -2499,14 +2637,12 @@ pre {
|
|
|
2499
2637
|
}
|
|
2500
2638
|
|
|
2501
2639
|
.np-theme-personal::-moz-selection {
|
|
2502
|
-
background-color: rgba(22,51,0,0.18039);
|
|
2503
2640
|
background-color: var(--color-background-neutral-active);
|
|
2504
2641
|
color: #37517e;
|
|
2505
2642
|
color: var(--color-content-primary);
|
|
2506
2643
|
}
|
|
2507
2644
|
|
|
2508
2645
|
.np-theme-personal::selection {
|
|
2509
|
-
background-color: rgba(22,51,0,0.18039);
|
|
2510
2646
|
background-color: var(--color-background-neutral-active);
|
|
2511
2647
|
color: #37517e;
|
|
2512
2648
|
color: var(--color-content-primary);
|
|
@@ -2520,7 +2656,6 @@ pre {
|
|
|
2520
2656
|
a,
|
|
2521
2657
|
.np-text-link-default,
|
|
2522
2658
|
.np-text-link-large {
|
|
2523
|
-
color: #163300;
|
|
2524
2659
|
color: var(--color-content-link);
|
|
2525
2660
|
}
|
|
2526
2661
|
|
|
@@ -2557,7 +2692,6 @@ a:hover,
|
|
|
2557
2692
|
a:focus,
|
|
2558
2693
|
.np-text-link-default:focus,
|
|
2559
2694
|
.np-text-link-large:focus {
|
|
2560
|
-
color: #0d1f00;
|
|
2561
2695
|
color: var(--color-content-link-hover);
|
|
2562
2696
|
-webkit-text-decoration: underline;
|
|
2563
2697
|
text-decoration: underline;
|
|
@@ -2567,7 +2701,6 @@ a:focus,
|
|
|
2567
2701
|
a:active,
|
|
2568
2702
|
.np-text-link-default:active,
|
|
2569
2703
|
.np-text-link-large:active {
|
|
2570
|
-
color: #0e0f0c;
|
|
2571
2704
|
color: var(--color-content-link-active);
|
|
2572
2705
|
}
|
|
2573
2706
|
|
|
@@ -4363,7 +4496,6 @@ a.text-success:focus {
|
|
|
4363
4496
|
.text-info {
|
|
4364
4497
|
color: #0097c7 !important;
|
|
4365
4498
|
color: var(--color-content-accent) !important;
|
|
4366
|
-
color: #163300 !important;
|
|
4367
4499
|
color: var(--color-interactive-primary) !important;
|
|
4368
4500
|
}
|
|
4369
4501
|
|
|
@@ -4397,7 +4529,6 @@ a.text-warning:focus {
|
|
|
4397
4529
|
|
|
4398
4530
|
.text-negative,
|
|
4399
4531
|
.text-danger {
|
|
4400
|
-
color: #cb272f !important;
|
|
4401
4532
|
color: var(--color-sentiment-negative) !important;
|
|
4402
4533
|
}
|
|
4403
4534
|
|
|
@@ -4405,7 +4536,6 @@ a.text-negative:hover,
|
|
|
4405
4536
|
a.text-danger:hover,
|
|
4406
4537
|
a.text-negative:focus,
|
|
4407
4538
|
a.text-danger:focus {
|
|
4408
|
-
color: #b8232b !important;
|
|
4409
4539
|
color: var(--color-sentiment-negative-hover) !important;
|
|
4410
4540
|
}
|
|
4411
4541
|
|
|
@@ -6753,7 +6883,6 @@ tbody.collapse.in {
|
|
|
6753
6883
|
}
|
|
6754
6884
|
|
|
6755
6885
|
.np-theme-personal .chevron-color {
|
|
6756
|
-
color: #163300;
|
|
6757
6886
|
color: var(--color-interactive-primary);
|
|
6758
6887
|
}
|
|
6759
6888
|
|
|
@@ -7564,7 +7693,6 @@ input:focus ~ .alert-focus,
|
|
|
7564
7693
|
.bg-primary .np-theme-personal .alert-warning .close:focus,
|
|
7565
7694
|
.bg-primary .np-theme-personal .alert-danger .close:focus,
|
|
7566
7695
|
.bg-primary .np-theme-personal .alert-negative .close:focus {
|
|
7567
|
-
color: #0d1f00;
|
|
7568
7696
|
color: var(--color-content-link-hover);
|
|
7569
7697
|
}
|
|
7570
7698
|
|
|
@@ -7575,7 +7703,6 @@ input:focus ~ .alert-focus,
|
|
|
7575
7703
|
.np-theme-personal .alert-warning .np-link,
|
|
7576
7704
|
.np-theme-personal .alert-danger .np-link,
|
|
7577
7705
|
.np-theme-personal .alert-negative .np-link {
|
|
7578
|
-
color: #163300;
|
|
7579
7706
|
color: var(--color-content-link);
|
|
7580
7707
|
}
|
|
7581
7708
|
|
|
@@ -7593,7 +7720,6 @@ input:focus ~ .alert-focus,
|
|
|
7593
7720
|
.np-theme-personal .alert-warning .np-link:focus,
|
|
7594
7721
|
.np-theme-personal .alert-danger .np-link:focus,
|
|
7595
7722
|
.np-theme-personal .alert-negative .np-link:focus {
|
|
7596
|
-
color: #0d1f00;
|
|
7597
7723
|
color: var(--color-content-link-hover);
|
|
7598
7724
|
}
|
|
7599
7725
|
|
|
@@ -7610,7 +7736,6 @@ input:focus ~ .alert-focus,
|
|
|
7610
7736
|
}
|
|
7611
7737
|
|
|
7612
7738
|
.np-theme-personal .bg--dark {
|
|
7613
|
-
background-color: #163300;
|
|
7614
7739
|
background-color: var(--color-forest-green);
|
|
7615
7740
|
background-image: none;
|
|
7616
7741
|
color: #daffc0;
|
|
@@ -7723,7 +7848,6 @@ a.badge:focus {
|
|
|
7723
7848
|
}
|
|
7724
7849
|
|
|
7725
7850
|
.np-theme-personal .badge-success {
|
|
7726
|
-
background: #054d28;
|
|
7727
7851
|
background: var(--color-sentiment-positive);
|
|
7728
7852
|
}
|
|
7729
7853
|
|
|
@@ -7803,13 +7927,11 @@ a.badge:focus {
|
|
|
7803
7927
|
|
|
7804
7928
|
.np-theme-personal .btn:not(.disabled):not(:disabled):not(.np-dropdown-toggle):focus-visible.btn-negative,
|
|
7805
7929
|
.np-theme-personal .btn:not(.disabled):not(:disabled):not(.np-dropdown-toggle).focus.btn-negative {
|
|
7806
|
-
outline-color: #cb272f;
|
|
7807
7930
|
outline-color: var(--color-sentiment-negative);
|
|
7808
7931
|
}
|
|
7809
7932
|
|
|
7810
7933
|
.np-theme-personal .critical-comms--cta .btn:not(.disabled):not(:disabled):not(.np-dropdown-toggle):focus-visible.btn-negative,
|
|
7811
7934
|
.np-theme-personal .critical-comms--cta .btn:not(.disabled):not(:disabled):not(.np-dropdown-toggle).focus.btn-negative {
|
|
7812
|
-
outline-color: #ffffff;
|
|
7813
7935
|
outline-color: var(--color-contrast);
|
|
7814
7936
|
}
|
|
7815
7937
|
|
|
@@ -7819,7 +7941,6 @@ a.badge:focus {
|
|
|
7819
7941
|
|
|
7820
7942
|
.np-theme-personal .btn.btn-negative:not(.disabled):not(:disabled):not(.np-dropdown-toggle):focus,
|
|
7821
7943
|
.np-theme-personal .btn.btn-negative:not(.disabled):not(:disabled):not(.np-dropdown-toggle).focus {
|
|
7822
|
-
outline-color: #cb272f;
|
|
7823
7944
|
outline-color: var(--color-sentiment-negative);
|
|
7824
7945
|
}
|
|
7825
7946
|
|
|
@@ -7894,7 +8015,6 @@ fieldset[disabled] a.btn {
|
|
|
7894
8015
|
}
|
|
7895
8016
|
|
|
7896
8017
|
.np-theme-personal .btn-default {
|
|
7897
|
-
color: #163300;
|
|
7898
8018
|
color: var(--color-interactive-control);
|
|
7899
8019
|
background-color: #00a2dd;
|
|
7900
8020
|
background-color: var(--color-interactive-accent);
|
|
@@ -7904,7 +8024,6 @@ fieldset[disabled] a.btn {
|
|
|
7904
8024
|
}
|
|
7905
8025
|
|
|
7906
8026
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
7907
|
-
color: #163300;
|
|
7908
8027
|
color: var(--color-interactive-control);
|
|
7909
8028
|
background-color: #008fc9;
|
|
7910
8029
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -7915,7 +8034,6 @@ fieldset[disabled] a.btn {
|
|
|
7915
8034
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading):active,
|
|
7916
8035
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
7917
8036
|
.open > .dropdown-toggle.np-theme-personal .btn-default {
|
|
7918
|
-
color: #163300;
|
|
7919
8037
|
color: var(--color-interactive-control);
|
|
7920
8038
|
background-color: #0081ba;
|
|
7921
8039
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -7926,7 +8044,6 @@ fieldset[disabled] a.btn {
|
|
|
7926
8044
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading):active:not(.disabled):not(:disabled):hover,
|
|
7927
8045
|
.np-theme-personal .btn-default:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
7928
8046
|
.open > .dropdown-toggle.np-theme-personal .btn-default:not(.disabled):not(:disabled):hover {
|
|
7929
|
-
color: #163300;
|
|
7930
8047
|
color: var(--color-interactive-control);
|
|
7931
8048
|
background-color: #0081ba;
|
|
7932
8049
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -7942,21 +8059,17 @@ fieldset[disabled] a.btn {
|
|
|
7942
8059
|
.np-theme-personal .btn-default .badge {
|
|
7943
8060
|
color: #00a2dd;
|
|
7944
8061
|
color: var(--color-interactive-accent);
|
|
7945
|
-
background-color: #163300;
|
|
7946
8062
|
background-color: var(--color-interactive-control);
|
|
7947
8063
|
}
|
|
7948
8064
|
|
|
7949
8065
|
.np-theme-personal .btn-default.btn-priority-2 {
|
|
7950
|
-
color: #163300;
|
|
7951
8066
|
color: var(--color-interactive-primary);
|
|
7952
8067
|
background-color: transparent;
|
|
7953
|
-
border-color: #163300;
|
|
7954
8068
|
border-color: var(--color-interactive-primary);
|
|
7955
8069
|
transition: color, background-color 0.15s ease-in-out;
|
|
7956
8070
|
}
|
|
7957
8071
|
|
|
7958
8072
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
7959
|
-
color: #163300;
|
|
7960
8073
|
color: var(--color-interactive-control);
|
|
7961
8074
|
background-color: #008fc9;
|
|
7962
8075
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -7967,7 +8080,6 @@ fieldset[disabled] a.btn {
|
|
|
7967
8080
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):active,
|
|
7968
8081
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
7969
8082
|
.open > .dropdown-toggle.np-theme-personal .btn-default.btn-priority-2 {
|
|
7970
|
-
color: #163300;
|
|
7971
8083
|
color: var(--color-interactive-control);
|
|
7972
8084
|
background-color: #0081ba;
|
|
7973
8085
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -7978,7 +8090,6 @@ fieldset[disabled] a.btn {
|
|
|
7978
8090
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):active:not(.disabled):not(:disabled):hover,
|
|
7979
8091
|
.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
7980
8092
|
.open > .dropdown-toggle.np-theme-personal .btn-default.btn-priority-2:not(.disabled):not(:disabled):hover {
|
|
7981
|
-
color: #163300;
|
|
7982
8093
|
color: var(--color-interactive-control);
|
|
7983
8094
|
background-color: #0081ba;
|
|
7984
8095
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -7993,7 +8104,6 @@ fieldset[disabled] a.btn {
|
|
|
7993
8104
|
|
|
7994
8105
|
.np-theme-personal .btn-default.btn-priority-2 .badge {
|
|
7995
8106
|
color: transparent;
|
|
7996
|
-
background-color: #163300;
|
|
7997
8107
|
background-color: var(--color-interactive-primary);
|
|
7998
8108
|
}
|
|
7999
8109
|
|
|
@@ -8117,7 +8227,6 @@ fieldset[disabled] a.btn {
|
|
|
8117
8227
|
|
|
8118
8228
|
.np-theme-personal .btn-accent,
|
|
8119
8229
|
.np-theme-personal .btn-primary {
|
|
8120
|
-
color: #163300;
|
|
8121
8230
|
color: var(--color-interactive-control);
|
|
8122
8231
|
background-color: #00a2dd;
|
|
8123
8232
|
background-color: var(--color-interactive-accent);
|
|
@@ -8128,7 +8237,6 @@ fieldset[disabled] a.btn {
|
|
|
8128
8237
|
|
|
8129
8238
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8130
8239
|
.np-theme-personal .btn-primary:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8131
|
-
color: #163300;
|
|
8132
8240
|
color: var(--color-interactive-control);
|
|
8133
8241
|
background-color: #008fc9;
|
|
8134
8242
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -8142,7 +8250,6 @@ fieldset[disabled] a.btn {
|
|
|
8142
8250
|
.np-theme-personal .btn-primary:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8143
8251
|
.open > .dropdown-toggle.np-theme-personal .btn-accent,
|
|
8144
8252
|
.open > .dropdown-toggle.np-theme-personal .btn-primary {
|
|
8145
|
-
color: #163300;
|
|
8146
8253
|
color: var(--color-interactive-control);
|
|
8147
8254
|
background-color: #0081ba;
|
|
8148
8255
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8156,7 +8263,6 @@ fieldset[disabled] a.btn {
|
|
|
8156
8263
|
.np-theme-personal .btn-primary:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8157
8264
|
.open > .dropdown-toggle.np-theme-personal .btn-accent:not(.disabled):not(:disabled):hover,
|
|
8158
8265
|
.open > .dropdown-toggle.np-theme-personal .btn-primary:not(.disabled):not(:disabled):hover {
|
|
8159
|
-
color: #163300;
|
|
8160
8266
|
color: var(--color-interactive-control);
|
|
8161
8267
|
background-color: #0081ba;
|
|
8162
8268
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8175,23 +8281,19 @@ fieldset[disabled] a.btn {
|
|
|
8175
8281
|
.np-theme-personal .btn-primary .badge {
|
|
8176
8282
|
color: #00a2dd;
|
|
8177
8283
|
color: var(--color-interactive-accent);
|
|
8178
|
-
background-color: #163300;
|
|
8179
8284
|
background-color: var(--color-interactive-control);
|
|
8180
8285
|
}
|
|
8181
8286
|
|
|
8182
8287
|
.np-theme-personal .btn-accent.btn-priority-2,
|
|
8183
8288
|
.np-theme-personal .btn-primary.btn-priority-2 {
|
|
8184
|
-
color: #163300;
|
|
8185
8289
|
color: var(--color-interactive-primary);
|
|
8186
8290
|
background-color: transparent;
|
|
8187
|
-
border-color: #163300;
|
|
8188
8291
|
border-color: var(--color-interactive-primary);
|
|
8189
8292
|
transition: color, background-color 0.15s ease-in-out;
|
|
8190
8293
|
}
|
|
8191
8294
|
|
|
8192
8295
|
.np-theme-personal .btn-accent.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8193
8296
|
.np-theme-personal .btn-primary.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8194
|
-
color: #163300;
|
|
8195
8297
|
color: var(--color-interactive-control);
|
|
8196
8298
|
background-color: #008fc9;
|
|
8197
8299
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -8205,7 +8307,6 @@ fieldset[disabled] a.btn {
|
|
|
8205
8307
|
.np-theme-personal .btn-primary.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8206
8308
|
.open > .dropdown-toggle.np-theme-personal .btn-accent.btn-priority-2,
|
|
8207
8309
|
.open > .dropdown-toggle.np-theme-personal .btn-primary.btn-priority-2 {
|
|
8208
|
-
color: #163300;
|
|
8209
8310
|
color: var(--color-interactive-control);
|
|
8210
8311
|
background-color: #0081ba;
|
|
8211
8312
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8219,7 +8320,6 @@ fieldset[disabled] a.btn {
|
|
|
8219
8320
|
.np-theme-personal .btn-primary.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8220
8321
|
.open > .dropdown-toggle.np-theme-personal .btn-accent.btn-priority-2:not(.disabled):not(:disabled):hover,
|
|
8221
8322
|
.open > .dropdown-toggle.np-theme-personal .btn-primary.btn-priority-2:not(.disabled):not(:disabled):hover {
|
|
8222
|
-
color: #163300;
|
|
8223
8323
|
color: var(--color-interactive-control);
|
|
8224
8324
|
background-color: #0081ba;
|
|
8225
8325
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8237,7 +8337,6 @@ fieldset[disabled] a.btn {
|
|
|
8237
8337
|
.np-theme-personal .btn-accent.btn-priority-2 .badge,
|
|
8238
8338
|
.np-theme-personal .btn-primary.btn-priority-2 .badge {
|
|
8239
8339
|
color: transparent;
|
|
8240
|
-
background-color: #163300;
|
|
8241
8340
|
background-color: var(--color-interactive-primary);
|
|
8242
8341
|
}
|
|
8243
8342
|
|
|
@@ -8283,7 +8382,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8283
8382
|
|
|
8284
8383
|
.np-theme-personal .btn-link,
|
|
8285
8384
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
8286
|
-
color: #163300;
|
|
8287
8385
|
color: var(--color-interactive-primary);
|
|
8288
8386
|
border-color: transparent;
|
|
8289
8387
|
-webkit-text-decoration: underline;
|
|
@@ -8295,16 +8393,13 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8295
8393
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled).btn-priority-3:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8296
8394
|
.np-theme-personal .btn-link:not(.disabled):not(:disabled):focus-visible,
|
|
8297
8395
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled).btn-priority-3:not(.disabled):not(:disabled):focus-visible {
|
|
8298
|
-
color: #0d1f00;
|
|
8299
8396
|
color: var(--color-interactive-primary-hover);
|
|
8300
8397
|
border-color: transparent;
|
|
8301
8398
|
}
|
|
8302
8399
|
|
|
8303
8400
|
.np-theme-personal .btn-link:not(.disabled):not(:disabled):not(.btn-loading):active,
|
|
8304
8401
|
.np-theme-personal .btn-accent:not(.disabled):not(:disabled).btn-priority-3:not(.disabled):not(:disabled):not(.btn-loading):active {
|
|
8305
|
-
color: #0e0f0c;
|
|
8306
8402
|
color: var(--color-interactive-primary-active);
|
|
8307
|
-
background-color: rgba(22,51,0,0.12941) !important;
|
|
8308
8403
|
background-color: var(--color-background-screen-active) !important;
|
|
8309
8404
|
}
|
|
8310
8405
|
|
|
@@ -8445,7 +8540,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8445
8540
|
|
|
8446
8541
|
.np-theme-personal .btn-positive,
|
|
8447
8542
|
.np-theme-personal .btn-success {
|
|
8448
|
-
color: #163300;
|
|
8449
8543
|
color: var(--color-interactive-control);
|
|
8450
8544
|
background-color: #00a2dd;
|
|
8451
8545
|
background-color: var(--color-interactive-accent);
|
|
@@ -8456,7 +8550,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8456
8550
|
|
|
8457
8551
|
.np-theme-personal .btn-positive:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8458
8552
|
.np-theme-personal .btn-success:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8459
|
-
color: #163300;
|
|
8460
8553
|
color: var(--color-interactive-control);
|
|
8461
8554
|
background-color: #008fc9;
|
|
8462
8555
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -8470,7 +8563,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8470
8563
|
.np-theme-personal .btn-success:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8471
8564
|
.open > .dropdown-toggle.np-theme-personal .btn-positive,
|
|
8472
8565
|
.open > .dropdown-toggle.np-theme-personal .btn-success {
|
|
8473
|
-
color: #163300;
|
|
8474
8566
|
color: var(--color-interactive-control);
|
|
8475
8567
|
background-color: #0081ba;
|
|
8476
8568
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8484,7 +8576,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8484
8576
|
.np-theme-personal .btn-success:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8485
8577
|
.open > .dropdown-toggle.np-theme-personal .btn-positive:not(.disabled):not(:disabled):hover,
|
|
8486
8578
|
.open > .dropdown-toggle.np-theme-personal .btn-success:not(.disabled):not(:disabled):hover {
|
|
8487
|
-
color: #163300;
|
|
8488
8579
|
color: var(--color-interactive-control);
|
|
8489
8580
|
background-color: #0081ba;
|
|
8490
8581
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8503,23 +8594,19 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8503
8594
|
.np-theme-personal .btn-success .badge {
|
|
8504
8595
|
color: #00a2dd;
|
|
8505
8596
|
color: var(--color-interactive-accent);
|
|
8506
|
-
background-color: #163300;
|
|
8507
8597
|
background-color: var(--color-interactive-control);
|
|
8508
8598
|
}
|
|
8509
8599
|
|
|
8510
8600
|
.np-theme-personal .btn-positive.btn-priority-2,
|
|
8511
8601
|
.np-theme-personal .btn-success.btn-priority-2 {
|
|
8512
|
-
color: #163300;
|
|
8513
8602
|
color: var(--color-interactive-primary);
|
|
8514
8603
|
background-color: transparent;
|
|
8515
|
-
border-color: #163300;
|
|
8516
8604
|
border-color: var(--color-interactive-primary);
|
|
8517
8605
|
transition: color, background-color 0.15s ease-in-out;
|
|
8518
8606
|
}
|
|
8519
8607
|
|
|
8520
8608
|
.np-theme-personal .btn-positive.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8521
8609
|
.np-theme-personal .btn-success.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8522
|
-
color: #163300;
|
|
8523
8610
|
color: var(--color-interactive-control);
|
|
8524
8611
|
background-color: #008fc9;
|
|
8525
8612
|
background-color: var(--color-interactive-accent-hover);
|
|
@@ -8533,7 +8620,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8533
8620
|
.np-theme-personal .btn-success.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8534
8621
|
.open > .dropdown-toggle.np-theme-personal .btn-positive.btn-priority-2,
|
|
8535
8622
|
.open > .dropdown-toggle.np-theme-personal .btn-success.btn-priority-2 {
|
|
8536
|
-
color: #163300;
|
|
8537
8623
|
color: var(--color-interactive-control);
|
|
8538
8624
|
background-color: #0081ba;
|
|
8539
8625
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8547,7 +8633,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8547
8633
|
.np-theme-personal .btn-success.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8548
8634
|
.open > .dropdown-toggle.np-theme-personal .btn-positive.btn-priority-2:not(.disabled):not(:disabled):hover,
|
|
8549
8635
|
.open > .dropdown-toggle.np-theme-personal .btn-success.btn-priority-2:not(.disabled):not(:disabled):hover {
|
|
8550
|
-
color: #163300;
|
|
8551
8636
|
color: var(--color-interactive-control);
|
|
8552
8637
|
background-color: #0081ba;
|
|
8553
8638
|
background-color: var(--color-interactive-accent-active);
|
|
@@ -8565,7 +8650,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8565
8650
|
.np-theme-personal .btn-positive.btn-priority-2 .badge,
|
|
8566
8651
|
.np-theme-personal .btn-success.btn-priority-2 .badge {
|
|
8567
8652
|
color: transparent;
|
|
8568
|
-
background-color: #163300;
|
|
8569
8653
|
background-color: var(--color-interactive-primary);
|
|
8570
8654
|
}
|
|
8571
8655
|
|
|
@@ -8767,22 +8851,16 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8767
8851
|
|
|
8768
8852
|
.np-theme-personal .btn-danger,
|
|
8769
8853
|
.np-theme-personal .btn-negative {
|
|
8770
|
-
color: #ffffff;
|
|
8771
8854
|
color: var(--color-contrast);
|
|
8772
|
-
background-color: #cb272f;
|
|
8773
8855
|
background-color: var(--color-sentiment-negative);
|
|
8774
|
-
border-color: #cb272f;
|
|
8775
8856
|
border-color: var(--color-sentiment-negative);
|
|
8776
8857
|
transition: color, background-color 0.15s ease-in-out;
|
|
8777
8858
|
}
|
|
8778
8859
|
|
|
8779
8860
|
.np-theme-personal .btn-danger:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8780
8861
|
.np-theme-personal .btn-negative:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8781
|
-
color: #ffffff;
|
|
8782
8862
|
color: var(--color-contrast);
|
|
8783
|
-
background-color: #b8232b;
|
|
8784
8863
|
background-color: var(--color-sentiment-negative-hover);
|
|
8785
|
-
border-color: #b8232b;
|
|
8786
8864
|
border-color: var(--color-sentiment-negative-hover);
|
|
8787
8865
|
}
|
|
8788
8866
|
|
|
@@ -8792,11 +8870,8 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8792
8870
|
.np-theme-personal .btn-negative:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8793
8871
|
.open > .dropdown-toggle.np-theme-personal .btn-danger,
|
|
8794
8872
|
.open > .dropdown-toggle.np-theme-personal .btn-negative {
|
|
8795
|
-
color: #ffffff;
|
|
8796
8873
|
color: var(--color-contrast);
|
|
8797
|
-
background-color: #a72027;
|
|
8798
8874
|
background-color: var(--color-sentiment-negative-active);
|
|
8799
|
-
border-color: #a72027;
|
|
8800
8875
|
border-color: var(--color-sentiment-negative-active);
|
|
8801
8876
|
}
|
|
8802
8877
|
|
|
@@ -8806,11 +8881,8 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8806
8881
|
.np-theme-personal .btn-negative:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8807
8882
|
.open > .dropdown-toggle.np-theme-personal .btn-danger:not(.disabled):not(:disabled):hover,
|
|
8808
8883
|
.open > .dropdown-toggle.np-theme-personal .btn-negative:not(.disabled):not(:disabled):hover {
|
|
8809
|
-
color: #ffffff;
|
|
8810
8884
|
color: var(--color-contrast);
|
|
8811
|
-
background-color: #a72027;
|
|
8812
8885
|
background-color: var(--color-sentiment-negative-active);
|
|
8813
|
-
border-color: #a72027;
|
|
8814
8886
|
border-color: var(--color-sentiment-negative-active);
|
|
8815
8887
|
}
|
|
8816
8888
|
|
|
@@ -8823,29 +8895,22 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8823
8895
|
|
|
8824
8896
|
.np-theme-personal .btn-danger .badge,
|
|
8825
8897
|
.np-theme-personal .btn-negative .badge {
|
|
8826
|
-
color: #cb272f;
|
|
8827
8898
|
color: var(--color-sentiment-negative);
|
|
8828
|
-
background-color: #ffffff;
|
|
8829
8899
|
background-color: var(--color-contrast);
|
|
8830
8900
|
}
|
|
8831
8901
|
|
|
8832
8902
|
.np-theme-personal .btn-danger.btn-priority-2,
|
|
8833
8903
|
.np-theme-personal .btn-negative.btn-priority-2 {
|
|
8834
|
-
color: #cb272f;
|
|
8835
8904
|
color: var(--color-sentiment-negative);
|
|
8836
8905
|
background-color: transparent;
|
|
8837
|
-
border-color: #cb272f;
|
|
8838
8906
|
border-color: var(--color-sentiment-negative);
|
|
8839
8907
|
transition: color, background-color 0.15s ease-in-out;
|
|
8840
8908
|
}
|
|
8841
8909
|
|
|
8842
8910
|
.np-theme-personal .btn-danger.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover,
|
|
8843
8911
|
.np-theme-personal .btn-negative.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading):hover {
|
|
8844
|
-
color: #ffffff;
|
|
8845
8912
|
color: var(--color-contrast);
|
|
8846
|
-
background-color: #b8232b;
|
|
8847
8913
|
background-color: var(--color-sentiment-negative-hover);
|
|
8848
|
-
border-color: #b8232b;
|
|
8849
8914
|
border-color: var(--color-sentiment-negative-hover);
|
|
8850
8915
|
}
|
|
8851
8916
|
|
|
@@ -8855,11 +8920,8 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8855
8920
|
.np-theme-personal .btn-negative.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active,
|
|
8856
8921
|
.open > .dropdown-toggle.np-theme-personal .btn-danger.btn-priority-2,
|
|
8857
8922
|
.open > .dropdown-toggle.np-theme-personal .btn-negative.btn-priority-2 {
|
|
8858
|
-
color: #ffffff;
|
|
8859
8923
|
color: var(--color-contrast);
|
|
8860
|
-
background-color: #a72027;
|
|
8861
8924
|
background-color: var(--color-sentiment-negative-active);
|
|
8862
|
-
border-color: #a72027;
|
|
8863
8925
|
border-color: var(--color-sentiment-negative-active);
|
|
8864
8926
|
}
|
|
8865
8927
|
|
|
@@ -8869,11 +8931,8 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8869
8931
|
.np-theme-personal .btn-negative.btn-priority-2:not(.disabled):not(:disabled):not(.btn-loading).active:not(.disabled):not(:disabled):hover,
|
|
8870
8932
|
.open > .dropdown-toggle.np-theme-personal .btn-danger.btn-priority-2:not(.disabled):not(:disabled):hover,
|
|
8871
8933
|
.open > .dropdown-toggle.np-theme-personal .btn-negative.btn-priority-2:not(.disabled):not(:disabled):hover {
|
|
8872
|
-
color: #ffffff;
|
|
8873
8934
|
color: var(--color-contrast);
|
|
8874
|
-
background-color: #a72027;
|
|
8875
8935
|
background-color: var(--color-sentiment-negative-active);
|
|
8876
|
-
border-color: #a72027;
|
|
8877
8936
|
border-color: var(--color-sentiment-negative-active);
|
|
8878
8937
|
}
|
|
8879
8938
|
|
|
@@ -8887,7 +8946,6 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
|
|
|
8887
8946
|
.np-theme-personal .btn-danger.btn-priority-2 .badge,
|
|
8888
8947
|
.np-theme-personal .btn-negative.btn-priority-2 .badge {
|
|
8889
8948
|
color: transparent;
|
|
8890
|
-
background-color: #cb272f;
|
|
8891
8949
|
background-color: var(--color-sentiment-negative);
|
|
8892
8950
|
}
|
|
8893
8951
|
|
|
@@ -10247,7 +10305,6 @@ textarea.form-control {
|
|
|
10247
10305
|
}
|
|
10248
10306
|
|
|
10249
10307
|
.np-theme-personal .form-control:not(.disabled):not(:disabled):focus {
|
|
10250
|
-
border-color: #163300;
|
|
10251
10308
|
border-color: var(--color-interactive-primary);
|
|
10252
10309
|
outline: 0;
|
|
10253
10310
|
}
|
|
@@ -10258,7 +10315,6 @@ textarea.form-control {
|
|
|
10258
10315
|
}
|
|
10259
10316
|
|
|
10260
10317
|
.np-theme-personal .form-control:focus {
|
|
10261
|
-
border-color: #163300;
|
|
10262
10318
|
border-color: var(--color-interactive-primary);
|
|
10263
10319
|
}
|
|
10264
10320
|
|
|
@@ -10862,7 +10918,6 @@ select[multiple].input-lg {
|
|
|
10862
10918
|
}
|
|
10863
10919
|
|
|
10864
10920
|
.np-theme-personal .has-success {
|
|
10865
|
-
border-color: #054d28 !important;
|
|
10866
10921
|
border-color: var(--color-sentiment-positive) !important;
|
|
10867
10922
|
}
|
|
10868
10923
|
|
|
@@ -10882,7 +10937,6 @@ select[multiple].input-lg {
|
|
|
10882
10937
|
.np-theme-personal .has-success .input-group-addon {
|
|
10883
10938
|
color: #37517e !important;
|
|
10884
10939
|
color: var(--color-content-primary) !important;
|
|
10885
|
-
border-color: #054d28 !important;
|
|
10886
10940
|
border-color: var(--color-sentiment-positive) !important;
|
|
10887
10941
|
}
|
|
10888
10942
|
|
|
@@ -10892,7 +10946,6 @@ select[multiple].input-lg {
|
|
|
10892
10946
|
.np-theme-personal .has-success .btn-input:not(.disabled):not(:disabled):hover,
|
|
10893
10947
|
.np-theme-personal .has-success .input-group-addon,
|
|
10894
10948
|
.np-theme-personal .has-success .alert {
|
|
10895
|
-
border-color: #054d28 !important;
|
|
10896
10949
|
border-color: var(--color-sentiment-positive) !important;
|
|
10897
10950
|
}
|
|
10898
10951
|
|
|
@@ -10917,7 +10970,6 @@ select[multiple].input-lg {
|
|
|
10917
10970
|
.np-theme-personal .has-success:active .alert,
|
|
10918
10971
|
.np-theme-personal .has-success:focus .alert,
|
|
10919
10972
|
.np-theme-personal .has-success:focus-within .alert {
|
|
10920
|
-
border-color: #054d28 !important;
|
|
10921
10973
|
border-color: var(--color-sentiment-positive) !important;
|
|
10922
10974
|
}
|
|
10923
10975
|
|
|
@@ -10925,7 +10977,6 @@ select[multiple].input-lg {
|
|
|
10925
10977
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover.checkbox label,
|
|
10926
10978
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover .btn-input,
|
|
10927
10979
|
.np-theme-personal .has-success:not(.disabled):not(:disabled):hover .alert {
|
|
10928
|
-
border-color: #054d28 !important;
|
|
10929
10980
|
border-color: var(--color-sentiment-positive) !important;
|
|
10930
10981
|
}
|
|
10931
10982
|
|
|
@@ -10936,7 +10987,6 @@ select[multiple].input-lg {
|
|
|
10936
10987
|
|
|
10937
10988
|
.np-theme-personal .has-success .radio > label:not(.disabled):not(:disabled),
|
|
10938
10989
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled) {
|
|
10939
|
-
border-color: #054d28;
|
|
10940
10990
|
border-color: var(--color-sentiment-positive);
|
|
10941
10991
|
color: #37517e;
|
|
10942
10992
|
color: var(--color-content-primary);
|
|
@@ -10946,7 +10996,6 @@ select[multiple].input-lg {
|
|
|
10946
10996
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
10947
10997
|
.np-theme-personal .has-success .radio > label:focus-within,
|
|
10948
10998
|
.np-theme-personal .has-success.checkbox > label:focus-within {
|
|
10949
|
-
border-color: #054d28 !important;
|
|
10950
10999
|
border-color: var(--color-sentiment-positive) !important;
|
|
10951
11000
|
}
|
|
10952
11001
|
|
|
@@ -10958,7 +11007,6 @@ select[multiple].input-lg {
|
|
|
10958
11007
|
.np-theme-personal .has-success.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
10959
11008
|
.np-theme-personal .has-success .radio > label:focus-within .tw-radio-button,
|
|
10960
11009
|
.np-theme-personal .has-success.checkbox > label:focus-within .tw-radio-button {
|
|
10961
|
-
border-color: #054d28 !important;
|
|
10962
11010
|
border-color: var(--color-sentiment-positive) !important;
|
|
10963
11011
|
}
|
|
10964
11012
|
|
|
@@ -10966,7 +11014,6 @@ select[multiple].input-lg {
|
|
|
10966
11014
|
.np-theme-personal .has-success.checkbox .tw-checkbox-button,
|
|
10967
11015
|
.np-theme-personal .has-success .radio .tw-radio-button,
|
|
10968
11016
|
.np-theme-personal .has-success.checkbox .tw-radio-button {
|
|
10969
|
-
border-color: #054d28;
|
|
10970
11017
|
border-color: var(--color-sentiment-positive);
|
|
10971
11018
|
}
|
|
10972
11019
|
|
|
@@ -11289,7 +11336,6 @@ select[multiple].input-lg {
|
|
|
11289
11336
|
}
|
|
11290
11337
|
|
|
11291
11338
|
.np-theme-personal .has-warning {
|
|
11292
|
-
border-color: #ffd11a !important;
|
|
11293
11339
|
border-color: var(--color-sentiment-warning) !important;
|
|
11294
11340
|
}
|
|
11295
11341
|
|
|
@@ -11309,7 +11355,6 @@ select[multiple].input-lg {
|
|
|
11309
11355
|
.np-theme-personal .has-warning .input-group-addon {
|
|
11310
11356
|
color: #37517e !important;
|
|
11311
11357
|
color: var(--color-content-primary) !important;
|
|
11312
|
-
border-color: #ffd11a !important;
|
|
11313
11358
|
border-color: var(--color-sentiment-warning) !important;
|
|
11314
11359
|
}
|
|
11315
11360
|
|
|
@@ -11319,7 +11364,6 @@ select[multiple].input-lg {
|
|
|
11319
11364
|
.np-theme-personal .has-warning .btn-input:not(.disabled):not(:disabled):hover,
|
|
11320
11365
|
.np-theme-personal .has-warning .input-group-addon,
|
|
11321
11366
|
.np-theme-personal .has-warning .alert {
|
|
11322
|
-
border-color: #ffd11a !important;
|
|
11323
11367
|
border-color: var(--color-sentiment-warning) !important;
|
|
11324
11368
|
}
|
|
11325
11369
|
|
|
@@ -11344,7 +11388,6 @@ select[multiple].input-lg {
|
|
|
11344
11388
|
.np-theme-personal .has-warning:active .alert,
|
|
11345
11389
|
.np-theme-personal .has-warning:focus .alert,
|
|
11346
11390
|
.np-theme-personal .has-warning:focus-within .alert {
|
|
11347
|
-
border-color: #ffd11a !important;
|
|
11348
11391
|
border-color: var(--color-sentiment-warning) !important;
|
|
11349
11392
|
}
|
|
11350
11393
|
|
|
@@ -11352,7 +11395,6 @@ select[multiple].input-lg {
|
|
|
11352
11395
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover.checkbox label,
|
|
11353
11396
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover .btn-input,
|
|
11354
11397
|
.np-theme-personal .has-warning:not(.disabled):not(:disabled):hover .alert {
|
|
11355
|
-
border-color: #ffd11a !important;
|
|
11356
11398
|
border-color: var(--color-sentiment-warning) !important;
|
|
11357
11399
|
}
|
|
11358
11400
|
|
|
@@ -11363,7 +11405,6 @@ select[multiple].input-lg {
|
|
|
11363
11405
|
|
|
11364
11406
|
.np-theme-personal .has-warning .radio > label:not(.disabled):not(:disabled),
|
|
11365
11407
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled) {
|
|
11366
|
-
border-color: #ffd11a;
|
|
11367
11408
|
border-color: var(--color-sentiment-warning);
|
|
11368
11409
|
color: #37517e;
|
|
11369
11410
|
color: var(--color-content-primary);
|
|
@@ -11373,7 +11414,6 @@ select[multiple].input-lg {
|
|
|
11373
11414
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
11374
11415
|
.np-theme-personal .has-warning .radio > label:focus-within,
|
|
11375
11416
|
.np-theme-personal .has-warning.checkbox > label:focus-within {
|
|
11376
|
-
border-color: #ffd11a !important;
|
|
11377
11417
|
border-color: var(--color-sentiment-warning) !important;
|
|
11378
11418
|
}
|
|
11379
11419
|
|
|
@@ -11385,7 +11425,6 @@ select[multiple].input-lg {
|
|
|
11385
11425
|
.np-theme-personal .has-warning.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
11386
11426
|
.np-theme-personal .has-warning .radio > label:focus-within .tw-radio-button,
|
|
11387
11427
|
.np-theme-personal .has-warning.checkbox > label:focus-within .tw-radio-button {
|
|
11388
|
-
border-color: #ffd11a !important;
|
|
11389
11428
|
border-color: var(--color-sentiment-warning) !important;
|
|
11390
11429
|
}
|
|
11391
11430
|
|
|
@@ -11393,7 +11432,6 @@ select[multiple].input-lg {
|
|
|
11393
11432
|
.np-theme-personal .has-warning.checkbox .tw-checkbox-button,
|
|
11394
11433
|
.np-theme-personal .has-warning .radio .tw-radio-button,
|
|
11395
11434
|
.np-theme-personal .has-warning.checkbox .tw-radio-button {
|
|
11396
|
-
border-color: #ffd11a;
|
|
11397
11435
|
border-color: var(--color-sentiment-warning);
|
|
11398
11436
|
}
|
|
11399
11437
|
|
|
@@ -11507,7 +11545,6 @@ select[multiple].input-lg {
|
|
|
11507
11545
|
}
|
|
11508
11546
|
|
|
11509
11547
|
.np-theme-personal .has-error {
|
|
11510
|
-
border-color: #cb272f !important;
|
|
11511
11548
|
border-color: var(--color-sentiment-negative) !important;
|
|
11512
11549
|
}
|
|
11513
11550
|
|
|
@@ -11527,7 +11564,6 @@ select[multiple].input-lg {
|
|
|
11527
11564
|
.np-theme-personal .has-error .input-group-addon {
|
|
11528
11565
|
color: #37517e !important;
|
|
11529
11566
|
color: var(--color-content-primary) !important;
|
|
11530
|
-
border-color: #cb272f !important;
|
|
11531
11567
|
border-color: var(--color-sentiment-negative) !important;
|
|
11532
11568
|
}
|
|
11533
11569
|
|
|
@@ -11537,7 +11573,6 @@ select[multiple].input-lg {
|
|
|
11537
11573
|
.np-theme-personal .has-error .btn-input:not(.disabled):not(:disabled):hover,
|
|
11538
11574
|
.np-theme-personal .has-error .input-group-addon,
|
|
11539
11575
|
.np-theme-personal .has-error .alert {
|
|
11540
|
-
border-color: #cb272f !important;
|
|
11541
11576
|
border-color: var(--color-sentiment-negative) !important;
|
|
11542
11577
|
}
|
|
11543
11578
|
|
|
@@ -11562,7 +11597,6 @@ select[multiple].input-lg {
|
|
|
11562
11597
|
.np-theme-personal .has-error:active .alert,
|
|
11563
11598
|
.np-theme-personal .has-error:focus .alert,
|
|
11564
11599
|
.np-theme-personal .has-error:focus-within .alert {
|
|
11565
|
-
border-color: #b8232b !important;
|
|
11566
11600
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
11567
11601
|
}
|
|
11568
11602
|
|
|
@@ -11570,7 +11604,6 @@ select[multiple].input-lg {
|
|
|
11570
11604
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover.checkbox label,
|
|
11571
11605
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover .btn-input,
|
|
11572
11606
|
.np-theme-personal .has-error:not(.disabled):not(:disabled):hover .alert {
|
|
11573
|
-
border-color: #b8232b !important;
|
|
11574
11607
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
11575
11608
|
}
|
|
11576
11609
|
|
|
@@ -11581,7 +11614,6 @@ select[multiple].input-lg {
|
|
|
11581
11614
|
|
|
11582
11615
|
.np-theme-personal .has-error .radio > label:not(.disabled):not(:disabled),
|
|
11583
11616
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled) {
|
|
11584
|
-
border-color: #cb272f;
|
|
11585
11617
|
border-color: var(--color-sentiment-negative);
|
|
11586
11618
|
color: #37517e;
|
|
11587
11619
|
color: var(--color-content-primary);
|
|
@@ -11591,7 +11623,6 @@ select[multiple].input-lg {
|
|
|
11591
11623
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled):hover,
|
|
11592
11624
|
.np-theme-personal .has-error .radio > label:focus-within,
|
|
11593
11625
|
.np-theme-personal .has-error.checkbox > label:focus-within {
|
|
11594
|
-
border-color: #b8232b !important;
|
|
11595
11626
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
11596
11627
|
}
|
|
11597
11628
|
|
|
@@ -11603,7 +11634,6 @@ select[multiple].input-lg {
|
|
|
11603
11634
|
.np-theme-personal .has-error.checkbox > label:not(.disabled):not(:disabled):hover .tw-radio-button,
|
|
11604
11635
|
.np-theme-personal .has-error .radio > label:focus-within .tw-radio-button,
|
|
11605
11636
|
.np-theme-personal .has-error.checkbox > label:focus-within .tw-radio-button {
|
|
11606
|
-
border-color: #b8232b !important;
|
|
11607
11637
|
border-color: var(--color-sentiment-negative-hover) !important;
|
|
11608
11638
|
}
|
|
11609
11639
|
|
|
@@ -11611,7 +11641,6 @@ select[multiple].input-lg {
|
|
|
11611
11641
|
.np-theme-personal .has-error.checkbox .tw-checkbox-button,
|
|
11612
11642
|
.np-theme-personal .has-error .radio .tw-radio-button,
|
|
11613
11643
|
.np-theme-personal .has-error.checkbox .tw-radio-button {
|
|
11614
|
-
border-color: #cb272f;
|
|
11615
11644
|
border-color: var(--color-sentiment-negative);
|
|
11616
11645
|
}
|
|
11617
11646
|
|
|
@@ -11875,9 +11904,7 @@ input[type="checkbox"]:indeterminate + .tw-checkbox-button {
|
|
|
11875
11904
|
.np-theme-personal .tw-checkbox-button.checked,
|
|
11876
11905
|
.np-theme-personal input[type="checkbox"]:checked + .tw-checkbox-button,
|
|
11877
11906
|
.np-theme-personal input[type="checkbox"]:indeterminate + .tw-checkbox-button {
|
|
11878
|
-
background-color: #163300;
|
|
11879
11907
|
background-color: var(--color-interactive-primary);
|
|
11880
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
11881
11908
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
11882
11909
|
}
|
|
11883
11910
|
|
|
@@ -11905,11 +11932,8 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:hover + .tw-c
|
|
|
11905
11932
|
.np-theme-personal .tw-checkbox-button.checked:hover,
|
|
11906
11933
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):checked:hover + .tw-checkbox-button,
|
|
11907
11934
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:hover + .tw-checkbox-button {
|
|
11908
|
-
border-color: #0d1f00 !important;
|
|
11909
11935
|
border-color: var(--color-interactive-primary-hover) !important;
|
|
11910
|
-
background-color: #0d1f00;
|
|
11911
11936
|
background-color: var(--color-interactive-primary-hover);
|
|
11912
|
-
box-shadow: inset 0 0 0 1px #0d1f00;
|
|
11913
11937
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary-hover);
|
|
11914
11938
|
}
|
|
11915
11939
|
|
|
@@ -11927,11 +11951,8 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
11927
11951
|
.np-theme-personal .tw-checkbox-button.checked:active,
|
|
11928
11952
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):checked:active + .tw-checkbox-button,
|
|
11929
11953
|
.np-theme-personal input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-checkbox-button {
|
|
11930
|
-
border-color: #0e0f0c !important;
|
|
11931
11954
|
border-color: var(--color-interactive-primary-active) !important;
|
|
11932
|
-
background-color: #0e0f0c;
|
|
11933
11955
|
background-color: var(--color-interactive-primary-active);
|
|
11934
|
-
box-shadow: inset 0 0 0 1px #0e0f0c;
|
|
11935
11956
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary-active);
|
|
11936
11957
|
}
|
|
11937
11958
|
|
|
@@ -12024,7 +12045,6 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
12024
12045
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover:checked,
|
|
12025
12046
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button.checked,
|
|
12026
12047
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover.checked {
|
|
12027
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
12028
12048
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
12029
12049
|
}
|
|
12030
12050
|
|
|
@@ -12032,7 +12052,6 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
12032
12052
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover:checked .tw-radio-check,
|
|
12033
12053
|
.np-theme-personal .radio:not(.disabled):not(:disabled):hover .tw-radio-button.checked .tw-radio-check,
|
|
12034
12054
|
.np-theme-personal .tw-radio-button:not(.disabled):not(:disabled):hover.checked .tw-radio-check {
|
|
12035
|
-
background-color: #0d1f00;
|
|
12036
12055
|
background-color: var(--color-interactive-primary-hover);
|
|
12037
12056
|
}
|
|
12038
12057
|
|
|
@@ -12061,13 +12080,11 @@ input[type="checkbox"]:not(.disabled):not(:disabled):indeterminate:active + .tw-
|
|
|
12061
12080
|
.np-theme-personal .tw-radio-button:checked,
|
|
12062
12081
|
.np-theme-personal .tw-radio-button.checked {
|
|
12063
12082
|
border-color: transparent !important;
|
|
12064
|
-
box-shadow: inset 0 0 0 1px #163300;
|
|
12065
12083
|
box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
|
|
12066
12084
|
}
|
|
12067
12085
|
|
|
12068
12086
|
.np-theme-personal .tw-radio-button:checked .tw-radio-check,
|
|
12069
12087
|
.np-theme-personal .tw-radio-button.checked .tw-radio-check {
|
|
12070
|
-
background-color: #163300;
|
|
12071
12088
|
background-color: var(--color-interactive-primary);
|
|
12072
12089
|
max-height: 12px;
|
|
12073
12090
|
max-width: 12px;
|
|
@@ -12568,7 +12585,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12568
12585
|
.np-theme-personal .form-control:not(.disabled):not(:disabled):hover:has(:checked, .checked),
|
|
12569
12586
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled):hover:has(:checked, .checked),
|
|
12570
12587
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):hover:has(:checked, .checked) {
|
|
12571
|
-
box-shadow: inset 0 0 0 2px #0d1f00;
|
|
12572
12588
|
box-shadow: inset 0 0 0 2px var(--color-interactive-primary-hover);
|
|
12573
12589
|
}
|
|
12574
12590
|
|
|
@@ -12582,7 +12598,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12582
12598
|
.np-theme-personal .radio > label:not(.disabled):not(:disabled):has(:focus-visible),
|
|
12583
12599
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):focus-visible,
|
|
12584
12600
|
.np-theme-personal .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) {
|
|
12585
|
-
box-shadow: inset 0 0 0 3px #163300;
|
|
12586
12601
|
box-shadow: inset 0 0 0 3px var(--color-interactive-primary);
|
|
12587
12602
|
}
|
|
12588
12603
|
|
|
@@ -12591,7 +12606,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12591
12606
|
.np-theme-personal .has-error .form-control,
|
|
12592
12607
|
.np-theme-personal .has-error .radio > label,
|
|
12593
12608
|
.np-theme-personal .has-error .checkbox > label {
|
|
12594
|
-
box-shadow: inset 0 0 0 2px #cb272f;
|
|
12595
12609
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative);
|
|
12596
12610
|
}
|
|
12597
12611
|
|
|
@@ -12599,7 +12613,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12599
12613
|
.np-theme-personal .has-error .form-control:not(.disabled):not(:disabled):hover,
|
|
12600
12614
|
.np-theme-personal .has-error .radio > label:not(.disabled):not(:disabled):hover,
|
|
12601
12615
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):hover {
|
|
12602
|
-
box-shadow: inset 0 0 0 2px #b8232b;
|
|
12603
12616
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-hover);
|
|
12604
12617
|
}
|
|
12605
12618
|
|
|
@@ -12615,22 +12628,18 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12615
12628
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):active,
|
|
12616
12629
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):focus-visible,
|
|
12617
12630
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) {
|
|
12618
|
-
box-shadow: inset 0 0 0 3px #cb272f;
|
|
12619
12631
|
box-shadow: inset 0 0 0 3px var(--color-sentiment-negative);
|
|
12620
12632
|
}
|
|
12621
12633
|
|
|
12622
12634
|
.np-theme-personal .has-error .tw-radio-button {
|
|
12623
|
-
border-color: #cb272f !important;
|
|
12624
12635
|
border-color: var(--color-sentiment-negative) !important;
|
|
12625
12636
|
}
|
|
12626
12637
|
|
|
12627
12638
|
.np-theme-personal .has-error .tw-radio-button.checked {
|
|
12628
|
-
box-shadow: inset 0 0 0 1px #cb272f;
|
|
12629
12639
|
box-shadow: inset 0 0 0 1px var(--color-sentiment-negative);
|
|
12630
12640
|
}
|
|
12631
12641
|
|
|
12632
12642
|
.np-theme-personal .has-error .tw-radio-button.checked .tw-radio-check {
|
|
12633
|
-
background: #cb272f !important;
|
|
12634
12643
|
background: var(--color-sentiment-negative) !important;
|
|
12635
12644
|
}
|
|
12636
12645
|
|
|
@@ -12640,7 +12649,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12640
12649
|
.np-theme-personal .has-error input[type=checkbox]:hover + .tw-checkbox-button,
|
|
12641
12650
|
.np-theme-personal .has-error input[type=radio]:not(.disabled):not(:disabled):hover + .tw-radio-button,
|
|
12642
12651
|
.np-theme-personal .has-error input[type=checkbox]:not(.disabled):not(:disabled):hover + .tw-checkbox-button {
|
|
12643
|
-
box-shadow: inset 0 0 0 2px #b8232b;
|
|
12644
12652
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-hover);
|
|
12645
12653
|
}
|
|
12646
12654
|
|
|
@@ -12650,16 +12658,13 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12650
12658
|
.np-theme-personal .has-error .tw-checkbox-button.checked:hover,
|
|
12651
12659
|
.np-theme-personal .has-error .tw-checkbox-button:checked:hover,
|
|
12652
12660
|
.np-theme-personal .has-error input[type=checkbox]:not(.disabled):not(:disabled):checked:hover + .tw-checkbox-button {
|
|
12653
|
-
box-shadow: inset 0 0 0 3px #cb272f;
|
|
12654
12661
|
box-shadow: inset 0 0 0 3px var(--color-sentiment-negative);
|
|
12655
|
-
background: #cb272f;
|
|
12656
12662
|
background: var(--color-sentiment-negative);
|
|
12657
12663
|
}
|
|
12658
12664
|
|
|
12659
12665
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):active input[type=checkbox] + .tw-checkbox-button,
|
|
12660
12666
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):focus-visible input[type=checkbox] + .tw-checkbox-button,
|
|
12661
12667
|
.np-theme-personal .has-error .checkbox > label:not(.disabled):not(:disabled):has(:focus-visible) input[type=checkbox] + .tw-checkbox-button {
|
|
12662
|
-
box-shadow: inset 0 0 0 2px #a72027;
|
|
12663
12668
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-active);
|
|
12664
12669
|
}
|
|
12665
12670
|
|
|
@@ -12714,7 +12719,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12714
12719
|
|
|
12715
12720
|
.np-theme-personal .has-error .error-messages,
|
|
12716
12721
|
.np-theme-personal .has-error .alert-detach.alert-danger {
|
|
12717
|
-
color: #cb272f;
|
|
12718
12722
|
color: var(--color-sentiment-negative);
|
|
12719
12723
|
}
|
|
12720
12724
|
|
|
@@ -12731,7 +12735,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12731
12735
|
}
|
|
12732
12736
|
|
|
12733
12737
|
.np-theme-personal .has-required::after {
|
|
12734
|
-
color: #cb272f;
|
|
12735
12738
|
color: var(--color-sentiment-negative);
|
|
12736
12739
|
}
|
|
12737
12740
|
|
|
@@ -13996,7 +13999,6 @@ li > a > .currency-flag:first-child {
|
|
|
13996
13999
|
}
|
|
13997
14000
|
|
|
13998
14001
|
.np-theme-personal .decision:not(.disabled):hover {
|
|
13999
|
-
background-color: rgba(22,51,0,0.07843);
|
|
14000
14002
|
background-color: var(--color-background-screen-hover);
|
|
14001
14003
|
}
|
|
14002
14004
|
|
|
@@ -14596,7 +14598,6 @@ li > a > .currency-flag:first-child {
|
|
|
14596
14598
|
}
|
|
14597
14599
|
|
|
14598
14600
|
.np-theme-personal .droppable-area.droppable-negative {
|
|
14599
|
-
border: 2px solid #cb272f !important;
|
|
14600
14601
|
border: 2px solid var(--color-sentiment-negative) !important;
|
|
14601
14602
|
background-color: #ffffff;
|
|
14602
14603
|
background-color: var(--color-background-screen);
|
|
@@ -14614,7 +14615,6 @@ li > a > .currency-flag:first-child {
|
|
|
14614
14615
|
}
|
|
14615
14616
|
|
|
14616
14617
|
.np-theme-personal .droppable-area .droppable-dropping-card {
|
|
14617
|
-
background-color: rgba(22,51,0,0.12941);
|
|
14618
14618
|
background-color: var(--color-background-neutral-hover);
|
|
14619
14619
|
}
|
|
14620
14620
|
|
|
@@ -14623,7 +14623,6 @@ li > a > .currency-flag:first-child {
|
|
|
14623
14623
|
}
|
|
14624
14624
|
|
|
14625
14625
|
.np-theme-personal .droppable-area .circle {
|
|
14626
|
-
background-color: #ffffff;
|
|
14627
14626
|
background-color: var(--color-contrast);
|
|
14628
14627
|
color: #37517e !important;
|
|
14629
14628
|
color: var(--color-content-primary) !important;
|
|
@@ -14661,7 +14660,6 @@ li > a > .currency-flag:first-child {
|
|
|
14661
14660
|
}
|
|
14662
14661
|
|
|
14663
14662
|
.np-theme-personal .droppable-dropping {
|
|
14664
|
-
border-color: rgba(22,51,0,0.12941) !important;
|
|
14665
14663
|
border-color: var(--color-background-neutral-hover) !important;
|
|
14666
14664
|
border-style: solid;
|
|
14667
14665
|
}
|
|
@@ -21014,7 +21012,6 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
21014
21012
|
}
|
|
21015
21013
|
|
|
21016
21014
|
.np-theme-personal .close {
|
|
21017
|
-
color: #163300;
|
|
21018
21015
|
color: var(--color-interactive-primary);
|
|
21019
21016
|
}
|
|
21020
21017
|
|
|
@@ -21027,7 +21024,6 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
21027
21024
|
}
|
|
21028
21025
|
|
|
21029
21026
|
.np-theme-personal .close:hover {
|
|
21030
|
-
color: #0d1f00;
|
|
21031
21027
|
color: var(--color-interactive-primary-hover);
|
|
21032
21028
|
}
|
|
21033
21029
|
|
|
@@ -22581,7 +22577,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
22581
22577
|
}
|
|
22582
22578
|
|
|
22583
22579
|
.np-theme-personal .popover-close {
|
|
22584
|
-
color: #163300;
|
|
22585
22580
|
color: var(--color-interactive-primary);
|
|
22586
22581
|
}
|
|
22587
22582
|
|
|
@@ -22594,7 +22589,6 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
|
|
|
22594
22589
|
}
|
|
22595
22590
|
|
|
22596
22591
|
.np-theme-personal .popover-close:hover {
|
|
22597
|
-
color: #0d1f00;
|
|
22598
22592
|
color: var(--color-interactive-primary-hover);
|
|
22599
22593
|
}
|
|
22600
22594
|
|
|
@@ -22841,7 +22835,6 @@ button.popover-close {
|
|
|
22841
22835
|
.np-theme-personal--forest-green .process-circle,
|
|
22842
22836
|
.np-theme-personal--bright-green .process-circle,
|
|
22843
22837
|
.np-theme-personal--dark .process-circle {
|
|
22844
|
-
stroke: #163300;
|
|
22845
22838
|
stroke: var(--color-interactive-primary);
|
|
22846
22839
|
}
|
|
22847
22840
|
|
|
@@ -22876,7 +22869,6 @@ button.popover-close {
|
|
|
22876
22869
|
}
|
|
22877
22870
|
|
|
22878
22871
|
.np-theme-personal .process-success .process-icon-horizontal {
|
|
22879
|
-
background-color: #054d28;
|
|
22880
22872
|
background-color: var(--color-sentiment-positive);
|
|
22881
22873
|
}
|
|
22882
22874
|
|
|
@@ -22888,7 +22880,6 @@ button.popover-close {
|
|
|
22888
22880
|
}
|
|
22889
22881
|
|
|
22890
22882
|
.np-theme-personal .process-success .process-icon-vertical {
|
|
22891
|
-
background-color: #054d28;
|
|
22892
22883
|
background-color: var(--color-sentiment-positive);
|
|
22893
22884
|
}
|
|
22894
22885
|
|
|
@@ -22898,7 +22889,6 @@ button.popover-close {
|
|
|
22898
22889
|
}
|
|
22899
22890
|
|
|
22900
22891
|
.np-theme-personal .process-success .process-circle {
|
|
22901
|
-
stroke: #054d28;
|
|
22902
22892
|
stroke: var(--color-sentiment-positive);
|
|
22903
22893
|
}
|
|
22904
22894
|
|
|
@@ -22909,7 +22899,6 @@ button.popover-close {
|
|
|
22909
22899
|
}
|
|
22910
22900
|
|
|
22911
22901
|
.np-theme-personal .process-danger .process-icon-horizontal {
|
|
22912
|
-
background-color: #cb272f;
|
|
22913
22902
|
background-color: var(--color-sentiment-negative);
|
|
22914
22903
|
}
|
|
22915
22904
|
|
|
@@ -22920,7 +22909,6 @@ button.popover-close {
|
|
|
22920
22909
|
}
|
|
22921
22910
|
|
|
22922
22911
|
.np-theme-personal .process-danger .process-icon-vertical {
|
|
22923
|
-
background-color: #cb272f;
|
|
22924
22912
|
background-color: var(--color-sentiment-negative);
|
|
22925
22913
|
}
|
|
22926
22914
|
|
|
@@ -22930,7 +22918,6 @@ button.popover-close {
|
|
|
22930
22918
|
}
|
|
22931
22919
|
|
|
22932
22920
|
.np-theme-personal .process-danger .process-circle {
|
|
22933
|
-
stroke: #cb272f;
|
|
22934
22921
|
stroke: var(--color-sentiment-negative);
|
|
22935
22922
|
}
|
|
22936
22923
|
|