@transferwise/neptune-css 14.8.0 → 14.8.2
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 +235 -1
- package/dist/css/alerts.css +761 -1
- package/dist/css/background.css +20 -1
- package/dist/css/badge.css +90 -1
- package/dist/css/border-radius.css +3 -1
- package/dist/css/breadcrumbs.css +20 -1
- package/dist/css/button-groups.css +412 -1
- package/dist/css/buttons.css +1382 -1
- package/dist/css/chevron.css +35 -1
- package/dist/css/circles.css +284 -1
- package/dist/css/close.css +47 -1
- package/dist/css/column-layout.css +164 -1
- package/dist/css/currency-flags.css +45 -1
- package/dist/css/decision.css +95 -1
- package/dist/css/dropdowns.css +413 -1
- package/dist/css/droppable.css +207 -1
- package/dist/css/flex.css +598 -1
- package/dist/css/footer.css +118 -1
- package/dist/css/grid.css +2369 -1
- package/dist/css/input-groups.css +2706 -1
- package/dist/css/link-callout.css +20 -1
- package/dist/css/list-group.css +267 -1
- package/dist/css/loaders.css +76 -1
- package/dist/css/media.css +74 -1
- package/dist/css/modals.css +185 -1
- package/dist/css/navbar-base.css +1385 -1
- package/dist/css/navbar.css +2397 -1
- package/dist/css/navs.css +296 -1
- package/dist/css/neptune-addons.css +1829 -1
- package/dist/css/neptune-core.css +2035 -2
- package/dist/css/neptune-social-media.css +144 -1
- package/dist/css/neptune.css +24372 -2
- package/dist/css/panels.css +528 -1
- package/dist/css/popovers.css +538 -1
- package/dist/css/process.css +483 -1
- package/dist/css/progress-bars.css +76 -1
- package/dist/css/ring.css +59 -1
- package/dist/css/select.css +99 -1
- package/dist/css/sequences.css +855 -1
- package/dist/css/table.css +446 -1
- package/dist/css/tick.css +32 -1
- package/dist/css/tooltip.css +142 -1
- package/dist/css/utilities.css +145 -1
- package/dist/css/wells.css +74 -1
- package/package.json +3 -2
- package/scripts/analyze-css-selectors.js +39 -0
- package/src/less/buttons.less +2 -6
- package/src/less/navbar-base.less +1 -1
package/dist/css/dropdowns.css
CHANGED
|
@@ -1 +1,413 @@
|
|
|
1
|
-
|
|
1
|
+
@media (min-width: 768px) {
|
|
2
|
+
}@media (min-width: 768px) {
|
|
3
|
+
}.dropup,
|
|
4
|
+
.dropdown {
|
|
5
|
+
position: relative;
|
|
6
|
+
}.dropdown-menu {
|
|
7
|
+
position: absolute;
|
|
8
|
+
top: 0;
|
|
9
|
+
left: 0;
|
|
10
|
+
z-index: 1000;
|
|
11
|
+
float: left;
|
|
12
|
+
padding: 8px ;
|
|
13
|
+
margin: 0;
|
|
14
|
+
list-style: none;
|
|
15
|
+
line-height: 1.5;
|
|
16
|
+
line-height: var(--line-height-body);
|
|
17
|
+
font-size: 1rem;
|
|
18
|
+
font-size: var(--font-size-16);
|
|
19
|
+
font-size: 0.875rem;
|
|
20
|
+
font-size: var(--font-size-14);
|
|
21
|
+
line-height: 155%;
|
|
22
|
+
letter-spacing: -0.006em;
|
|
23
|
+
font-weight: 400;
|
|
24
|
+
font-weight: var(--font-weight-regular);
|
|
25
|
+
text-align: left;
|
|
26
|
+
background-color: #ffffff;
|
|
27
|
+
background-color: var(--color-background-screen);
|
|
28
|
+
border: 0 solid rgba(0,0,0,0.10196);
|
|
29
|
+
border: 0 solid var(--color-border-neutral);
|
|
30
|
+
border-radius: 3px;
|
|
31
|
+
box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
|
|
32
|
+
background-clip: padding-box;
|
|
33
|
+
min-width: 104px;
|
|
34
|
+
transition: opacity 0.2s cubic-bezier(0.6, 0.2, 0.1, 1), transform 0.2s cubic-bezier(0.6, 0.2, 0.1, 1), visibility 0s linear 0.2s;
|
|
35
|
+
opacity: 0;
|
|
36
|
+
transform: translateY(-10px) scale(0.95, 0.95);
|
|
37
|
+
visibility: hidden;
|
|
38
|
+
}[dir="rtl"] .dropdown-menu {
|
|
39
|
+
right: 0;
|
|
40
|
+
left: auto;
|
|
41
|
+
left: initial;
|
|
42
|
+
}[dir="rtl"] .dropdown-menu {
|
|
43
|
+
float: right;
|
|
44
|
+
}[dir="rtl"] .dropdown-menu {
|
|
45
|
+
padding: 8px ;
|
|
46
|
+
}[dir="rtl"] .dropdown-menu {
|
|
47
|
+
text-align: right;
|
|
48
|
+
}.np-theme-personal .dropdown-menu,
|
|
49
|
+
.np-theme-personal--forest-green .dropdown-menu,
|
|
50
|
+
.np-theme-personal--dark .dropdown-menu {
|
|
51
|
+
background-color: #ffffff;
|
|
52
|
+
background-color: var(--color-background-elevated);
|
|
53
|
+
border-radius: 16px;
|
|
54
|
+
border-radius: var(--radius-medium);
|
|
55
|
+
box-shadow: 0 0 40px rgba(69, 71, 69, 0.2);
|
|
56
|
+
}@media (min-width: 576px) {
|
|
57
|
+
.dropdown-menu {
|
|
58
|
+
min-width: 160px;
|
|
59
|
+
}
|
|
60
|
+
}.np-theme-personal--forest-green .dropdown-menu,
|
|
61
|
+
.np-theme-personal--bright-green .dropdown-menu,
|
|
62
|
+
.np-theme-personal--dark .dropdown-menu {
|
|
63
|
+
box-shadow: none;
|
|
64
|
+
}.dropdown-menu .divider {
|
|
65
|
+
height: 1px;
|
|
66
|
+
margin: 0;
|
|
67
|
+
overflow: hidden;
|
|
68
|
+
background-color: rgba(0,0,0,0.10196);
|
|
69
|
+
background-color: var(--color-border-neutral);
|
|
70
|
+
}.dropdown-menu .text-primary {
|
|
71
|
+
color: #37517e !important;
|
|
72
|
+
color: var(--color-content-primary) !important;
|
|
73
|
+
}.dropdown-menu > li > a {
|
|
74
|
+
display: block;
|
|
75
|
+
padding: var(--dropdown-link-padding);
|
|
76
|
+
clear: both;
|
|
77
|
+
border-radius: 3px;
|
|
78
|
+
line-height: 1.5;
|
|
79
|
+
line-height: var(--line-height-body);
|
|
80
|
+
font-size: 1rem;
|
|
81
|
+
font-size: var(--font-size-16);
|
|
82
|
+
font-size: 0.875rem;
|
|
83
|
+
font-size: var(--font-size-14);
|
|
84
|
+
line-height: 155%;
|
|
85
|
+
letter-spacing: -0.006em;
|
|
86
|
+
font-weight: 400;
|
|
87
|
+
font-weight: var(--font-weight-regular);
|
|
88
|
+
color: #37517e;
|
|
89
|
+
color: var(--color-content-primary);
|
|
90
|
+
white-space: nowrap;
|
|
91
|
+
}.dropdown-menu > li > a .secondary {
|
|
92
|
+
display: block;
|
|
93
|
+
white-space: normal;
|
|
94
|
+
}.np-theme-personal .dropdown-menu > li > a,
|
|
95
|
+
.np-theme-personal--forest-green .dropdown-menu > li > a,
|
|
96
|
+
.np-theme-personal--dark .dropdown-menu > li > a {
|
|
97
|
+
border-radius: 10px;
|
|
98
|
+
border-radius: var(--radius-small);
|
|
99
|
+
}.np-theme-light .dropdown-menu > li:first-child > a {
|
|
100
|
+
border-top-right-radius: 2px;
|
|
101
|
+
border-top-left-radius: 2px;
|
|
102
|
+
}.np-theme-light .dropdown-menu > li:last-child > a {
|
|
103
|
+
border-bottom-right-radius: 2px;
|
|
104
|
+
border-bottom-left-radius: 2px;
|
|
105
|
+
}.dropdown-menu > .overlay-back-button,
|
|
106
|
+
.dropdown-menu > .overlay-title {
|
|
107
|
+
display: none;
|
|
108
|
+
}.dropdown-menu,
|
|
109
|
+
.btn-group .dropdown-menu {
|
|
110
|
+
max-width: calc(100vw - 32px);
|
|
111
|
+
}.dropdown-menu.dropdown-menu-sm,
|
|
112
|
+
.btn-group .dropdown-menu.dropdown-menu-sm {
|
|
113
|
+
width: 220px;
|
|
114
|
+
}.dropdown-menu.dropdown-menu-md,
|
|
115
|
+
.btn-group .dropdown-menu.dropdown-menu-md {
|
|
116
|
+
width: 300px;
|
|
117
|
+
}.dropdown-menu.dropdown-menu-lg,
|
|
118
|
+
.btn-group .dropdown-menu.dropdown-menu-lg {
|
|
119
|
+
width: 420px;
|
|
120
|
+
}.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):hover,
|
|
121
|
+
.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):focus {
|
|
122
|
+
-webkit-text-decoration: none;
|
|
123
|
+
text-decoration: none;
|
|
124
|
+
color: #37517e;
|
|
125
|
+
color: var(--color-content-primary);
|
|
126
|
+
background-color: rgba(134,167,189,0.10196);
|
|
127
|
+
background-color: var(--color-background-neutral);
|
|
128
|
+
outline: 0;
|
|
129
|
+
}.dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):active {
|
|
130
|
+
color: #ffffff;
|
|
131
|
+
background-color: #37517e;
|
|
132
|
+
}.np-theme-personal .dropdown-menu > li:not(.active):not(.selected) > a:not([disabled]):not(.disabled):active {
|
|
133
|
+
color: var(--color-interactive-primary);
|
|
134
|
+
background-color: var(--color-background-neutral-active);
|
|
135
|
+
}.dropdown-menu > .active > a,
|
|
136
|
+
.dropdown-menu > .selected > a,
|
|
137
|
+
.dropdown-menu > .active > a:hover,
|
|
138
|
+
.dropdown-menu > .selected > a:hover,
|
|
139
|
+
.dropdown-menu > .active > a:focus,
|
|
140
|
+
.dropdown-menu > .selected > a:focus {
|
|
141
|
+
color: #ffffff;
|
|
142
|
+
-webkit-text-decoration: none;
|
|
143
|
+
text-decoration: none;
|
|
144
|
+
outline: 0;
|
|
145
|
+
background-color: #37517e;
|
|
146
|
+
}.dropdown-menu > .active > a strong,
|
|
147
|
+
.dropdown-menu > .selected > a strong {
|
|
148
|
+
color: inherit;
|
|
149
|
+
}.dropdown-menu > .active > a .np-text-body-default,
|
|
150
|
+
.dropdown-menu > .selected > a .np-text-body-default,
|
|
151
|
+
.dropdown-menu > .active > a .small,
|
|
152
|
+
.dropdown-menu > .selected > a .small,
|
|
153
|
+
.dropdown-menu > .active > a .secondary,
|
|
154
|
+
.dropdown-menu > .selected > a .secondary {
|
|
155
|
+
color: #c9cbce;
|
|
156
|
+
}.dropdown-menu > .disabled > a:hover,
|
|
157
|
+
.dropdown-menu > .disabled > a:focus {
|
|
158
|
+
-webkit-text-decoration: none;
|
|
159
|
+
text-decoration: none;
|
|
160
|
+
background-color: transparent;
|
|
161
|
+
background-image: none;
|
|
162
|
+
}.open > .dropdown-menu {
|
|
163
|
+
transition: opacity 0.2s cubic-bezier(0.6, 0.2, 0.1, 1), transform 0.2s cubic-bezier(0.6, 0.2, 0.1, 1), visibility 0s linear 0s;
|
|
164
|
+
visibility: visible;
|
|
165
|
+
opacity: 1;
|
|
166
|
+
transform: none;
|
|
167
|
+
}@media (max-width: 575px) {
|
|
168
|
+
.open > .dropdown-menu-overlay {
|
|
169
|
+
position: fixed;
|
|
170
|
+
top: 0;
|
|
171
|
+
left: 0;
|
|
172
|
+
width: 100vw;
|
|
173
|
+
height: 100vh;
|
|
174
|
+
height: 100dvh;
|
|
175
|
+
border: 0;
|
|
176
|
+
border-radius: 0;
|
|
177
|
+
box-shadow: none;
|
|
178
|
+
max-width: none;
|
|
179
|
+
overflow-y: auto;
|
|
180
|
+
animation: listSlideOver 0.15s ease-out forwards;
|
|
181
|
+
}
|
|
182
|
+
[dir="rtl"] .open > .dropdown-menu-overlay {
|
|
183
|
+
right: 0;
|
|
184
|
+
left: auto;
|
|
185
|
+
left: initial;
|
|
186
|
+
}
|
|
187
|
+
.open > .dropdown-menu-overlay > .overlay-back-button,
|
|
188
|
+
.open > .dropdown-menu-overlay > .overlay-title {
|
|
189
|
+
display: block;
|
|
190
|
+
}
|
|
191
|
+
}.open > a {
|
|
192
|
+
outline: 0;
|
|
193
|
+
}.dropdown-menu-right,
|
|
194
|
+
.dropdown-menu-xs-right {
|
|
195
|
+
left: auto;
|
|
196
|
+
right: 0;
|
|
197
|
+
}[dir="rtl"] .dropdown-menu-right,
|
|
198
|
+
[dir="rtl"] .dropdown-menu-xs-right {
|
|
199
|
+
right: auto;
|
|
200
|
+
left: auto;
|
|
201
|
+
left: initial;
|
|
202
|
+
}[dir="rtl"] .dropdown-menu-right,
|
|
203
|
+
[dir="rtl"] .dropdown-menu-xs-right {
|
|
204
|
+
left: 0;
|
|
205
|
+
right: auto;
|
|
206
|
+
right: initial;
|
|
207
|
+
}.dropdown-menu-left,
|
|
208
|
+
.dropdown-menu-xs-left {
|
|
209
|
+
left: 0;
|
|
210
|
+
right: auto;
|
|
211
|
+
}[dir="rtl"] .dropdown-menu-left,
|
|
212
|
+
[dir="rtl"] .dropdown-menu-xs-left {
|
|
213
|
+
right: 0;
|
|
214
|
+
left: auto;
|
|
215
|
+
left: initial;
|
|
216
|
+
}[dir="rtl"] .dropdown-menu-left,
|
|
217
|
+
[dir="rtl"] .dropdown-menu-xs-left {
|
|
218
|
+
left: auto;
|
|
219
|
+
right: auto;
|
|
220
|
+
right: initial;
|
|
221
|
+
}@media (min-width: 576px) {
|
|
222
|
+
.dropdown-menu-sm-right {
|
|
223
|
+
left: auto;
|
|
224
|
+
right: 0;
|
|
225
|
+
}
|
|
226
|
+
[dir="rtl"] .dropdown-menu-sm-right {
|
|
227
|
+
right: auto;
|
|
228
|
+
left: auto;
|
|
229
|
+
left: initial;
|
|
230
|
+
}
|
|
231
|
+
[dir="rtl"] .dropdown-menu-sm-right {
|
|
232
|
+
left: 0;
|
|
233
|
+
right: auto;
|
|
234
|
+
right: initial;
|
|
235
|
+
}
|
|
236
|
+
.dropdown-menu-sm-left {
|
|
237
|
+
left: 0;
|
|
238
|
+
right: auto;
|
|
239
|
+
}
|
|
240
|
+
[dir="rtl"] .dropdown-menu-sm-left {
|
|
241
|
+
right: 0;
|
|
242
|
+
left: auto;
|
|
243
|
+
left: initial;
|
|
244
|
+
}
|
|
245
|
+
[dir="rtl"] .dropdown-menu-sm-left {
|
|
246
|
+
left: auto;
|
|
247
|
+
right: auto;
|
|
248
|
+
right: initial;
|
|
249
|
+
}
|
|
250
|
+
}@media (min-width: 768px) {
|
|
251
|
+
.dropdown-menu-md-right {
|
|
252
|
+
left: auto;
|
|
253
|
+
right: 0;
|
|
254
|
+
}
|
|
255
|
+
[dir="rtl"] .dropdown-menu-md-right {
|
|
256
|
+
right: auto;
|
|
257
|
+
left: auto;
|
|
258
|
+
left: initial;
|
|
259
|
+
}
|
|
260
|
+
[dir="rtl"] .dropdown-menu-md-right {
|
|
261
|
+
left: 0;
|
|
262
|
+
right: auto;
|
|
263
|
+
right: initial;
|
|
264
|
+
}
|
|
265
|
+
.dropdown-menu-md-left {
|
|
266
|
+
left: 0;
|
|
267
|
+
right: auto;
|
|
268
|
+
}
|
|
269
|
+
[dir="rtl"] .dropdown-menu-md-left {
|
|
270
|
+
right: 0;
|
|
271
|
+
left: auto;
|
|
272
|
+
left: initial;
|
|
273
|
+
}
|
|
274
|
+
[dir="rtl"] .dropdown-menu-md-left {
|
|
275
|
+
left: auto;
|
|
276
|
+
right: auto;
|
|
277
|
+
right: initial;
|
|
278
|
+
}
|
|
279
|
+
}@media (min-width: 992px) {
|
|
280
|
+
.dropdown-menu-lg-right {
|
|
281
|
+
left: auto;
|
|
282
|
+
right: 0;
|
|
283
|
+
}
|
|
284
|
+
[dir="rtl"] .dropdown-menu-lg-right {
|
|
285
|
+
right: auto;
|
|
286
|
+
left: auto;
|
|
287
|
+
left: initial;
|
|
288
|
+
}
|
|
289
|
+
[dir="rtl"] .dropdown-menu-lg-right {
|
|
290
|
+
left: 0;
|
|
291
|
+
right: auto;
|
|
292
|
+
right: initial;
|
|
293
|
+
}
|
|
294
|
+
.dropdown-menu-lg-left {
|
|
295
|
+
left: 0;
|
|
296
|
+
right: auto;
|
|
297
|
+
}
|
|
298
|
+
[dir="rtl"] .dropdown-menu-lg-left {
|
|
299
|
+
right: 0;
|
|
300
|
+
left: auto;
|
|
301
|
+
left: initial;
|
|
302
|
+
}
|
|
303
|
+
[dir="rtl"] .dropdown-menu-lg-left {
|
|
304
|
+
left: auto;
|
|
305
|
+
right: auto;
|
|
306
|
+
right: initial;
|
|
307
|
+
}
|
|
308
|
+
}@media (min-width: 1200px) {
|
|
309
|
+
.dropdown-menu-xl-right {
|
|
310
|
+
left: auto;
|
|
311
|
+
right: 0;
|
|
312
|
+
}
|
|
313
|
+
[dir="rtl"] .dropdown-menu-xl-right {
|
|
314
|
+
right: auto;
|
|
315
|
+
left: auto;
|
|
316
|
+
left: initial;
|
|
317
|
+
}
|
|
318
|
+
[dir="rtl"] .dropdown-menu-xl-right {
|
|
319
|
+
left: 0;
|
|
320
|
+
right: auto;
|
|
321
|
+
right: initial;
|
|
322
|
+
}
|
|
323
|
+
.dropdown-menu-xl-left {
|
|
324
|
+
left: 0;
|
|
325
|
+
right: auto;
|
|
326
|
+
}
|
|
327
|
+
[dir="rtl"] .dropdown-menu-xl-left {
|
|
328
|
+
right: 0;
|
|
329
|
+
left: auto;
|
|
330
|
+
left: initial;
|
|
331
|
+
}
|
|
332
|
+
[dir="rtl"] .dropdown-menu-xl-left {
|
|
333
|
+
left: auto;
|
|
334
|
+
right: auto;
|
|
335
|
+
right: initial;
|
|
336
|
+
}
|
|
337
|
+
}.dropdown-header {
|
|
338
|
+
display: block;
|
|
339
|
+
padding: 8px 16px;
|
|
340
|
+
line-height: 1.5;
|
|
341
|
+
line-height: var(--line-height-body);
|
|
342
|
+
color: #5d7079;
|
|
343
|
+
color: var(--color-content-secondary);
|
|
344
|
+
white-space: nowrap;
|
|
345
|
+
margin: 0;
|
|
346
|
+
color: #37517e;
|
|
347
|
+
color: var(--color-content-primary);
|
|
348
|
+
line-height: 1.2;
|
|
349
|
+
line-height: var(--line-height-title);
|
|
350
|
+
letter-spacing: 0;
|
|
351
|
+
font-weight: 500;
|
|
352
|
+
font-weight: var(--font-weight-medium);
|
|
353
|
+
font-size: 0.875rem;
|
|
354
|
+
font-size: var(--font-size-14);
|
|
355
|
+
letter-spacing: -0.006em;
|
|
356
|
+
line-height: 140%;
|
|
357
|
+
}.dropdown-header + p,
|
|
358
|
+
.dropdown-header + ul:not(.list-unstyled),
|
|
359
|
+
.dropdown-header + ol:not(.list-unstyled) {
|
|
360
|
+
margin-top: 8px;
|
|
361
|
+
margin-top: var(--size-8);
|
|
362
|
+
}.dropdown-backdrop {
|
|
363
|
+
position: fixed;
|
|
364
|
+
left: 0;
|
|
365
|
+
right: 0;
|
|
366
|
+
bottom: 0;
|
|
367
|
+
top: 0;
|
|
368
|
+
z-index: 990;
|
|
369
|
+
}[dir="rtl"] .dropdown-backdrop {
|
|
370
|
+
right: 0;
|
|
371
|
+
left: auto;
|
|
372
|
+
left: initial;
|
|
373
|
+
}[dir="rtl"] .dropdown-backdrop {
|
|
374
|
+
left: 0;
|
|
375
|
+
right: auto;
|
|
376
|
+
right: initial;
|
|
377
|
+
}.dropup .dropdown-menu,
|
|
378
|
+
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
379
|
+
top: auto;
|
|
380
|
+
bottom: -2px;
|
|
381
|
+
margin-bottom: 2px;
|
|
382
|
+
}@media (min-width: 768px) {
|
|
383
|
+
.navbar-right .dropdown-menu {
|
|
384
|
+
left: auto;
|
|
385
|
+
right: 0;
|
|
386
|
+
}
|
|
387
|
+
[dir="rtl"] .navbar-right .dropdown-menu {
|
|
388
|
+
right: auto;
|
|
389
|
+
left: auto;
|
|
390
|
+
left: initial;
|
|
391
|
+
}
|
|
392
|
+
[dir="rtl"] .navbar-right .dropdown-menu {
|
|
393
|
+
left: 0;
|
|
394
|
+
right: auto;
|
|
395
|
+
right: initial;
|
|
396
|
+
}
|
|
397
|
+
.navbar-right .dropdown-menu-left {
|
|
398
|
+
left: 0;
|
|
399
|
+
right: auto;
|
|
400
|
+
}
|
|
401
|
+
[dir="rtl"] .navbar-right .dropdown-menu-left {
|
|
402
|
+
right: 0;
|
|
403
|
+
left: auto;
|
|
404
|
+
left: initial;
|
|
405
|
+
}
|
|
406
|
+
[dir="rtl"] .navbar-right .dropdown-menu-left {
|
|
407
|
+
left: auto;
|
|
408
|
+
right: auto;
|
|
409
|
+
right: initial;
|
|
410
|
+
}
|
|
411
|
+
}.bootstrap-select .dropdown-menu {
|
|
412
|
+
margin: -8px 0 -6px;
|
|
413
|
+
}
|
package/dist/css/droppable.css
CHANGED
|
@@ -1 +1,207 @@
|
|
|
1
|
-
|
|
1
|
+
@media (min-width: 768px) {
|
|
2
|
+
}@media (min-width: 768px) {
|
|
3
|
+
}.droppable {
|
|
4
|
+
position: relative;
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
font-weight: var(--font-weight-regular);
|
|
7
|
+
font-size: 1rem;
|
|
8
|
+
font-size: var(--font-size-16);
|
|
9
|
+
line-height: 150%;
|
|
10
|
+
letter-spacing: -0.011em;
|
|
11
|
+
text-align: center;
|
|
12
|
+
border: 1px solid #c9cbce;
|
|
13
|
+
border: 1px solid var(--color-interactive-secondary);
|
|
14
|
+
border-radius: 3px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
transition: border-color 0.15s linear;
|
|
17
|
+
}.droppable:hover {
|
|
18
|
+
border-color: #b5b7ba;
|
|
19
|
+
border-color: var(--color-interactive-secondary-hover);
|
|
20
|
+
}.droppable:active {
|
|
21
|
+
border-color: #a7a9ab;
|
|
22
|
+
border-color: var(--color-interactive-secondary-active);
|
|
23
|
+
}.np-theme-personal .droppable {
|
|
24
|
+
border-radius: 0;
|
|
25
|
+
border-radius: initial;
|
|
26
|
+
}@media (min-width: 768px) {
|
|
27
|
+
.droppable {
|
|
28
|
+
border-style: dashed;
|
|
29
|
+
}
|
|
30
|
+
}.np-theme-personal .droppable-area {
|
|
31
|
+
border-radius: 16px;
|
|
32
|
+
border-radius: var(--radius-medium);
|
|
33
|
+
background-color: rgba(134,167,189,0.10196);
|
|
34
|
+
background-color: var(--color-background-neutral);
|
|
35
|
+
padding: 24px;
|
|
36
|
+
padding: var(--padding-medium);
|
|
37
|
+
}.np-theme-personal .droppable-area,
|
|
38
|
+
.np-theme-personal .droppable-area.droppable-dropping .droppable-dropping-card {
|
|
39
|
+
border-color: transparent !important;
|
|
40
|
+
}.np-theme-personal .droppable-area.tw-droppable-md {
|
|
41
|
+
min-height: 242px;
|
|
42
|
+
}.np-theme-personal .droppable-area.droppable-dropping .droppable-default-card {
|
|
43
|
+
opacity: 0;
|
|
44
|
+
}.np-theme-personal .droppable-area.droppable-dropping .tw-icon-plus svg {
|
|
45
|
+
width: 24px;
|
|
46
|
+
width: var(--size-24);
|
|
47
|
+
height: 24px;
|
|
48
|
+
height: var(--size-24);
|
|
49
|
+
}.np-theme-personal .droppable-area.droppable-dropping h4 {
|
|
50
|
+
margin-top: 16px !important;
|
|
51
|
+
margin-top: var(--padding-small) !important;
|
|
52
|
+
}.np-theme-personal .droppable-area.droppable-negative {
|
|
53
|
+
border-color: var(--color-sentiment-negative) !important;
|
|
54
|
+
}.np-theme-personal .droppable-area.droppable-complete.droppable-dropping .droppable-card:first-child {
|
|
55
|
+
opacity: 0;
|
|
56
|
+
}.np-theme-personal .droppable-area.droppable-complete .thumbnail {
|
|
57
|
+
margin-bottom: 8px !important;
|
|
58
|
+
margin-bottom: var(--padding-x-small) !important;
|
|
59
|
+
}.np-theme-personal .droppable-area .droppable-default-card .m-b-3 {
|
|
60
|
+
margin-bottom: 16px !important;
|
|
61
|
+
margin-bottom: var(--padding-small) !important;
|
|
62
|
+
}.np-theme-personal .droppable-area .droppable-dropping-card {
|
|
63
|
+
background-color: var(--color-background-neutral-hover);
|
|
64
|
+
}.np-theme-personal .droppable-area .droppable-card-content .circle {
|
|
65
|
+
padding-top: 0 !important;
|
|
66
|
+
}.np-theme-personal .droppable-area .circle {
|
|
67
|
+
background-color: var(--color-contrast);
|
|
68
|
+
color: #37517e !important;
|
|
69
|
+
color: var(--color-content-primary) !important;
|
|
70
|
+
}.droppable-card {
|
|
71
|
+
background-color: #ffffff;
|
|
72
|
+
background-color: var(--color-background-screen);
|
|
73
|
+
position: absolute;
|
|
74
|
+
top: 0;
|
|
75
|
+
left: 0;
|
|
76
|
+
display: none;
|
|
77
|
+
width: 100%;
|
|
78
|
+
height: 100%;
|
|
79
|
+
align-items: center;
|
|
80
|
+
justify-content: center;
|
|
81
|
+
padding: inherit;
|
|
82
|
+
transition: transform 0.3s ease;
|
|
83
|
+
}[dir="rtl"] .droppable-card {
|
|
84
|
+
right: 0;
|
|
85
|
+
left: auto;
|
|
86
|
+
left: initial;
|
|
87
|
+
}.droppable-card-content {
|
|
88
|
+
max-width: 100%;
|
|
89
|
+
opacity: 1;
|
|
90
|
+
transition: opacity 0.5s linear;
|
|
91
|
+
}.droppable-dropping {
|
|
92
|
+
border-color: #a7a9ab !important;
|
|
93
|
+
border-color: var(--color-interactive-secondary-active) !important;
|
|
94
|
+
}.np-theme-personal .droppable-dropping {
|
|
95
|
+
border-color: var(--color-background-neutral-hover) !important;
|
|
96
|
+
border-style: solid;
|
|
97
|
+
}.droppable-processing,
|
|
98
|
+
.droppable-complete {
|
|
99
|
+
border-style: solid;
|
|
100
|
+
}.droppable .thumbnail {
|
|
101
|
+
width: auto;
|
|
102
|
+
max-height: 96px;
|
|
103
|
+
max-width: 96px;
|
|
104
|
+
margin: 0 auto;
|
|
105
|
+
}@media (min-width: 768px) {
|
|
106
|
+
.droppable .thumbnail {
|
|
107
|
+
max-height: 128px;
|
|
108
|
+
max-width: 128px;
|
|
109
|
+
}
|
|
110
|
+
}/***** Card variants *****/.droppable-dropping-card {
|
|
111
|
+
display: none;
|
|
112
|
+
animation: droppable-fade-in 0.15s 0s linear forwards;
|
|
113
|
+
color: #0097c7;
|
|
114
|
+
color: var(--color-content-accent);
|
|
115
|
+
background-color: #d8f1fa;
|
|
116
|
+
border-color: #00a2dd;
|
|
117
|
+
border-color: var(--color-interactive-accent);
|
|
118
|
+
z-index: 1;
|
|
119
|
+
}.np-theme-personal .droppable-dropping-card {
|
|
120
|
+
background-color: #E1E4DF;
|
|
121
|
+
color: #37517e;
|
|
122
|
+
color: var(--color-content-primary);
|
|
123
|
+
}.np-theme-personal--dark .droppable-dropping-card {
|
|
124
|
+
background-color: #404440;
|
|
125
|
+
}.np-theme-personal--forest-green .droppable-dropping-card {
|
|
126
|
+
background-color: #455C35;
|
|
127
|
+
}.droppable-dropping .droppable-dropping-card {
|
|
128
|
+
display: flex;
|
|
129
|
+
}.droppable-processing-card {
|
|
130
|
+
display: none;
|
|
131
|
+
}.droppable-processing-card .droppable-card-content {
|
|
132
|
+
opacity: 1;
|
|
133
|
+
}.droppable-processing .droppable-processing-card {
|
|
134
|
+
display: flex;
|
|
135
|
+
transform: translateX(0);
|
|
136
|
+
}.droppable-processing .droppable-processing-card .droppable-card-content {
|
|
137
|
+
opacity: 1;
|
|
138
|
+
}.droppable-complete .droppable-processing-card {
|
|
139
|
+
display: flex;
|
|
140
|
+
transform: translateX(-100%);
|
|
141
|
+
}.droppable-complete .droppable-processing-card .droppable-card-content {
|
|
142
|
+
opacity: 0;
|
|
143
|
+
}.droppable-complete-card {
|
|
144
|
+
display: flex;
|
|
145
|
+
transform: translateX(100%);
|
|
146
|
+
}.droppable-complete-card .droppable-card-content {
|
|
147
|
+
opacity: 0;
|
|
148
|
+
}.droppable-complete .droppable-complete-card {
|
|
149
|
+
transform: translateX(0);
|
|
150
|
+
}.droppable-complete .droppable-complete-card .droppable-card-content {
|
|
151
|
+
opacity: 1;
|
|
152
|
+
}.droppable-processing .droppable-default-card .droppable-card-content,
|
|
153
|
+
.droppable-complete .droppable-default-card .droppable-card-content {
|
|
154
|
+
opacity: 0;
|
|
155
|
+
}/***** End card variants *****/.droppable-mobile {
|
|
156
|
+
display: block;
|
|
157
|
+
}.droppable-desktop {
|
|
158
|
+
display: none;
|
|
159
|
+
}@media (min-width: 768px) {
|
|
160
|
+
.droppable-mobile {
|
|
161
|
+
display: none;
|
|
162
|
+
}
|
|
163
|
+
.droppable-desktop {
|
|
164
|
+
display: block;
|
|
165
|
+
}
|
|
166
|
+
}.droppable-active {
|
|
167
|
+
border-style: solid;
|
|
168
|
+
}.droppable-active.droppable-dropping {
|
|
169
|
+
border-style: dashed;
|
|
170
|
+
}.droppable-sm {
|
|
171
|
+
padding: 16px 16px;
|
|
172
|
+
}@media (min-width: 576px) {
|
|
173
|
+
.droppable-sm {
|
|
174
|
+
padding: 24px 16px;
|
|
175
|
+
}
|
|
176
|
+
}@media (min-width: 992px) {
|
|
177
|
+
.droppable-sm {
|
|
178
|
+
padding: 32px 24px;
|
|
179
|
+
}
|
|
180
|
+
}.droppable-md {
|
|
181
|
+
padding: 32px 32px;
|
|
182
|
+
}@media (min-width: 576px) {
|
|
183
|
+
.droppable-md {
|
|
184
|
+
padding: 48px 32px;
|
|
185
|
+
}
|
|
186
|
+
}@media (min-width: 992px) {
|
|
187
|
+
.droppable-md {
|
|
188
|
+
padding: 64px 48px;
|
|
189
|
+
}
|
|
190
|
+
}.droppable-lg {
|
|
191
|
+
padding: 48px 48px;
|
|
192
|
+
}@media (min-width: 576px) {
|
|
193
|
+
.droppable-lg {
|
|
194
|
+
padding: 72px 48px;
|
|
195
|
+
}
|
|
196
|
+
}@media (min-width: 992px) {
|
|
197
|
+
.droppable-lg {
|
|
198
|
+
padding: 96px 72px;
|
|
199
|
+
}
|
|
200
|
+
}@keyframes droppable-fade-in {
|
|
201
|
+
from {
|
|
202
|
+
opacity: 0;
|
|
203
|
+
}
|
|
204
|
+
to {
|
|
205
|
+
opacity: 1;
|
|
206
|
+
}
|
|
207
|
+
}
|