@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.
Files changed (44) hide show
  1. package/dist/css/accordion.css +24 -46
  2. package/dist/css/alerts.css +56 -124
  3. package/dist/css/badge.css +20 -30
  4. package/dist/css/breadcrumbs.css +6 -4
  5. package/dist/css/button-groups.css +116 -254
  6. package/dist/css/buttons.css +51 -90
  7. package/dist/css/circles.css +38 -76
  8. package/dist/css/close.css +1 -4
  9. package/dist/css/column-layout.css +38 -60
  10. package/dist/css/currency-flags.css +4 -17
  11. package/dist/css/decision.css +14 -12
  12. package/dist/css/dropdowns.css +59 -210
  13. package/dist/css/droppable.css +43 -38
  14. package/dist/css/flex.css +40 -136
  15. package/dist/css/footer.css +15 -14
  16. package/dist/css/grid.css +383 -1430
  17. package/dist/css/input-groups.css +254 -542
  18. package/dist/css/link-callout.css +2 -8
  19. package/dist/css/list-group.css +57 -92
  20. package/dist/css/loaders.css +11 -11
  21. package/dist/css/media.css +10 -34
  22. package/dist/css/modals.css +49 -59
  23. package/dist/css/navbar.css +372 -812
  24. package/dist/css/navs.css +59 -124
  25. package/dist/css/neptune-addons.css +687 -1234
  26. package/dist/css/neptune-core.css +123 -229
  27. package/dist/css/neptune-social-media.css +9 -33
  28. package/dist/css/neptune.css +3039 -6483
  29. package/dist/css/panels.css +143 -243
  30. package/dist/css/popovers.css +114 -295
  31. package/dist/css/process.css +64 -77
  32. package/dist/css/progress-bars.css +13 -19
  33. package/dist/css/select.css +21 -53
  34. package/dist/css/sequences.css +99 -219
  35. package/dist/css/table.css +48 -43
  36. package/dist/css/tick.css +10 -10
  37. package/dist/css/tooltip.css +49 -82
  38. package/dist/css/utilities.css +12 -40
  39. package/dist/css/wells.css +16 -16
  40. package/package.json +2 -2
  41. package/src/less/addons/_spacing-utilities.less +4 -4
  42. package/src/less/mixins/_logical-properties-IE-friendly.less +1 -0
  43. package/src/less/mixins/_logical-properties-modern-browsers.less +80 -41
  44. package/src/less/mixins/_logical-properties.less +3 -3
@@ -7,25 +7,13 @@
7
7
  .btn-group > .btn,
8
8
  .btn-group-vertical > .btn {
9
9
  position: relative;
10
- float: left;
11
- }
12
- [dir="rtl"] .btn-group > .btn,
13
- [dir="rtl"] .btn-group-vertical > .btn {
14
- float: right;
10
+ float: inline-start;
15
11
  }
16
12
  .btn-group .btn + .btn,
17
13
  .btn-group .btn + .btn-group,
18
14
  .btn-group .btn-group + .btn,
19
15
  .btn-group .btn-group + .btn-group {
20
- margin-left: -1px;
21
- }
22
- [dir="rtl"] .btn-group .btn + .btn,
23
- [dir="rtl"] .btn-group .btn + .btn-group,
24
- [dir="rtl"] .btn-group .btn-group + .btn,
25
- [dir="rtl"] .btn-group .btn-group + .btn-group {
26
- margin-right: -1px;
27
- margin-left: 0;
28
- margin-left: initial;
16
+ margin-inline-start: -1px;
29
17
  }
30
18
  .btn-toolbar::before,
31
19
  .btn-toolbar::after {
@@ -38,226 +26,144 @@
38
26
  .btn-toolbar .btn,
39
27
  .btn-toolbar .btn-group,
40
28
  .btn-toolbar .input-group {
41
- width: 100%;
42
- margin-bottom: 16px;
29
+ inline-size: 100%;
30
+ margin-block-end: 16px;
43
31
  }
44
32
  .btn-toolbar .btn-group .btn,
45
33
  .btn-toolbar .input-group .btn {
46
- width: auto;
34
+ inline-size: auto;
47
35
  margin: 0;
48
- margin-left: -1px;
49
- }
50
- [dir="rtl"] .btn-toolbar .btn-group .btn,
51
- [dir="rtl"] .btn-toolbar .input-group .btn {
52
- margin-right: -1px;
53
- margin-left: 0;
54
- margin-left: initial;
36
+ margin-inline-start: -1px;
55
37
  }
56
38
  @media (min-width: 1160px) {
57
39
  .btn-toolbar:not(.btn-toolbar-xl) {
58
- margin-left: -4px;
59
- margin-right: -4px;
40
+ margin-inline-start: -4px;
41
+ margin-inline-end: -4px;
60
42
  }
61
43
  .btn-toolbar:not(.btn-toolbar-xl) .btn,
62
44
  .btn-toolbar:not(.btn-toolbar-xl) .btn-group,
63
45
  .btn-toolbar:not(.btn-toolbar-xl) .input-group {
64
- width: auto;
65
- margin-bottom: 0;
66
- float: left;
67
- margin-left: 4px;
68
- margin-right: 4px;
69
- }
70
- [dir="rtl"] .btn-toolbar:not(.btn-toolbar-xl) .btn,
71
- [dir="rtl"] .btn-toolbar:not(.btn-toolbar-xl) .btn-group,
72
- [dir="rtl"] .btn-toolbar:not(.btn-toolbar-xl) .input-group {
73
- float: right;
46
+ inline-size: auto;
47
+ margin-block-end: 0;
48
+ float: inline-start;
49
+ margin-inline-start: 4px;
50
+ margin-inline-end: 4px;
74
51
  }
75
52
  }
76
53
  .btn-toolbar.btn-toolbar-xs {
77
- margin-left: -4px;
78
- margin-right: -4px;
54
+ margin-inline-start: -4px;
55
+ margin-inline-end: -4px;
79
56
  }
80
57
  .btn-toolbar.btn-toolbar-xs .btn,
81
58
  .btn-toolbar.btn-toolbar-xs .btn-group,
82
59
  .btn-toolbar.btn-toolbar-xs .input-group {
83
- width: auto;
84
- margin-bottom: 0;
85
- float: left;
86
- margin-left: 4px;
87
- margin-right: 4px;
88
- }
89
- [dir="rtl"] .btn-toolbar.btn-toolbar-xs .btn,
90
- [dir="rtl"] .btn-toolbar.btn-toolbar-xs .btn-group,
91
- [dir="rtl"] .btn-toolbar.btn-toolbar-xs .input-group {
92
- float: right;
60
+ inline-size: auto;
61
+ margin-block-end: 0;
62
+ float: inline-start;
63
+ margin-inline-start: 4px;
64
+ margin-inline-end: 4px;
93
65
  }
94
66
  @media (min-width: 600px) {
95
67
  .btn-toolbar.btn-toolbar-sm {
96
- margin-left: -4px;
97
- margin-right: -4px;
68
+ margin-inline-start: -4px;
69
+ margin-inline-end: -4px;
98
70
  }
99
71
  .btn-toolbar.btn-toolbar-sm .btn,
100
72
  .btn-toolbar.btn-toolbar-sm .btn-group,
101
73
  .btn-toolbar.btn-toolbar-sm .input-group {
102
- width: auto;
103
- margin-bottom: 0;
104
- float: left;
105
- margin-left: 4px;
106
- margin-right: 4px;
107
- }
108
- [dir="rtl"] .btn-toolbar.btn-toolbar-sm .btn,
109
- [dir="rtl"] .btn-toolbar.btn-toolbar-sm .btn-group,
110
- [dir="rtl"] .btn-toolbar.btn-toolbar-sm .input-group {
111
- float: right;
74
+ inline-size: auto;
75
+ margin-block-end: 0;
76
+ float: inline-start;
77
+ margin-inline-start: 4px;
78
+ margin-inline-end: 4px;
112
79
  }
113
80
  }
114
81
  @media (min-width: 840px) {
115
82
  .btn-toolbar.btn-toolbar-md {
116
- margin-left: -4px;
117
- margin-right: -4px;
83
+ margin-inline-start: -4px;
84
+ margin-inline-end: -4px;
118
85
  }
119
86
  .btn-toolbar.btn-toolbar-md .btn,
120
87
  .btn-toolbar.btn-toolbar-md .btn-group,
121
88
  .btn-toolbar.btn-toolbar-md .input-group {
122
- width: auto;
123
- margin-bottom: 0;
124
- float: left;
125
- margin-left: 4px;
126
- margin-right: 4px;
127
- }
128
- [dir="rtl"] .btn-toolbar.btn-toolbar-md .btn,
129
- [dir="rtl"] .btn-toolbar.btn-toolbar-md .btn-group,
130
- [dir="rtl"] .btn-toolbar.btn-toolbar-md .input-group {
131
- float: right;
89
+ inline-size: auto;
90
+ margin-block-end: 0;
91
+ float: inline-start;
92
+ margin-inline-start: 4px;
93
+ margin-inline-end: 4px;
132
94
  }
133
95
  }
134
96
  @media (min-width: 1160px) {
135
97
  .btn-toolbar.btn-toolbar-lg {
136
- margin-left: -4px;
137
- margin-right: -4px;
98
+ margin-inline-start: -4px;
99
+ margin-inline-end: -4px;
138
100
  }
139
101
  .btn-toolbar.btn-toolbar-lg .btn,
140
102
  .btn-toolbar.btn-toolbar-lg .btn-group,
141
103
  .btn-toolbar.btn-toolbar-lg .input-group {
142
- width: auto;
143
- margin-bottom: 0;
144
- float: left;
145
- margin-left: 4px;
146
- margin-right: 4px;
147
- }
148
- [dir="rtl"] .btn-toolbar.btn-toolbar-lg .btn,
149
- [dir="rtl"] .btn-toolbar.btn-toolbar-lg .btn-group,
150
- [dir="rtl"] .btn-toolbar.btn-toolbar-lg .input-group {
151
- float: right;
104
+ inline-size: auto;
105
+ margin-block-end: 0;
106
+ float: inline-start;
107
+ margin-inline-start: 4px;
108
+ margin-inline-end: 4px;
152
109
  }
153
110
  }
154
111
  @media (min-width: 1160px) {
155
112
  .btn-toolbar.btn-toolbar-xl {
156
- margin-left: -4px;
157
- margin-right: -4px;
113
+ margin-inline-start: -4px;
114
+ margin-inline-end: -4px;
158
115
  }
159
116
  .btn-toolbar.btn-toolbar-xl .btn,
160
117
  .btn-toolbar.btn-toolbar-xl .btn-group,
161
118
  .btn-toolbar.btn-toolbar-xl .input-group {
162
- width: auto;
163
- margin-bottom: 0;
164
- float: left;
165
- margin-left: 4px;
166
- margin-right: 4px;
167
- }
168
- [dir="rtl"] .btn-toolbar.btn-toolbar-xl .btn,
169
- [dir="rtl"] .btn-toolbar.btn-toolbar-xl .btn-group,
170
- [dir="rtl"] .btn-toolbar.btn-toolbar-xl .input-group {
171
- float: right;
119
+ inline-size: auto;
120
+ margin-block-end: 0;
121
+ float: inline-start;
122
+ margin-inline-start: 4px;
123
+ margin-inline-end: 4px;
172
124
  }
173
125
  }
174
126
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
175
127
  border-radius: 0;
176
128
  }
177
129
  .btn-group > .btn:first-child {
178
- margin-left: 0;
179
- }
180
- [dir="rtl"] .btn-group > .btn:first-child {
181
- margin-right: 0;
182
- margin-left: 0;
183
- margin-left: initial;
184
- }
185
- [dir="rtl"] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
186
- border-bottom-left-radius: 0;
187
- border-top-left-radius: 0;
130
+ margin-inline-start: 0;
188
131
  }
189
- html:not([dir="rtl"]) .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
190
- border-bottom-right-radius: 0;
191
- border-top-right-radius: 0;
132
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
133
+ border-start-end-radius: 0;
134
+ border-end-end-radius: 0;
192
135
  }
193
- [dir="rtl"] .btn-group > .btn:last-child:not(:first-child),
194
- [dir="rtl"] .btn-group > .dropdown-toggle:not(:first-child) {
195
- border-bottom-right-radius: 0;
196
- border-top-right-radius: 0;
197
- }
198
- html:not([dir="rtl"]) .btn-group > .btn:last-child:not(:first-child),
199
- html:not([dir="rtl"]) .btn-group > .dropdown-toggle:not(:first-child) {
200
- border-bottom-left-radius: 0;
201
- border-top-left-radius: 0;
136
+ .btn-group > .btn:last-child:not(:first-child),
137
+ .btn-group > .dropdown-toggle:not(:first-child) {
138
+ border-start-start-radius: 0;
139
+ border-end-start-radius: 0;
202
140
  }
203
141
  .btn-group > .btn-group {
204
- float: left;
205
- }
206
- [dir="rtl"] .btn-group > .btn-group {
207
- float: right;
142
+ float: inline-start;
208
143
  }
209
144
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
210
145
  border-radius: 0;
211
146
  }
212
- [dir="rtl"] .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
213
- [dir="rtl"] .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
214
- border-bottom-left-radius: 0;
215
- border-top-left-radius: 0;
216
- }
217
- html:not([dir="rtl"]) .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
218
- html:not([dir="rtl"]) .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
219
- border-bottom-right-radius: 0;
220
- border-top-right-radius: 0;
147
+ .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
148
+ .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
149
+ border-start-end-radius: 0;
150
+ border-end-end-radius: 0;
221
151
  }
222
- [dir="rtl"] .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
223
- border-bottom-right-radius: 0;
224
- border-top-right-radius: 0;
225
- }
226
- html:not([dir="rtl"]) .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
227
- border-bottom-left-radius: 0;
228
- border-top-left-radius: 0;
152
+ .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
153
+ border-start-start-radius: 0;
154
+ border-end-start-radius: 0;
229
155
  }
230
156
  .btn-group .dropdown-toggle:active,
231
157
  .btn-group.open .dropdown-toggle {
232
158
  outline: 0;
233
159
  }
234
160
  .btn-group > .btn + .dropdown-toggle {
235
- padding-left: 12px;
236
- padding-right: 12px;
237
- }
238
- [dir="rtl"] .btn-group > .btn + .dropdown-toggle {
239
- padding-right: 12px;
240
- padding-left: 0;
241
- padding-left: initial;
242
- }
243
- [dir="rtl"] .btn-group > .btn + .dropdown-toggle {
244
- padding-left: 12px;
245
- padding-right: 0;
246
- padding-right: initial;
161
+ padding-inline-start: 12px;
162
+ padding-inline-end: 12px;
247
163
  }
248
164
  .btn-group > .btn-lg + .dropdown-toggle {
249
- padding-left: 12px;
250
- padding-right: 12px;
251
- }
252
- [dir="rtl"] .btn-group > .btn-lg + .dropdown-toggle {
253
- padding-right: 12px;
254
- padding-left: 0;
255
- padding-left: initial;
256
- }
257
- [dir="rtl"] .btn-group > .btn-lg + .dropdown-toggle {
258
- padding-left: 12px;
259
- padding-right: 0;
260
- padding-right: initial;
165
+ padding-inline-start: 12px;
166
+ padding-inline-end: 12px;
261
167
  }
262
168
  .btn-group.open .dropdown-toggle {
263
169
  box-shadow: none;
@@ -266,27 +172,29 @@ html:not([dir="rtl"]) .btn-group > .btn-group:last-child:not(:first-child) > .bt
266
172
  box-shadow: none;
267
173
  }
268
174
  .btn-lg .caret {
269
- border-width: 5px 5px 0;
270
- border-bottom-width: 0;
175
+ border-block-width: 5px 0;
176
+ border-inline-width: 5px;
177
+ border-block-end-width: 0;
271
178
  }
272
179
  .btn-sm .caret,
273
180
  .input-group-sm .btn .caret {
274
- top: 8px !important;
181
+ inset-block-start: 8px !important;
275
182
  }
276
183
  .btn-lg .caret,
277
184
  .input-group-lg .btn .caret {
278
- top: 27px !important;
185
+ inset-block-start: 27px !important;
279
186
  }
280
187
  .dropup .btn-lg .caret {
281
- border-width: 0 5px 5px;
188
+ border-block-width: 0 5px;
189
+ border-inline-width: 5px;
282
190
  }
283
191
  .btn-group-vertical > .btn,
284
192
  .btn-group-vertical > .btn-group,
285
193
  .btn-group-vertical > .btn-group > .btn {
286
194
  display: block;
287
195
  float: none;
288
- width: 100%;
289
- max-width: 100%;
196
+ inline-size: 100%;
197
+ max-inline-size: 100%;
290
198
  }
291
199
  .btn-group-vertical > .btn-group > .btn {
292
200
  float: none;
@@ -295,45 +203,37 @@ html:not([dir="rtl"]) .btn-group > .btn-group:last-child:not(:first-child) > .bt
295
203
  .btn-group-vertical > .btn + .btn-group,
296
204
  .btn-group-vertical > .btn-group + .btn,
297
205
  .btn-group-vertical > .btn-group + .btn-group {
298
- margin-top: -1px;
299
- margin-left: 0;
300
- }
301
- [dir="rtl"] .btn-group-vertical > .btn + .btn,
302
- [dir="rtl"] .btn-group-vertical > .btn + .btn-group,
303
- [dir="rtl"] .btn-group-vertical > .btn-group + .btn,
304
- [dir="rtl"] .btn-group-vertical > .btn-group + .btn-group {
305
- margin-right: 0;
306
- margin-left: 0;
307
- margin-left: initial;
206
+ margin-block-start: -1px;
207
+ margin-inline-start: 0;
308
208
  }
309
209
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
310
210
  border-radius: 0;
311
211
  }
312
212
  .btn-group-vertical > .btn:first-child:not(:last-child) {
313
- border-top-right-radius: 3px;
314
- border-bottom-right-radius: 0;
315
- border-bottom-left-radius: 0;
213
+ border-start-end-radius: 3px;
214
+ border-end-end-radius: 0;
215
+ border-end-start-radius: 0;
316
216
  }
317
217
  .btn-group-vertical > .btn:last-child:not(:first-child) {
318
- border-bottom-left-radius: 3px;
319
- border-top-right-radius: 0;
320
- border-top-left-radius: 0;
218
+ border-end-start-radius: 3px;
219
+ border-start-end-radius: 0;
220
+ border-start-start-radius: 0;
321
221
  }
322
222
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
323
223
  border-radius: 0;
324
224
  }
325
225
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
326
226
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
327
- border-bottom-right-radius: 0;
328
- border-bottom-left-radius: 0;
227
+ border-end-end-radius: 0;
228
+ border-end-start-radius: 0;
329
229
  }
330
230
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
331
- border-top-right-radius: 0;
332
- border-top-left-radius: 0;
231
+ border-start-end-radius: 0;
232
+ border-start-start-radius: 0;
333
233
  }
334
234
  .btn-group-justified {
335
235
  display: table;
336
- width: 100%;
236
+ inline-size: 100%;
337
237
  table-layout: fixed;
338
238
  border-collapse: separate;
339
239
  }
@@ -341,18 +241,13 @@ html:not([dir="rtl"]) .btn-group > .btn-group:last-child:not(:first-child) > .bt
341
241
  .btn-group-justified > .btn-group {
342
242
  float: none;
343
243
  display: table-cell;
344
- width: 1%;
244
+ inline-size: 1%;
345
245
  }
346
246
  .btn-group-justified > .btn-group .btn {
347
- width: 100%;
247
+ inline-size: 100%;
348
248
  }
349
249
  .btn-group-justified > .btn-group .dropdown-menu {
350
- left: auto;
351
- }
352
- [dir="rtl"] .btn-group-justified > .btn-group .dropdown-menu {
353
- right: auto;
354
- left: auto;
355
- left: initial;
250
+ inset-inline-start: auto;
356
251
  }
357
252
  [data-toggle="buttons"] > .btn input[type="radio"],
358
253
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
@@ -362,21 +257,13 @@ html:not([dir="rtl"]) .btn-group > .btn-group:last-child:not(:first-child) > .bt
362
257
  clip: rect(0, 0, 0, 0);
363
258
  pointer-events: none;
364
259
  }
365
- [dir="rtl"] .btn-group .btn + .btn-success {
366
- border-right: 1px solid #008026;
367
- border-right: 1px solid var(--color-content-positive);
260
+ .btn-group .btn + .btn-success {
261
+ border-inline-start: 1px solid #008026;
262
+ border-inline-start: 1px solid var(--color-content-positive);
368
263
  }
369
- html:not([dir="rtl"]) .btn-group .btn + .btn-success {
370
- border-left: 1px solid #008026;
371
- border-left: 1px solid var(--color-content-positive);
372
- }
373
- [dir="rtl"] .btn-group .btn + .btn-primary {
374
- border-right: 1px solid #0097c7;
375
- border-right: 1px solid var(--color-content-accent);
376
- }
377
- html:not([dir="rtl"]) .btn-group .btn + .btn-primary {
378
- border-left: 1px solid #0097c7;
379
- border-left: 1px solid var(--color-content-accent);
264
+ .btn-group .btn + .btn-primary {
265
+ border-inline-start: 1px solid #0097c7;
266
+ border-inline-start: 1px solid var(--color-content-accent);
380
267
  }
381
268
  .btn-group.btn-block {
382
269
  display: inline-flex;
@@ -391,82 +278,57 @@ html:not([dir="rtl"]) .btn-group .btn + .btn-primary {
391
278
  }
392
279
  .btn-group.btn-block .btn {
393
280
  display: block;
394
- width: 100%;
281
+ inline-size: 100%;
395
282
  }
396
283
  .btn-group.btn-block .btn-input.btn {
397
- text-align: left;
398
- }
399
- [dir="rtl"] .btn-group.btn-block .btn-input.btn {
400
- text-align: right;
284
+ text-align: start;
401
285
  }
402
286
  .btn-group.btn-block .btn-input.btn .caret {
403
287
  position: absolute;
404
- right: 16px;
405
- top: 16px;
406
- }
407
- [dir="rtl"] .btn-group.btn-block .btn-input.btn .caret {
408
- left: 16px;
409
- right: auto;
410
- right: initial;
288
+ inset-inline-end: 16px;
289
+ inset-block-start: 16px;
411
290
  }
412
291
  .btn-group.btn-block .btn-input.btn.btn-sm .caret {
413
- right: 8px;
414
- }
415
- [dir="rtl"] .btn-group.btn-block .btn-input.btn.btn-sm .caret {
416
- left: 8px;
417
- right: auto;
418
- right: initial;
292
+ inset-inline-end: 8px;
419
293
  }
420
294
  .btn-group.btn-block .btn-input.btn.dropdown-toggle {
421
- padding-right: 40px;
295
+ padding-inline-end: 40px;
422
296
  overflow: hidden;
423
297
  text-overflow: ellipsis;
424
298
  }
425
299
  [dir="rtl"] .btn-group.btn-block .btn-input.btn.dropdown-toggle {
426
- padding-left: 40px;
427
- padding-right: 16px;
300
+ padding-inline-start: 16px;
428
301
  }
429
302
  @media (min-width: 600px) {
430
303
  .btn-group.btn-block .btn-input.btn.dropdown-toggle {
431
- padding-right: 48px;
304
+ padding-inline-end: 48px;
432
305
  }
433
306
  [dir="rtl"] .btn-group.btn-block .btn-input.btn.dropdown-toggle {
434
- padding-left: 48px;
435
- padding-right: 16px;
307
+ padding-inline-start: 16px;
436
308
  }
437
309
  }
438
310
  .btn-group.btn-block .btn-input.btn.btn-sm.dropdown-toggle {
439
- padding-right: 33px;
440
- }
441
- [dir="rtl"] .btn-group.btn-block .btn-input.btn.btn-sm.dropdown-toggle {
442
- padding-left: 33px;
443
- padding-right: 0;
444
- padding-right: initial;
311
+ padding-inline-end: 33px;
445
312
  }
446
313
  .btn-group.btn-block .btn + .dropdown-toggle {
447
314
  flex: 0;
448
315
  }
449
316
  .btn-group.btn-block .btn + .dropdown-toggle .caret {
450
317
  position: relative;
451
- top: 0;
452
- right: 0;
453
- }
454
- [dir="rtl"] .btn-group.btn-block .btn + .dropdown-toggle .caret {
455
- left: 0;
456
- right: auto;
457
- right: initial;
318
+ inset-block-start: 0;
319
+ inset-inline-end: 0;
458
320
  }
459
321
  .btn-block .dropdown-menu {
460
- width: 100%;
322
+ inline-size: 100%;
461
323
  }
462
324
  .btn-block .dropdown-menu > li > a {
463
325
  overflow: hidden;
464
- width: 100%;
326
+ inline-size: 100%;
465
327
  text-overflow: ellipsis;
466
328
  }
467
329
  .btn-group .dropdown-menu {
468
- max-height: 90vh;
469
- max-height: 90svh;
330
+ max-block-size: 90vh;
331
+ max-block-size: 90svh;
470
332
  overflow: auto;
471
333
  }
472
334
  .btn-group .btn-input + .dropdown-menu > li > a {
@@ -480,7 +342,7 @@ html:not([dir="rtl"]) .btn-group .btn + .btn-primary {
480
342
  }
481
343
  @media (min-height: 592px) {
482
344
  .btn-group .dropdown-menu {
483
- max-height: 592px;
345
+ max-block-size: 592px;
484
346
  }
485
347
  }
486
348
  .btn-group .secondary {