@transferwise/neptune-css 0.0.0-experimental-4c688cd → 0.0.0-experimental-5405b30
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/accordion.css +1 -235
- package/dist/css/alerts.css +1 -761
- package/dist/css/background.css +1 -20
- package/dist/css/badge.css +1 -90
- package/dist/css/border-radius.css +1 -3
- package/dist/css/breadcrumbs.css +1 -20
- package/dist/css/button-groups.css +1 -412
- package/dist/css/buttons.css +1 -1382
- package/dist/css/chevron.css +1 -35
- package/dist/css/circles.css +1 -284
- package/dist/css/close.css +1 -47
- package/dist/css/column-layout.css +1 -164
- package/dist/css/currency-flags.css +1 -45
- package/dist/css/decision.css +1 -95
- package/dist/css/dropdowns.css +1 -413
- package/dist/css/droppable.css +1 -207
- package/dist/css/flex.css +1 -598
- package/dist/css/footer.css +1 -118
- package/dist/css/grid.css +1 -2369
- package/dist/css/input-groups.css +1 -2706
- package/dist/css/link-callout.css +1 -20
- package/dist/css/list-group.css +1 -267
- package/dist/css/loaders.css +1 -76
- package/dist/css/media.css +1 -74
- package/dist/css/modals.css +1 -185
- package/dist/css/navbar-base.css +1 -1385
- package/dist/css/navbar.css +1 -2397
- package/dist/css/navs.css +1 -296
- package/dist/css/neptune-addons.css +1 -1829
- package/dist/css/neptune-core.css +2 -2037
- package/dist/css/neptune-social-media.css +1 -144
- package/dist/css/neptune.css +2 -24374
- package/dist/css/panels.css +1 -528
- package/dist/css/popovers.css +1 -538
- package/dist/css/process.css +1 -483
- package/dist/css/progress-bars.css +1 -76
- package/dist/css/ring.css +1 -59
- package/dist/css/select.css +1 -99
- package/dist/css/sequences.css +1 -855
- package/dist/css/table.css +1 -446
- package/dist/css/tick.css +1 -32
- package/dist/css/tooltip.css +1 -142
- package/dist/css/utilities.css +1 -145
- package/dist/css/wells.css +1 -74
- package/package.json +2 -3
- package/src/less/buttons.less +6 -2
- package/src/less/core/_scaffolding.less +1 -3
- package/scripts/analyze-css-selectors.js +0 -39
package/dist/css/popovers.css
CHANGED
|
@@ -1,538 +1 @@
|
|
|
1
|
-
@media (min-width: 768px) {
|
|
2
|
-
}@media (min-width: 768px) {
|
|
3
|
-
}.close {
|
|
4
|
-
float: right;
|
|
5
|
-
color: #0097c7;
|
|
6
|
-
color: var(--color-content-accent);
|
|
7
|
-
-webkit-text-decoration: none;
|
|
8
|
-
text-decoration: none;
|
|
9
|
-
}[dir="rtl"] .close {
|
|
10
|
-
float: left;
|
|
11
|
-
}.np-theme-personal .close {
|
|
12
|
-
color: var(--color-interactive-primary);
|
|
13
|
-
}.close:hover {
|
|
14
|
-
color: #0084b3;
|
|
15
|
-
color: var(--color-content-accent-hover);
|
|
16
|
-
-webkit-text-decoration: none;
|
|
17
|
-
text-decoration: none;
|
|
18
|
-
cursor: pointer;
|
|
19
|
-
}.np-theme-personal .close:hover {
|
|
20
|
-
color: var(--color-interactive-primary-hover);
|
|
21
|
-
}.close:focus {
|
|
22
|
-
outline: none;
|
|
23
|
-
}.close:focus-visible {
|
|
24
|
-
outline: var(--ring-outline-color) solid var(--ring-outline-width);
|
|
25
|
-
outline-offset: var(--ring-outline-offset);
|
|
26
|
-
}.close:active {
|
|
27
|
-
color: #0077a5;
|
|
28
|
-
color: var(--color-content-accent-active);
|
|
29
|
-
}button.close {
|
|
30
|
-
padding: 0;
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
background: transparent;
|
|
33
|
-
border: 0;
|
|
34
|
-
-webkit-appearance: none;
|
|
35
|
-
-moz-appearance: none;
|
|
36
|
-
appearance: none;
|
|
37
|
-
}.np-theme-personal button.close:hover {
|
|
38
|
-
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
|
|
39
|
-
background: initial;
|
|
40
|
-
}.popover {
|
|
41
|
-
top: 0;
|
|
42
|
-
left: 0;
|
|
43
|
-
z-index: 1060;
|
|
44
|
-
width: 276px;
|
|
45
|
-
padding: 18px 24px;
|
|
46
|
-
font-family: 'Inter', Helvetica, Arial, sans-serif;
|
|
47
|
-
font-family: var(--font-family-regular);
|
|
48
|
-
font-style: normal;
|
|
49
|
-
font-weight: normal;
|
|
50
|
-
letter-spacing: normal;
|
|
51
|
-
line-break: auto;
|
|
52
|
-
line-height: 24px;
|
|
53
|
-
line-height: var(--size-24);
|
|
54
|
-
text-align: left;
|
|
55
|
-
-webkit-text-decoration: none;
|
|
56
|
-
text-decoration: none;
|
|
57
|
-
text-shadow: none;
|
|
58
|
-
text-transform: none;
|
|
59
|
-
white-space: normal;
|
|
60
|
-
word-break: normal;
|
|
61
|
-
word-spacing: normal;
|
|
62
|
-
word-wrap: normal;
|
|
63
|
-
line-height: 1.5;
|
|
64
|
-
line-height: var(--line-height-body);
|
|
65
|
-
font-size: 1rem;
|
|
66
|
-
font-size: var(--font-size-16);
|
|
67
|
-
font-size: 0.875rem;
|
|
68
|
-
font-size: var(--font-size-14);
|
|
69
|
-
line-height: 155%;
|
|
70
|
-
letter-spacing: -0.006em;
|
|
71
|
-
font-weight: 400;
|
|
72
|
-
font-weight: var(--font-weight-regular);
|
|
73
|
-
background-color: #ffffff;
|
|
74
|
-
background-color: var(--color-background-screen);
|
|
75
|
-
background-clip: padding-box;
|
|
76
|
-
border-radius: 3px;
|
|
77
|
-
box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
|
|
78
|
-
position: absolute;
|
|
79
|
-
}[dir="rtl"] .popover {
|
|
80
|
-
right: 0;
|
|
81
|
-
left: auto;
|
|
82
|
-
left: initial;
|
|
83
|
-
}[dir="rtl"] .popover {
|
|
84
|
-
text-align: right;
|
|
85
|
-
}.np-theme-personal--forest-green .popover,
|
|
86
|
-
.np-theme-personal--bright-green .popover,
|
|
87
|
-
.np-theme-personal--dark .popover {
|
|
88
|
-
box-shadow: none;
|
|
89
|
-
}.popover.animate {
|
|
90
|
-
transition: transform 0.25s;
|
|
91
|
-
}.popover.scale-down {
|
|
92
|
-
transform: scale(0);
|
|
93
|
-
}.popover.top {
|
|
94
|
-
margin-top: -14px;
|
|
95
|
-
transform-origin: 50% 100%;
|
|
96
|
-
}.popover.top-left {
|
|
97
|
-
margin-top: -14px;
|
|
98
|
-
transform-origin: calc(100% - 29px) 100%;
|
|
99
|
-
}.popover.top-right {
|
|
100
|
-
margin-top: -14px;
|
|
101
|
-
transform-origin: 29px 100%;
|
|
102
|
-
}.popover.right {
|
|
103
|
-
margin-left: 14px;
|
|
104
|
-
transform-origin: 0% 50%;
|
|
105
|
-
}[dir="rtl"] .popover.right {
|
|
106
|
-
margin-right: 14px;
|
|
107
|
-
margin-left: 0;
|
|
108
|
-
margin-left: initial;
|
|
109
|
-
}.popover.right-top {
|
|
110
|
-
margin-left: 14px;
|
|
111
|
-
transform-origin: 0% 29px;
|
|
112
|
-
}[dir="rtl"] .popover.right-top {
|
|
113
|
-
margin-right: 14px;
|
|
114
|
-
margin-left: 0;
|
|
115
|
-
margin-left: initial;
|
|
116
|
-
}.popover.right-bottom {
|
|
117
|
-
margin-left: 14px;
|
|
118
|
-
transform-origin: 0% calc(100% - 29px);
|
|
119
|
-
}[dir="rtl"] .popover.right-bottom {
|
|
120
|
-
margin-right: 14px;
|
|
121
|
-
margin-left: 0;
|
|
122
|
-
margin-left: initial;
|
|
123
|
-
}.popover.bottom {
|
|
124
|
-
margin-top: 14px;
|
|
125
|
-
transform-origin: 50% 0%;
|
|
126
|
-
}.popover.bottom-left {
|
|
127
|
-
margin-top: 14px;
|
|
128
|
-
transform-origin: calc(100% - 29px) 0%;
|
|
129
|
-
}.popover.bottom-right {
|
|
130
|
-
margin-top: 14px;
|
|
131
|
-
transform-origin: 29px 0%;
|
|
132
|
-
}.popover.left {
|
|
133
|
-
margin-left: -14px;
|
|
134
|
-
transform-origin: 100% 50%;
|
|
135
|
-
}[dir="rtl"] .popover.left {
|
|
136
|
-
margin-right: -14px;
|
|
137
|
-
margin-left: 0;
|
|
138
|
-
margin-left: initial;
|
|
139
|
-
}.popover.left-top {
|
|
140
|
-
margin-left: -14px;
|
|
141
|
-
transform-origin: 100% 29px;
|
|
142
|
-
}[dir="rtl"] .popover.left-top {
|
|
143
|
-
margin-right: -14px;
|
|
144
|
-
margin-left: 0;
|
|
145
|
-
margin-left: initial;
|
|
146
|
-
}.popover.left-bottom {
|
|
147
|
-
margin-left: -14px;
|
|
148
|
-
transform-origin: 100% calc(100% - 29px);
|
|
149
|
-
}[dir="rtl"] .popover.left-bottom {
|
|
150
|
-
margin-right: -14px;
|
|
151
|
-
margin-left: 0;
|
|
152
|
-
margin-left: initial;
|
|
153
|
-
}.popover::before {
|
|
154
|
-
content: " ";
|
|
155
|
-
position: absolute;
|
|
156
|
-
display: block;
|
|
157
|
-
width: 14px;
|
|
158
|
-
height: 14px;
|
|
159
|
-
left: 28px;
|
|
160
|
-
top: -7px;
|
|
161
|
-
transform: rotate(45deg);
|
|
162
|
-
background-color: inherit;
|
|
163
|
-
}[dir="rtl"] .popover::before {
|
|
164
|
-
right: 28px;
|
|
165
|
-
left: auto;
|
|
166
|
-
left: initial;
|
|
167
|
-
}.popover.top::before {
|
|
168
|
-
top: auto;
|
|
169
|
-
bottom: -7px;
|
|
170
|
-
left: 50%;
|
|
171
|
-
margin-left: -7px;
|
|
172
|
-
}[dir="rtl"] .popover.top::before {
|
|
173
|
-
right: 50%;
|
|
174
|
-
left: auto;
|
|
175
|
-
left: initial;
|
|
176
|
-
}[dir="rtl"] .popover.top::before {
|
|
177
|
-
margin-right: -7px;
|
|
178
|
-
margin-left: 0;
|
|
179
|
-
margin-left: initial;
|
|
180
|
-
}.popover.top-left::before {
|
|
181
|
-
top: auto;
|
|
182
|
-
bottom: -7px;
|
|
183
|
-
right: 29px;
|
|
184
|
-
left: auto;
|
|
185
|
-
margin-left: -7px;
|
|
186
|
-
}[dir="rtl"] .popover.top-left::before {
|
|
187
|
-
left: 29px;
|
|
188
|
-
right: auto;
|
|
189
|
-
right: initial;
|
|
190
|
-
}[dir="rtl"] .popover.top-left::before {
|
|
191
|
-
right: auto;
|
|
192
|
-
left: auto;
|
|
193
|
-
left: initial;
|
|
194
|
-
}[dir="rtl"] .popover.top-left::before {
|
|
195
|
-
margin-right: -7px;
|
|
196
|
-
margin-left: 0;
|
|
197
|
-
margin-left: initial;
|
|
198
|
-
}.popover.top-right::before {
|
|
199
|
-
top: auto;
|
|
200
|
-
bottom: -7px;
|
|
201
|
-
left: 29px;
|
|
202
|
-
right: auto;
|
|
203
|
-
margin-left: -7px;
|
|
204
|
-
}[dir="rtl"] .popover.top-right::before {
|
|
205
|
-
right: 29px;
|
|
206
|
-
left: auto;
|
|
207
|
-
left: initial;
|
|
208
|
-
}[dir="rtl"] .popover.top-right::before {
|
|
209
|
-
left: auto;
|
|
210
|
-
right: auto;
|
|
211
|
-
right: initial;
|
|
212
|
-
}[dir="rtl"] .popover.top-right::before {
|
|
213
|
-
margin-right: -7px;
|
|
214
|
-
margin-left: 0;
|
|
215
|
-
margin-left: initial;
|
|
216
|
-
}.popover.right::before {
|
|
217
|
-
top: 50%;
|
|
218
|
-
margin-top: -7px;
|
|
219
|
-
left: -7px;
|
|
220
|
-
}[dir="rtl"] .popover.right::before {
|
|
221
|
-
right: -7px;
|
|
222
|
-
left: auto;
|
|
223
|
-
left: initial;
|
|
224
|
-
}.popover.right-top::before {
|
|
225
|
-
top: 29px;
|
|
226
|
-
margin-top: -7px;
|
|
227
|
-
left: -7px;
|
|
228
|
-
}[dir="rtl"] .popover.right-top::before {
|
|
229
|
-
right: -7px;
|
|
230
|
-
left: auto;
|
|
231
|
-
left: initial;
|
|
232
|
-
}.popover.right-bottom::before {
|
|
233
|
-
top: calc(100% - 29px);
|
|
234
|
-
margin-top: -7px;
|
|
235
|
-
left: -7px;
|
|
236
|
-
}[dir="rtl"] .popover.right-bottom::before {
|
|
237
|
-
right: -7px;
|
|
238
|
-
left: auto;
|
|
239
|
-
left: initial;
|
|
240
|
-
}.popover.bottom::before {
|
|
241
|
-
top: -7px;
|
|
242
|
-
bottom: auto;
|
|
243
|
-
left: 50%;
|
|
244
|
-
margin-left: -7px;
|
|
245
|
-
}[dir="rtl"] .popover.bottom::before {
|
|
246
|
-
right: 50%;
|
|
247
|
-
left: auto;
|
|
248
|
-
left: initial;
|
|
249
|
-
}[dir="rtl"] .popover.bottom::before {
|
|
250
|
-
margin-right: -7px;
|
|
251
|
-
margin-left: 0;
|
|
252
|
-
margin-left: initial;
|
|
253
|
-
}.popover.bottom-left::before {
|
|
254
|
-
top: -7px;
|
|
255
|
-
bottom: auto;
|
|
256
|
-
right: 29px;
|
|
257
|
-
left: auto;
|
|
258
|
-
margin-left: -7px;
|
|
259
|
-
}[dir="rtl"] .popover.bottom-left::before {
|
|
260
|
-
left: 29px;
|
|
261
|
-
right: auto;
|
|
262
|
-
right: initial;
|
|
263
|
-
}[dir="rtl"] .popover.bottom-left::before {
|
|
264
|
-
right: auto;
|
|
265
|
-
left: auto;
|
|
266
|
-
left: initial;
|
|
267
|
-
}[dir="rtl"] .popover.bottom-left::before {
|
|
268
|
-
margin-right: -7px;
|
|
269
|
-
margin-left: 0;
|
|
270
|
-
margin-left: initial;
|
|
271
|
-
}.popover.bottom-right::before {
|
|
272
|
-
top: -7px;
|
|
273
|
-
bottom: auto;
|
|
274
|
-
right: 29px;
|
|
275
|
-
left: auto;
|
|
276
|
-
margin-left: -7px;
|
|
277
|
-
}[dir="rtl"] .popover.bottom-right::before {
|
|
278
|
-
left: 29px;
|
|
279
|
-
right: auto;
|
|
280
|
-
right: initial;
|
|
281
|
-
}[dir="rtl"] .popover.bottom-right::before {
|
|
282
|
-
right: auto;
|
|
283
|
-
left: auto;
|
|
284
|
-
left: initial;
|
|
285
|
-
}[dir="rtl"] .popover.bottom-right::before {
|
|
286
|
-
margin-right: -7px;
|
|
287
|
-
margin-left: 0;
|
|
288
|
-
margin-left: initial;
|
|
289
|
-
}.popover.left::before {
|
|
290
|
-
top: 50%;
|
|
291
|
-
margin-top: -7px;
|
|
292
|
-
left: auto;
|
|
293
|
-
right: -7px;
|
|
294
|
-
}[dir="rtl"] .popover.left::before {
|
|
295
|
-
right: auto;
|
|
296
|
-
left: auto;
|
|
297
|
-
left: initial;
|
|
298
|
-
}[dir="rtl"] .popover.left::before {
|
|
299
|
-
left: -7px;
|
|
300
|
-
right: auto;
|
|
301
|
-
right: initial;
|
|
302
|
-
}.popover.left-top::before {
|
|
303
|
-
top: 29px;
|
|
304
|
-
margin-top: -7px;
|
|
305
|
-
left: auto;
|
|
306
|
-
right: -7px;
|
|
307
|
-
}[dir="rtl"] .popover.left-top::before {
|
|
308
|
-
right: auto;
|
|
309
|
-
left: auto;
|
|
310
|
-
left: initial;
|
|
311
|
-
}[dir="rtl"] .popover.left-top::before {
|
|
312
|
-
left: -7px;
|
|
313
|
-
right: auto;
|
|
314
|
-
right: initial;
|
|
315
|
-
}.popover.left-bottom::before {
|
|
316
|
-
top: calc(100% - 29px);
|
|
317
|
-
margin-top: -7px;
|
|
318
|
-
left: auto;
|
|
319
|
-
right: -7px;
|
|
320
|
-
}[dir="rtl"] .popover.left-bottom::before {
|
|
321
|
-
right: auto;
|
|
322
|
-
left: auto;
|
|
323
|
-
left: initial;
|
|
324
|
-
}[dir="rtl"] .popover.left-bottom::before {
|
|
325
|
-
left: -7px;
|
|
326
|
-
right: auto;
|
|
327
|
-
right: initial;
|
|
328
|
-
}.popover img,
|
|
329
|
-
.popover .popover-image {
|
|
330
|
-
width: 65%;
|
|
331
|
-
margin: 8px 0;
|
|
332
|
-
}.popover-title {
|
|
333
|
-
padding: 0;
|
|
334
|
-
margin: 0;
|
|
335
|
-
color: #37517e;
|
|
336
|
-
color: var(--color-content-primary);
|
|
337
|
-
line-height: 1.2;
|
|
338
|
-
line-height: var(--line-height-title);
|
|
339
|
-
letter-spacing: 0;
|
|
340
|
-
font-size: 1.125rem;
|
|
341
|
-
font-size: var(--font-size-18);
|
|
342
|
-
font-weight: 600;
|
|
343
|
-
font-weight: var(--font-weight-semi-bold);
|
|
344
|
-
letter-spacing: -0.014em;
|
|
345
|
-
line-height: 135%;
|
|
346
|
-
background-color: #ffffff;
|
|
347
|
-
background-color: var(--color-background-screen);
|
|
348
|
-
border-bottom: 0;
|
|
349
|
-
border-radius: 2px 2px 0 0;
|
|
350
|
-
color: var(--color-content-primary) !important;
|
|
351
|
-
}.popover-title + p,
|
|
352
|
-
.popover-title + ul:not(.list-unstyled),
|
|
353
|
-
.popover-title + ol:not(.list-unstyled) {
|
|
354
|
-
margin-top: 8px;
|
|
355
|
-
margin-top: var(--size-8);
|
|
356
|
-
}.popover-content {
|
|
357
|
-
padding: 0;
|
|
358
|
-
line-height: 1.5;
|
|
359
|
-
line-height: var(--line-height-body);
|
|
360
|
-
font-size: 1rem;
|
|
361
|
-
font-size: var(--font-size-16);
|
|
362
|
-
font-size: 0.875rem;
|
|
363
|
-
font-size: var(--font-size-14);
|
|
364
|
-
line-height: 155%;
|
|
365
|
-
letter-spacing: -0.006em;
|
|
366
|
-
font-weight: 400;
|
|
367
|
-
font-weight: var(--font-weight-regular);
|
|
368
|
-
color: #5d7079;
|
|
369
|
-
color: var(--color-content-secondary);
|
|
370
|
-
}.popover-content > :last-child {
|
|
371
|
-
margin-bottom: 0;
|
|
372
|
-
}.popover-close {
|
|
373
|
-
float: right;
|
|
374
|
-
color: #0097c7;
|
|
375
|
-
color: var(--color-content-accent);
|
|
376
|
-
-webkit-text-decoration: none;
|
|
377
|
-
text-decoration: none;
|
|
378
|
-
}[dir="rtl"] .popover-close {
|
|
379
|
-
float: left;
|
|
380
|
-
}.np-theme-personal .popover-close {
|
|
381
|
-
color: var(--color-interactive-primary);
|
|
382
|
-
}.popover-close:hover {
|
|
383
|
-
color: #0084b3;
|
|
384
|
-
color: var(--color-content-accent-hover);
|
|
385
|
-
-webkit-text-decoration: none;
|
|
386
|
-
text-decoration: none;
|
|
387
|
-
cursor: pointer;
|
|
388
|
-
}.np-theme-personal .popover-close:hover {
|
|
389
|
-
color: var(--color-interactive-primary-hover);
|
|
390
|
-
}.popover-close:focus {
|
|
391
|
-
outline: none;
|
|
392
|
-
}.popover-close:focus-visible {
|
|
393
|
-
outline: var(--ring-outline-color) solid var(--ring-outline-width);
|
|
394
|
-
outline-offset: var(--ring-outline-offset);
|
|
395
|
-
}.popover-close:active {
|
|
396
|
-
color: #0077a5;
|
|
397
|
-
color: var(--color-content-accent-active);
|
|
398
|
-
}button.popover-close {
|
|
399
|
-
padding: 0;
|
|
400
|
-
cursor: pointer;
|
|
401
|
-
background: transparent;
|
|
402
|
-
border: 0;
|
|
403
|
-
-webkit-appearance: none;
|
|
404
|
-
-moz-appearance: none;
|
|
405
|
-
appearance: none;
|
|
406
|
-
}.np-theme-personal button.popover-close:hover {
|
|
407
|
-
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
|
|
408
|
-
background: initial;
|
|
409
|
-
}[data-toggle="popover"]:not(.btn) {
|
|
410
|
-
color: inherit !important;
|
|
411
|
-
font-weight: inherit !important;
|
|
412
|
-
-webkit-text-decoration: none !important;
|
|
413
|
-
text-decoration: none !important;
|
|
414
|
-
border-bottom: 1px dotted #0097c7 !important;
|
|
415
|
-
border-bottom: 1px dotted var(--color-content-accent) !important;
|
|
416
|
-
cursor: pointer;
|
|
417
|
-
}[data-toggle="popover"]:not(.btn):hover,
|
|
418
|
-
[data-toggle="popover"]:not(.btn):focus,
|
|
419
|
-
[data-toggle="popover"]:not(.btn)[aria-describedby] {
|
|
420
|
-
color: #0084b3 !important;
|
|
421
|
-
color: var(--color-content-accent-hover) !important;
|
|
422
|
-
outline: 0;
|
|
423
|
-
}.nav > li > a [data-toggle="popover"] {
|
|
424
|
-
border-bottom: 0;
|
|
425
|
-
}@media (max-width: 991px) {
|
|
426
|
-
.popover-modal {
|
|
427
|
-
position: fixed;
|
|
428
|
-
top: 0 !important;
|
|
429
|
-
right: 0 !important;
|
|
430
|
-
left: 0 !important;
|
|
431
|
-
width: 272px;
|
|
432
|
-
margin: 32px auto !important;
|
|
433
|
-
margin: var(--size-32) auto !important;
|
|
434
|
-
}
|
|
435
|
-
.popover-modal::before {
|
|
436
|
-
display: none;
|
|
437
|
-
}
|
|
438
|
-
}@media (min-width: 992px) {
|
|
439
|
-
.popover-modal.left {
|
|
440
|
-
margin-right: -var(--size-24) !important;
|
|
441
|
-
}
|
|
442
|
-
[dir="rtl"] .popover-modal.left {
|
|
443
|
-
margin-left: -var(--size-24) !important;
|
|
444
|
-
margin-right: 0 !important;
|
|
445
|
-
margin-right: initial !important;
|
|
446
|
-
}
|
|
447
|
-
.popover-modal.right {
|
|
448
|
-
margin-left: -var(--size-24) !important;
|
|
449
|
-
}
|
|
450
|
-
[dir="rtl"] .popover-modal.right {
|
|
451
|
-
margin-right: -var(--size-24) !important;
|
|
452
|
-
margin-left: 0 !important;
|
|
453
|
-
margin-left: initial !important;
|
|
454
|
-
}
|
|
455
|
-
.popover-modal.top {
|
|
456
|
-
margin-bottom: -8px !important;
|
|
457
|
-
}
|
|
458
|
-
.popover-modal.bottom {
|
|
459
|
-
margin-top: -8px !important;
|
|
460
|
-
}
|
|
461
|
-
}@keyframes cover-fade-in {
|
|
462
|
-
from {
|
|
463
|
-
opacity: 0;
|
|
464
|
-
}
|
|
465
|
-
to {
|
|
466
|
-
opacity: 0.7;
|
|
467
|
-
}
|
|
468
|
-
}.popover-modal-cover {
|
|
469
|
-
position: fixed;
|
|
470
|
-
top: 0;
|
|
471
|
-
left: 0;
|
|
472
|
-
z-index: 1060;
|
|
473
|
-
display: none;
|
|
474
|
-
width: 100vw;
|
|
475
|
-
height: 100vh;
|
|
476
|
-
height: 100dvh;
|
|
477
|
-
cursor: pointer;
|
|
478
|
-
background-color: #ffffff;
|
|
479
|
-
background-color: var(--color-background-screen);
|
|
480
|
-
opacity: 0.7;
|
|
481
|
-
animation: cover-fade-in 0.35s 0s linear forwards;
|
|
482
|
-
}[dir="rtl"] .popover-modal-cover {
|
|
483
|
-
right: 0;
|
|
484
|
-
left: auto;
|
|
485
|
-
left: initial;
|
|
486
|
-
}@media (max-width: 991px) {
|
|
487
|
-
.popover-modal-cover {
|
|
488
|
-
display: block;
|
|
489
|
-
}
|
|
490
|
-
}.popover-promotion {
|
|
491
|
-
text-align: center;
|
|
492
|
-
padding: 24px;
|
|
493
|
-
padding: var(--size-24);
|
|
494
|
-
}@media (max-width: 576px) {
|
|
495
|
-
.popover-promotion {
|
|
496
|
-
width: auto !important;
|
|
497
|
-
padding: 24px !important;
|
|
498
|
-
padding: var(--size-24) !important;
|
|
499
|
-
margin: 16px !important;
|
|
500
|
-
margin: var(--size-16) !important;
|
|
501
|
-
}
|
|
502
|
-
}@media (min-width: 566px) and (max-width: 992px) {
|
|
503
|
-
.popover-promotion {
|
|
504
|
-
width: 540px !important;
|
|
505
|
-
padding: 28px 32px !important;
|
|
506
|
-
padding: 28px var(--size-32) !important;
|
|
507
|
-
margin: 32px auto !important;
|
|
508
|
-
margin: var(--size-32) auto !important;
|
|
509
|
-
}
|
|
510
|
-
}.popover-promotion .popover-title {
|
|
511
|
-
font-size: 1rem;
|
|
512
|
-
font-size: var(--font-size-16);
|
|
513
|
-
line-height: 1.2;
|
|
514
|
-
line-height: var(--line-height-title);
|
|
515
|
-
}@media (min-width: 768px) {
|
|
516
|
-
.popover-promotion .popover-title {
|
|
517
|
-
font-size: 1.25rem;
|
|
518
|
-
font-size: var(--font-size-20);
|
|
519
|
-
line-height: 1.2;
|
|
520
|
-
line-height: var(--line-height-title);
|
|
521
|
-
}
|
|
522
|
-
}@media (max-width: 480px) {
|
|
523
|
-
.popover-promotion .popover-image {
|
|
524
|
-
width: 80%;
|
|
525
|
-
}
|
|
526
|
-
}@media (min-width: 480px) and (max-width: 992px) {
|
|
527
|
-
.popover-promotion .popover-image {
|
|
528
|
-
width: 60%;
|
|
529
|
-
}
|
|
530
|
-
}@media (min-width: 992px) {
|
|
531
|
-
.popover-promotion .popover-image {
|
|
532
|
-
width: 80%;
|
|
533
|
-
}
|
|
534
|
-
}@media (max-width: 992px) {
|
|
535
|
-
.popover-promotion {
|
|
536
|
-
position: absolute !important;
|
|
537
|
-
}
|
|
538
|
-
}
|
|
1
|
+
.close{color:#0097c7;color:var(--color-content-accent);float:right;text-decoration:none}[dir=rtl] .close{float:left}.np-theme-personal .close{color:var(--color-interactive-primary)}.close:hover{color:#0084b3;color:var(--color-content-accent-hover);cursor:pointer;text-decoration:none}.np-theme-personal .close:hover{color:var(--color-interactive-primary-hover)}.close:focus{outline:none}.close:focus-visible{outline:var(--ring-outline-color) solid var(--ring-outline-width);outline-offset:var(--ring-outline-offset)}.close:active{color:#0077a5;color:var(--color-content-accent-active)}button.close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;padding:0}.np-theme-personal button.close:hover{background:initial}.popover{word-wrap:normal;background-clip:padding-box;background-color:#fff;background-color:var(--color-background-screen);border-radius:3px;box-shadow:0 20px 66px 0 rgba(34,48,73,.2);font-family:Inter,Helvetica,Arial,sans-serif;font-family:var(--font-family-regular);font-size:1rem;font-size:var(--font-size-16);font-size:.875rem;font-size:var(--font-size-14);font-style:normal;font-weight:400;font-weight:var(--font-weight-regular);left:0;letter-spacing:normal;letter-spacing:-.006em;line-break:auto;line-height:24px;line-height:var(--size-24);line-height:1.5;line-height:var(--line-height-body);line-height:155%;padding:18px 24px;position:absolute;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;width:276px;word-break:normal;word-spacing:normal;z-index:1060}[dir=rtl] .popover{left:auto;right:0;text-align:right}.np-theme-personal--bright-green .popover,.np-theme-personal--dark .popover,.np-theme-personal--forest-green .popover{box-shadow:none}.popover.animate{transition:transform .25s}.popover.scale-down{transform:scale(0)}.popover.top{margin-top:-14px;transform-origin:50% 100%}.popover.top-left{margin-top:-14px;transform-origin:calc(100% - 29px) 100%}.popover.top-right{margin-top:-14px;transform-origin:29px 100%}.popover.right{margin-left:14px;transform-origin:0 50%}[dir=rtl] .popover.right{margin-left:0;margin-right:14px}.popover.right-top{margin-left:14px;transform-origin:0 29px}[dir=rtl] .popover.right-top{margin-left:0;margin-right:14px}.popover.right-bottom{margin-left:14px;transform-origin:0 calc(100% - 29px)}[dir=rtl] .popover.right-bottom{margin-left:0;margin-right:14px}.popover.bottom{margin-top:14px;transform-origin:50% 0}.popover.bottom-left{margin-top:14px;transform-origin:calc(100% - 29px) 0}.popover.bottom-right{margin-top:14px;transform-origin:29px 0}.popover.left{margin-left:-14px;transform-origin:100% 50%}[dir=rtl] .popover.left{margin-left:0;margin-right:-14px}.popover.left-top{margin-left:-14px;transform-origin:100% 29px}[dir=rtl] .popover.left-top{margin-left:0;margin-right:-14px}.popover.left-bottom{margin-left:-14px;transform-origin:100% calc(100% - 29px)}[dir=rtl] .popover.left-bottom{margin-left:0;margin-right:-14px}.popover:before{background-color:inherit;content:" ";display:block;height:14px;left:28px;position:absolute;top:-7px;transform:rotate(45deg);width:14px}[dir=rtl] .popover:before{left:auto;right:28px}.popover.top:before{bottom:-7px;left:50%;margin-left:-7px;top:auto}[dir=rtl] .popover.top:before{left:auto;margin-left:0;margin-right:-7px;right:50%}.popover.top-left:before{bottom:-7px;left:auto;margin-left:-7px;right:29px;top:auto}[dir=rtl] .popover.top-left:before{left:29px;left:auto;margin-left:0;margin-right:-7px;right:auto}.popover.top-right:before{bottom:-7px;left:29px;margin-left:-7px;right:auto;top:auto}[dir=rtl] .popover.top-right:before{left:auto;margin-left:0;margin-right:-7px;right:29px;right:auto}.popover.right:before{left:-7px;margin-top:-7px;top:50%}[dir=rtl] .popover.right:before{left:auto;right:-7px}.popover.right-top:before{left:-7px;margin-top:-7px;top:29px}[dir=rtl] .popover.right-top:before{left:auto;right:-7px}.popover.right-bottom:before{left:-7px;margin-top:-7px;top:calc(100% - 29px)}[dir=rtl] .popover.right-bottom:before{left:auto;right:-7px}.popover.bottom:before{bottom:auto;left:50%;margin-left:-7px;top:-7px}[dir=rtl] .popover.bottom:before{left:auto;margin-left:0;margin-right:-7px;right:50%}.popover.bottom-left:before{bottom:auto;left:auto;margin-left:-7px;right:29px;top:-7px}[dir=rtl] .popover.bottom-left:before{left:29px;left:auto;margin-left:0;margin-right:-7px;right:auto}.popover.bottom-right:before{bottom:auto;left:auto;margin-left:-7px;right:29px;top:-7px}[dir=rtl] .popover.bottom-right:before{left:29px;left:auto;margin-left:0;margin-right:-7px;right:auto}.popover.left:before{left:auto;margin-top:-7px;right:-7px;top:50%}[dir=rtl] .popover.left:before{left:auto;left:-7px;right:auto}.popover.left-top:before{left:auto;margin-top:-7px;right:-7px;top:29px}[dir=rtl] .popover.left-top:before{left:auto;left:-7px;right:auto}.popover.left-bottom:before{left:auto;margin-top:-7px;right:-7px;top:calc(100% - 29px)}[dir=rtl] .popover.left-bottom:before{left:auto;left:-7px;right:auto}.popover .popover-image,.popover img{margin:8px 0;width:65%}.popover-title{background-color:#fff;background-color:var(--color-background-screen);border-bottom:0;border-radius:2px 2px 0 0;color:#37517e;color:var(--color-content-primary);color:#37517e!important;color:var(--color-content-primary)!important;font-size:1.125rem;font-size:var(--font-size-18);font-weight:600;font-weight:var(--font-weight-semi-bold);letter-spacing:0;letter-spacing:-.014em;line-height:1.2;line-height:var(--line-height-title);line-height:135%;margin:0;padding:0}.popover-title+ol:not(.list-unstyled),.popover-title+p,.popover-title+ul:not(.list-unstyled){margin-top:8px;margin-top:var(--size-8)}.popover-content{color:#5d7079;color:var(--color-content-secondary);font-size:1rem;font-size:var(--font-size-16);font-size:.875rem;font-size:var(--font-size-14);font-weight:400;font-weight:var(--font-weight-regular);letter-spacing:-.006em;line-height:1.5;line-height:var(--line-height-body);line-height:155%;padding:0}.popover-content>:last-child{margin-bottom:0}.popover-close{color:#0097c7;color:var(--color-content-accent);float:right;text-decoration:none}[dir=rtl] .popover-close{float:left}.np-theme-personal .popover-close{color:var(--color-interactive-primary)}.popover-close:hover{color:#0084b3;color:var(--color-content-accent-hover);cursor:pointer;text-decoration:none}.np-theme-personal .popover-close:hover{color:var(--color-interactive-primary-hover)}.popover-close:focus{outline:none}.popover-close:focus-visible{outline:var(--ring-outline-color) solid var(--ring-outline-width);outline-offset:var(--ring-outline-offset)}.popover-close:active{color:#0077a5;color:var(--color-content-accent-active)}button.popover-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;padding:0}.np-theme-personal button.popover-close:hover{background:initial}[data-toggle=popover]:not(.btn){border-bottom:1px dotted #0097c7!important;border-bottom:1px dotted var(--color-content-accent)!important;color:inherit!important;cursor:pointer;font-weight:inherit!important;text-decoration:none!important}[data-toggle=popover]:not(.btn):focus,[data-toggle=popover]:not(.btn):hover,[data-toggle=popover]:not(.btn)[aria-describedby]{color:#0084b3!important;color:var(--color-content-accent-hover)!important;outline:0}.nav>li>a [data-toggle=popover]{border-bottom:0}@media (max-width:991px){.popover-modal{left:0!important;margin:32px auto!important;margin:var(--size-32) auto!important;position:fixed;right:0!important;top:0!important;width:272px}.popover-modal:before{display:none}}@media (min-width:992px){.popover-modal.left{margin-right:-var(--size-24)!important}[dir=rtl] .popover-modal.left{margin-right:0!important}.popover-modal.right,[dir=rtl] .popover-modal.left{margin-left:-var(--size-24)!important}[dir=rtl] .popover-modal.right{margin-left:0!important;margin-right:-var(--size-24)!important}.popover-modal.top{margin-bottom:-8px!important}.popover-modal.bottom{margin-top:-8px!important}}@keyframes cover-fade-in{0%{opacity:0}to{opacity:.7}}.popover-modal-cover{animation:cover-fade-in .35s linear 0s forwards;background-color:#fff;background-color:var(--color-background-screen);cursor:pointer;display:none;height:100vh;height:100dvh;left:0;opacity:.7;position:fixed;top:0;width:100vw;z-index:1060}[dir=rtl] .popover-modal-cover{left:auto;right:0}@media (max-width:991px){.popover-modal-cover{display:block}}.popover-promotion{padding:24px;padding:var(--size-24);text-align:center}@media (max-width:576px){.popover-promotion{margin:16px!important;margin:var(--size-16)!important;padding:24px!important;padding:var(--size-24)!important;width:auto!important}}@media (min-width:566px) and (max-width:992px){.popover-promotion{margin:32px auto!important;margin:var(--size-32) auto!important;padding:28px 32px!important;padding:28px var(--size-32)!important;width:540px!important}}.popover-promotion .popover-title{font-size:1rem;font-size:var(--font-size-16);line-height:1.2;line-height:var(--line-height-title)}@media (min-width:768px){.popover-promotion .popover-title{font-size:1.25rem;font-size:var(--font-size-20);line-height:1.2;line-height:var(--line-height-title)}}@media (max-width:480px){.popover-promotion .popover-image{width:80%}}@media (min-width:480px) and (max-width:992px){.popover-promotion .popover-image{width:60%}}@media (min-width:992px){.popover-promotion .popover-image{width:80%}}@media (max-width:992px){.popover-promotion{position:absolute!important}}
|