@transferwise/neptune-css 14.28.2 → 14.29.0
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 +24 -46
- package/dist/css/alerts.css +56 -124
- package/dist/css/badge.css +20 -30
- package/dist/css/breadcrumbs.css +6 -4
- package/dist/css/button-groups.css +116 -254
- package/dist/css/buttons.css +51 -90
- package/dist/css/circles.css +38 -76
- package/dist/css/close.css +1 -4
- package/dist/css/column-layout.css +38 -60
- package/dist/css/currency-flags.css +4 -17
- package/dist/css/decision.css +14 -12
- package/dist/css/dropdowns.css +59 -210
- package/dist/css/droppable.css +43 -38
- package/dist/css/flex.css +40 -136
- package/dist/css/footer.css +15 -14
- package/dist/css/grid.css +383 -1430
- package/dist/css/input-groups.css +254 -542
- package/dist/css/link-callout.css +2 -8
- package/dist/css/list-group.css +57 -92
- package/dist/css/loaders.css +11 -11
- package/dist/css/media.css +10 -34
- package/dist/css/modals.css +49 -59
- package/dist/css/navbar.css +372 -812
- package/dist/css/navs.css +59 -124
- package/dist/css/neptune-addons.css +687 -1234
- package/dist/css/neptune-core.css +123 -229
- package/dist/css/neptune-social-media.css +9 -33
- package/dist/css/neptune.css +3039 -6483
- package/dist/css/panels.css +143 -243
- package/dist/css/popovers.css +114 -295
- package/dist/css/process.css +64 -77
- package/dist/css/progress-bars.css +13 -19
- package/dist/css/select.css +21 -53
- package/dist/css/sequences.css +99 -219
- package/dist/css/table.css +48 -43
- package/dist/css/tick.css +10 -10
- package/dist/css/tooltip.css +49 -82
- package/dist/css/utilities.css +12 -40
- package/dist/css/wells.css +16 -16
- package/package.json +2 -2
- package/src/less/addons/_spacing-utilities.less +4 -4
- package/src/less/mixins/_logical-properties-IE-friendly.less +1 -0
- package/src/less/mixins/_logical-properties-modern-browsers.less +80 -41
- package/src/less/mixins/_logical-properties.less +3 -3
package/dist/css/popovers.css
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
.close {
|
|
2
|
-
float:
|
|
2
|
+
float: inline-end;
|
|
3
3
|
color: #0097c7;
|
|
4
4
|
color: var(--color-content-accent);
|
|
5
5
|
-webkit-text-decoration: none;
|
|
6
6
|
text-decoration: none;
|
|
7
7
|
}
|
|
8
|
-
[dir="rtl"] .close {
|
|
9
|
-
float: left;
|
|
10
|
-
}
|
|
11
8
|
.np-theme-personal .close {
|
|
12
9
|
color: var(--color-interactive-primary);
|
|
13
10
|
}
|
|
@@ -46,11 +43,12 @@ button.close {
|
|
|
46
43
|
background: initial;
|
|
47
44
|
}
|
|
48
45
|
.popover {
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
inset-block-start: 0;
|
|
47
|
+
inset-inline-start: 0;
|
|
51
48
|
z-index: 1060;
|
|
52
|
-
|
|
53
|
-
padding: 18px
|
|
49
|
+
inline-size: 276px;
|
|
50
|
+
padding-block: 18px;
|
|
51
|
+
padding-inline: 24px;
|
|
54
52
|
font-family: 'Inter', Helvetica, Arial, sans-serif;
|
|
55
53
|
font-family: var(--font-family-regular);
|
|
56
54
|
font-style: normal;
|
|
@@ -59,7 +57,7 @@ button.close {
|
|
|
59
57
|
line-break: auto;
|
|
60
58
|
line-height: 24px;
|
|
61
59
|
line-height: var(--size-24);
|
|
62
|
-
text-align:
|
|
60
|
+
text-align: start;
|
|
63
61
|
-webkit-text-decoration: none;
|
|
64
62
|
text-decoration: none;
|
|
65
63
|
text-shadow: none;
|
|
@@ -81,14 +79,6 @@ button.close {
|
|
|
81
79
|
box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
|
|
82
80
|
position: absolute;
|
|
83
81
|
}
|
|
84
|
-
[dir="rtl"] .popover {
|
|
85
|
-
right: 0;
|
|
86
|
-
left: auto;
|
|
87
|
-
left: initial;
|
|
88
|
-
}
|
|
89
|
-
[dir="rtl"] .popover {
|
|
90
|
-
text-align: right;
|
|
91
|
-
}
|
|
92
82
|
.np-theme-personal--forest-green .popover,
|
|
93
83
|
.np-theme-personal--bright-green .popover,
|
|
94
84
|
.np-theme-personal--dark .popover {
|
|
@@ -101,301 +91,142 @@ button.close {
|
|
|
101
91
|
transform: scale(0);
|
|
102
92
|
}
|
|
103
93
|
.popover.top {
|
|
104
|
-
margin-
|
|
94
|
+
margin-block-start: -14px;
|
|
105
95
|
transform-origin: 50% 100%;
|
|
106
96
|
}
|
|
107
97
|
.popover.top-left {
|
|
108
|
-
margin-
|
|
98
|
+
margin-block-start: -14px;
|
|
109
99
|
transform-origin: calc(100% - 29px) 100%;
|
|
110
100
|
}
|
|
111
101
|
.popover.top-right {
|
|
112
|
-
margin-
|
|
102
|
+
margin-block-start: -14px;
|
|
113
103
|
transform-origin: 29px 100%;
|
|
114
104
|
}
|
|
115
105
|
.popover.right {
|
|
116
|
-
margin-
|
|
106
|
+
margin-inline-start: 14px;
|
|
117
107
|
transform-origin: 0% 50%;
|
|
118
108
|
}
|
|
119
|
-
[dir="rtl"] .popover.right {
|
|
120
|
-
margin-right: 14px;
|
|
121
|
-
margin-left: 0;
|
|
122
|
-
margin-left: initial;
|
|
123
|
-
}
|
|
124
109
|
.popover.right-top {
|
|
125
|
-
margin-
|
|
110
|
+
margin-inline-start: 14px;
|
|
126
111
|
transform-origin: 0% 29px;
|
|
127
112
|
}
|
|
128
|
-
[dir="rtl"] .popover.right-top {
|
|
129
|
-
margin-right: 14px;
|
|
130
|
-
margin-left: 0;
|
|
131
|
-
margin-left: initial;
|
|
132
|
-
}
|
|
133
113
|
.popover.right-bottom {
|
|
134
|
-
margin-
|
|
114
|
+
margin-inline-start: 14px;
|
|
135
115
|
transform-origin: 0% calc(100% - 29px);
|
|
136
116
|
}
|
|
137
|
-
[dir="rtl"] .popover.right-bottom {
|
|
138
|
-
margin-right: 14px;
|
|
139
|
-
margin-left: 0;
|
|
140
|
-
margin-left: initial;
|
|
141
|
-
}
|
|
142
117
|
.popover.bottom {
|
|
143
|
-
margin-
|
|
118
|
+
margin-block-start: 14px;
|
|
144
119
|
transform-origin: 50% 0%;
|
|
145
120
|
}
|
|
146
121
|
.popover.bottom-left {
|
|
147
|
-
margin-
|
|
122
|
+
margin-block-start: 14px;
|
|
148
123
|
transform-origin: calc(100% - 29px) 0%;
|
|
149
124
|
}
|
|
150
125
|
.popover.bottom-right {
|
|
151
|
-
margin-
|
|
126
|
+
margin-block-start: 14px;
|
|
152
127
|
transform-origin: 29px 0%;
|
|
153
128
|
}
|
|
154
129
|
.popover.left {
|
|
155
|
-
margin-
|
|
130
|
+
margin-inline-start: -14px;
|
|
156
131
|
transform-origin: 100% 50%;
|
|
157
132
|
}
|
|
158
|
-
[dir="rtl"] .popover.left {
|
|
159
|
-
margin-right: -14px;
|
|
160
|
-
margin-left: 0;
|
|
161
|
-
margin-left: initial;
|
|
162
|
-
}
|
|
163
133
|
.popover.left-top {
|
|
164
|
-
margin-
|
|
134
|
+
margin-inline-start: -14px;
|
|
165
135
|
transform-origin: 100% 29px;
|
|
166
136
|
}
|
|
167
|
-
[dir="rtl"] .popover.left-top {
|
|
168
|
-
margin-right: -14px;
|
|
169
|
-
margin-left: 0;
|
|
170
|
-
margin-left: initial;
|
|
171
|
-
}
|
|
172
137
|
.popover.left-bottom {
|
|
173
|
-
margin-
|
|
138
|
+
margin-inline-start: -14px;
|
|
174
139
|
transform-origin: 100% calc(100% - 29px);
|
|
175
140
|
}
|
|
176
|
-
[dir="rtl"] .popover.left-bottom {
|
|
177
|
-
margin-right: -14px;
|
|
178
|
-
margin-left: 0;
|
|
179
|
-
margin-left: initial;
|
|
180
|
-
}
|
|
181
141
|
.popover::before {
|
|
182
142
|
content: " ";
|
|
183
143
|
position: absolute;
|
|
184
144
|
display: block;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
145
|
+
inline-size: 14px;
|
|
146
|
+
block-size: 14px;
|
|
147
|
+
inset-inline-start: 28px;
|
|
148
|
+
inset-block-start: -7px;
|
|
189
149
|
transform: rotate(45deg);
|
|
190
150
|
background-color: inherit;
|
|
191
151
|
}
|
|
192
|
-
[dir="rtl"] .popover::before {
|
|
193
|
-
right: 28px;
|
|
194
|
-
left: auto;
|
|
195
|
-
left: initial;
|
|
196
|
-
}
|
|
197
152
|
.popover.top::before {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
margin-
|
|
202
|
-
}
|
|
203
|
-
[dir="rtl"] .popover.top::before {
|
|
204
|
-
right: 50%;
|
|
205
|
-
left: auto;
|
|
206
|
-
left: initial;
|
|
207
|
-
}
|
|
208
|
-
[dir="rtl"] .popover.top::before {
|
|
209
|
-
margin-right: -7px;
|
|
210
|
-
margin-left: 0;
|
|
211
|
-
margin-left: initial;
|
|
153
|
+
inset-block-start: auto;
|
|
154
|
+
inset-block-end: -7px;
|
|
155
|
+
inset-inline-start: 50%;
|
|
156
|
+
margin-inline-start: -7px;
|
|
212
157
|
}
|
|
213
158
|
.popover.top-left::before {
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
margin-
|
|
219
|
-
}
|
|
220
|
-
[dir="rtl"] .popover.top-left::before {
|
|
221
|
-
left: 29px;
|
|
222
|
-
right: auto;
|
|
223
|
-
right: initial;
|
|
224
|
-
}
|
|
225
|
-
[dir="rtl"] .popover.top-left::before {
|
|
226
|
-
right: auto;
|
|
227
|
-
left: auto;
|
|
228
|
-
left: initial;
|
|
229
|
-
}
|
|
230
|
-
[dir="rtl"] .popover.top-left::before {
|
|
231
|
-
margin-right: -7px;
|
|
232
|
-
margin-left: 0;
|
|
233
|
-
margin-left: initial;
|
|
159
|
+
inset-block-start: auto;
|
|
160
|
+
inset-block-end: -7px;
|
|
161
|
+
inset-inline-end: 29px;
|
|
162
|
+
inset-inline-start: auto;
|
|
163
|
+
margin-inline-start: -7px;
|
|
234
164
|
}
|
|
235
165
|
.popover.top-right::before {
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
margin-
|
|
241
|
-
}
|
|
242
|
-
[dir="rtl"] .popover.top-right::before {
|
|
243
|
-
right: 29px;
|
|
244
|
-
left: auto;
|
|
245
|
-
left: initial;
|
|
246
|
-
}
|
|
247
|
-
[dir="rtl"] .popover.top-right::before {
|
|
248
|
-
left: auto;
|
|
249
|
-
right: auto;
|
|
250
|
-
right: initial;
|
|
251
|
-
}
|
|
252
|
-
[dir="rtl"] .popover.top-right::before {
|
|
253
|
-
margin-right: -7px;
|
|
254
|
-
margin-left: 0;
|
|
255
|
-
margin-left: initial;
|
|
166
|
+
inset-block-start: auto;
|
|
167
|
+
inset-block-end: -7px;
|
|
168
|
+
inset-inline-start: 29px;
|
|
169
|
+
inset-inline-end: auto;
|
|
170
|
+
margin-inline-start: -7px;
|
|
256
171
|
}
|
|
257
172
|
.popover.right::before {
|
|
258
|
-
|
|
259
|
-
margin-
|
|
260
|
-
|
|
261
|
-
}
|
|
262
|
-
[dir="rtl"] .popover.right::before {
|
|
263
|
-
right: -7px;
|
|
264
|
-
left: auto;
|
|
265
|
-
left: initial;
|
|
173
|
+
inset-block-start: 50%;
|
|
174
|
+
margin-block-start: -7px;
|
|
175
|
+
inset-inline-start: -7px;
|
|
266
176
|
}
|
|
267
177
|
.popover.right-top::before {
|
|
268
|
-
|
|
269
|
-
margin-
|
|
270
|
-
|
|
271
|
-
}
|
|
272
|
-
[dir="rtl"] .popover.right-top::before {
|
|
273
|
-
right: -7px;
|
|
274
|
-
left: auto;
|
|
275
|
-
left: initial;
|
|
178
|
+
inset-block-start: 29px;
|
|
179
|
+
margin-block-start: -7px;
|
|
180
|
+
inset-inline-start: -7px;
|
|
276
181
|
}
|
|
277
182
|
.popover.right-bottom::before {
|
|
278
|
-
|
|
279
|
-
margin-
|
|
280
|
-
|
|
281
|
-
}
|
|
282
|
-
[dir="rtl"] .popover.right-bottom::before {
|
|
283
|
-
right: -7px;
|
|
284
|
-
left: auto;
|
|
285
|
-
left: initial;
|
|
183
|
+
inset-block-start: calc(100% - 29px);
|
|
184
|
+
margin-block-start: -7px;
|
|
185
|
+
inset-inline-start: -7px;
|
|
286
186
|
}
|
|
287
187
|
.popover.bottom::before {
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
margin-
|
|
292
|
-
}
|
|
293
|
-
[dir="rtl"] .popover.bottom::before {
|
|
294
|
-
right: 50%;
|
|
295
|
-
left: auto;
|
|
296
|
-
left: initial;
|
|
297
|
-
}
|
|
298
|
-
[dir="rtl"] .popover.bottom::before {
|
|
299
|
-
margin-right: -7px;
|
|
300
|
-
margin-left: 0;
|
|
301
|
-
margin-left: initial;
|
|
188
|
+
inset-block-start: -7px;
|
|
189
|
+
inset-block-end: auto;
|
|
190
|
+
inset-inline-start: 50%;
|
|
191
|
+
margin-inline-start: -7px;
|
|
302
192
|
}
|
|
303
193
|
.popover.bottom-left::before {
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
margin-
|
|
309
|
-
}
|
|
310
|
-
[dir="rtl"] .popover.bottom-left::before {
|
|
311
|
-
left: 29px;
|
|
312
|
-
right: auto;
|
|
313
|
-
right: initial;
|
|
314
|
-
}
|
|
315
|
-
[dir="rtl"] .popover.bottom-left::before {
|
|
316
|
-
right: auto;
|
|
317
|
-
left: auto;
|
|
318
|
-
left: initial;
|
|
319
|
-
}
|
|
320
|
-
[dir="rtl"] .popover.bottom-left::before {
|
|
321
|
-
margin-right: -7px;
|
|
322
|
-
margin-left: 0;
|
|
323
|
-
margin-left: initial;
|
|
194
|
+
inset-block-start: -7px;
|
|
195
|
+
inset-block-end: auto;
|
|
196
|
+
inset-inline-end: 29px;
|
|
197
|
+
inset-inline-start: auto;
|
|
198
|
+
margin-inline-start: -7px;
|
|
324
199
|
}
|
|
325
200
|
.popover.bottom-right::before {
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
margin-
|
|
331
|
-
}
|
|
332
|
-
[dir="rtl"] .popover.bottom-right::before {
|
|
333
|
-
left: 29px;
|
|
334
|
-
right: auto;
|
|
335
|
-
right: initial;
|
|
336
|
-
}
|
|
337
|
-
[dir="rtl"] .popover.bottom-right::before {
|
|
338
|
-
right: auto;
|
|
339
|
-
left: auto;
|
|
340
|
-
left: initial;
|
|
341
|
-
}
|
|
342
|
-
[dir="rtl"] .popover.bottom-right::before {
|
|
343
|
-
margin-right: -7px;
|
|
344
|
-
margin-left: 0;
|
|
345
|
-
margin-left: initial;
|
|
201
|
+
inset-block-start: -7px;
|
|
202
|
+
inset-block-end: auto;
|
|
203
|
+
inset-inline-end: 29px;
|
|
204
|
+
inset-inline-start: auto;
|
|
205
|
+
margin-inline-start: -7px;
|
|
346
206
|
}
|
|
347
207
|
.popover.left::before {
|
|
348
|
-
|
|
349
|
-
margin-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
[dir="rtl"] .popover.left::before {
|
|
354
|
-
right: auto;
|
|
355
|
-
left: auto;
|
|
356
|
-
left: initial;
|
|
357
|
-
}
|
|
358
|
-
[dir="rtl"] .popover.left::before {
|
|
359
|
-
left: -7px;
|
|
360
|
-
right: auto;
|
|
361
|
-
right: initial;
|
|
208
|
+
inset-block-start: 50%;
|
|
209
|
+
margin-block-start: -7px;
|
|
210
|
+
inset-inline-start: auto;
|
|
211
|
+
inset-inline-end: -7px;
|
|
362
212
|
}
|
|
363
213
|
.popover.left-top::before {
|
|
364
|
-
|
|
365
|
-
margin-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
}
|
|
369
|
-
[dir="rtl"] .popover.left-top::before {
|
|
370
|
-
right: auto;
|
|
371
|
-
left: auto;
|
|
372
|
-
left: initial;
|
|
373
|
-
}
|
|
374
|
-
[dir="rtl"] .popover.left-top::before {
|
|
375
|
-
left: -7px;
|
|
376
|
-
right: auto;
|
|
377
|
-
right: initial;
|
|
214
|
+
inset-block-start: 29px;
|
|
215
|
+
margin-block-start: -7px;
|
|
216
|
+
inset-inline-start: auto;
|
|
217
|
+
inset-inline-end: -7px;
|
|
378
218
|
}
|
|
379
219
|
.popover.left-bottom::before {
|
|
380
|
-
|
|
381
|
-
margin-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
}
|
|
385
|
-
[dir="rtl"] .popover.left-bottom::before {
|
|
386
|
-
right: auto;
|
|
387
|
-
left: auto;
|
|
388
|
-
left: initial;
|
|
389
|
-
}
|
|
390
|
-
[dir="rtl"] .popover.left-bottom::before {
|
|
391
|
-
left: -7px;
|
|
392
|
-
right: auto;
|
|
393
|
-
right: initial;
|
|
220
|
+
inset-block-start: calc(100% - 29px);
|
|
221
|
+
margin-block-start: -7px;
|
|
222
|
+
inset-inline-start: auto;
|
|
223
|
+
inset-inline-end: -7px;
|
|
394
224
|
}
|
|
395
225
|
.popover img,
|
|
396
226
|
.popover .popover-image {
|
|
397
|
-
|
|
398
|
-
margin: 8px
|
|
227
|
+
inline-size: 65%;
|
|
228
|
+
margin-block: 8px;
|
|
229
|
+
margin-inline: 0;
|
|
399
230
|
}
|
|
400
231
|
.popover-title {
|
|
401
232
|
padding: 0;
|
|
@@ -413,8 +244,11 @@ button.close {
|
|
|
413
244
|
line-height: 135%;
|
|
414
245
|
background-color: #ffffff;
|
|
415
246
|
background-color: var(--color-background-screen);
|
|
416
|
-
border-
|
|
417
|
-
border-radius: 2px
|
|
247
|
+
border-block-end: 0;
|
|
248
|
+
border-start-start-radius: 2px;
|
|
249
|
+
border-start-end-radius: 2px;
|
|
250
|
+
border-end-end-radius: 0;
|
|
251
|
+
border-end-start-radius: 0;
|
|
418
252
|
color: var(--color-content-primary) !important;
|
|
419
253
|
}
|
|
420
254
|
@supports (hyphenate-limit-chars: 1) {
|
|
@@ -448,8 +282,8 @@ button.close {
|
|
|
448
282
|
.popover-title + p,
|
|
449
283
|
.popover-title + ul:not(.list-unstyled),
|
|
450
284
|
.popover-title + ol:not(.list-unstyled) {
|
|
451
|
-
margin-
|
|
452
|
-
margin-
|
|
285
|
+
margin-block-start: 8px;
|
|
286
|
+
margin-block-start: var(--size-8);
|
|
453
287
|
}
|
|
454
288
|
.popover-content {
|
|
455
289
|
padding: 0;
|
|
@@ -463,18 +297,15 @@ button.close {
|
|
|
463
297
|
color: var(--color-content-secondary);
|
|
464
298
|
}
|
|
465
299
|
.popover-content > :last-child {
|
|
466
|
-
margin-
|
|
300
|
+
margin-block-end: 0;
|
|
467
301
|
}
|
|
468
302
|
.popover-close {
|
|
469
|
-
float:
|
|
303
|
+
float: inline-end;
|
|
470
304
|
color: #0097c7;
|
|
471
305
|
color: var(--color-content-accent);
|
|
472
306
|
-webkit-text-decoration: none;
|
|
473
307
|
text-decoration: none;
|
|
474
308
|
}
|
|
475
|
-
[dir="rtl"] .popover-close {
|
|
476
|
-
float: left;
|
|
477
|
-
}
|
|
478
309
|
.np-theme-personal .popover-close {
|
|
479
310
|
color: var(--color-interactive-primary);
|
|
480
311
|
}
|
|
@@ -517,8 +348,8 @@ button.popover-close {
|
|
|
517
348
|
font-weight: inherit !important;
|
|
518
349
|
-webkit-text-decoration: none !important;
|
|
519
350
|
text-decoration: none !important;
|
|
520
|
-
border-
|
|
521
|
-
border-
|
|
351
|
+
border-block-end: 1px dotted #0097c7 !important;
|
|
352
|
+
border-block-end: 1px dotted var(--color-content-accent) !important;
|
|
522
353
|
cursor: pointer;
|
|
523
354
|
}
|
|
524
355
|
[data-toggle="popover"]:not(.btn):hover,
|
|
@@ -529,17 +360,18 @@ button.popover-close {
|
|
|
529
360
|
outline: 0;
|
|
530
361
|
}
|
|
531
362
|
.nav > li > a [data-toggle="popover"] {
|
|
532
|
-
border-
|
|
363
|
+
border-block-end: 0;
|
|
533
364
|
}
|
|
534
365
|
@media (max-width: 1159.98px) {
|
|
535
366
|
.popover-modal {
|
|
536
367
|
position: fixed;
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
margin: 32px
|
|
542
|
-
margin: var(--size-32)
|
|
368
|
+
inset-block-start: 0 !important;
|
|
369
|
+
inset-inline-end: 0 !important;
|
|
370
|
+
inset-inline-start: 0 !important;
|
|
371
|
+
inline-size: 272px;
|
|
372
|
+
margin-block: 32px !important;
|
|
373
|
+
margin-block: var(--size-32) !important;
|
|
374
|
+
margin-inline: auto;
|
|
543
375
|
}
|
|
544
376
|
.popover-modal::before {
|
|
545
377
|
display: none;
|
|
@@ -547,26 +379,16 @@ button.popover-close {
|
|
|
547
379
|
}
|
|
548
380
|
@media (min-width: 1160px) {
|
|
549
381
|
.popover-modal.left {
|
|
550
|
-
margin-
|
|
551
|
-
}
|
|
552
|
-
[dir="rtl"] .popover-modal.left {
|
|
553
|
-
margin-left: -var(--size-24) !important;
|
|
554
|
-
margin-right: 0 !important;
|
|
555
|
-
margin-right: initial !important;
|
|
382
|
+
margin-inline-end: -var(--size-24) !important;
|
|
556
383
|
}
|
|
557
384
|
.popover-modal.right {
|
|
558
|
-
margin-
|
|
559
|
-
}
|
|
560
|
-
[dir="rtl"] .popover-modal.right {
|
|
561
|
-
margin-right: -var(--size-24) !important;
|
|
562
|
-
margin-left: 0 !important;
|
|
563
|
-
margin-left: initial !important;
|
|
385
|
+
margin-inline-start: -var(--size-24) !important;
|
|
564
386
|
}
|
|
565
387
|
.popover-modal.top {
|
|
566
|
-
margin-
|
|
388
|
+
margin-block-end: -8px !important;
|
|
567
389
|
}
|
|
568
390
|
.popover-modal.bottom {
|
|
569
|
-
margin-
|
|
391
|
+
margin-block-start: -8px !important;
|
|
570
392
|
}
|
|
571
393
|
}
|
|
572
394
|
@keyframes cover-fade-in {
|
|
@@ -579,24 +401,19 @@ button.popover-close {
|
|
|
579
401
|
}
|
|
580
402
|
.popover-modal-cover {
|
|
581
403
|
position: fixed;
|
|
582
|
-
|
|
583
|
-
|
|
404
|
+
inset-block-start: 0;
|
|
405
|
+
inset-inline-start: 0;
|
|
584
406
|
z-index: 1060;
|
|
585
407
|
display: none;
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
408
|
+
inline-size: 100vw;
|
|
409
|
+
block-size: 100vh;
|
|
410
|
+
block-size: 100dvh;
|
|
589
411
|
cursor: pointer;
|
|
590
412
|
background-color: #ffffff;
|
|
591
413
|
background-color: var(--color-background-screen);
|
|
592
414
|
opacity: 0.7;
|
|
593
415
|
animation: cover-fade-in 0.35s 0s linear forwards;
|
|
594
416
|
}
|
|
595
|
-
[dir="rtl"] .popover-modal-cover {
|
|
596
|
-
right: 0;
|
|
597
|
-
left: auto;
|
|
598
|
-
left: initial;
|
|
599
|
-
}
|
|
600
417
|
@media (max-width: 1159.98px) {
|
|
601
418
|
.popover-modal-cover {
|
|
602
419
|
display: block;
|
|
@@ -609,7 +426,7 @@ button.popover-close {
|
|
|
609
426
|
}
|
|
610
427
|
@media (max-width: 599.98px) {
|
|
611
428
|
.popover-promotion {
|
|
612
|
-
|
|
429
|
+
inline-size: auto !important;
|
|
613
430
|
padding: 24px !important;
|
|
614
431
|
padding: var(--size-24) !important;
|
|
615
432
|
margin: 16px !important;
|
|
@@ -618,11 +435,13 @@ button.popover-close {
|
|
|
618
435
|
}
|
|
619
436
|
@media (min-width: 590px) and (max-width: 1159.98px) {
|
|
620
437
|
.popover-promotion {
|
|
621
|
-
|
|
622
|
-
padding: 28px
|
|
623
|
-
padding:
|
|
624
|
-
|
|
625
|
-
margin:
|
|
438
|
+
inline-size: 540px !important;
|
|
439
|
+
padding-block: 28px !important;
|
|
440
|
+
padding-inline: 32px;
|
|
441
|
+
padding-inline: var(--size-32);
|
|
442
|
+
margin-block: 32px !important;
|
|
443
|
+
margin-block: var(--size-32) !important;
|
|
444
|
+
margin-inline: auto;
|
|
626
445
|
}
|
|
627
446
|
}
|
|
628
447
|
.popover-promotion .popover-title {
|
|
@@ -641,17 +460,17 @@ button.popover-close {
|
|
|
641
460
|
}
|
|
642
461
|
@media (max-width: 320px) {
|
|
643
462
|
.popover-promotion .popover-image {
|
|
644
|
-
|
|
463
|
+
inline-size: 80%;
|
|
645
464
|
}
|
|
646
465
|
}
|
|
647
466
|
@media (min-width: 320.02px) and (max-width: 1159.98px) {
|
|
648
467
|
.popover-promotion .popover-image {
|
|
649
|
-
|
|
468
|
+
inline-size: 60%;
|
|
650
469
|
}
|
|
651
470
|
}
|
|
652
471
|
@media (min-width: 1160px) {
|
|
653
472
|
.popover-promotion .popover-image {
|
|
654
|
-
|
|
473
|
+
inline-size: 80%;
|
|
655
474
|
}
|
|
656
475
|
}
|
|
657
476
|
@media (max-width: 1159.98px) {
|