@box/blueprint-web 12.9.3 → 12.9.5
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/lib-esm/avatar/avatar.module.js +1 -1
- package/dist/lib-esm/badge/base-badge.module.js +1 -1
- package/dist/lib-esm/card-tooltip/card-tooltip.module.js +1 -1
- package/dist/lib-esm/card-tooltip-v2/card-tooltip-v2.module.js +1 -1
- package/dist/lib-esm/checkbox/checkbox.module.js +1 -1
- package/dist/lib-esm/combobox/combobox.module.js +1 -1
- package/dist/lib-esm/combobox-group/combobox-group.module.js +1 -1
- package/dist/lib-esm/content-card/content-card.module.js +1 -1
- package/dist/lib-esm/data-table/cell/sticky-cell.module.js +1 -1
- package/dist/lib-esm/data-table/data-table.module.js +1 -1
- package/dist/lib-esm/date-picker/date-picker.module.js +1 -1
- package/dist/lib-esm/empty-state/empty-state.module.js +1 -1
- package/dist/lib-esm/index.css +1526 -616
- package/dist/lib-esm/loading-indicator/loading-indicator.module.js +1 -1
- package/dist/lib-esm/modal/modal-footer.js +2 -0
- package/dist/lib-esm/modal/modal.module.js +1 -1
- package/dist/lib-esm/page-section/page-section.module.js +1 -1
- package/dist/lib-esm/password-input/password-input.module.js +1 -1
- package/dist/lib-esm/primitives/base-text-input/base-text-input.module.js +1 -1
- package/dist/lib-esm/primitives/calendar/calendar.module.js +1 -1
- package/dist/lib-esm/primitives/context-menu/context-menu.module.js +1 -1
- package/dist/lib-esm/primitives/dropdown-menu/dropdown-menu.module.js +1 -1
- package/dist/lib-esm/primitives/notification/notification.module.js +1 -1
- package/dist/lib-esm/primitives/popover/popover.module.js +1 -1
- package/dist/lib-esm/primitives/select-menu-grid/select-menu-grid-option.module.js +1 -1
- package/dist/lib-esm/primitives/tabs/tabs.module.js +1 -1
- package/dist/lib-esm/radio-group/radio-group.module.js +1 -1
- package/dist/lib-esm/select/select.module.js +1 -1
- package/dist/lib-esm/side-panel/side-panel.module.js +1 -1
- package/dist/lib-esm/switch/switch.module.js +1 -1
- package/dist/lib-esm/text/text.module.js +1 -1
- package/dist/lib-esm/text-area/text-area-autosize/text-area-autosize.module.js +1 -1
- package/dist/lib-esm/text-area/text-area.module.js +1 -1
- package/dist/lib-esm/text-button/text-button.module.js +1 -1
- package/dist/lib-esm/text-input/text-input.module.js +1 -1
- package/dist/lib-esm/toolbar/toolbar.module.js +1 -1
- package/dist/lib-esm/util-components/interactive-icon/interactive-icon.module.js +1 -1
- package/package.json +3 -3
package/dist/lib-esm/index.css
CHANGED
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.bp_loading_indicator_module_crawler--
|
|
123
|
+
.bp_loading_indicator_module_crawler--8c867{
|
|
124
124
|
align-items:center;
|
|
125
125
|
display:flex;
|
|
126
126
|
height:1.5rem;
|
|
@@ -132,44 +132,44 @@
|
|
|
132
132
|
white-space:nowrap;
|
|
133
133
|
width:1.5rem;
|
|
134
134
|
}
|
|
135
|
-
.bp_loading_indicator_module_crawler--
|
|
135
|
+
.bp_loading_indicator_module_crawler--8c867 .bp_loading_indicator_module_segment--8c867{
|
|
136
136
|
border-radius:.375rem;
|
|
137
137
|
display:inline-block;
|
|
138
138
|
height:.625rem;
|
|
139
139
|
width:.125rem;
|
|
140
140
|
}
|
|
141
|
-
.bp_loading_indicator_module_crawler--
|
|
141
|
+
.bp_loading_indicator_module_crawler--8c867.bp_loading_indicator_module_small--8c867{
|
|
142
142
|
transform:scale(.6667);
|
|
143
143
|
}
|
|
144
|
-
.bp_loading_indicator_module_crawler--
|
|
144
|
+
.bp_loading_indicator_module_crawler--8c867.bp_loading_indicator_module_large--8c867{
|
|
145
145
|
transform:scale(1.3334);
|
|
146
146
|
}
|
|
147
|
-
.bp_loading_indicator_module_crawler--
|
|
147
|
+
.bp_loading_indicator_module_crawler--8c867.bp_loading_indicator_module_x-large--8c867{
|
|
148
148
|
transform:scale(2);
|
|
149
149
|
}
|
|
150
|
-
.bp_loading_indicator_module_crawler--
|
|
151
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
150
|
+
.bp_loading_indicator_module_crawler--8c867.bp_loading_indicator_module_default--8c867 .bp_loading_indicator_module_segment--8c867{
|
|
151
|
+
animation:bp_loading_indicator_module_segment-transform--8c867 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--8c867 .66s ease-in-out infinite;
|
|
152
152
|
}
|
|
153
|
-
.bp_loading_indicator_module_crawler--
|
|
154
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
153
|
+
.bp_loading_indicator_module_crawler--8c867.bp_loading_indicator_module_dark--8c867 .bp_loading_indicator_module_segment--8c867{
|
|
154
|
+
animation:bp_loading_indicator_module_segment-transform--8c867 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--8c867 .66s ease-in-out infinite;
|
|
155
155
|
}
|
|
156
|
-
.bp_loading_indicator_module_crawler--
|
|
157
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
156
|
+
.bp_loading_indicator_module_crawler--8c867.bp_loading_indicator_module_light--8c867 .bp_loading_indicator_module_segment--8c867{
|
|
157
|
+
animation:bp_loading_indicator_module_segment-transform--8c867 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--8c867 .66s ease-in-out infinite;
|
|
158
158
|
background-color:var(--gray-white);
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.bp_loading_indicator_module_crawler--
|
|
161
|
+
.bp_loading_indicator_module_crawler--8c867 .bp_loading_indicator_module_segment--8c867:nth-child(2){
|
|
162
162
|
animation-delay:.1s;
|
|
163
163
|
margin-left:.125rem;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.bp_loading_indicator_module_crawler--
|
|
166
|
+
.bp_loading_indicator_module_crawler--8c867 .bp_loading_indicator_module_segment--8c867:last-child{
|
|
167
167
|
animation-delay:.2s;
|
|
168
168
|
left:.5rem;
|
|
169
169
|
margin-left:.125rem;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
@keyframes bp_loading_indicator_module_segment-transform--
|
|
172
|
+
@keyframes bp_loading_indicator_module_segment-transform--8c867{
|
|
173
173
|
0%,100%,80%{
|
|
174
174
|
transform:scaleY(1.2);
|
|
175
175
|
}
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
transform:scaleY(1.6);
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
@keyframes bp_loading_indicator_module_segment-dark--
|
|
180
|
+
@keyframes bp_loading_indicator_module_segment-dark--8c867{
|
|
181
181
|
0%,100%,80%{
|
|
182
182
|
background-color:var(--gray-30);
|
|
183
183
|
}
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
background-color:var(--gray-black);
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
@keyframes bp_loading_indicator_module_segment-default--
|
|
188
|
+
@keyframes bp_loading_indicator_module_segment-default--8c867{
|
|
189
189
|
0%,100%,80%{
|
|
190
190
|
background-color:var(--box-blue-30);
|
|
191
191
|
}
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
background-color:var(--box-blue-100);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
@keyframes bp_loading_indicator_module_segment-light--
|
|
196
|
+
@keyframes bp_loading_indicator_module_segment-light--8c867{
|
|
197
197
|
0%,100%,80%{
|
|
198
198
|
opacity:.3;
|
|
199
199
|
}
|
|
@@ -311,26 +311,26 @@
|
|
|
311
311
|
opacity:0;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
.bp_text_module_textReset--
|
|
314
|
+
.bp_text_module_textReset--49826{
|
|
315
315
|
margin:0;
|
|
316
316
|
text-align:inherit;
|
|
317
317
|
}
|
|
318
|
-
.bp_text_module_textReset--
|
|
318
|
+
.bp_text_module_textReset--49826.bp_text_module_breakWord--49826{
|
|
319
319
|
overflow-wrap:break-word;
|
|
320
320
|
}
|
|
321
|
-
.bp_text_module_textReset--
|
|
321
|
+
.bp_text_module_textReset--49826.bp_text_module_textOnLightDefault--49826{
|
|
322
322
|
color:var(--text-text-on-light);
|
|
323
323
|
}
|
|
324
|
-
.bp_text_module_textReset--
|
|
324
|
+
.bp_text_module_textReset--49826.bp_text_module_textOnLightSecondary--49826{
|
|
325
325
|
color:var(--text-text-on-light-secondary);
|
|
326
326
|
}
|
|
327
|
-
.bp_text_module_textReset--
|
|
327
|
+
.bp_text_module_textReset--49826.bp_text_module_textOnLightLink--49826{
|
|
328
328
|
color:var(--text-cta-link);
|
|
329
329
|
}
|
|
330
|
-
.bp_text_module_textReset--
|
|
330
|
+
.bp_text_module_textReset--49826.bp_text_module_textOnDarkDefault--49826{
|
|
331
331
|
color:var(--text-text-on-dark);
|
|
332
332
|
}
|
|
333
|
-
.bp_text_module_textReset--
|
|
333
|
+
.bp_text_module_textReset--49826.bp_text_module_titleMondo--49826{
|
|
334
334
|
font-family:var(--title-mondo-font-family);
|
|
335
335
|
font-size:var(--title-mondo-font-size);
|
|
336
336
|
font-weight:var(--title-mondo-font-weight);
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
text-decoration:var(--title-mondo-text-decoration);
|
|
341
341
|
text-transform:var(--title-mondo-text-case);
|
|
342
342
|
}
|
|
343
|
-
.bp_text_module_textReset--
|
|
343
|
+
.bp_text_module_textReset--49826.bp_text_module_titleXLarge--49826{
|
|
344
344
|
font-family:var(--title-x-large-font-family);
|
|
345
345
|
font-size:var(--title-x-large-font-size);
|
|
346
346
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
text-decoration:var(--title-x-large-text-decoration);
|
|
351
351
|
text-transform:var(--title-x-large-text-case);
|
|
352
352
|
}
|
|
353
|
-
.bp_text_module_textReset--
|
|
353
|
+
.bp_text_module_textReset--49826.bp_text_module_titleLarge--49826{
|
|
354
354
|
font-family:var(--title-large-font-family);
|
|
355
355
|
font-size:var(--title-large-font-size);
|
|
356
356
|
font-weight:var(--title-large-font-weight);
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
text-decoration:var(--title-large-text-decoration);
|
|
361
361
|
text-transform:var(--title-large-text-case);
|
|
362
362
|
}
|
|
363
|
-
.bp_text_module_textReset--
|
|
363
|
+
.bp_text_module_textReset--49826.bp_text_module_titleMedium--49826{
|
|
364
364
|
font-family:var(--title-medium-font-family);
|
|
365
365
|
font-size:var(--title-medium-font-size);
|
|
366
366
|
font-weight:var(--title-medium-font-weight);
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
text-decoration:var(--title-medium-text-decoration);
|
|
371
371
|
text-transform:var(--title-medium-text-case);
|
|
372
372
|
}
|
|
373
|
-
.bp_text_module_textReset--
|
|
373
|
+
.bp_text_module_textReset--49826.bp_text_module_titleSmall--49826{
|
|
374
374
|
font-family:var(--title-small-font-family);
|
|
375
375
|
font-size:var(--title-small-font-size);
|
|
376
376
|
font-weight:var(--title-small-font-weight);
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
text-decoration:var(--title-small-text-decoration);
|
|
381
381
|
text-transform:var(--title-small-text-case);
|
|
382
382
|
}
|
|
383
|
-
.bp_text_module_textReset--
|
|
383
|
+
.bp_text_module_textReset--49826.bp_text_module_subtitle--49826{
|
|
384
384
|
font-family:var(--title-subtitle-font-family);
|
|
385
385
|
font-size:var(--title-subtitle-font-size);
|
|
386
386
|
font-weight:var(--title-subtitle-font-weight);
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
text-decoration:var(--title-subtitle-text-decoration);
|
|
391
391
|
text-transform:var(--title-subtitle-text-case);
|
|
392
392
|
}
|
|
393
|
-
.bp_text_module_textReset--
|
|
393
|
+
.bp_text_module_textReset--49826.bp_text_module_bodyLargeBold--49826{
|
|
394
394
|
font-family:var(--body-large-bold-font-family);
|
|
395
395
|
font-size:var(--body-large-bold-font-size);
|
|
396
396
|
font-weight:var(--body-large-bold-font-weight);
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
text-decoration:var(--body-large-bold-text-decoration);
|
|
401
401
|
text-transform:var(--body-large-bold-text-case);
|
|
402
402
|
}
|
|
403
|
-
.bp_text_module_textReset--
|
|
403
|
+
.bp_text_module_textReset--49826.bp_text_module_bodyLarge--49826{
|
|
404
404
|
font-family:var(--body-large-font-family);
|
|
405
405
|
font-size:var(--body-large-font-size);
|
|
406
406
|
font-weight:var(--body-large-font-weight);
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
text-decoration:var(--body-large-text-decoration);
|
|
411
411
|
text-transform:var(--body-large-text-case);
|
|
412
412
|
}
|
|
413
|
-
.bp_text_module_textReset--
|
|
413
|
+
.bp_text_module_textReset--49826.bp_text_module_bodyDefaultBold--49826{
|
|
414
414
|
font-family:var(--body-default-bold-font-family);
|
|
415
415
|
font-size:var(--body-default-bold-font-size);
|
|
416
416
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
421
421
|
text-transform:var(--body-default-bold-text-case);
|
|
422
422
|
}
|
|
423
|
-
.bp_text_module_textReset--
|
|
423
|
+
.bp_text_module_textReset--49826.bp_text_module_bodyDefaultSemibold--49826{
|
|
424
424
|
font-family:var(--body-default-semibold-font-family);
|
|
425
425
|
font-size:var(--body-default-semibold-font-size);
|
|
426
426
|
font-weight:var(--body-default-semibold-font-weight);
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
text-decoration:var(--body-default-semibold-text-decoration);
|
|
431
431
|
text-transform:var(--body-default-semibold-text-case);
|
|
432
432
|
}
|
|
433
|
-
.bp_text_module_textReset--
|
|
433
|
+
.bp_text_module_textReset--49826.bp_text_module_bodyDefault--49826{
|
|
434
434
|
font-family:var(--body-default-font-family);
|
|
435
435
|
font-size:var(--body-default-font-size);
|
|
436
436
|
font-weight:var(--body-default-font-weight);
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
text-decoration:var(--body-default-text-decoration);
|
|
441
441
|
text-transform:var(--body-default-text-case);
|
|
442
442
|
}
|
|
443
|
-
.bp_text_module_textReset--
|
|
443
|
+
.bp_text_module_textReset--49826.bp_text_module_caption--49826{
|
|
444
444
|
font-family:var(--caption-default-font-family);
|
|
445
445
|
font-size:var(--caption-default-font-size);
|
|
446
446
|
font-weight:var(--caption-default-font-weight);
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
text-decoration:var(--caption-default-text-decoration);
|
|
451
451
|
text-transform:var(--caption-default-text-case);
|
|
452
452
|
}
|
|
453
|
-
.bp_text_module_textReset--
|
|
453
|
+
.bp_text_module_textReset--49826.bp_text_module_labelBold--49826{
|
|
454
454
|
font-family:var(--label-bold-font-family);
|
|
455
455
|
font-size:var(--label-bold-font-size);
|
|
456
456
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
text-decoration:var(--label-bold-text-decoration);
|
|
461
461
|
text-transform:var(--label-bold-text-case);
|
|
462
462
|
}
|
|
463
|
-
.bp_text_module_textReset--
|
|
463
|
+
.bp_text_module_textReset--49826.bp_text_module_label--49826{
|
|
464
464
|
font-family:var(--label-default-font-family);
|
|
465
465
|
font-size:var(--label-default-font-size);
|
|
466
466
|
font-weight:var(--label-default-font-weight);
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
transform:rotate(180deg);
|
|
747
747
|
}
|
|
748
748
|
|
|
749
|
-
.bp_avatar_module_avatar--
|
|
749
|
+
.bp_avatar_module_avatar--54edf{
|
|
750
750
|
all:unset;
|
|
751
751
|
align-items:center;
|
|
752
752
|
background-color:var(--gray-10);
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
765
765
|
text-transform:var(--body-default-bold-text-case);
|
|
766
766
|
}
|
|
767
|
-
.bp_avatar_module_avatar--
|
|
767
|
+
.bp_avatar_module_avatar--54edf .bp_avatar_module_text--54edf{
|
|
768
768
|
align-items:center;
|
|
769
769
|
border-radius:50%;
|
|
770
770
|
display:flex;
|
|
@@ -772,14 +772,14 @@
|
|
|
772
772
|
justify-content:center;
|
|
773
773
|
width:100%;
|
|
774
774
|
}
|
|
775
|
-
.bp_avatar_module_avatar--
|
|
775
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_small--54edf{
|
|
776
776
|
height:var(--size-6);
|
|
777
777
|
width:var(--size-6);
|
|
778
778
|
}
|
|
779
|
-
.bp_avatar_module_avatar--
|
|
779
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_small--54edf .bp_avatar_module_text--54edf{
|
|
780
780
|
font-size:.5rem;
|
|
781
781
|
}
|
|
782
|
-
.bp_avatar_module_avatar--
|
|
782
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_small--54edf .bp_avatar_module_length-1--54edf.bp_avatar_module_text--54edf,.bp_avatar_module_avatar--54edf.bp_avatar_module_small--54edf .bp_avatar_module_length-2--54edf.bp_avatar_module_text--54edf{
|
|
783
783
|
font-family:var(--label-bold-font-family);
|
|
784
784
|
font-size:var(--label-bold-font-size);
|
|
785
785
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -789,11 +789,11 @@
|
|
|
789
789
|
text-decoration:var(--label-bold-text-decoration);
|
|
790
790
|
text-transform:var(--label-bold-text-case);
|
|
791
791
|
}
|
|
792
|
-
.bp_avatar_module_avatar--
|
|
792
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_medium--54edf{
|
|
793
793
|
height:var(--size-7);
|
|
794
794
|
width:var(--size-7);
|
|
795
795
|
}
|
|
796
|
-
.bp_avatar_module_avatar--
|
|
796
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_medium--54edf .bp_avatar_module_text--54edf{
|
|
797
797
|
font-family:var(--label-bold-font-family);
|
|
798
798
|
font-size:var(--label-bold-font-size);
|
|
799
799
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -803,17 +803,17 @@
|
|
|
803
803
|
text-decoration:var(--label-bold-text-decoration);
|
|
804
804
|
text-transform:var(--label-bold-text-case);
|
|
805
805
|
}
|
|
806
|
-
.bp_avatar_module_avatar--
|
|
806
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_medium--54edf .bp_avatar_module_length-1--54edf.bp_avatar_module_text--54edf,.bp_avatar_module_avatar--54edf.bp_avatar_module_medium--54edf .bp_avatar_module_length-2--54edf.bp_avatar_module_text--54edf{
|
|
807
807
|
font-size:.8125rem;
|
|
808
808
|
}
|
|
809
|
-
.bp_avatar_module_avatar--
|
|
809
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_large--54edf{
|
|
810
810
|
height:var(--size-8);
|
|
811
811
|
width:var(--size-8);
|
|
812
812
|
}
|
|
813
|
-
.bp_avatar_module_avatar--
|
|
813
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_large--54edf .bp_avatar_module_text--54edf{
|
|
814
814
|
font-size:.5rem;
|
|
815
815
|
}
|
|
816
|
-
.bp_avatar_module_avatar--
|
|
816
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_large--54edf .bp_avatar_module_length-1--54edf.bp_avatar_module_text--54edf,.bp_avatar_module_avatar--54edf.bp_avatar_module_large--54edf .bp_avatar_module_length-2--54edf.bp_avatar_module_text--54edf{
|
|
817
817
|
font-family:var(--body-default-bold-font-family);
|
|
818
818
|
font-size:var(--body-default-bold-font-size);
|
|
819
819
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -823,10 +823,10 @@
|
|
|
823
823
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
824
824
|
text-transform:var(--body-default-bold-text-case);
|
|
825
825
|
}
|
|
826
|
-
.bp_avatar_module_avatar--
|
|
826
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_large--54edf .bp_avatar_module_length-3--54edf.bp_avatar_module_text--54edf{
|
|
827
827
|
font-size:.6875rem;
|
|
828
828
|
}
|
|
829
|
-
.bp_avatar_module_avatar--
|
|
829
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_large--54edf .bp_avatar_module_length-4--54edf.bp_avatar_module_text--54edf{
|
|
830
830
|
font-family:var(--label-bold-font-family);
|
|
831
831
|
font-size:var(--label-bold-font-size);
|
|
832
832
|
font-weight:var(--label-bold-font-weight);
|
|
@@ -836,14 +836,14 @@
|
|
|
836
836
|
text-decoration:var(--label-bold-text-decoration);
|
|
837
837
|
text-transform:var(--label-bold-text-case);
|
|
838
838
|
}
|
|
839
|
-
.bp_avatar_module_avatar--
|
|
839
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_xlarge--54edf{
|
|
840
840
|
height:var(--size-11);
|
|
841
841
|
width:var(--size-11);
|
|
842
842
|
}
|
|
843
|
-
.bp_avatar_module_avatar--
|
|
843
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_xlarge--54edf .bp_avatar_module_text--54edf{
|
|
844
844
|
font-size:1rem;
|
|
845
845
|
}
|
|
846
|
-
.bp_avatar_module_avatar--
|
|
846
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_xlarge--54edf .bp_avatar_module_length-1--54edf.bp_avatar_module_text--54edf,.bp_avatar_module_avatar--54edf.bp_avatar_module_xlarge--54edf .bp_avatar_module_length-2--54edf.bp_avatar_module_text--54edf{
|
|
847
847
|
font-family:var(--title-x-large-font-family);
|
|
848
848
|
font-size:var(--title-x-large-font-size);
|
|
849
849
|
font-weight:var(--title-x-large-font-weight);
|
|
@@ -853,46 +853,46 @@
|
|
|
853
853
|
text-decoration:var(--title-x-large-text-decoration);
|
|
854
854
|
text-transform:var(--title-x-large-text-case);
|
|
855
855
|
}
|
|
856
|
-
.bp_avatar_module_avatar--
|
|
856
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_xxlarge--54edf{
|
|
857
857
|
height:var(--size-20);
|
|
858
858
|
width:var(--size-20);
|
|
859
859
|
}
|
|
860
|
-
.bp_avatar_module_avatar--
|
|
860
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_xxlarge--54edf .bp_avatar_module_text--54edf{
|
|
861
861
|
font-size:1.25rem;
|
|
862
862
|
}
|
|
863
|
-
.bp_avatar_module_avatar--
|
|
863
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_xxlarge--54edf .bp_avatar_module_length-1--54edf.bp_avatar_module_text--54edf,.bp_avatar_module_avatar--54edf.bp_avatar_module_xxlarge--54edf .bp_avatar_module_length-2--54edf.bp_avatar_module_text--54edf{
|
|
864
864
|
font-size:2rem;
|
|
865
865
|
}
|
|
866
|
-
.bp_avatar_module_avatar--
|
|
866
|
+
.bp_avatar_module_avatar--54edf.bp_avatar_module_xxlarge--54edf .bp_avatar_module_badge--54edf{
|
|
867
867
|
right:-.375rem;
|
|
868
868
|
}
|
|
869
|
-
.bp_avatar_module_avatar--
|
|
869
|
+
.bp_avatar_module_avatar--54edf .bp_avatar_module_image--54edf{
|
|
870
870
|
border-radius:50%;
|
|
871
871
|
height:100%;
|
|
872
872
|
object-fit:cover;
|
|
873
873
|
width:100%;
|
|
874
874
|
}
|
|
875
|
-
.bp_avatar_module_avatar--
|
|
875
|
+
.bp_avatar_module_avatar--54edf .bp_avatar_module_image--54edf.bp_avatar_module_loading--54edf{
|
|
876
876
|
height:0;
|
|
877
877
|
width:0;
|
|
878
878
|
}
|
|
879
879
|
|
|
880
|
-
.bp_avatar_module_anonymousAvatar--
|
|
880
|
+
.bp_avatar_module_anonymousAvatar--54edf{
|
|
881
881
|
align-items:center;
|
|
882
882
|
display:flex;
|
|
883
883
|
justify-content:center;
|
|
884
884
|
}
|
|
885
885
|
|
|
886
|
-
[data-button-wrapper]:hover .bp_avatar_module_avatar--
|
|
886
|
+
[data-button-wrapper]:hover .bp_avatar_module_avatar--54edf{
|
|
887
887
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-hover);
|
|
888
888
|
cursor:pointer;
|
|
889
889
|
}
|
|
890
890
|
|
|
891
|
-
[data-button-wrapper]:active .bp_avatar_module_avatar--
|
|
891
|
+
[data-button-wrapper]:active .bp_avatar_module_avatar--54edf{
|
|
892
892
|
box-shadow:0 0 0 0 var(--background-background), 0 0 0 var(--border-3) var(--border-avatar-border-pressed);
|
|
893
893
|
}
|
|
894
894
|
|
|
895
|
-
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--
|
|
895
|
+
[data-button-wrapper][data-focus-visible] .bp_avatar_module_avatar--54edf{
|
|
896
896
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
897
897
|
}
|
|
898
898
|
.bp_tooltip_module_content--db0b5{
|
|
@@ -946,12 +946,12 @@
|
|
|
946
946
|
width:0;
|
|
947
947
|
}
|
|
948
948
|
|
|
949
|
-
.bp_base_badge_module_badgeContainer--
|
|
949
|
+
.bp_base_badge_module_badgeContainer--ee7c5{
|
|
950
950
|
display:inline-flex;
|
|
951
951
|
position:relative;
|
|
952
952
|
}
|
|
953
953
|
|
|
954
|
-
.bp_base_badge_module_badge--
|
|
954
|
+
.bp_base_badge_module_badge--ee7c5{
|
|
955
955
|
align-items:center;
|
|
956
956
|
border:var(--border-2) solid var(--border-badge-border);
|
|
957
957
|
border-radius:var(--radius-half);
|
|
@@ -963,37 +963,37 @@
|
|
|
963
963
|
user-select:none;
|
|
964
964
|
}
|
|
965
965
|
|
|
966
|
-
.bp_base_badge_module_smallSizeBadge--
|
|
966
|
+
.bp_base_badge_module_smallSizeBadge--ee7c5{
|
|
967
967
|
height:var(--size-2);
|
|
968
968
|
min-width:var(--size-2);
|
|
969
969
|
}
|
|
970
970
|
|
|
971
|
-
.bp_base_badge_module_mediumSizeBadge--
|
|
971
|
+
.bp_base_badge_module_mediumSizeBadge--ee7c5{
|
|
972
972
|
height:var(--size-3);
|
|
973
973
|
min-width:var(--size-3);
|
|
974
974
|
}
|
|
975
975
|
|
|
976
|
-
.bp_base_badge_module_largeSizeBadge--
|
|
976
|
+
.bp_base_badge_module_largeSizeBadge--ee7c5{
|
|
977
977
|
height:var(--size-4);
|
|
978
978
|
min-width:var(--size-4);
|
|
979
979
|
}
|
|
980
980
|
|
|
981
|
-
.bp_base_badge_module_xlargeSizeBadge--
|
|
981
|
+
.bp_base_badge_module_xlargeSizeBadge--ee7c5{
|
|
982
982
|
height:var(--size-5);
|
|
983
983
|
min-width:var(--size-5);
|
|
984
984
|
}
|
|
985
985
|
|
|
986
|
-
.bp_base_badge_module_xxlargeSizeBadge--
|
|
986
|
+
.bp_base_badge_module_xxlargeSizeBadge--ee7c5{
|
|
987
987
|
height:var(--size-6);
|
|
988
988
|
min-width:var(--size-6);
|
|
989
989
|
}
|
|
990
990
|
|
|
991
|
-
.bp_base_badge_module_iconBadge--
|
|
991
|
+
.bp_base_badge_module_iconBadge--ee7c5{
|
|
992
992
|
bottom:-5%;
|
|
993
993
|
right:-5%;
|
|
994
994
|
}
|
|
995
995
|
|
|
996
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
996
|
+
.bp_base_badge_module_interactiveWrapper--ee7c5{
|
|
997
997
|
border:var(--border-2) solid #0000;
|
|
998
998
|
border-radius:50%;
|
|
999
999
|
bottom:calc(-5% - var(--border-2)/2);
|
|
@@ -1001,22 +1001,22 @@
|
|
|
1001
1001
|
position:absolute;
|
|
1002
1002
|
right:calc(-5% - var(--border-2)/2);
|
|
1003
1003
|
}
|
|
1004
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1004
|
+
.bp_base_badge_module_interactiveWrapper--ee7c5.bp_base_badge_module_smallSizeBadge--ee7c5{
|
|
1005
1005
|
width:var(--size-2);
|
|
1006
1006
|
}
|
|
1007
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1007
|
+
.bp_base_badge_module_interactiveWrapper--ee7c5.bp_base_badge_module_mediumSizeBadge--ee7c5{
|
|
1008
1008
|
width:var(--size-3);
|
|
1009
1009
|
}
|
|
1010
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1010
|
+
.bp_base_badge_module_interactiveWrapper--ee7c5.bp_base_badge_module_largeSizeBadge--ee7c5{
|
|
1011
1011
|
width:var(--size-4);
|
|
1012
1012
|
}
|
|
1013
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1013
|
+
.bp_base_badge_module_interactiveWrapper--ee7c5.bp_base_badge_module_xlargeSizeBadge--ee7c5{
|
|
1014
1014
|
width:var(--size-5);
|
|
1015
1015
|
}
|
|
1016
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1016
|
+
.bp_base_badge_module_interactiveWrapper--ee7c5.bp_base_badge_module_xxlargeSizeBadge--ee7c5{
|
|
1017
1017
|
width:var(--size-6);
|
|
1018
1018
|
}
|
|
1019
|
-
.bp_base_badge_module_interactiveWrapper--
|
|
1019
|
+
.bp_base_badge_module_interactiveWrapper--ee7c5::before{
|
|
1020
1020
|
content:"";
|
|
1021
1021
|
left:calc(var(--size-6)*-1/4);
|
|
1022
1022
|
min-height:var(--size-6);
|
|
@@ -1025,36 +1025,36 @@
|
|
|
1025
1025
|
top:calc(var(--size-6)*-1/4);
|
|
1026
1026
|
}
|
|
1027
1027
|
|
|
1028
|
-
.bp_base_badge_module_statusBadge--
|
|
1028
|
+
.bp_base_badge_module_statusBadge--ee7c5{
|
|
1029
1029
|
bottom:-20%;
|
|
1030
1030
|
right:-20%;
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
-
.bp_base_badge_module_statusBadge--
|
|
1033
|
+
.bp_base_badge_module_statusBadge--ee7c5.bp_base_badge_module_largeSizeBadge--ee7c5{
|
|
1034
1034
|
bottom:-22%;
|
|
1035
1035
|
right:-22%;
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
|
-
.bp_base_badge_module_statusBadge--
|
|
1038
|
+
.bp_base_badge_module_statusBadge--ee7c5.bp_base_badge_module_xlargeSizeBadge--ee7c5{
|
|
1039
1039
|
bottom:-15%;
|
|
1040
1040
|
right:-15%;
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
.bp_base_badge_module_statusBadge--
|
|
1043
|
+
.bp_base_badge_module_statusBadge--ee7c5.bp_base_badge_module_xxlargeSizeBadge--ee7c5{
|
|
1044
1044
|
bottom:-4%;
|
|
1045
1045
|
right:-4%;
|
|
1046
1046
|
}
|
|
1047
1047
|
|
|
1048
|
-
.bp_base_badge_module_numericBadge--
|
|
1048
|
+
.bp_base_badge_module_numericBadge--ee7c5{
|
|
1049
1049
|
left:60%;
|
|
1050
1050
|
top:0;
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
-
.bp_base_badge_module_numericBadgeSingleDigit--
|
|
1053
|
+
.bp_base_badge_module_numericBadgeSingleDigit--ee7c5{
|
|
1054
1054
|
padding:1px;
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
1057
|
-
.bp_base_badge_module_numericBadgeMoreDigits--
|
|
1057
|
+
.bp_base_badge_module_numericBadgeMoreDigits--ee7c5{
|
|
1058
1058
|
padding:1px 3px;
|
|
1059
1059
|
}
|
|
1060
1060
|
.bp_button_wrapper_module_buttonWrapper--b0897{
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
box-shadow:var(--dropshadow-3);
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
|
-
.bp_card_tooltip_module_content--
|
|
1076
|
+
.bp_card_tooltip_module_content--8b251{
|
|
1077
1077
|
animation-duration:.4s;
|
|
1078
1078
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
1079
1079
|
border-radius:var(--radius-1);
|
|
@@ -1092,25 +1092,25 @@
|
|
|
1092
1092
|
word-break:break-word;
|
|
1093
1093
|
z-index:2147483647;
|
|
1094
1094
|
}
|
|
1095
|
-
.bp_card_tooltip_module_content--
|
|
1095
|
+
.bp_card_tooltip_module_content--8b251.bp_card_tooltip_module_card--8b251{
|
|
1096
1096
|
max-height:var(--radix-tooltip-content-available-height);
|
|
1097
1097
|
max-width:336px;
|
|
1098
1098
|
min-width:168px;
|
|
1099
1099
|
}
|
|
1100
|
-
.bp_card_tooltip_module_content--
|
|
1101
|
-
animation-name:bp_card_tooltip_module_slideDownAndFade--
|
|
1100
|
+
.bp_card_tooltip_module_content--8b251[data-state=delayed-open][data-side=top]{
|
|
1101
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--8b251;
|
|
1102
1102
|
}
|
|
1103
|
-
.bp_card_tooltip_module_content--
|
|
1104
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
1103
|
+
.bp_card_tooltip_module_content--8b251[data-state=delayed-open][data-side=right]{
|
|
1104
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--8b251;
|
|
1105
1105
|
}
|
|
1106
|
-
.bp_card_tooltip_module_content--
|
|
1107
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
1106
|
+
.bp_card_tooltip_module_content--8b251[data-state=delayed-open][data-side=bottom]{
|
|
1107
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--8b251;
|
|
1108
1108
|
}
|
|
1109
|
-
.bp_card_tooltip_module_content--
|
|
1110
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
1109
|
+
.bp_card_tooltip_module_content--8b251[data-state=delayed-open][data-side=left]{
|
|
1110
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--8b251;
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
1113
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--8b251{
|
|
1114
1114
|
from{
|
|
1115
1115
|
opacity:0;
|
|
1116
1116
|
transform:translateY(2px);
|
|
@@ -1120,7 +1120,7 @@
|
|
|
1120
1120
|
transform:translateY(0);
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
|
-
@keyframes bp_card_tooltip_module_slideRightAndFade--
|
|
1123
|
+
@keyframes bp_card_tooltip_module_slideRightAndFade--8b251{
|
|
1124
1124
|
from{
|
|
1125
1125
|
opacity:0;
|
|
1126
1126
|
transform:translateX(-2px);
|
|
@@ -1130,7 +1130,7 @@
|
|
|
1130
1130
|
transform:translateX(0);
|
|
1131
1131
|
}
|
|
1132
1132
|
}
|
|
1133
|
-
@keyframes bp_card_tooltip_module_slideDownAndFade--
|
|
1133
|
+
@keyframes bp_card_tooltip_module_slideDownAndFade--8b251{
|
|
1134
1134
|
from{
|
|
1135
1135
|
opacity:0;
|
|
1136
1136
|
transform:translateY(-2px);
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
transform:translateY(0);
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
|
-
@keyframes bp_card_tooltip_module_slideLeftAndFade--
|
|
1143
|
+
@keyframes bp_card_tooltip_module_slideLeftAndFade--8b251{
|
|
1144
1144
|
from{
|
|
1145
1145
|
opacity:0;
|
|
1146
1146
|
transform:translateX(2px);
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
|
|
1154
|
-
.bp_card_tooltip_v2_module_content--
|
|
1154
|
+
.bp_card_tooltip_v2_module_content--d9fcb{
|
|
1155
1155
|
border-radius:var(--radius-1);
|
|
1156
1156
|
font-family:var(--body-default-font-family);
|
|
1157
1157
|
font-size:var(--body-default-font-size);
|
|
@@ -1169,25 +1169,25 @@
|
|
|
1169
1169
|
word-break:break-word;
|
|
1170
1170
|
z-index:2147483647;
|
|
1171
1171
|
}
|
|
1172
|
-
.bp_card_tooltip_v2_module_content--
|
|
1172
|
+
.bp_card_tooltip_v2_module_content--d9fcb[data-open]{
|
|
1173
1173
|
animation-duration:var(--animation-duration-4);
|
|
1174
1174
|
animation-timing-function:var(--animation-easing-ease-base);
|
|
1175
1175
|
will-change:transform, opacity;
|
|
1176
1176
|
}
|
|
1177
|
-
.bp_card_tooltip_v2_module_content--
|
|
1178
|
-
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1177
|
+
.bp_card_tooltip_v2_module_content--d9fcb[data-open][data-side=top]{
|
|
1178
|
+
animation-name:bp_card_tooltip_v2_module_slideDownAndFade--d9fcb;
|
|
1179
1179
|
}
|
|
1180
|
-
.bp_card_tooltip_v2_module_content--
|
|
1181
|
-
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1180
|
+
.bp_card_tooltip_v2_module_content--d9fcb[data-open][data-side=right]{
|
|
1181
|
+
animation-name:bp_card_tooltip_v2_module_slideLeftAndFade--d9fcb;
|
|
1182
1182
|
}
|
|
1183
|
-
.bp_card_tooltip_v2_module_content--
|
|
1184
|
-
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1183
|
+
.bp_card_tooltip_v2_module_content--d9fcb[data-open][data-side=bottom]{
|
|
1184
|
+
animation-name:bp_card_tooltip_v2_module_slideUpAndFade--d9fcb;
|
|
1185
1185
|
}
|
|
1186
|
-
.bp_card_tooltip_v2_module_content--
|
|
1187
|
-
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1186
|
+
.bp_card_tooltip_v2_module_content--d9fcb[data-open][data-side=left]{
|
|
1187
|
+
animation-name:bp_card_tooltip_v2_module_slideRightAndFade--d9fcb;
|
|
1188
1188
|
}
|
|
1189
1189
|
|
|
1190
|
-
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--
|
|
1190
|
+
@keyframes bp_card_tooltip_v2_module_slideUpAndFade--d9fcb{
|
|
1191
1191
|
from{
|
|
1192
1192
|
opacity:0;
|
|
1193
1193
|
transform:translateY(2px);
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
transform:translateY(0);
|
|
1198
1198
|
}
|
|
1199
1199
|
}
|
|
1200
|
-
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--
|
|
1200
|
+
@keyframes bp_card_tooltip_v2_module_slideRightAndFade--d9fcb{
|
|
1201
1201
|
from{
|
|
1202
1202
|
opacity:0;
|
|
1203
1203
|
transform:translateX(-2px);
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
transform:translateX(0);
|
|
1208
1208
|
}
|
|
1209
1209
|
}
|
|
1210
|
-
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--
|
|
1210
|
+
@keyframes bp_card_tooltip_v2_module_slideDownAndFade--d9fcb{
|
|
1211
1211
|
from{
|
|
1212
1212
|
opacity:0;
|
|
1213
1213
|
transform:translateY(-2px);
|
|
@@ -1217,7 +1217,7 @@
|
|
|
1217
1217
|
transform:translateY(0);
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
1220
|
-
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--
|
|
1220
|
+
@keyframes bp_card_tooltip_v2_module_slideLeftAndFade--d9fcb{
|
|
1221
1221
|
from{
|
|
1222
1222
|
opacity:0;
|
|
1223
1223
|
transform:translateX(2px);
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1231
|
+
.bp_interactive_icon_module_interactiveIcon--f3e21{
|
|
1232
1232
|
all:unset;
|
|
1233
1233
|
background:none;
|
|
1234
1234
|
border:0;
|
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
display:inline-flex;
|
|
1238
1238
|
padding:0;
|
|
1239
1239
|
}
|
|
1240
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
1240
|
+
.bp_interactive_icon_module_interactiveIcon--f3e21:focus-visible{
|
|
1241
1241
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
1242
1242
|
outline:none;
|
|
1243
1243
|
overflow:visible;
|
|
@@ -1297,7 +1297,7 @@
|
|
|
1297
1297
|
padding-bottom:var(--size-4);
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
|
-
.bp_checkbox_module_option--
|
|
1300
|
+
.bp_checkbox_module_option--dda3e{
|
|
1301
1301
|
display:flex;
|
|
1302
1302
|
flex-direction:column;
|
|
1303
1303
|
font-family:var(--body-default-font-family);
|
|
@@ -1309,7 +1309,7 @@
|
|
|
1309
1309
|
text-decoration:var(--body-default-text-decoration);
|
|
1310
1310
|
text-transform:var(--body-default-text-case);
|
|
1311
1311
|
}
|
|
1312
|
-
.bp_checkbox_module_option--
|
|
1312
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e{
|
|
1313
1313
|
all:unset;
|
|
1314
1314
|
align-items:center;
|
|
1315
1315
|
background-color:var(--surface-checkbox-surface);
|
|
@@ -1323,39 +1323,39 @@
|
|
|
1323
1323
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
1324
1324
|
width:var(--size-4);
|
|
1325
1325
|
}
|
|
1326
|
-
.bp_checkbox_module_option--
|
|
1326
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e .bp_checkbox_module_indicator--dda3e{
|
|
1327
1327
|
display:flex;
|
|
1328
1328
|
transform:scale(0);
|
|
1329
1329
|
transition-duration:.15s;
|
|
1330
1330
|
transition-property:transform;
|
|
1331
1331
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
1332
1332
|
}
|
|
1333
|
-
.bp_checkbox_module_option--
|
|
1333
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:focus-visible{
|
|
1334
1334
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1335
1335
|
outline-offset:var(--border-1);
|
|
1336
1336
|
}
|
|
1337
|
-
.bp_checkbox_module_option--
|
|
1337
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e[data-disabled]{
|
|
1338
1338
|
opacity:60%;
|
|
1339
1339
|
}
|
|
1340
|
-
.bp_checkbox_module_option--
|
|
1340
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e[data-state=checked],.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e[data-state=indeterminate]{
|
|
1341
1341
|
background-color:var(--surface-checkbox-surface-selected);
|
|
1342
1342
|
border-color:var(--border-checkbox-border-selected);
|
|
1343
1343
|
}
|
|
1344
|
-
.bp_checkbox_module_option--
|
|
1344
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e[data-state=checked] .bp_checkbox_module_indicator--dda3e,.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e[data-state=indeterminate] .bp_checkbox_module_indicator--dda3e{
|
|
1345
1345
|
background-color:var(--surface-checkbox-surface-selected);
|
|
1346
1346
|
transform:scale(1);
|
|
1347
1347
|
}
|
|
1348
|
-
.bp_checkbox_module_option--
|
|
1348
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):focus-visible,.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):hover{
|
|
1349
1349
|
border-color:var(--border-checkbox-border-hover);
|
|
1350
1350
|
}
|
|
1351
|
-
.bp_checkbox_module_option--
|
|
1351
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):focus-visible[data-state=checked],.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):focus-visible[data-state=indeterminate],.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):hover[data-state=checked],.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):hover[data-state=indeterminate]{
|
|
1352
1352
|
background-color:var(--surface-checkbox-surface-selected-hover);
|
|
1353
1353
|
border-color:var(--border-checkbox-border-selected-hover);
|
|
1354
1354
|
}
|
|
1355
|
-
.bp_checkbox_module_option--
|
|
1355
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):focus-visible[data-state=checked] .bp_checkbox_module_indicator--dda3e,.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):focus-visible[data-state=indeterminate] .bp_checkbox_module_indicator--dda3e,.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):hover[data-state=checked] .bp_checkbox_module_indicator--dda3e,.bp_checkbox_module_option--dda3e .bp_checkbox_module_checkbox--dda3e:not([data-disabled]):hover[data-state=indeterminate] .bp_checkbox_module_indicator--dda3e{
|
|
1356
1356
|
background-color:var(--surface-checkbox-surface-selected-hover);
|
|
1357
1357
|
}
|
|
1358
|
-
.bp_checkbox_module_option--
|
|
1358
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_label--dda3e{
|
|
1359
1359
|
cursor:pointer;
|
|
1360
1360
|
display:inline-flex;
|
|
1361
1361
|
flex-direction:row;
|
|
@@ -1363,10 +1363,10 @@
|
|
|
1363
1363
|
width:-moz-fit-content;
|
|
1364
1364
|
width:fit-content;
|
|
1365
1365
|
}
|
|
1366
|
-
.bp_checkbox_module_option--
|
|
1366
|
+
.bp_checkbox_module_option--dda3e .bp_checkbox_module_description--dda3e{
|
|
1367
1367
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
1368
1368
|
}
|
|
1369
|
-
.bp_checkbox_module_option--
|
|
1369
|
+
.bp_checkbox_module_option--dda3e.bp_checkbox_module_disabled--dda3e .bp_checkbox_module_label--dda3e{
|
|
1370
1370
|
cursor:default;
|
|
1371
1371
|
}
|
|
1372
1372
|
.bp_icon_button_module_iconButton--cb154{
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
flex-shrink:0;
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
1658
|
-
.bp_text_area_autosize_module_textArea--
|
|
1658
|
+
.bp_text_area_autosize_module_textArea--4ccfe{
|
|
1659
1659
|
background:var(--surface-input-surface);
|
|
1660
1660
|
border:none;
|
|
1661
1661
|
box-shadow:var(--innershadow-1);
|
|
@@ -1674,38 +1674,38 @@
|
|
|
1674
1674
|
text-transform:var(--body-default-text-case);
|
|
1675
1675
|
width:100%;
|
|
1676
1676
|
}
|
|
1677
|
-
.bp_text_area_autosize_module_textArea--
|
|
1677
|
+
.bp_text_area_autosize_module_textArea--4ccfe::placeholder{
|
|
1678
1678
|
color:var(--text-text-on-light-secondary);
|
|
1679
1679
|
opacity:1;
|
|
1680
1680
|
}
|
|
1681
|
-
.bp_text_area_autosize_module_textArea--
|
|
1681
|
+
.bp_text_area_autosize_module_textArea--4ccfe.bp_text_area_autosize_module_error--4ccfe{
|
|
1682
1682
|
background:var(--surface-input-surface-error);
|
|
1683
1683
|
outline:0;
|
|
1684
1684
|
}
|
|
1685
|
-
.bp_text_area_autosize_module_textArea--
|
|
1685
|
+
.bp_text_area_autosize_module_textArea--4ccfe:focus{
|
|
1686
1686
|
border:none;
|
|
1687
1687
|
}
|
|
1688
|
-
.bp_text_area_autosize_module_textArea--
|
|
1688
|
+
.bp_text_area_autosize_module_textArea--4ccfe:hover{
|
|
1689
1689
|
box-shadow:var(--innershadow-1);
|
|
1690
1690
|
}
|
|
1691
|
-
.bp_text_area_autosize_module_textArea--
|
|
1691
|
+
.bp_text_area_autosize_module_textArea--4ccfe:focus-visible{
|
|
1692
1692
|
background:var(--surface-input-surface-focus);
|
|
1693
1693
|
outline:0;
|
|
1694
1694
|
}
|
|
1695
|
-
.bp_text_area_autosize_module_textArea--
|
|
1695
|
+
.bp_text_area_autosize_module_textArea--4ccfe:disabled{
|
|
1696
1696
|
background:var(--surface-input-surface);
|
|
1697
1697
|
border:none;
|
|
1698
1698
|
box-shadow:var(--innershadow-1);
|
|
1699
1699
|
color:var(--text-text-on-light);
|
|
1700
1700
|
}
|
|
1701
|
-
.bp_text_area_autosize_module_textArea--
|
|
1701
|
+
.bp_text_area_autosize_module_textArea--4ccfe:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--4ccfe):hover{
|
|
1702
1702
|
background:var(--surface-input-surface-hover);
|
|
1703
1703
|
}
|
|
1704
|
-
.bp_text_area_autosize_module_textArea--
|
|
1704
|
+
.bp_text_area_autosize_module_textArea--4ccfe.bp_text_area_autosize_module_loading--4ccfe{
|
|
1705
1705
|
padding-inline-end:1.875rem;
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
1708
|
+
.bp_text_area_autosize_module_loadingIndicator--4ccfe{
|
|
1709
1709
|
bottom:.375rem;
|
|
1710
1710
|
display:inline-block;
|
|
1711
1711
|
height:var(--size-6);
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
width:var(--size-6);
|
|
1716
1716
|
}
|
|
1717
1717
|
|
|
1718
|
-
.bp_text_area_autosize_module_border--
|
|
1718
|
+
.bp_text_area_autosize_module_border--4ccfe{
|
|
1719
1719
|
border-radius:var(--radius-2);
|
|
1720
1720
|
box-shadow:0 0 0 var(--border-1) var(--border-input-border);
|
|
1721
1721
|
display:flex;
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
transform:translateZ(0);
|
|
1724
1724
|
}
|
|
1725
1725
|
|
|
1726
|
-
.bp_text_area_module_textAreaContainer--
|
|
1726
|
+
.bp_text_area_module_textAreaContainer--cb73c{
|
|
1727
1727
|
display:flex;
|
|
1728
1728
|
flex-direction:column;
|
|
1729
1729
|
font-family:var(--body-default-font-family);
|
|
@@ -1736,7 +1736,7 @@
|
|
|
1736
1736
|
text-decoration:var(--body-default-text-decoration);
|
|
1737
1737
|
text-transform:var(--body-default-text-case);
|
|
1738
1738
|
}
|
|
1739
|
-
.bp_text_area_module_textAreaContainer--
|
|
1739
|
+
.bp_text_area_module_textAreaContainer--cb73c .bp_text_area_module_label--cb73c{
|
|
1740
1740
|
color:var(--text-text-on-light);
|
|
1741
1741
|
flex:0 0 fit-content;
|
|
1742
1742
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -1750,13 +1750,13 @@
|
|
|
1750
1750
|
width:-moz-fit-content;
|
|
1751
1751
|
width:fit-content;
|
|
1752
1752
|
}
|
|
1753
|
-
.bp_text_area_module_textAreaContainer--
|
|
1753
|
+
.bp_text_area_module_textAreaContainer--cb73c .bp_text_area_module_label--cb73c:not(.bp_text_area_module_hidden--cb73c){
|
|
1754
1754
|
margin-block-end:var(--space-2);
|
|
1755
1755
|
}
|
|
1756
|
-
.bp_text_area_module_textAreaContainer--
|
|
1756
|
+
.bp_text_area_module_textAreaContainer--cb73c.bp_text_area_module_disabled--cb73c{
|
|
1757
1757
|
opacity:60%;
|
|
1758
1758
|
}
|
|
1759
|
-
.bp_text_area_module_textAreaContainer--
|
|
1759
|
+
.bp_text_area_module_textAreaContainer--cb73c .bp_text_area_module_inlineError--cb73c{
|
|
1760
1760
|
margin-block-start:var(--space-2);
|
|
1761
1761
|
}
|
|
1762
1762
|
.bp_labelable_module_required--25dbc{
|
|
@@ -1771,7 +1771,7 @@
|
|
|
1771
1771
|
transform:scale(1.2);
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
1774
|
-
.bp_combobox_module_container--
|
|
1774
|
+
.bp_combobox_module_container--988d7{
|
|
1775
1775
|
display:flex;
|
|
1776
1776
|
flex-direction:column;
|
|
1777
1777
|
font-family:var(--body-default-font-family);
|
|
@@ -1783,10 +1783,10 @@
|
|
|
1783
1783
|
text-decoration:var(--body-default-text-decoration);
|
|
1784
1784
|
text-transform:var(--body-default-text-case);
|
|
1785
1785
|
}
|
|
1786
|
-
.bp_combobox_module_container--
|
|
1786
|
+
.bp_combobox_module_container--988d7.bp_combobox_module_disabled--988d7{
|
|
1787
1787
|
opacity:60%;
|
|
1788
1788
|
}
|
|
1789
|
-
.bp_combobox_module_container--
|
|
1789
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_label--988d7{
|
|
1790
1790
|
color:var(--text-text-on-light);
|
|
1791
1791
|
flex:0 0 fit-content;
|
|
1792
1792
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -1799,10 +1799,10 @@
|
|
|
1799
1799
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
1800
1800
|
text-transform:var(--body-default-bold-text-case);
|
|
1801
1801
|
}
|
|
1802
|
-
.bp_combobox_module_container--
|
|
1802
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_label--988d7:not(.bp_combobox_module_hiddenLabel--988d7){
|
|
1803
1803
|
margin-block-end:var(--space-2);
|
|
1804
1804
|
}
|
|
1805
|
-
.bp_combobox_module_container--
|
|
1805
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7{
|
|
1806
1806
|
background-color:var(--surface-dropdown-surface);
|
|
1807
1807
|
border-bottom:var(--blueprint-combobox-border-bottom-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
|
|
1808
1808
|
border-left:var(--blueprint-combobox-border-left-width, var(--border-1)) solid var(--blueprint-combobox-border-color, var(--border-input-border));
|
|
@@ -1819,15 +1819,15 @@
|
|
|
1819
1819
|
padding-inline:var(--space-3);
|
|
1820
1820
|
position:relative;
|
|
1821
1821
|
}
|
|
1822
|
-
.bp_combobox_module_container--
|
|
1822
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7.bp_combobox_module_withComboboxButtons--988d7{
|
|
1823
1823
|
padding-inline-end:var(--space-10);
|
|
1824
1824
|
}
|
|
1825
|
-
.bp_combobox_module_container--
|
|
1825
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7:not(:disabled):has(input:focus){
|
|
1826
1826
|
background-color:var(--surface-dropdown-surface-focus);
|
|
1827
1827
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
1828
1828
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
1829
1829
|
}
|
|
1830
|
-
.bp_combobox_module_container--
|
|
1830
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7:not(:disabled).bp_combobox_module_error--988d7,.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7:not(:disabled):has([aria-invalid=true]){
|
|
1831
1831
|
background-color:var(--surface-dropdown-surface-error);
|
|
1832
1832
|
border-bottom:var(--blueprint-combobox-border-error-bottom-width, var(--border-2)) solid var(--border-input-border-error);
|
|
1833
1833
|
border-left:var(--blueprint-combobox-border-error-left-width, var(--border-2)) solid var(--border-input-border-error);
|
|
@@ -1835,13 +1835,13 @@
|
|
|
1835
1835
|
border-top:var(--blueprint-combobox-border-error-top-width, var(--border-2)) solid var(--border-input-border-error);
|
|
1836
1836
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
1837
1837
|
}
|
|
1838
|
-
.bp_combobox_module_container--
|
|
1838
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7 .bp_combobox_module_textInputWrapper--988d7{
|
|
1839
1839
|
align-items:center;
|
|
1840
1840
|
display:flex;
|
|
1841
1841
|
flex:content;
|
|
1842
1842
|
gap:var(--space-2);
|
|
1843
1843
|
}
|
|
1844
|
-
.bp_combobox_module_container--
|
|
1844
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7 .bp_combobox_module_textInputWrapper--988d7 .bp_combobox_module_textInput--988d7{
|
|
1845
1845
|
background-color:initial;
|
|
1846
1846
|
border:none;
|
|
1847
1847
|
color:var(--text-text-on-light);
|
|
@@ -1858,28 +1858,28 @@
|
|
|
1858
1858
|
text-transform:var(--body-default-text-case);
|
|
1859
1859
|
width:100%;
|
|
1860
1860
|
}
|
|
1861
|
-
.bp_combobox_module_container--
|
|
1861
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7 .bp_combobox_module_textInputWrapper--988d7 .bp_combobox_module_errorIcon--988d7 path{
|
|
1862
1862
|
fill:var(--icon-icon-error-on-light);
|
|
1863
1863
|
}
|
|
1864
|
-
.bp_combobox_module_container--
|
|
1864
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7 .bp_combobox_module_textInputWrapper--988d7 .bp_combobox_module_comboboxButtons--988d7{
|
|
1865
1865
|
align-items:center;
|
|
1866
1866
|
display:flex;
|
|
1867
1867
|
position:absolute;
|
|
1868
1868
|
right:var(--space-2);
|
|
1869
1869
|
top:var(--space-2);
|
|
1870
1870
|
}
|
|
1871
|
-
.bp_combobox_module_container--
|
|
1871
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7.bp_combobox_module_withChips--988d7{
|
|
1872
1872
|
max-height:calc(var(--space-2)*2 + var(--space-6)*3);
|
|
1873
1873
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
|
|
1874
1874
|
}
|
|
1875
|
-
.bp_combobox_module_container--
|
|
1875
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7.bp_combobox_module_withChips--988d7:not(:disabled).bp_combobox_module_error--988d7,.bp_combobox_module_container--988d7 .bp_combobox_module_comboboxContainer--988d7.bp_combobox_module_withChips--988d7:not(:disabled):has(input:focus){
|
|
1876
1876
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
|
|
1877
1877
|
}
|
|
1878
|
-
.bp_combobox_module_container--
|
|
1878
|
+
.bp_combobox_module_container--988d7 .bp_combobox_module_inlineError--988d7{
|
|
1879
1879
|
margin-block-start:var(--space-2);
|
|
1880
1880
|
}
|
|
1881
1881
|
|
|
1882
|
-
.bp_combobox_module_popover--
|
|
1882
|
+
.bp_combobox_module_popover--988d7{
|
|
1883
1883
|
background-color:var(--surface-menu-surface);
|
|
1884
1884
|
border:var(--border-1) solid var(--border-card-border);
|
|
1885
1885
|
border-radius:var(--radius-3);
|
|
@@ -1898,7 +1898,7 @@
|
|
|
1898
1898
|
text-transform:var(--body-default-text-case);
|
|
1899
1899
|
z-index:380;
|
|
1900
1900
|
}
|
|
1901
|
-
.bp_combobox_module_popover--
|
|
1901
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_option--988d7{
|
|
1902
1902
|
border:var(--border-2) solid #0000;
|
|
1903
1903
|
border-radius:var(--radius-3);
|
|
1904
1904
|
box-sizing:border-box;
|
|
@@ -1912,21 +1912,21 @@
|
|
|
1912
1912
|
user-select:none;
|
|
1913
1913
|
width:100%;
|
|
1914
1914
|
}
|
|
1915
|
-
.bp_combobox_module_popover--
|
|
1915
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_option--988d7[aria-disabled]{
|
|
1916
1916
|
opacity:60%;
|
|
1917
1917
|
}
|
|
1918
|
-
.bp_combobox_module_popover--
|
|
1918
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_option--988d7[data-active-item]:not([aria-disabled]){
|
|
1919
1919
|
background-color:var(--surface-menu-surface-focus);
|
|
1920
1920
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
1921
1921
|
}
|
|
1922
|
-
.bp_combobox_module_popover--
|
|
1922
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_option--988d7:active{
|
|
1923
1923
|
background-color:var(--surface-menu-surface-hover);
|
|
1924
1924
|
border:var(--border-2) solid #0000;
|
|
1925
1925
|
}
|
|
1926
|
-
.bp_combobox_module_popover--
|
|
1926
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_option--988d7:hover{
|
|
1927
1927
|
background-color:var(--surface-menu-surface-hover);
|
|
1928
1928
|
}
|
|
1929
|
-
.bp_combobox_module_popover--
|
|
1929
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_option--988d7 .bp_combobox_module_indicator--988d7{
|
|
1930
1930
|
align-items:center;
|
|
1931
1931
|
display:flex;
|
|
1932
1932
|
height:var(--size-9);
|
|
@@ -1935,22 +1935,22 @@
|
|
|
1935
1935
|
position:absolute;
|
|
1936
1936
|
top:0;
|
|
1937
1937
|
}
|
|
1938
|
-
.bp_combobox_module_popover--
|
|
1938
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_option--988d7 .bp_combobox_module_indicator--988d7 .bp_combobox_module_indicatorIcon--988d7 path{
|
|
1939
1939
|
fill:var(--icon-icon-on-light);
|
|
1940
1940
|
}
|
|
1941
|
-
.bp_combobox_module_popover--
|
|
1941
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_optionWithIndicator--988d7{
|
|
1942
1942
|
padding-inline:var(--space-10) var(--space-2);
|
|
1943
1943
|
}
|
|
1944
|
-
.bp_combobox_module_popover--
|
|
1944
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_loadingIndicator--988d7{
|
|
1945
1945
|
position:unset;
|
|
1946
1946
|
}
|
|
1947
|
-
.bp_combobox_module_popover--
|
|
1947
|
+
.bp_combobox_module_popover--988d7 .bp_combobox_module_noResultOption--988d7{
|
|
1948
1948
|
color:var(--text-text-on-light);
|
|
1949
1949
|
-webkit-user-select:none;
|
|
1950
1950
|
user-select:none;
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
|
-
.bp_combobox_group_module_container--
|
|
1953
|
+
.bp_combobox_group_module_container--862c4{
|
|
1954
1954
|
align-items:flex-start;
|
|
1955
1955
|
display:flex;
|
|
1956
1956
|
flex-direction:column;
|
|
@@ -1958,17 +1958,17 @@
|
|
|
1958
1958
|
max-width:358px;
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
|
-
.bp_combobox_group_module_comboboxGroupcontainer--
|
|
1961
|
+
.bp_combobox_group_module_comboboxGroupcontainer--862c4{
|
|
1962
1962
|
display:flex;
|
|
1963
1963
|
flex-direction:row;
|
|
1964
1964
|
}
|
|
1965
1965
|
|
|
1966
|
-
.bp_combobox_group_module_disabled--
|
|
1966
|
+
.bp_combobox_group_module_disabled--862c4{
|
|
1967
1967
|
opacity:60%;
|
|
1968
1968
|
pointer-events:none;
|
|
1969
1969
|
}
|
|
1970
1970
|
|
|
1971
|
-
.bp_combobox_group_module_label--
|
|
1971
|
+
.bp_combobox_group_module_label--862c4{
|
|
1972
1972
|
color:var(--text-text-on-light);
|
|
1973
1973
|
flex:0 0 fit-content;
|
|
1974
1974
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -1982,59 +1982,59 @@
|
|
|
1982
1982
|
text-transform:var(--body-default-bold-text-case);
|
|
1983
1983
|
}
|
|
1984
1984
|
|
|
1985
|
-
.bp_combobox_group_module_trailing--
|
|
1985
|
+
.bp_combobox_group_module_trailing--862c4{
|
|
1986
1986
|
--blueprint-combobox-input-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
1987
1987
|
--blueprint-select-trigger-radius:0 var(--radius-2) var(--radius-2) 0;
|
|
1988
1988
|
--blueprint-combobox-border-left-width:none;
|
|
1989
1989
|
--blueprint-select-border-left-width:none;
|
|
1990
1990
|
}
|
|
1991
1991
|
|
|
1992
|
-
.bp_combobox_group_module_leading--
|
|
1992
|
+
.bp_combobox_group_module_leading--862c4{
|
|
1993
1993
|
--blueprint-combobox-input-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
1994
1994
|
--blueprint-select-trigger-radius:var(--radius-2) 0 0 var(--radius-2);
|
|
1995
1995
|
}
|
|
1996
1996
|
|
|
1997
|
-
.bp_combobox_group_module_errorCombobox--
|
|
1997
|
+
.bp_combobox_group_module_errorCombobox--862c4.bp_combobox_group_module_leading--862c4{
|
|
1998
1998
|
--blueprint-select-border-right-width:none;
|
|
1999
1999
|
}
|
|
2000
2000
|
|
|
2001
|
-
.bp_combobox_group_module_errorSelect--
|
|
2001
|
+
.bp_combobox_group_module_errorSelect--862c4.bp_combobox_group_module_leading--862c4{
|
|
2002
2002
|
--blueprint-combobox-border-right-width:none;
|
|
2003
2003
|
}
|
|
2004
2004
|
|
|
2005
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2005
|
+
.bp_combobox_group_module_errorCombobox--862c4.bp_combobox_group_module_errorSelect--862c4.bp_combobox_group_module_trailing--862c4{
|
|
2006
2006
|
--blueprint-select-border-error-left-width:none;
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
|
-
.bp_combobox_group_module_errorCombobox--
|
|
2009
|
+
.bp_combobox_group_module_errorCombobox--862c4.bp_combobox_group_module_errorSelect--862c4.bp_combobox_group_module_leading--862c4{
|
|
2010
2010
|
--blueprint-select-border-error-right-width:none;
|
|
2011
2011
|
}
|
|
2012
2012
|
|
|
2013
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2013
|
+
.bp_combobox_group_module_selectHasFocus--862c4.bp_combobox_group_module_leading--862c4{
|
|
2014
2014
|
--blueprint-combobox-border-right-width:none;
|
|
2015
2015
|
}
|
|
2016
2016
|
|
|
2017
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2017
|
+
.bp_combobox_group_module_selectHasFocus--862c4.bp_combobox_group_module_errorCombobox--862c4.bp_combobox_group_module_leading--862c4{
|
|
2018
2018
|
--blueprint-combobox-border-error-right-width:none;
|
|
2019
2019
|
}
|
|
2020
2020
|
|
|
2021
|
-
.bp_combobox_group_module_selectHasFocus--
|
|
2021
|
+
.bp_combobox_group_module_selectHasFocus--862c4.bp_combobox_group_module_errorCombobox--862c4.bp_combobox_group_module_trailing--862c4{
|
|
2022
2022
|
--blueprint-combobox-border-error-left-width:none;
|
|
2023
2023
|
}
|
|
2024
2024
|
|
|
2025
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2025
|
+
.bp_combobox_group_module_comboboxHasFocus--862c4.bp_combobox_group_module_leading--862c4{
|
|
2026
2026
|
--blueprint-select-border-right-width:none;
|
|
2027
2027
|
}
|
|
2028
2028
|
|
|
2029
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2029
|
+
.bp_combobox_group_module_comboboxHasFocus--862c4.bp_combobox_group_module_errorSelect--862c4.bp_combobox_group_module_leading--862c4{
|
|
2030
2030
|
--blueprint-select-border-error-right-width:none;
|
|
2031
2031
|
}
|
|
2032
2032
|
|
|
2033
|
-
.bp_combobox_group_module_comboboxHasFocus--
|
|
2033
|
+
.bp_combobox_group_module_comboboxHasFocus--862c4.bp_combobox_group_module_errorSelect--862c4.bp_combobox_group_module_trailing--862c4{
|
|
2034
2034
|
--blueprint-select-border-error-left-width:none;
|
|
2035
2035
|
}
|
|
2036
2036
|
|
|
2037
|
-
.bp_select_module_container--
|
|
2037
|
+
.bp_select_module_container--0b9db{
|
|
2038
2038
|
display:flex;
|
|
2039
2039
|
flex-direction:column;
|
|
2040
2040
|
font-family:var(--body-default-font-family);
|
|
@@ -2047,10 +2047,10 @@
|
|
|
2047
2047
|
text-decoration:var(--body-default-text-decoration);
|
|
2048
2048
|
text-transform:var(--body-default-text-case);
|
|
2049
2049
|
}
|
|
2050
|
-
.bp_select_module_container--
|
|
2050
|
+
.bp_select_module_container--0b9db.bp_select_module_disabled--0b9db{
|
|
2051
2051
|
opacity:60%;
|
|
2052
2052
|
}
|
|
2053
|
-
.bp_select_module_container--
|
|
2053
|
+
.bp_select_module_container--0b9db .bp_select_module_label--0b9db{
|
|
2054
2054
|
color:var(--text-text-on-light);
|
|
2055
2055
|
flex:0 0 fit-content;
|
|
2056
2056
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
2064
2064
|
text-transform:var(--body-default-bold-text-case);
|
|
2065
2065
|
}
|
|
2066
|
-
.bp_select_module_container--
|
|
2066
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db{
|
|
2067
2067
|
align-items:center;
|
|
2068
2068
|
background-color:var(--surface-dropdown-surface);
|
|
2069
2069
|
border-bottom:var(--blueprint-select-border-bottom-width, var(--border-1)) solid var(--border-dropdown-border);
|
|
@@ -2092,58 +2092,58 @@
|
|
|
2092
2092
|
text-transform:var(--body-default-text-case);
|
|
2093
2093
|
width:100%;
|
|
2094
2094
|
}
|
|
2095
|
-
.bp_select_module_container--
|
|
2095
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db span:first-child{
|
|
2096
2096
|
overflow:hidden;
|
|
2097
2097
|
text-overflow:ellipsis;
|
|
2098
2098
|
white-space:nowrap;
|
|
2099
2099
|
}
|
|
2100
|
-
.bp_select_module_container--
|
|
2100
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db:disabled{
|
|
2101
2101
|
cursor:default;
|
|
2102
2102
|
}
|
|
2103
|
-
.bp_select_module_container--
|
|
2103
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db.bp_select_module_readonly--0b9db:not(:disabled){
|
|
2104
2104
|
background-color:var(--gray-02);
|
|
2105
2105
|
box-shadow:none;
|
|
2106
2106
|
color:var(--text-text-on-light-secondary);
|
|
2107
2107
|
cursor:default;
|
|
2108
2108
|
}
|
|
2109
|
-
.bp_select_module_container--
|
|
2109
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db:not(.bp_select_module_readonly--0b9db):not(:disabled).bp_select_module_error--0b9db,.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db:not(.bp_select_module_readonly--0b9db):not(:disabled)[aria-invalid=true]{
|
|
2110
2110
|
background-color:var(--surface-dropdown-surface-error);
|
|
2111
2111
|
border-bottom:var(--blueprint-select-border-error-bottom-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2112
2112
|
border-left:var(--blueprint-select-border-error-left-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2113
2113
|
border-right:var(--blueprint-select-border-error-right-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2114
2114
|
border-top:var(--blueprint-select-border-error-top-width, var(--border-2)) solid var(--border-dropdown-border-error);
|
|
2115
2115
|
}
|
|
2116
|
-
.bp_select_module_container--
|
|
2116
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db:not(.bp_select_module_readonly--0b9db):focus,.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db:not(.bp_select_module_readonly--0b9db):not(:disabled).bp_select_module_error--0b9db:focus,.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db:not(.bp_select_module_readonly--0b9db):not(:disabled)[aria-invalid=true]:focus{
|
|
2117
2117
|
background-color:var(--surface-dropdown-surface-focus);
|
|
2118
2118
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2119
2119
|
}
|
|
2120
|
-
.bp_select_module_container--
|
|
2120
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db:not(.bp_select_module_readonly--0b9db):not(:disabled):not(:focus):not(.bp_select_module_error--0b9db):not([aria-invalid]):hover{
|
|
2121
2121
|
background-color:var(--surface-dropdown-surface-hover);
|
|
2122
2122
|
border-color:var(--border-dropdown-border-hover);
|
|
2123
2123
|
}
|
|
2124
|
-
.bp_select_module_container--
|
|
2124
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db .bp_select_module_iconWrapper--0b9db{
|
|
2125
2125
|
flex-shrink:0;
|
|
2126
2126
|
-webkit-user-select:none;
|
|
2127
2127
|
user-select:none;
|
|
2128
2128
|
}
|
|
2129
|
-
.bp_select_module_container--
|
|
2129
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db .bp_select_module_iconCaret--0b9db{
|
|
2130
2130
|
display:block;
|
|
2131
2131
|
height:var(--size-2);
|
|
2132
2132
|
width:var(--size-2);
|
|
2133
2133
|
}
|
|
2134
|
-
.bp_select_module_container--
|
|
2134
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db .bp_select_module_iconCaret--0b9db path{
|
|
2135
2135
|
fill:var(--icon-icon-on-light);
|
|
2136
2136
|
}
|
|
2137
|
-
.bp_select_module_container--
|
|
2137
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db .bp_select_module_iconPencilCrossed--0b9db{
|
|
2138
2138
|
display:block;
|
|
2139
2139
|
height:var(--size-4);
|
|
2140
2140
|
width:var(--size-4);
|
|
2141
2141
|
}
|
|
2142
|
-
.bp_select_module_container--
|
|
2142
|
+
.bp_select_module_container--0b9db .bp_select_module_triggerBtn--0b9db[data-state=open] .bp_select_module_icon--0b9db{
|
|
2143
2143
|
transform:rotate(180deg);
|
|
2144
2144
|
}
|
|
2145
2145
|
|
|
2146
|
-
.bp_select_module_content--
|
|
2146
|
+
.bp_select_module_content--0b9db{
|
|
2147
2147
|
background-color:var(--surface-menu-surface);
|
|
2148
2148
|
border:var(--border-1) solid var(--border-card-border);
|
|
2149
2149
|
border-radius:var(--radius-3);
|
|
@@ -2162,11 +2162,11 @@
|
|
|
2162
2162
|
text-transform:var(--body-default-text-case);
|
|
2163
2163
|
z-index:380;
|
|
2164
2164
|
}
|
|
2165
|
-
.bp_select_module_content--
|
|
2165
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db{
|
|
2166
2166
|
padding-block:var(--space-3);
|
|
2167
2167
|
padding-inline:var(--space-3);
|
|
2168
2168
|
}
|
|
2169
|
-
.bp_select_module_content--
|
|
2169
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db{
|
|
2170
2170
|
border:var(--border-2) solid #0000;
|
|
2171
2171
|
border-radius:var(--radius-3);
|
|
2172
2172
|
cursor:pointer;
|
|
@@ -2181,29 +2181,29 @@
|
|
|
2181
2181
|
-webkit-user-select:none;
|
|
2182
2182
|
user-select:none;
|
|
2183
2183
|
}
|
|
2184
|
-
.bp_select_module_content--
|
|
2184
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db[data-disabled]{
|
|
2185
2185
|
opacity:60%;
|
|
2186
2186
|
pointer-events:none;
|
|
2187
2187
|
}
|
|
2188
|
-
.bp_select_module_content--
|
|
2188
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db[data-highlighted]{
|
|
2189
2189
|
background-color:var(--surface-menu-surface-focus);
|
|
2190
2190
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2191
2191
|
}
|
|
2192
|
-
.bp_select_module_content--
|
|
2192
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db:active{
|
|
2193
2193
|
background-color:var(--surface-menu-surface-hover);
|
|
2194
2194
|
border:var(--border-2) solid #0000;
|
|
2195
2195
|
}
|
|
2196
|
-
.bp_select_module_content--
|
|
2196
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db:hover{
|
|
2197
2197
|
background-color:var(--surface-menu-surface-hover);
|
|
2198
2198
|
}
|
|
2199
|
-
.bp_select_module_content--
|
|
2199
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db span:first-child{
|
|
2200
2200
|
overflow:hidden;
|
|
2201
2201
|
overflow-wrap:break-word;
|
|
2202
2202
|
}
|
|
2203
|
-
.bp_select_module_content--
|
|
2203
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db .bp_select_module_secondaryText--0b9db{
|
|
2204
2204
|
color:var(--text-text-on-light-secondary);
|
|
2205
2205
|
}
|
|
2206
|
-
.bp_select_module_content--
|
|
2206
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db .bp_select_module_indicator--0b9db{
|
|
2207
2207
|
align-items:center;
|
|
2208
2208
|
display:flex;
|
|
2209
2209
|
height:var(--size-9);
|
|
@@ -2212,17 +2212,17 @@
|
|
|
2212
2212
|
position:absolute;
|
|
2213
2213
|
top:0;
|
|
2214
2214
|
}
|
|
2215
|
-
.bp_select_module_content--
|
|
2215
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_option--0b9db .bp_select_module_indicator--0b9db path{
|
|
2216
2216
|
fill:var(--icon-icon-on-light);
|
|
2217
2217
|
}
|
|
2218
|
-
.bp_select_module_content--
|
|
2218
|
+
.bp_select_module_content--0b9db .bp_select_module_viewport--0b9db .bp_select_module_separator--0b9db{
|
|
2219
2219
|
background-color:var(--border-divider-border);
|
|
2220
2220
|
flex-shrink:0;
|
|
2221
2221
|
height:var(--border-1);
|
|
2222
2222
|
margin-block:var(--space-2);
|
|
2223
2223
|
}
|
|
2224
2224
|
|
|
2225
|
-
.bp_content_card_module_card--
|
|
2225
|
+
.bp_content_card_module_card--14a6a{
|
|
2226
2226
|
background-color:var(--surface-surface);
|
|
2227
2227
|
border:var(--border-1) solid var(--border-card-border);
|
|
2228
2228
|
border-radius:var(--size-3);
|
|
@@ -2233,21 +2233,21 @@
|
|
|
2233
2233
|
padding:var(--size-4);
|
|
2234
2234
|
position:relative;
|
|
2235
2235
|
}
|
|
2236
|
-
.bp_content_card_module_card--
|
|
2236
|
+
.bp_content_card_module_card--14a6a:hover{
|
|
2237
2237
|
box-shadow:var(--dropshadow-3);
|
|
2238
2238
|
}
|
|
2239
|
-
.bp_content_card_module_card--
|
|
2239
|
+
.bp_content_card_module_card--14a6a:focus-visible{
|
|
2240
2240
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2241
2241
|
box-shadow:var(--dropshadow-3);
|
|
2242
2242
|
outline:none;
|
|
2243
2243
|
}
|
|
2244
|
-
.bp_content_card_module_card--
|
|
2244
|
+
.bp_content_card_module_card--14a6a:active{
|
|
2245
2245
|
background-color:var(--surface-card-surface-pressed);
|
|
2246
2246
|
border:var(--border-1) solid var(--border-card-border);
|
|
2247
2247
|
box-shadow:none;
|
|
2248
2248
|
}
|
|
2249
2249
|
|
|
2250
|
-
.bp_content_card_module_cardContent--
|
|
2250
|
+
.bp_content_card_module_cardContent--14a6a{
|
|
2251
2251
|
display:flex;
|
|
2252
2252
|
flex-direction:column;
|
|
2253
2253
|
gap:var(--size-2);
|
|
@@ -2256,32 +2256,32 @@
|
|
|
2256
2256
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2257
2257
|
}
|
|
2258
2258
|
|
|
2259
|
-
.bp_content_card_module_cardTitle--
|
|
2259
|
+
.bp_content_card_module_cardTitle--14a6a{
|
|
2260
2260
|
align-items:center;
|
|
2261
2261
|
display:flex;
|
|
2262
2262
|
height:var(--size-12);
|
|
2263
2263
|
}
|
|
2264
2264
|
|
|
2265
|
-
.bp_content_card_module_cardTitleText--
|
|
2265
|
+
.bp_content_card_module_cardTitleText--14a6a{
|
|
2266
2266
|
-webkit-box-orient:vertical;
|
|
2267
2267
|
-webkit-line-clamp:2;
|
|
2268
2268
|
display:-webkit-inline-box;
|
|
2269
2269
|
overflow:hidden;
|
|
2270
2270
|
}
|
|
2271
2271
|
|
|
2272
|
-
.bp_content_card_module_cardBody--
|
|
2272
|
+
.bp_content_card_module_cardBody--14a6a{
|
|
2273
2273
|
height:var(--size-12);
|
|
2274
2274
|
margin-block-end:var(--size-2);
|
|
2275
2275
|
}
|
|
2276
2276
|
|
|
2277
|
-
.bp_content_card_module_cardBodyText--
|
|
2277
|
+
.bp_content_card_module_cardBodyText--14a6a{
|
|
2278
2278
|
-webkit-box-orient:vertical;
|
|
2279
2279
|
-webkit-line-clamp:2;
|
|
2280
2280
|
display:-webkit-inline-box;
|
|
2281
2281
|
overflow:hidden;
|
|
2282
2282
|
}
|
|
2283
2283
|
|
|
2284
|
-
.bp_content_card_module_cardIcon--
|
|
2284
|
+
.bp_content_card_module_cardIcon--14a6a{
|
|
2285
2285
|
background-color:var(--surface-surface);
|
|
2286
2286
|
border:var(--size-1) solid var(--surface-surface);
|
|
2287
2287
|
border-radius:var(--size-3);
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
z-index:1;
|
|
2295
2295
|
}
|
|
2296
2296
|
|
|
2297
|
-
.bp_content_card_module_cardBackground--
|
|
2297
|
+
.bp_content_card_module_cardBackground--14a6a{
|
|
2298
2298
|
height:var(--size-15);
|
|
2299
2299
|
left:0;
|
|
2300
2300
|
overflow:hidden;
|
|
@@ -2303,12 +2303,12 @@
|
|
|
2303
2303
|
width:100%;
|
|
2304
2304
|
}
|
|
2305
2305
|
|
|
2306
|
-
.bp_content_card_module_image--
|
|
2306
|
+
.bp_content_card_module_image--14a6a{
|
|
2307
2307
|
height:100%;
|
|
2308
2308
|
width:100%;
|
|
2309
2309
|
}
|
|
2310
2310
|
|
|
2311
|
-
.bp_content_card_module_ghostCard--
|
|
2311
|
+
.bp_content_card_module_ghostCard--14a6a{
|
|
2312
2312
|
display:flex;
|
|
2313
2313
|
flex-direction:column;
|
|
2314
2314
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -2317,21 +2317,21 @@
|
|
|
2317
2317
|
position:relative;
|
|
2318
2318
|
}
|
|
2319
2319
|
|
|
2320
|
-
.bp_content_card_module_iconGhost--
|
|
2320
|
+
.bp_content_card_module_iconGhost--14a6a,.bp_content_card_module_titleGhost--14a6a{
|
|
2321
2321
|
margin-block-end:var(--size-4);
|
|
2322
2322
|
}
|
|
2323
2323
|
|
|
2324
|
-
.bp_content_card_module_bodyGhost--
|
|
2324
|
+
.bp_content_card_module_bodyGhost--14a6a{
|
|
2325
2325
|
margin-block-end:var(--size-2);
|
|
2326
2326
|
}
|
|
2327
2327
|
|
|
2328
|
-
.bp_content_card_module_pillGhostContainer--
|
|
2328
|
+
.bp_content_card_module_pillGhostContainer--14a6a{
|
|
2329
2329
|
display:flex;
|
|
2330
2330
|
margin-block-end:var(--size-4);
|
|
2331
2331
|
margin-block-start:var(--size-2);
|
|
2332
2332
|
}
|
|
2333
2333
|
|
|
2334
|
-
.bp_content_card_module_pillGhost--
|
|
2334
|
+
.bp_content_card_module_pillGhost--14a6a{
|
|
2335
2335
|
margin-inline-end:var(--size-2);
|
|
2336
2336
|
}
|
|
2337
2337
|
.bp_useFullTextTooltip_module_tooltipContent--0a9fb > *{
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
overflow:auto;
|
|
2464
2464
|
}
|
|
2465
2465
|
|
|
2466
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2466
|
+
.bp_data_table_module_dataTableWrapper--3c230{
|
|
2467
2467
|
--border-radius-datatable:0;
|
|
2468
2468
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
2469
2469
|
--outline-select-color-datatable:#0000;
|
|
@@ -2476,27 +2476,27 @@
|
|
|
2476
2476
|
scroll-padding-top:60px;
|
|
2477
2477
|
width:100%;
|
|
2478
2478
|
}
|
|
2479
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2479
|
+
.bp_data_table_module_dataTableWrapper--3c230 table > thead > tr{
|
|
2480
2480
|
background:var(--gray-white);
|
|
2481
2481
|
position:sticky;
|
|
2482
2482
|
top:0;
|
|
2483
2483
|
z-index:var(--sticky-element-z-index);
|
|
2484
2484
|
}
|
|
2485
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2485
|
+
.bp_data_table_module_dataTableWrapper--3c230 table > thead > tr th:first-child{
|
|
2486
2486
|
background:inherit;
|
|
2487
2487
|
height:100%;
|
|
2488
2488
|
left:0;
|
|
2489
2489
|
position:sticky;
|
|
2490
2490
|
z-index:var(--sticky-element-z-index);
|
|
2491
2491
|
}
|
|
2492
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2492
|
+
.bp_data_table_module_dataTableWrapper--3c230 table > thead > tr th:first-child[data-focus-visible]{
|
|
2493
2493
|
position:sticky;
|
|
2494
2494
|
z-index:var(--sticky-element-z-index);
|
|
2495
2495
|
}
|
|
2496
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2496
|
+
.bp_data_table_module_dataTableWrapper--3c230 table tbody > tr{
|
|
2497
2497
|
--is-row-focused:0;
|
|
2498
2498
|
}
|
|
2499
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2499
|
+
.bp_data_table_module_dataTableWrapper--3c230 table tbody > tr > td [data-actionswrapper]::after{
|
|
2500
2500
|
background:inherit;
|
|
2501
2501
|
content:"";
|
|
2502
2502
|
display:block;
|
|
@@ -2506,18 +2506,18 @@
|
|
|
2506
2506
|
width:100%;
|
|
2507
2507
|
z-index:-1;
|
|
2508
2508
|
}
|
|
2509
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2509
|
+
.bp_data_table_module_dataTableWrapper--3c230 table tbody > tr[data-focus-visible]{
|
|
2510
2510
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
2511
2511
|
--is-row-focused:1;
|
|
2512
2512
|
}
|
|
2513
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2513
|
+
.bp_data_table_module_dataTableWrapper--3c230 table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
2514
2514
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
2515
2515
|
}
|
|
2516
2516
|
|
|
2517
|
-
.bp_data_table_module_isScrolledX--
|
|
2517
|
+
.bp_data_table_module_isScrolledX--3c230 table > thead > tr > th:first-child{
|
|
2518
2518
|
overflow:visible;
|
|
2519
2519
|
}
|
|
2520
|
-
.bp_data_table_module_isScrolledX--
|
|
2520
|
+
.bp_data_table_module_isScrolledX--3c230 table > thead > tr > th:first-child::after{
|
|
2521
2521
|
background:inherit;
|
|
2522
2522
|
border-right:1px solid var(--border-divider-border);
|
|
2523
2523
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
z-index:-1;
|
|
2532
2532
|
}
|
|
2533
2533
|
|
|
2534
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
2534
|
+
.bp_data_table_module_hideActionWrapperRight--3c230 table tbody > tr > td [data-actionswrapper]::after{
|
|
2535
2535
|
display:none;
|
|
2536
2536
|
}
|
|
2537
2537
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -2882,7 +2882,7 @@
|
|
|
2882
2882
|
transform:translateZ(0);
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
|
-
.bp_dropdown_menu_module_content--
|
|
2885
|
+
.bp_dropdown_menu_module_content--f0f5c{
|
|
2886
2886
|
background-color:var(--surface-menu-surface);
|
|
2887
2887
|
border:var(--border-1) solid var(--border-card-border);
|
|
2888
2888
|
border-radius:var(--radius-3);
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
text-transform:var(--body-default-text-case);
|
|
2905
2905
|
z-index:2147483647;
|
|
2906
2906
|
}
|
|
2907
|
-
.bp_dropdown_menu_module_content--
|
|
2907
|
+
.bp_dropdown_menu_module_content--f0f5c[data-menu-fullscreen=true]{
|
|
2908
2908
|
border:unset;
|
|
2909
2909
|
border-radius:unset;
|
|
2910
2910
|
display:flex;
|
|
@@ -2917,27 +2917,27 @@
|
|
|
2917
2917
|
position:relative;
|
|
2918
2918
|
width:100vw;
|
|
2919
2919
|
}
|
|
2920
|
-
.bp_dropdown_menu_module_content--
|
|
2920
|
+
.bp_dropdown_menu_module_content--f0f5c[data-menu-fullscreen=true] .bp_dropdown_menu_module_fullScreenContent--f0f5c{
|
|
2921
2921
|
overflow-y:auto;
|
|
2922
2922
|
padding:var(--space-3);
|
|
2923
2923
|
}
|
|
2924
|
-
.bp_dropdown_menu_module_content--
|
|
2924
|
+
.bp_dropdown_menu_module_content--f0f5c .bp_dropdown_menu_module_subheader--f0f5c{
|
|
2925
2925
|
padding:var(--space-2);
|
|
2926
2926
|
}
|
|
2927
|
-
.bp_dropdown_menu_module_content--
|
|
2927
|
+
.bp_dropdown_menu_module_content--f0f5c .bp_dropdown_menu_module_subheader--f0f5c.bp_dropdown_menu_module_uppercased--f0f5c{
|
|
2928
2928
|
text-transform:uppercase;
|
|
2929
2929
|
}
|
|
2930
|
-
.bp_dropdown_menu_module_content--
|
|
2930
|
+
.bp_dropdown_menu_module_content--f0f5c .bp_dropdown_menu_module_dropdownMenuItemSeparator--f0f5c{
|
|
2931
2931
|
margin-block:var(--space-2);
|
|
2932
2932
|
}
|
|
2933
2933
|
|
|
2934
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
2934
|
+
.bp_dropdown_menu_module_ellipsis--f0f5c{
|
|
2935
2935
|
overflow:hidden;
|
|
2936
2936
|
text-overflow:ellipsis;
|
|
2937
2937
|
white-space:nowrap;
|
|
2938
2938
|
}
|
|
2939
2939
|
|
|
2940
|
-
.bp_dropdown_menu_module_checkmark--
|
|
2940
|
+
.bp_dropdown_menu_module_checkmark--f0f5c{
|
|
2941
2941
|
align-items:center;
|
|
2942
2942
|
display:inline-flex;
|
|
2943
2943
|
justify-content:center;
|
|
@@ -2945,7 +2945,7 @@
|
|
|
2945
2945
|
position:absolute;
|
|
2946
2946
|
}
|
|
2947
2947
|
|
|
2948
|
-
.bp_dropdown_menu_module_item--
|
|
2948
|
+
.bp_dropdown_menu_module_item--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c{
|
|
2949
2949
|
align-items:center;
|
|
2950
2950
|
border:var(--border-2) solid #0000;
|
|
2951
2951
|
border-radius:var(--radius-3);
|
|
@@ -2957,34 +2957,34 @@
|
|
|
2957
2957
|
-webkit-user-select:none;
|
|
2958
2958
|
user-select:none;
|
|
2959
2959
|
}
|
|
2960
|
-
.bp_dropdown_menu_module_item--
|
|
2960
|
+
.bp_dropdown_menu_module_item--f0f5c[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--f0f5c[data-disabled]{
|
|
2961
2961
|
opacity:60%;
|
|
2962
2962
|
pointer-events:none;
|
|
2963
2963
|
}
|
|
2964
|
-
.bp_dropdown_menu_module_item--
|
|
2964
|
+
.bp_dropdown_menu_module_item--f0f5c[data-highlighted],.bp_dropdown_menu_module_subMenuTrigger--f0f5c[data-highlighted]{
|
|
2965
2965
|
background-color:var(--surface-menu-surface-hover);
|
|
2966
2966
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2967
2967
|
}
|
|
2968
|
-
.bp_dropdown_menu_module_item--
|
|
2968
|
+
.bp_dropdown_menu_module_item--f0f5c:active,.bp_dropdown_menu_module_subMenuTrigger--f0f5c:active{
|
|
2969
2969
|
background-color:var(--surface-menu-surface-hover);
|
|
2970
2970
|
border:var(--border-2) solid #0000;
|
|
2971
2971
|
}
|
|
2972
|
-
.bp_dropdown_menu_module_item--
|
|
2972
|
+
.bp_dropdown_menu_module_item--f0f5c:hover,.bp_dropdown_menu_module_item--f0f5c[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--f0f5c:hover,.bp_dropdown_menu_module_subMenuTrigger--f0f5c[data-state=open]{
|
|
2973
2973
|
background-color:var(--surface-menu-surface-hover);
|
|
2974
2974
|
}
|
|
2975
|
-
.bp_dropdown_menu_module_item--
|
|
2975
|
+
.bp_dropdown_menu_module_item--f0f5c.bp_dropdown_menu_module_radioItem--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c.bp_dropdown_menu_module_radioItem--f0f5c{
|
|
2976
2976
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
2977
2977
|
}
|
|
2978
|
-
.bp_dropdown_menu_module_item--
|
|
2978
|
+
.bp_dropdown_menu_module_item--f0f5c.bp_dropdown_menu_module_radioItem--f0f5c .bp_dropdown_menu_module_radioItemMediumSpacing--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c.bp_dropdown_menu_module_radioItem--f0f5c .bp_dropdown_menu_module_radioItemMediumSpacing--f0f5c{
|
|
2979
2979
|
padding-inline-start:var(--space-2);
|
|
2980
2980
|
}
|
|
2981
|
-
.bp_dropdown_menu_module_item--
|
|
2981
|
+
.bp_dropdown_menu_module_item--f0f5c.bp_dropdown_menu_module_checkboxItem--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c.bp_dropdown_menu_module_checkboxItem--f0f5c{
|
|
2982
2982
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
2983
2983
|
}
|
|
2984
|
-
.bp_dropdown_menu_module_item--
|
|
2984
|
+
.bp_dropdown_menu_module_item--f0f5c.bp_dropdown_menu_module_checkboxItem--f0f5c .bp_dropdown_menu_module_checkboxItemMediumSpacing--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c.bp_dropdown_menu_module_checkboxItem--f0f5c .bp_dropdown_menu_module_checkboxItemMediumSpacing--f0f5c{
|
|
2985
2985
|
padding-inline-start:var(--space-2);
|
|
2986
2986
|
}
|
|
2987
|
-
.bp_dropdown_menu_module_item--
|
|
2987
|
+
.bp_dropdown_menu_module_item--f0f5c .bp_dropdown_menu_module_mediumItemLayout--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c .bp_dropdown_menu_module_mediumItemLayout--f0f5c{
|
|
2988
2988
|
align-items:center;
|
|
2989
2989
|
display:flex;
|
|
2990
2990
|
gap:var(--space-2);
|
|
@@ -2992,20 +2992,20 @@
|
|
|
2992
2992
|
overflow:hidden;
|
|
2993
2993
|
width:100%;
|
|
2994
2994
|
}
|
|
2995
|
-
.bp_dropdown_menu_module_item--
|
|
2995
|
+
.bp_dropdown_menu_module_item--f0f5c .bp_dropdown_menu_module_startElement--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c .bp_dropdown_menu_module_startElement--f0f5c{
|
|
2996
2996
|
align-items:center;
|
|
2997
2997
|
display:flex;
|
|
2998
2998
|
}
|
|
2999
|
-
.bp_dropdown_menu_module_item--
|
|
2999
|
+
.bp_dropdown_menu_module_item--f0f5c .bp_dropdown_menu_module_menuItemMainContent--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c .bp_dropdown_menu_module_menuItemMainContent--f0f5c{
|
|
3000
3000
|
flex-grow:1;
|
|
3001
3001
|
}
|
|
3002
|
-
.bp_dropdown_menu_module_item--
|
|
3002
|
+
.bp_dropdown_menu_module_item--f0f5c .bp_dropdown_menu_module_endElement--f0f5c,.bp_dropdown_menu_module_subMenuTrigger--f0f5c .bp_dropdown_menu_module_endElement--f0f5c{
|
|
3003
3003
|
align-items:center;
|
|
3004
3004
|
color:var(--text-text-on-light-secondary);
|
|
3005
3005
|
display:flex;
|
|
3006
3006
|
}
|
|
3007
3007
|
|
|
3008
|
-
.bp_dropdown_menu_module_menuHeader--
|
|
3008
|
+
.bp_dropdown_menu_module_menuHeader--f0f5c{
|
|
3009
3009
|
align-items:center;
|
|
3010
3010
|
box-shadow:var(--dropshadow-1);
|
|
3011
3011
|
display:grid;
|
|
@@ -3015,15 +3015,15 @@
|
|
|
3015
3015
|
padding:var(--space-3);
|
|
3016
3016
|
}
|
|
3017
3017
|
|
|
3018
|
-
.bp_dropdown_menu_module_headerTextContent--
|
|
3018
|
+
.bp_dropdown_menu_module_headerTextContent--f0f5c{
|
|
3019
3019
|
display:grid;
|
|
3020
3020
|
}
|
|
3021
3021
|
|
|
3022
|
-
.bp_dropdown_menu_module_submenuCloseButton--
|
|
3022
|
+
.bp_dropdown_menu_module_submenuCloseButton--f0f5c{
|
|
3023
3023
|
grid-area:submenu-close;
|
|
3024
3024
|
}
|
|
3025
3025
|
|
|
3026
|
-
.bp_dropdown_menu_module_menuCloseButton--
|
|
3026
|
+
.bp_dropdown_menu_module_menuCloseButton--f0f5c{
|
|
3027
3027
|
grid-area:close;
|
|
3028
3028
|
}
|
|
3029
3029
|
.bp_divider_module_divider--2f437{
|
|
@@ -3081,7 +3081,7 @@
|
|
|
3081
3081
|
color:var(--text-text-on-light-secondary);
|
|
3082
3082
|
}
|
|
3083
3083
|
|
|
3084
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3084
|
+
.bp_sticky_cell_module_stickyCell--6a8bd{
|
|
3085
3085
|
background:inherit;
|
|
3086
3086
|
background-clip:content-box;
|
|
3087
3087
|
left:0;
|
|
@@ -3090,16 +3090,16 @@
|
|
|
3090
3090
|
position:sticky !important;
|
|
3091
3091
|
z-index:var(--sticky-element-z-index);
|
|
3092
3092
|
}
|
|
3093
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3093
|
+
.bp_sticky_cell_module_stickyCell--6a8bd[data-focus-visible]{
|
|
3094
3094
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3095
3095
|
}
|
|
3096
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3096
|
+
.bp_sticky_cell_module_stickyCell--6a8bd .bp_sticky_cell_module_childrenWrapper--6a8bd{
|
|
3097
3097
|
overflow:hidden;
|
|
3098
3098
|
text-align:start;
|
|
3099
3099
|
text-overflow:ellipsis;
|
|
3100
3100
|
white-space:nowrap;
|
|
3101
3101
|
}
|
|
3102
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3102
|
+
.bp_sticky_cell_module_stickyCell--6a8bd .bp_sticky_cell_module_verticalBar--6a8bd{
|
|
3103
3103
|
background:inherit;
|
|
3104
3104
|
border-right:1px solid var(--border-divider-border);
|
|
3105
3105
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3112,10 +3112,10 @@
|
|
|
3112
3112
|
width:var(--space-3);
|
|
3113
3113
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3114
3114
|
}
|
|
3115
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3115
|
+
.bp_sticky_cell_module_stickyCell--6a8bd .bp_sticky_cell_module_verticalBar--6a8bd.bp_sticky_cell_module_isScrolledX--6a8bd{
|
|
3116
3116
|
display:block;
|
|
3117
3117
|
}
|
|
3118
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3118
|
+
.bp_sticky_cell_module_stickyCell--6a8bd .bp_sticky_cell_module_stickyCellBelow--6a8bd{
|
|
3119
3119
|
background:inherit;
|
|
3120
3120
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3121
3121
|
border-radius:unset;
|
|
@@ -3129,7 +3129,7 @@
|
|
|
3129
3129
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3130
3130
|
z-index:-1;
|
|
3131
3131
|
}
|
|
3132
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3132
|
+
.bp_sticky_cell_module_stickyCell--6a8bd .bp_sticky_cell_module_stickyCellOuterLeft--6a8bd{
|
|
3133
3133
|
background:inherit;
|
|
3134
3134
|
border-radius:unset;
|
|
3135
3135
|
box-sizing:border-box;
|
|
@@ -3143,7 +3143,7 @@
|
|
|
3143
3143
|
z-index:-1;
|
|
3144
3144
|
}
|
|
3145
3145
|
|
|
3146
|
-
.bp_calendar_module_calendar--
|
|
3146
|
+
.bp_calendar_module_calendar--d2271{
|
|
3147
3147
|
background:var(--gray-white);
|
|
3148
3148
|
border-radius:var(--radius-2);
|
|
3149
3149
|
box-shadow:var(--dropshadow-3);
|
|
@@ -3161,14 +3161,14 @@
|
|
|
3161
3161
|
width:-moz-fit-content;
|
|
3162
3162
|
width:fit-content;
|
|
3163
3163
|
}
|
|
3164
|
-
.bp_calendar_module_calendar--
|
|
3164
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarGrid--d2271{
|
|
3165
3165
|
border-collapse:revert;
|
|
3166
3166
|
border-spacing:revert;
|
|
3167
3167
|
}
|
|
3168
|
-
.bp_calendar_module_calendar--
|
|
3168
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarGrid--d2271 td{
|
|
3169
3169
|
padding:1px;
|
|
3170
3170
|
}
|
|
3171
|
-
.bp_calendar_module_calendar--
|
|
3171
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarHeaderCell--d2271{
|
|
3172
3172
|
color:var(--text-text-on-light-secondary);
|
|
3173
3173
|
font-family:var(--body-default-font-family);
|
|
3174
3174
|
font-size:var(--body-default-font-size);
|
|
@@ -3180,13 +3180,13 @@
|
|
|
3180
3180
|
text-decoration:var(--body-default-text-decoration);
|
|
3181
3181
|
text-transform:var(--body-default-text-case);
|
|
3182
3182
|
}
|
|
3183
|
-
.bp_calendar_module_calendar--
|
|
3183
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarHeader--d2271{
|
|
3184
3184
|
align-items:center;
|
|
3185
3185
|
color:var(--gray-90);
|
|
3186
3186
|
display:flex;
|
|
3187
3187
|
margin-block-end:var(--space-2);
|
|
3188
3188
|
}
|
|
3189
|
-
.bp_calendar_module_calendar--
|
|
3189
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarHeader--d2271 .bp_calendar_module_calendarHeaderHeading--d2271{
|
|
3190
3190
|
flex:1;
|
|
3191
3191
|
font-family:var(--body-large-bold-font-family);
|
|
3192
3192
|
font-size:var(--body-large-bold-font-size);
|
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
text-transform:capitalize;
|
|
3201
3201
|
text-transform:var(--body-large-bold-text-case);
|
|
3202
3202
|
}
|
|
3203
|
-
.bp_calendar_module_calendar--
|
|
3203
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarHeader--d2271 .bp_calendar_module_calendarHeaderButton--d2271{
|
|
3204
3204
|
align-items:center;
|
|
3205
3205
|
background-color:var(--gray-white);
|
|
3206
3206
|
border:none;
|
|
@@ -3214,21 +3214,21 @@
|
|
|
3214
3214
|
padding:0;
|
|
3215
3215
|
width:var(--size-8);
|
|
3216
3216
|
}
|
|
3217
|
-
.bp_calendar_module_calendar--
|
|
3217
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarHeader--d2271 .bp_calendar_module_calendarHeaderButton--d2271:disabled{
|
|
3218
3218
|
cursor:default;
|
|
3219
3219
|
opacity:60%;
|
|
3220
3220
|
}
|
|
3221
|
-
.bp_calendar_module_calendar--
|
|
3221
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarHeader--d2271 .bp_calendar_module_calendarHeaderButton--d2271:disabled *{
|
|
3222
3222
|
fill:var(--gray-30);
|
|
3223
3223
|
}
|
|
3224
|
-
.bp_calendar_module_calendar--
|
|
3224
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarHeader--d2271 .bp_calendar_module_calendarHeaderButton--d2271:hover:not(:disabled){
|
|
3225
3225
|
background-color:var(--gray-05);
|
|
3226
3226
|
}
|
|
3227
|
-
.bp_calendar_module_calendar--
|
|
3227
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarHeader--d2271 .bp_calendar_module_calendarHeaderButton--d2271[data-focus-visible]{
|
|
3228
3228
|
background-color:var(--gray-05);
|
|
3229
3229
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3230
3230
|
}
|
|
3231
|
-
.bp_calendar_module_calendar--
|
|
3231
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271{
|
|
3232
3232
|
border-radius:var(--radius-2);
|
|
3233
3233
|
color:var(--gray-90);
|
|
3234
3234
|
line-height:var(--size-8);
|
|
@@ -3236,7 +3236,7 @@
|
|
|
3236
3236
|
text-align:center;
|
|
3237
3237
|
width:var(--size-8);
|
|
3238
3238
|
}
|
|
3239
|
-
.bp_calendar_module_calendar--
|
|
3239
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271.bp_calendar_module_today--d2271{
|
|
3240
3240
|
color:var(--box-blue-100);
|
|
3241
3241
|
font-family:var(--body-default-bold-font-family);
|
|
3242
3242
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -3249,11 +3249,11 @@
|
|
|
3249
3249
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
3250
3250
|
text-transform:var(--body-default-bold-text-case);
|
|
3251
3251
|
}
|
|
3252
|
-
.bp_calendar_module_calendar--
|
|
3252
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271.bp_calendar_module_today--d2271[data-disabled]{
|
|
3253
3253
|
cursor:default;
|
|
3254
3254
|
opacity:.6;
|
|
3255
3255
|
}
|
|
3256
|
-
.bp_calendar_module_calendar--
|
|
3256
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271.bp_calendar_module_today--d2271::after{
|
|
3257
3257
|
background-color:var(--box-blue-100);
|
|
3258
3258
|
border-radius:50%;
|
|
3259
3259
|
bottom:var(--space-1);
|
|
@@ -3264,50 +3264,50 @@
|
|
|
3264
3264
|
transform:translateX(-50%);
|
|
3265
3265
|
width:var(--space-1);
|
|
3266
3266
|
}
|
|
3267
|
-
.bp_calendar_module_calendar--
|
|
3267
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271:not([data-outside-month]){
|
|
3268
3268
|
cursor:pointer;
|
|
3269
3269
|
}
|
|
3270
|
-
.bp_calendar_module_calendar--
|
|
3270
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
3271
3271
|
background-color:var(--gray-05);
|
|
3272
3272
|
}
|
|
3273
|
-
.bp_calendar_module_calendar--
|
|
3273
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271[data-focus-visible]:not([data-outside-month]){
|
|
3274
3274
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3275
3275
|
}
|
|
3276
|
-
.bp_calendar_module_calendar--
|
|
3276
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271[data-selected]{
|
|
3277
3277
|
background-color:var(--box-blue-100);
|
|
3278
3278
|
color:var(--gray-white);
|
|
3279
3279
|
}
|
|
3280
|
-
.bp_calendar_module_calendar--
|
|
3280
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271[data-selected]:hover{
|
|
3281
3281
|
background-color:var(--dark-blue-100);
|
|
3282
3282
|
}
|
|
3283
|
-
.bp_calendar_module_calendar--
|
|
3283
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271[data-selected][data-focus-visible]{
|
|
3284
3284
|
background-color:var(--dark-blue-100);
|
|
3285
3285
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
3286
3286
|
outline:var(--border-1) solid #fff;
|
|
3287
3287
|
outline-offset:-.0625rem;
|
|
3288
3288
|
}
|
|
3289
|
-
.bp_calendar_module_calendar--
|
|
3289
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271[data-selected]::after{
|
|
3290
3290
|
background-color:var(--gray-white);
|
|
3291
3291
|
}
|
|
3292
|
-
.bp_calendar_module_calendar--
|
|
3292
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271[data-disabled]:not(.bp_calendar_module_today--d2271){
|
|
3293
3293
|
color:var(--gray-10);
|
|
3294
3294
|
cursor:default;
|
|
3295
3295
|
}
|
|
3296
|
-
.bp_calendar_module_calendar--
|
|
3296
|
+
.bp_calendar_module_calendar--d2271 .bp_calendar_module_calendarCell--d2271[data-unavailable]{
|
|
3297
3297
|
color:var(--gray-30);
|
|
3298
3298
|
text-decoration:line-through;
|
|
3299
3299
|
}
|
|
3300
3300
|
|
|
3301
|
-
.bp_date_picker_module_datePicker--
|
|
3301
|
+
.bp_date_picker_module_datePicker--40e71{
|
|
3302
3302
|
width:100%;
|
|
3303
3303
|
}
|
|
3304
|
-
.bp_date_picker_module_datePicker--
|
|
3304
|
+
.bp_date_picker_module_datePicker--40e71.bp_date_picker_module_disabled--40e71{
|
|
3305
3305
|
opacity:60%;
|
|
3306
3306
|
pointer-events:none;
|
|
3307
3307
|
-webkit-user-select:none;
|
|
3308
3308
|
user-select:none;
|
|
3309
3309
|
}
|
|
3310
|
-
.bp_date_picker_module_datePicker--
|
|
3310
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_label--40e71{
|
|
3311
3311
|
cursor:default;
|
|
3312
3312
|
display:block;
|
|
3313
3313
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -3322,7 +3322,7 @@
|
|
|
3322
3322
|
width:-moz-fit-content;
|
|
3323
3323
|
width:fit-content;
|
|
3324
3324
|
}
|
|
3325
|
-
.bp_date_picker_module_datePicker--
|
|
3325
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71{
|
|
3326
3326
|
align-items:center;
|
|
3327
3327
|
box-shadow:var(--innershadow-1);
|
|
3328
3328
|
display:inline-flex;
|
|
@@ -3337,7 +3337,7 @@
|
|
|
3337
3337
|
text-transform:var(--body-default-text-case);
|
|
3338
3338
|
width:100%;
|
|
3339
3339
|
}
|
|
3340
|
-
.bp_date_picker_module_datePicker--
|
|
3340
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71{
|
|
3341
3341
|
align-items:center;
|
|
3342
3342
|
border-radius:var(--radius-2);
|
|
3343
3343
|
display:inline-flex;
|
|
@@ -3346,23 +3346,23 @@
|
|
|
3346
3346
|
position:relative;
|
|
3347
3347
|
width:100%;
|
|
3348
3348
|
}
|
|
3349
|
-
.bp_date_picker_module_datePicker--
|
|
3349
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71:focus-within{
|
|
3350
3350
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3351
3351
|
}
|
|
3352
|
-
.bp_date_picker_module_datePicker--
|
|
3352
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71.bp_date_picker_module_error--40e71:not(:focus-within){
|
|
3353
3353
|
outline:var(--border-2) solid var(--text-text-error-on-light);
|
|
3354
3354
|
}
|
|
3355
|
-
.bp_date_picker_module_datePicker--
|
|
3355
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71.bp_date_picker_module_error--40e71:focus-within{
|
|
3356
3356
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3357
3357
|
}
|
|
3358
|
-
.bp_date_picker_module_datePicker--
|
|
3358
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71 .bp_date_picker_module_groupContainerInput--40e71{
|
|
3359
3359
|
align-items:center;
|
|
3360
3360
|
display:inline-flex;
|
|
3361
3361
|
height:var(--size-10);
|
|
3362
3362
|
text-transform:uppercase;
|
|
3363
3363
|
white-space:nowrap;
|
|
3364
3364
|
}
|
|
3365
|
-
.bp_date_picker_module_datePicker--
|
|
3365
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71 .bp_date_picker_module_groupContainerInput--40e71 .bp_date_picker_module_groupContainerInputSegment--40e71{
|
|
3366
3366
|
border:unset;
|
|
3367
3367
|
border-radius:unset;
|
|
3368
3368
|
box-shadow:unset;
|
|
@@ -3373,18 +3373,18 @@
|
|
|
3373
3373
|
transition:unset;
|
|
3374
3374
|
width:unset;
|
|
3375
3375
|
}
|
|
3376
|
-
.bp_date_picker_module_datePicker--
|
|
3376
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71 .bp_date_picker_module_groupContainerInput--40e71 .bp_date_picker_module_groupContainerInputSegment--40e71[data-placeholder]{
|
|
3377
3377
|
color:var(--text-text-on-light-secondary);
|
|
3378
3378
|
}
|
|
3379
|
-
.bp_date_picker_module_datePicker--
|
|
3379
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71 .bp_date_picker_module_groupContainerInput--40e71 .bp_date_picker_module_groupContainerInputSegment--40e71:focus{
|
|
3380
3380
|
background:var(--light-blue-20);
|
|
3381
3381
|
caret-color:#0000;
|
|
3382
3382
|
outline:none;
|
|
3383
3383
|
}
|
|
3384
|
-
.bp_date_picker_module_datePicker--
|
|
3384
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_groupContainer--40e71 .bp_date_picker_module_groupContainerInput--40e71 .bp_date_picker_module_groupContainerInputSegment--40e71:focus[data-placeholder]{
|
|
3385
3385
|
color:var(--text-text-on-light);
|
|
3386
3386
|
}
|
|
3387
|
-
.bp_date_picker_module_datePicker--
|
|
3387
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71{
|
|
3388
3388
|
align-items:center;
|
|
3389
3389
|
background-color:initial;
|
|
3390
3390
|
border:none;
|
|
@@ -3399,33 +3399,33 @@
|
|
|
3399
3399
|
right:var(--space-2);
|
|
3400
3400
|
width:var(--size-6);
|
|
3401
3401
|
}
|
|
3402
|
-
.bp_date_picker_module_datePicker--
|
|
3402
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71.bp_date_picker_module_clear--40e71{
|
|
3403
3403
|
right:var(--size-9);
|
|
3404
3404
|
}
|
|
3405
|
-
.bp_date_picker_module_datePicker--
|
|
3405
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71:focus-visible,.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71[data-focus-visible]{
|
|
3406
3406
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
3407
3407
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
3408
3408
|
}
|
|
3409
|
-
.bp_date_picker_module_datePicker--
|
|
3409
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71:hover{
|
|
3410
3410
|
background:var(--surface-cta-surface-icon-hover);
|
|
3411
3411
|
}
|
|
3412
|
-
.bp_date_picker_module_datePicker--
|
|
3412
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71:hover *{
|
|
3413
3413
|
fill:var(--icon-cta-icon-hover);
|
|
3414
3414
|
}
|
|
3415
|
-
.bp_date_picker_module_datePicker--
|
|
3415
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71:active{
|
|
3416
3416
|
background:var(--surface-cta-surface-icon-pressed);
|
|
3417
3417
|
}
|
|
3418
|
-
.bp_date_picker_module_datePicker--
|
|
3418
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71:active *{
|
|
3419
3419
|
fill:var(--icon-cta-icon-pressed);
|
|
3420
3420
|
}
|
|
3421
|
-
.bp_date_picker_module_datePicker--
|
|
3421
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_group--40e71 .bp_date_picker_module_button--40e71:disabled{
|
|
3422
3422
|
opacity:1;
|
|
3423
3423
|
}
|
|
3424
|
-
.bp_date_picker_module_datePicker--
|
|
3424
|
+
.bp_date_picker_module_datePicker--40e71 .bp_date_picker_module_inlineError--40e71{
|
|
3425
3425
|
margin-block-start:var(--space-2);
|
|
3426
3426
|
}
|
|
3427
3427
|
|
|
3428
|
-
@keyframes bp_date_picker_module_slide--
|
|
3428
|
+
@keyframes bp_date_picker_module_slide--40e71{
|
|
3429
3429
|
from{
|
|
3430
3430
|
opacity:0;
|
|
3431
3431
|
transform:var(--popover-slide-translation);
|
|
@@ -3435,11 +3435,11 @@
|
|
|
3435
3435
|
transform:translateY(0);
|
|
3436
3436
|
}
|
|
3437
3437
|
}
|
|
3438
|
-
.bp_date_picker_module_datePickerPopoverContent--
|
|
3438
|
+
.bp_date_picker_module_datePickerPopoverContent--40e71{
|
|
3439
3439
|
z-index:380;
|
|
3440
3440
|
}
|
|
3441
3441
|
|
|
3442
|
-
.bp_empty_state_module_emptyState--
|
|
3442
|
+
.bp_empty_state_module_emptyState--de28c{
|
|
3443
3443
|
align-items:center;
|
|
3444
3444
|
display:flex;
|
|
3445
3445
|
flex-direction:column;
|
|
@@ -3448,32 +3448,32 @@
|
|
|
3448
3448
|
text-align:center;
|
|
3449
3449
|
width:100%;
|
|
3450
3450
|
}
|
|
3451
|
-
.bp_empty_state_module_emptyState--
|
|
3451
|
+
.bp_empty_state_module_emptyState--de28c .bp_empty_state_module_illustration--de28c{
|
|
3452
3452
|
margin-block-end:var(--space-6);
|
|
3453
3453
|
}
|
|
3454
|
-
.bp_empty_state_module_emptyState--
|
|
3454
|
+
.bp_empty_state_module_emptyState--de28c .bp_empty_state_module_body--de28c{
|
|
3455
3455
|
max-width:22.5rem;
|
|
3456
3456
|
}
|
|
3457
|
-
.bp_empty_state_module_emptyState--
|
|
3457
|
+
.bp_empty_state_module_emptyState--de28c .bp_empty_state_module_body--de28c:not(:last-child){
|
|
3458
3458
|
margin-block-end:var(--space-6);
|
|
3459
3459
|
}
|
|
3460
|
-
.bp_empty_state_module_emptyState--
|
|
3460
|
+
.bp_empty_state_module_emptyState--de28c .bp_empty_state_module_heading--de28c{
|
|
3461
3461
|
margin-block-end:var(--space-3);
|
|
3462
3462
|
}
|
|
3463
|
-
.bp_empty_state_module_emptyState--
|
|
3463
|
+
.bp_empty_state_module_emptyState--de28c .bp_empty_state_module_button--de28c:not(:last-child){
|
|
3464
3464
|
margin-block-end:var(--space-6);
|
|
3465
3465
|
}
|
|
3466
|
-
.bp_empty_state_module_emptyState--
|
|
3466
|
+
.bp_empty_state_module_emptyState--de28c.bp_empty_state_module_small--de28c .bp_empty_state_module_illustration--de28c{
|
|
3467
3467
|
margin-block-end:var(--space-4);
|
|
3468
3468
|
}
|
|
3469
|
-
.bp_empty_state_module_emptyState--
|
|
3469
|
+
.bp_empty_state_module_emptyState--de28c.bp_empty_state_module_small--de28c .bp_empty_state_module_illustration--de28c svg{
|
|
3470
3470
|
height:var(--size-14);
|
|
3471
3471
|
width:var(--size-14);
|
|
3472
3472
|
}
|
|
3473
|
-
.bp_empty_state_module_emptyState--
|
|
3473
|
+
.bp_empty_state_module_emptyState--de28c.bp_empty_state_module_small--de28c .bp_empty_state_module_body--de28c{
|
|
3474
3474
|
max-width:220px;
|
|
3475
3475
|
}
|
|
3476
|
-
.bp_empty_state_module_emptyState--
|
|
3476
|
+
.bp_empty_state_module_emptyState--de28c.bp_empty_state_module_small--de28c .bp_empty_state_module_body--de28c:not(:last-child){
|
|
3477
3477
|
margin-block-end:var(--space-4);
|
|
3478
3478
|
}
|
|
3479
3479
|
.bp_link_module_link--fb308{
|
|
@@ -4400,7 +4400,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4400
4400
|
display:inline;
|
|
4401
4401
|
}
|
|
4402
4402
|
|
|
4403
|
-
.bp_modal_module_overlay--
|
|
4403
|
+
.bp_modal_module_overlay--01825{
|
|
4404
4404
|
background-color:var(--overlay-modal-overlay);
|
|
4405
4405
|
bottom:0;
|
|
4406
4406
|
display:grid;
|
|
@@ -4412,13 +4412,13 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4412
4412
|
z-index:370;
|
|
4413
4413
|
}
|
|
4414
4414
|
@media (width > 459px){
|
|
4415
|
-
.bp_modal_module_overlay--
|
|
4415
|
+
.bp_modal_module_overlay--01825{
|
|
4416
4416
|
place-items:center;
|
|
4417
4417
|
}
|
|
4418
4418
|
}
|
|
4419
4419
|
|
|
4420
|
-
.bp_modal_module_content--
|
|
4421
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
4420
|
+
.bp_modal_module_content--01825{
|
|
4421
|
+
animation:bp_modal_module_popup_bounce_in--01825 var(--animation-duration-3);
|
|
4422
4422
|
background-color:var(--gray-white);
|
|
4423
4423
|
display:flex;
|
|
4424
4424
|
flex-direction:column;
|
|
@@ -4427,80 +4427,80 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4427
4427
|
position:relative;
|
|
4428
4428
|
}
|
|
4429
4429
|
@media (width > 374px){
|
|
4430
|
-
.bp_modal_module_content--
|
|
4430
|
+
.bp_modal_module_content--01825{
|
|
4431
4431
|
overflow:hidden;
|
|
4432
4432
|
}
|
|
4433
4433
|
}
|
|
4434
4434
|
@media (width > 459px){
|
|
4435
|
-
.bp_modal_module_content--
|
|
4435
|
+
.bp_modal_module_content--01825{
|
|
4436
4436
|
border-radius:var(--radius-4);
|
|
4437
4437
|
height:auto;
|
|
4438
4438
|
margin:0 var(--space-8);
|
|
4439
4439
|
max-height:calc(100vh - var(--space-8)*2);
|
|
4440
4440
|
min-width:calc(460px - var(--space-8)*2);
|
|
4441
4441
|
}
|
|
4442
|
-
.bp_modal_module_content--
|
|
4442
|
+
.bp_modal_module_content--01825.bp_modal_module_smallSizeModal--01825{
|
|
4443
4443
|
max-width:460px;
|
|
4444
4444
|
}
|
|
4445
|
-
.bp_modal_module_content--
|
|
4445
|
+
.bp_modal_module_content--01825.bp_modal_module_mediumSizeModal--01825{
|
|
4446
4446
|
max-width:540px;
|
|
4447
4447
|
}
|
|
4448
|
-
.bp_modal_module_content--
|
|
4448
|
+
.bp_modal_module_content--01825.bp_modal_module_largeSizeModal--01825{
|
|
4449
4449
|
max-width:620px;
|
|
4450
4450
|
}
|
|
4451
|
-
.bp_modal_module_content--
|
|
4451
|
+
.bp_modal_module_content--01825.bp_modal_module_xlargeSizeModal--01825{
|
|
4452
4452
|
max-width:768px;
|
|
4453
4453
|
}
|
|
4454
4454
|
}
|
|
4455
4455
|
|
|
4456
|
-
.bp_modal_module_scrollableContainer--
|
|
4456
|
+
.bp_modal_module_scrollableContainer--01825{
|
|
4457
4457
|
flex-grow:1;
|
|
4458
4458
|
}
|
|
4459
4459
|
@media (width > 374px){
|
|
4460
|
-
.bp_modal_module_scrollableContainer--
|
|
4460
|
+
.bp_modal_module_scrollableContainer--01825{
|
|
4461
4461
|
overflow-y:auto;
|
|
4462
4462
|
}
|
|
4463
4463
|
}
|
|
4464
4464
|
|
|
4465
|
-
.bp_modal_module_content--
|
|
4465
|
+
.bp_modal_module_content--01825 .bp_modal_module_close--01825{
|
|
4466
4466
|
color:var(--gray-65);
|
|
4467
4467
|
position:fixed;
|
|
4468
4468
|
right:var(--space-4);
|
|
4469
4469
|
top:var(--space-4);
|
|
4470
4470
|
}
|
|
4471
4471
|
@media (width > 374px){
|
|
4472
|
-
.bp_modal_module_content--
|
|
4472
|
+
.bp_modal_module_content--01825 .bp_modal_module_close--01825{
|
|
4473
4473
|
position:absolute;
|
|
4474
4474
|
}
|
|
4475
4475
|
}
|
|
4476
4476
|
|
|
4477
|
-
.bp_modal_module_close--
|
|
4477
|
+
.bp_modal_module_close--01825.bp_modal_module_onColor--01825{
|
|
4478
4478
|
background-color:var(--surface-cta-surface-tertiary);
|
|
4479
4479
|
}
|
|
4480
|
-
.bp_modal_module_close--
|
|
4480
|
+
.bp_modal_module_close--01825.bp_modal_module_onColor--01825:hover{
|
|
4481
4481
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
4482
4482
|
}
|
|
4483
|
-
.bp_modal_module_close--
|
|
4483
|
+
.bp_modal_module_close--01825.bp_modal_module_onColor--01825:active{
|
|
4484
4484
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
4485
4485
|
}
|
|
4486
4486
|
|
|
4487
|
-
.bp_modal_module_content--
|
|
4487
|
+
.bp_modal_module_content--01825 .bp_modal_module_backButton--01825{
|
|
4488
4488
|
color:var(--gray-65);
|
|
4489
4489
|
margin-block-start:var(--space-4);
|
|
4490
4490
|
margin-inline-start:var(--space-4);
|
|
4491
4491
|
}
|
|
4492
4492
|
@media (width > 459px){
|
|
4493
|
-
.bp_modal_module_content--
|
|
4493
|
+
.bp_modal_module_content--01825 .bp_modal_module_backButton--01825{
|
|
4494
4494
|
height:var(--size-10);
|
|
4495
4495
|
width:var(--size-10);
|
|
4496
4496
|
}
|
|
4497
4497
|
}
|
|
4498
4498
|
|
|
4499
|
-
.bp_modal_module_modalHeader--
|
|
4499
|
+
.bp_modal_module_modalHeader--01825{
|
|
4500
4500
|
display:flex;
|
|
4501
4501
|
}
|
|
4502
4502
|
|
|
4503
|
-
.bp_modal_module_modalTitle--
|
|
4503
|
+
.bp_modal_module_modalTitle--01825{
|
|
4504
4504
|
display:flex;
|
|
4505
4505
|
flex-direction:column;
|
|
4506
4506
|
gap:var(--space-2);
|
|
@@ -4508,24 +4508,24 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4508
4508
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
4509
4509
|
}
|
|
4510
4510
|
@media (width > 459px){
|
|
4511
|
-
.bp_modal_module_modalTitle--
|
|
4511
|
+
.bp_modal_module_modalTitle--01825{
|
|
4512
4512
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
4513
4513
|
}
|
|
4514
4514
|
}
|
|
4515
4515
|
|
|
4516
|
-
.bp_modal_module_body--
|
|
4516
|
+
.bp_modal_module_body--01825{
|
|
4517
4517
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
4518
4518
|
}
|
|
4519
4519
|
@media (width > 459px){
|
|
4520
|
-
.bp_modal_module_body--
|
|
4520
|
+
.bp_modal_module_body--01825{
|
|
4521
4521
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
4522
4522
|
}
|
|
4523
4523
|
}
|
|
4524
4524
|
|
|
4525
|
-
.bp_modal_module_headerDividerLine--
|
|
4525
|
+
.bp_modal_module_headerDividerLine--01825{
|
|
4526
4526
|
position:relative;
|
|
4527
4527
|
}
|
|
4528
|
-
.bp_modal_module_headerDividerLine--
|
|
4528
|
+
.bp_modal_module_headerDividerLine--01825::after{
|
|
4529
4529
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
4530
4530
|
bottom:0;
|
|
4531
4531
|
content:"";
|
|
@@ -4534,16 +4534,16 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4534
4534
|
right:var(--space-4);
|
|
4535
4535
|
}
|
|
4536
4536
|
@media (width > 459px){
|
|
4537
|
-
.bp_modal_module_headerDividerLine--
|
|
4537
|
+
.bp_modal_module_headerDividerLine--01825::after{
|
|
4538
4538
|
left:var(--space-6);
|
|
4539
4539
|
right:var(--space-6);
|
|
4540
4540
|
}
|
|
4541
4541
|
}
|
|
4542
4542
|
|
|
4543
|
-
.bp_modal_module_footerDividerLine--
|
|
4543
|
+
.bp_modal_module_footerDividerLine--01825{
|
|
4544
4544
|
position:relative;
|
|
4545
4545
|
}
|
|
4546
|
-
.bp_modal_module_footerDividerLine--
|
|
4546
|
+
.bp_modal_module_footerDividerLine--01825::before{
|
|
4547
4547
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
4548
4548
|
content:"";
|
|
4549
4549
|
left:var(--space-4);
|
|
@@ -4552,28 +4552,28 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4552
4552
|
top:0;
|
|
4553
4553
|
}
|
|
4554
4554
|
@media (width > 459px){
|
|
4555
|
-
.bp_modal_module_footerDividerLine--
|
|
4555
|
+
.bp_modal_module_footerDividerLine--01825::before{
|
|
4556
4556
|
left:var(--space-6);
|
|
4557
4557
|
right:var(--space-6);
|
|
4558
4558
|
}
|
|
4559
4559
|
}
|
|
4560
4560
|
|
|
4561
|
-
.bp_modal_module_footer--
|
|
4561
|
+
.bp_modal_module_footer--01825{
|
|
4562
4562
|
display:flex;
|
|
4563
4563
|
justify-content:flex-end;
|
|
4564
4564
|
padding:var(--space-4);
|
|
4565
4565
|
}
|
|
4566
4566
|
@media (width > 459px){
|
|
4567
|
-
.bp_modal_module_footer--
|
|
4567
|
+
.bp_modal_module_footer--01825{
|
|
4568
4568
|
padding:var(--space-6);
|
|
4569
4569
|
}
|
|
4570
4570
|
}
|
|
4571
4571
|
|
|
4572
|
-
.bp_modal_module_footerButton--
|
|
4572
|
+
.bp_modal_module_footerButton--01825 + .bp_modal_module_footerButton--01825{
|
|
4573
4573
|
margin-inline-start:var(--space-3);
|
|
4574
4574
|
}
|
|
4575
4575
|
|
|
4576
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
4576
|
+
@keyframes bp_modal_module_popup_bounce_in--01825{
|
|
4577
4577
|
0%{
|
|
4578
4578
|
transform:scale3d(.1, .1, 1);
|
|
4579
4579
|
}
|
|
@@ -4784,66 +4784,66 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4784
4784
|
justify-content:flex-end;
|
|
4785
4785
|
}
|
|
4786
4786
|
|
|
4787
|
-
.bp_page_section_module_pageSectionContainer--
|
|
4787
|
+
.bp_page_section_module_pageSectionContainer--c3845{
|
|
4788
4788
|
display:flex;
|
|
4789
4789
|
flex-direction:column;
|
|
4790
4790
|
gap:var(--space-8);
|
|
4791
4791
|
}
|
|
4792
4792
|
@media (width > 767px){
|
|
4793
|
-
.bp_page_section_module_pageSectionContainer--
|
|
4793
|
+
.bp_page_section_module_pageSectionContainer--c3845{
|
|
4794
4794
|
gap:var(--space-12);
|
|
4795
4795
|
}
|
|
4796
4796
|
}
|
|
4797
4797
|
|
|
4798
|
-
.bp_page_section_module_pageSection--
|
|
4798
|
+
.bp_page_section_module_pageSection--c3845{
|
|
4799
4799
|
display:flex;
|
|
4800
4800
|
flex-direction:column;
|
|
4801
4801
|
gap:var(--space-7);
|
|
4802
4802
|
}
|
|
4803
4803
|
@media (width > 767px){
|
|
4804
|
-
.bp_page_section_module_pageSection--
|
|
4804
|
+
.bp_page_section_module_pageSection--c3845{
|
|
4805
4805
|
flex-direction:row;
|
|
4806
4806
|
gap:var(--space-20);
|
|
4807
4807
|
}
|
|
4808
4808
|
}
|
|
4809
4809
|
|
|
4810
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4810
|
+
.bp_page_section_module_pageSectionHeader--c3845{
|
|
4811
4811
|
display:flex;
|
|
4812
4812
|
flex-direction:column;
|
|
4813
4813
|
gap:var(--space-2);
|
|
4814
4814
|
}
|
|
4815
4815
|
@media (width > 767px){
|
|
4816
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4816
|
+
.bp_page_section_module_pageSectionHeader--c3845{
|
|
4817
4817
|
width:200px;
|
|
4818
4818
|
}
|
|
4819
4819
|
}
|
|
4820
4820
|
@media (width > 1023px){
|
|
4821
|
-
.bp_page_section_module_pageSectionHeader--
|
|
4821
|
+
.bp_page_section_module_pageSectionHeader--c3845{
|
|
4822
4822
|
width:242px;
|
|
4823
4823
|
}
|
|
4824
4824
|
}
|
|
4825
4825
|
|
|
4826
|
-
.bp_page_section_module_pageSectionContent--
|
|
4826
|
+
.bp_page_section_module_pageSectionContent--c3845{
|
|
4827
4827
|
flex-grow:1;
|
|
4828
4828
|
}
|
|
4829
4829
|
|
|
4830
|
-
.bp_page_section_module_pageSectionDivider--
|
|
4830
|
+
.bp_page_section_module_pageSectionDivider--c3845{
|
|
4831
4831
|
width:100%;
|
|
4832
4832
|
}
|
|
4833
4833
|
|
|
4834
|
-
.bp_password_input_module_passwordInput--
|
|
4834
|
+
.bp_password_input_module_passwordInput--62054 input[type=password],.bp_password_input_module_passwordInput--62054 input[type=text]{
|
|
4835
4835
|
padding-inline-end:2.375rem;
|
|
4836
4836
|
}
|
|
4837
|
-
.bp_password_input_module_passwordInput--
|
|
4837
|
+
.bp_password_input_module_passwordInput--62054 .bp_password_input_module_iconButton--62054{
|
|
4838
4838
|
height:var(--size-6);
|
|
4839
4839
|
inset-inline-end:.5rem;
|
|
4840
4840
|
width:var(--size-6);
|
|
4841
4841
|
}
|
|
4842
|
-
.bp_password_input_module_passwordInput--
|
|
4842
|
+
.bp_password_input_module_passwordInput--62054 .bp_password_input_module_iconButton--62054:active,.bp_password_input_module_passwordInput--62054 .bp_password_input_module_iconButton--62054:hover{
|
|
4843
4843
|
background:none;
|
|
4844
4844
|
}
|
|
4845
4845
|
|
|
4846
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4846
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e{
|
|
4847
4847
|
--disabled-opacity:var(--text-input-disabled-opacity-api, 60%);
|
|
4848
4848
|
display:flex;
|
|
4849
4849
|
flex-direction:column;
|
|
@@ -4856,7 +4856,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4856
4856
|
text-decoration:var(--body-default-text-decoration);
|
|
4857
4857
|
text-transform:var(--body-default-text-case);
|
|
4858
4858
|
}
|
|
4859
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4859
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_label--3b33e{
|
|
4860
4860
|
color:var(--text-text-on-light);
|
|
4861
4861
|
flex:0 0 fit-content;
|
|
4862
4862
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -4870,15 +4870,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4870
4870
|
width:-moz-fit-content;
|
|
4871
4871
|
width:fit-content;
|
|
4872
4872
|
}
|
|
4873
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4873
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_label--3b33e:not(.bp_base_text_input_module_hidden--3b33e){
|
|
4874
4874
|
margin-block-end:var(--space-2);
|
|
4875
4875
|
}
|
|
4876
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4876
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e{
|
|
4877
4877
|
display:flex;
|
|
4878
4878
|
height:var(--size-10);
|
|
4879
4879
|
position:relative;
|
|
4880
4880
|
}
|
|
4881
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4881
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e{
|
|
4882
4882
|
background:var(--surface-input-surface);
|
|
4883
4883
|
border:var(--border-1) solid var(--border-input-border);
|
|
4884
4884
|
border-radius:var(--radius-2);
|
|
@@ -4898,74 +4898,74 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
4898
4898
|
text-transform:var(--body-default-text-case);
|
|
4899
4899
|
width:100%;
|
|
4900
4900
|
}
|
|
4901
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4901
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e:hover,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e:hover,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e:hover{
|
|
4902
4902
|
box-shadow:var(--innershadow-1);
|
|
4903
4903
|
}
|
|
4904
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4904
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e::placeholder,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e::placeholder,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e::placeholder{
|
|
4905
4905
|
color:var(--text-text-on-light-secondary);
|
|
4906
4906
|
opacity:1;
|
|
4907
4907
|
}
|
|
4908
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4908
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_error--3b33e,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_error--3b33e,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_error--3b33e{
|
|
4909
4909
|
background:var(--surface-input-surface-error);
|
|
4910
4910
|
border:var(--border-2) solid var(--border-input-border-error);
|
|
4911
4911
|
outline:0;
|
|
4912
4912
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1));
|
|
4913
4913
|
}
|
|
4914
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4914
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e{
|
|
4915
4915
|
border-color:var(--border-collapsible-border);
|
|
4916
4916
|
box-shadow:var(--innershadow-1);
|
|
4917
4917
|
color:var(--text-text-on-light-secondary);
|
|
4918
4918
|
}
|
|
4919
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4919
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e:focus-visible,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e:focus-visible,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e:focus-visible{
|
|
4920
4920
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4921
4921
|
}
|
|
4922
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4922
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e:hover,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e:hover,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_readOnly--3b33e:hover{
|
|
4923
4923
|
cursor:default;
|
|
4924
4924
|
}
|
|
4925
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4925
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e:disabled,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e:disabled,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e:disabled{
|
|
4926
4926
|
background:var(--surface-input-surface);
|
|
4927
4927
|
border-color:var(--border-input-border);
|
|
4928
4928
|
box-shadow:var(--innershadow-1);
|
|
4929
4929
|
color:var(--text-text-on-light);
|
|
4930
4930
|
}
|
|
4931
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4931
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e:disabled:hover,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e:disabled:hover{
|
|
4932
4932
|
border-color:var(--border-input-border);
|
|
4933
4933
|
}
|
|
4934
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4934
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e:focus-visible,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e:focus-visible,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e:focus-visible{
|
|
4935
4935
|
background:var(--surface-input-surface-focus);
|
|
4936
4936
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4937
4937
|
outline:0;
|
|
4938
4938
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1));
|
|
4939
4939
|
}
|
|
4940
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4940
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e:has(+ .bp_base_text_input_module_endIcon--3b33e),.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e:has(+ .bp_base_text_input_module_endIcon--3b33e),.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e:has(+ .bp_base_text_input_module_endIcon--3b33e){
|
|
4941
4941
|
padding-inline-end:calc(var(--space-3) + var(--end-icon-width) + var(--space-2));
|
|
4942
4942
|
}
|
|
4943
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4943
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_textInput--3b33e:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--3b33e):hover,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=number].bp_base_text_input_module_textInput--3b33e:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--3b33e):hover,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e input[type=text].bp_base_text_input_module_textInput--3b33e:not(:disabled):not(:focus-visible):not(.bp_base_text_input_module_error--3b33e):hover{
|
|
4944
4944
|
background:var(--surface-input-surface-hover);
|
|
4945
4945
|
border:var(--border-1) solid var(--border-input-border-hover);
|
|
4946
4946
|
}
|
|
4947
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4947
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_startIcon--3b33e{
|
|
4948
4948
|
left:calc(var(--space-3) + var(--border-1));
|
|
4949
4949
|
position:absolute;
|
|
4950
4950
|
top:50%;
|
|
4951
4951
|
transform:translateY(-50%);
|
|
4952
4952
|
}
|
|
4953
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4953
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_startIcon--3b33e + input.bp_base_text_input_module_textInput--3b33e{
|
|
4954
4954
|
padding-inline-start:calc(var(--space-3) + var(--space-2) + var(--start-icon-width));
|
|
4955
4955
|
}
|
|
4956
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4956
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_startIcon--3b33e + input.bp_base_text_input_module_textInput--3b33e.bp_base_text_input_module_error--3b33e,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_startIcon--3b33e + input.bp_base_text_input_module_textInput--3b33e:focus-visible{
|
|
4957
4957
|
padding-inline-start:calc(var(--space-3) - var(--border-2) + var(--border-1) + var(--space-2) + var(--start-icon-width));
|
|
4958
4958
|
}
|
|
4959
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4959
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_textInputContainer--3b33e .bp_base_text_input_module_endIcon--3b33e{
|
|
4960
4960
|
position:absolute;
|
|
4961
4961
|
right:calc(var(--space-3) + var(--border-1));
|
|
4962
4962
|
top:50%;
|
|
4963
4963
|
transform:translateY(-50%);
|
|
4964
4964
|
}
|
|
4965
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4965
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e.bp_base_text_input_module_disabled--3b33e{
|
|
4966
4966
|
opacity:var(--disabled-opacity);
|
|
4967
4967
|
}
|
|
4968
|
-
.bp_base_text_input_module_textInputContainerOuter--
|
|
4968
|
+
.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_inlineError--3b33e,.bp_base_text_input_module_textInputContainerOuter--3b33e .bp_base_text_input_module_subtext--3b33e{
|
|
4969
4969
|
margin-block-start:var(--space-2);
|
|
4970
4970
|
}
|
|
4971
4971
|
.bp_chip_module_chip--96f83{
|
|
@@ -5166,7 +5166,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5166
5166
|
}
|
|
5167
5167
|
}
|
|
5168
5168
|
|
|
5169
|
-
.bp_context_menu_module_menuBlock--
|
|
5169
|
+
.bp_context_menu_module_menuBlock--9292a{
|
|
5170
5170
|
background-color:var(--surface-menu-surface);
|
|
5171
5171
|
border:var(--border-1) solid var(--border-card-border);
|
|
5172
5172
|
border-radius:var(--radius-3);
|
|
@@ -5177,7 +5177,7 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5177
5177
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
5178
5178
|
padding:var(--space-3);
|
|
5179
5179
|
}
|
|
5180
|
-
.bp_context_menu_module_menuBlock--
|
|
5180
|
+
.bp_context_menu_module_menuBlock--9292a[data-menu-fullscreen=true]{
|
|
5181
5181
|
border:unset;
|
|
5182
5182
|
border-radius:unset;
|
|
5183
5183
|
display:flex;
|
|
@@ -5190,15 +5190,15 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5190
5190
|
position:relative;
|
|
5191
5191
|
width:100vw;
|
|
5192
5192
|
}
|
|
5193
|
-
.bp_context_menu_module_menuBlock--
|
|
5193
|
+
.bp_context_menu_module_menuBlock--9292a[data-menu-fullscreen=true] .bp_context_menu_module_fullScreenContent--9292a{
|
|
5194
5194
|
overflow-y:auto;
|
|
5195
5195
|
padding:var(--space-3);
|
|
5196
5196
|
}
|
|
5197
|
-
.bp_context_menu_module_menuBlock--
|
|
5197
|
+
.bp_context_menu_module_menuBlock--9292a .bp_context_menu_module_menuItemsSeparator--9292a{
|
|
5198
5198
|
margin-block:var(--space-2);
|
|
5199
5199
|
margin-inline:var(--space-2);
|
|
5200
5200
|
}
|
|
5201
|
-
.bp_context_menu_module_menuBlock--
|
|
5201
|
+
.bp_context_menu_module_menuBlock--9292a .bp_context_menu_module_menuItem--9292a{
|
|
5202
5202
|
align-items:center;
|
|
5203
5203
|
background-color:var(--surface-menu-surface);
|
|
5204
5204
|
border:var(--border-2) solid #0000;
|
|
@@ -5211,19 +5211,19 @@ table.bp_inline_table_module_inlineTable--7cffa tr:not(:last-child) td{
|
|
|
5211
5211
|
padding-inline:var(--space-2);
|
|
5212
5212
|
position:relative;
|
|
5213
5213
|
}
|
|
5214
|
-
.bp_context_menu_module_menuBlock--
|
|
5214
|
+
.bp_context_menu_module_menuBlock--9292a .bp_context_menu_module_menuItem--9292a[data-disabled]{
|
|
5215
5215
|
opacity:60%;
|
|
5216
5216
|
pointer-events:none;
|
|
5217
5217
|
}
|
|
5218
|
-
.bp_context_menu_module_menuBlock--
|
|
5218
|
+
.bp_context_menu_module_menuBlock--9292a .bp_context_menu_module_menuItem--9292a[data-highlighted]:not(:hover){
|
|
5219
5219
|
background-color:var(--surface-menu-surface-focus);
|
|
5220
5220
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
5221
5221
|
}
|
|
5222
|
-
.bp_context_menu_module_menuBlock--
|
|
5222
|
+
.bp_context_menu_module_menuBlock--9292a .bp_context_menu_module_menuItem--9292a:active{
|
|
5223
5223
|
background-color:var(--surface-menu-surface-focus);
|
|
5224
5224
|
border:var(--border-2) solid #0000;
|
|
5225
5225
|
}
|
|
5226
|
-
.bp_context_menu_module_menuBlock--
|
|
5226
|
+
.bp_context_menu_module_menuBlock--9292a .bp_context_menu_module_menuItem--9292a:hover{
|
|
5227
5227
|
background-color:var(--surface-menu-surface-focus);
|
|
5228
5228
|
}
|
|
5229
5229
|
div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):has([data-menu-fullscreen=true]){
|
|
@@ -5232,7 +5232,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5232
5232
|
width:100%;
|
|
5233
5233
|
}
|
|
5234
5234
|
|
|
5235
|
-
.bp_context_menu_module_menuHeader--
|
|
5235
|
+
.bp_context_menu_module_menuHeader--9292a{
|
|
5236
5236
|
align-items:center;
|
|
5237
5237
|
box-shadow:var(--dropshadow-1);
|
|
5238
5238
|
display:grid;
|
|
@@ -5242,25 +5242,25 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5242
5242
|
padding:var(--space-3);
|
|
5243
5243
|
}
|
|
5244
5244
|
|
|
5245
|
-
.bp_context_menu_module_headerTextContent--
|
|
5245
|
+
.bp_context_menu_module_headerTextContent--9292a{
|
|
5246
5246
|
display:grid;
|
|
5247
5247
|
}
|
|
5248
5248
|
|
|
5249
|
-
.bp_context_menu_module_submenuCloseButton--
|
|
5249
|
+
.bp_context_menu_module_submenuCloseButton--9292a{
|
|
5250
5250
|
grid-area:submenu-close;
|
|
5251
5251
|
}
|
|
5252
5252
|
|
|
5253
|
-
.bp_context_menu_module_menuCloseButton--
|
|
5253
|
+
.bp_context_menu_module_menuCloseButton--9292a{
|
|
5254
5254
|
grid-area:close;
|
|
5255
5255
|
}
|
|
5256
5256
|
|
|
5257
|
-
.bp_context_menu_module_ellipsis--
|
|
5257
|
+
.bp_context_menu_module_ellipsis--9292a{
|
|
5258
5258
|
overflow:hidden;
|
|
5259
5259
|
text-overflow:ellipsis;
|
|
5260
5260
|
white-space:nowrap;
|
|
5261
5261
|
}
|
|
5262
5262
|
|
|
5263
|
-
.bp_notification_module_viewport--
|
|
5263
|
+
.bp_notification_module_viewport--dac23{
|
|
5264
5264
|
all:unset;
|
|
5265
5265
|
align-items:center;
|
|
5266
5266
|
display:flex;
|
|
@@ -5273,7 +5273,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5273
5273
|
z-index:2147483647;
|
|
5274
5274
|
}
|
|
5275
5275
|
|
|
5276
|
-
.bp_notification_module_root--
|
|
5276
|
+
.bp_notification_module_root--dac23{
|
|
5277
5277
|
border:var(--border-2) solid;
|
|
5278
5278
|
border-radius:var(--radius-3);
|
|
5279
5279
|
display:flex;
|
|
@@ -5281,26 +5281,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5281
5281
|
width:max-content;
|
|
5282
5282
|
}
|
|
5283
5283
|
@media (width > 374px){
|
|
5284
|
-
.bp_notification_module_root--
|
|
5284
|
+
.bp_notification_module_root--dac23{
|
|
5285
5285
|
max-width:343px;
|
|
5286
5286
|
}
|
|
5287
5287
|
}
|
|
5288
5288
|
@media (width > 767px){
|
|
5289
|
-
.bp_notification_module_root--
|
|
5289
|
+
.bp_notification_module_root--dac23{
|
|
5290
5290
|
max-width:728px;
|
|
5291
5291
|
}
|
|
5292
5292
|
}
|
|
5293
5293
|
@media (width > 1023px){
|
|
5294
|
-
.bp_notification_module_root--
|
|
5294
|
+
.bp_notification_module_root--dac23{
|
|
5295
5295
|
max-width:848px;
|
|
5296
5296
|
}
|
|
5297
5297
|
}
|
|
5298
5298
|
@media (width > 1219px){
|
|
5299
|
-
.bp_notification_module_root--
|
|
5299
|
+
.bp_notification_module_root--dac23{
|
|
5300
5300
|
max-width:896px;
|
|
5301
5301
|
}
|
|
5302
5302
|
}
|
|
5303
|
-
.bp_notification_module_root--
|
|
5303
|
+
.bp_notification_module_root--dac23 .bp_notification_module_container--dac23{
|
|
5304
5304
|
align-items:flex-start;
|
|
5305
5305
|
box-shadow:var(--dropshadow-3);
|
|
5306
5306
|
display:flex;
|
|
@@ -5309,11 +5309,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5309
5309
|
width:100%;
|
|
5310
5310
|
}
|
|
5311
5311
|
@media (width > 767px){
|
|
5312
|
-
.bp_notification_module_root--
|
|
5312
|
+
.bp_notification_module_root--dac23 .bp_notification_module_container--dac23{
|
|
5313
5313
|
align-items:center;
|
|
5314
5314
|
}
|
|
5315
5315
|
}
|
|
5316
|
-
.bp_notification_module_root--
|
|
5316
|
+
.bp_notification_module_root--dac23 .bp_notification_module_mobileContainer--dac23{
|
|
5317
5317
|
align-items:left;
|
|
5318
5318
|
display:flex;
|
|
5319
5319
|
flex-direction:column;
|
|
@@ -5321,46 +5321,46 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5321
5321
|
width:100%;
|
|
5322
5322
|
}
|
|
5323
5323
|
@media (width > 767px){
|
|
5324
|
-
.bp_notification_module_root--
|
|
5324
|
+
.bp_notification_module_root--dac23 .bp_notification_module_mobileContainer--dac23{
|
|
5325
5325
|
align-items:center;
|
|
5326
5326
|
flex-direction:row;
|
|
5327
5327
|
}
|
|
5328
5328
|
}
|
|
5329
|
-
.bp_notification_module_root--
|
|
5329
|
+
.bp_notification_module_root--dac23 .bp_notification_module_withButtons--dac23{
|
|
5330
5330
|
gap:var(--space-3);
|
|
5331
5331
|
}
|
|
5332
|
-
.bp_notification_module_root--
|
|
5332
|
+
.bp_notification_module_root--dac23.bp_notification_module_info--dac23{
|
|
5333
5333
|
background:var(--surface-message-surface-info);
|
|
5334
5334
|
border-color:var(--border-message-border-info);
|
|
5335
5335
|
}
|
|
5336
|
-
.bp_notification_module_root--
|
|
5336
|
+
.bp_notification_module_root--dac23.bp_notification_module_success--dac23{
|
|
5337
5337
|
background:var(--surface-message-surface-success);
|
|
5338
5338
|
border-color:var(--border-message-border-success);
|
|
5339
5339
|
}
|
|
5340
|
-
.bp_notification_module_root--
|
|
5340
|
+
.bp_notification_module_root--dac23.bp_notification_module_warning--dac23{
|
|
5341
5341
|
background:var(--surface-message-surface-warning);
|
|
5342
5342
|
border-color:var(--border-message-border-warning);
|
|
5343
5343
|
}
|
|
5344
|
-
.bp_notification_module_root--
|
|
5344
|
+
.bp_notification_module_root--dac23.bp_notification_module_error--dac23{
|
|
5345
5345
|
background:var(--surface-message-surface-error);
|
|
5346
5346
|
border-color:var(--border-message-border-error);
|
|
5347
5347
|
}
|
|
5348
|
-
.bp_notification_module_root--
|
|
5348
|
+
.bp_notification_module_root--dac23:focus-visible{
|
|
5349
5349
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5350
5350
|
outline:none;
|
|
5351
5351
|
}
|
|
5352
|
-
.bp_notification_module_root--
|
|
5352
|
+
.bp_notification_module_root--dac23 .bp_notification_module_typeIconContainer--dac23{
|
|
5353
5353
|
align-items:center;
|
|
5354
5354
|
display:flex;
|
|
5355
5355
|
height:var(--size-8);
|
|
5356
5356
|
justify-content:center;
|
|
5357
5357
|
width:var(--size-8);
|
|
5358
5358
|
}
|
|
5359
|
-
.bp_notification_module_root--
|
|
5359
|
+
.bp_notification_module_root--dac23 .bp_notification_module_typeIconContainer--dac23 .bp_notification_module_typeIcon--dac23{
|
|
5360
5360
|
flex-shrink:0;
|
|
5361
5361
|
margin-left:var(--space-4);
|
|
5362
5362
|
}
|
|
5363
|
-
.bp_notification_module_root--
|
|
5363
|
+
.bp_notification_module_root--dac23 .bp_notification_module_text--dac23{
|
|
5364
5364
|
align-items:center;
|
|
5365
5365
|
color:var(--text-text-on-light);
|
|
5366
5366
|
display:flex;
|
|
@@ -5375,38 +5375,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5375
5375
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5376
5376
|
text-transform:var(--body-default-bold-text-case);
|
|
5377
5377
|
}
|
|
5378
|
-
.bp_notification_module_root--
|
|
5378
|
+
.bp_notification_module_root--dac23 .bp_notification_module_text--dac23 > div{
|
|
5379
5379
|
overflow:hidden;
|
|
5380
5380
|
overflow-wrap:break-word;
|
|
5381
5381
|
}
|
|
5382
|
-
.bp_notification_module_root--
|
|
5382
|
+
.bp_notification_module_root--dac23 .bp_notification_module_contentButtonSection--dac23{
|
|
5383
5383
|
display:flex;
|
|
5384
5384
|
gap:var(--space-3);
|
|
5385
5385
|
margin-left:0;
|
|
5386
5386
|
}
|
|
5387
5387
|
@media (width > 767px){
|
|
5388
|
-
.bp_notification_module_root--
|
|
5388
|
+
.bp_notification_module_root--dac23 .bp_notification_module_contentButtonSection--dac23{
|
|
5389
5389
|
margin-left:auto;
|
|
5390
5390
|
}
|
|
5391
5391
|
}
|
|
5392
|
-
.bp_notification_module_root--
|
|
5392
|
+
.bp_notification_module_root--dac23 .bp_notification_module_contentButtonSection--dac23 .bp_notification_module_contentButtons--dac23{
|
|
5393
5393
|
display:flex;
|
|
5394
5394
|
gap:var(--space-3);
|
|
5395
5395
|
}
|
|
5396
|
-
.bp_notification_module_root--
|
|
5396
|
+
.bp_notification_module_root--dac23 .bp_notification_module_closeButtonSection--dac23{
|
|
5397
5397
|
display:flex;
|
|
5398
5398
|
gap:var(--space-3);
|
|
5399
5399
|
margin-left:auto;
|
|
5400
5400
|
margin-right:var(--space-4);
|
|
5401
5401
|
}
|
|
5402
|
-
.bp_notification_module_root--
|
|
5402
|
+
.bp_notification_module_root--dac23 .bp_notification_module_closeButtonSection--dac23 .bp_notification_module_closeButton--dac23{
|
|
5403
5403
|
align-self:center;
|
|
5404
5404
|
}
|
|
5405
|
-
.bp_notification_module_root--
|
|
5405
|
+
.bp_notification_module_root--dac23 .bp_notification_module_closeButtonSection--dac23 .bp_notification_module_closeButton--dac23 svg *{
|
|
5406
5406
|
fill:currentColor;
|
|
5407
5407
|
}
|
|
5408
5408
|
|
|
5409
|
-
.bp_popover_module_popoverContentContainer--
|
|
5409
|
+
.bp_popover_module_popoverContentContainer--a90da .bp_popover_module_popoverCard--a90da .bp_popover_module_popoverMainContent--a90da,.bp_popover_module_popoverContentContainer--a90da.bp_popover_module_accessibilitySmallBreakpoint--a90da .bp_popover_module_popoverCard--a90da .bp_popover_module_popoverScrollContainer--a90da{
|
|
5410
5410
|
margin-inline-end:calc(var(--space-4)*-1);
|
|
5411
5411
|
mask-image:linear-gradient(to top, #0000, var(--gray-black)), linear-gradient(to left, #0000 var(--space-4), var(--gray-black) var(--space-4));
|
|
5412
5412
|
mask-position:left bottom;
|
|
@@ -5416,43 +5416,43 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5416
5416
|
transition:mask-position var(--animation-duration-3);
|
|
5417
5417
|
}
|
|
5418
5418
|
|
|
5419
|
-
.bp_popover_module_popoverContentContainer--
|
|
5419
|
+
.bp_popover_module_popoverContentContainer--a90da{
|
|
5420
5420
|
max-width:320px;
|
|
5421
5421
|
z-index:380;
|
|
5422
5422
|
}
|
|
5423
|
-
.bp_popover_module_popoverContentContainer--
|
|
5423
|
+
.bp_popover_module_popoverContentContainer--a90da .bp_popover_module_popoverCard--a90da{
|
|
5424
5424
|
box-shadow:var(--dropshadow-3);
|
|
5425
5425
|
margin-block:var(--space-1);
|
|
5426
5426
|
}
|
|
5427
|
-
.bp_popover_module_popoverContentContainer--
|
|
5427
|
+
.bp_popover_module_popoverContentContainer--a90da .bp_popover_module_popoverCard--a90da .bp_popover_module_popoverMainContent--a90da:hover{
|
|
5428
5428
|
mask-position:left top;
|
|
5429
5429
|
}
|
|
5430
|
-
.bp_popover_module_popoverContentContainer--
|
|
5430
|
+
.bp_popover_module_popoverContentContainer--a90da .bp_popover_module_popoverCard--a90da .bp_popover_module_popoverMainContent--a90da .bp_popover_module_popoverMainContentOuterContainer--a90da{
|
|
5431
5431
|
max-height:inherit;
|
|
5432
5432
|
}
|
|
5433
|
-
.bp_popover_module_popoverContentContainer--
|
|
5433
|
+
.bp_popover_module_popoverContentContainer--a90da .bp_popover_module_popoverCard--a90da .bp_popover_module_popoverMainContent--a90da .bp_popover_module_popoverMainContentOuterContainer--a90da .bp_popover_module_popoverMainContentInnerContainerPadding--a90da{
|
|
5434
5434
|
padding-block-end:var(--space-3);
|
|
5435
5435
|
}
|
|
5436
|
-
.bp_popover_module_popoverContentContainer--
|
|
5436
|
+
.bp_popover_module_popoverContentContainer--a90da.bp_popover_module_accessibilitySmallBreakpoint--a90da{
|
|
5437
5437
|
max-height:var(--radix-popover-content-available-height);
|
|
5438
5438
|
}
|
|
5439
|
-
.bp_popover_module_popoverContentContainer--
|
|
5439
|
+
.bp_popover_module_popoverContentContainer--a90da.bp_popover_module_accessibilitySmallBreakpoint--a90da .bp_popover_module_popoverCard--a90da .bp_popover_module_popoverScrollContainer--a90da{
|
|
5440
5440
|
max-height:min(var(--blueprint-web-popover-content-max-height, calc(var(--radix-popover-content-available-height) - var(--space-12))), var(--radix-popover-content-available-height) - var(--space-12));
|
|
5441
5441
|
padding-block:var(--space-1);
|
|
5442
5442
|
}
|
|
5443
|
-
.bp_popover_module_popoverContentContainer--
|
|
5443
|
+
.bp_popover_module_popoverContentContainer--a90da.bp_popover_module_accessibilitySmallBreakpoint--a90da .bp_popover_module_popoverCard--a90da .bp_popover_module_popoverScrollContainer--a90da:hover{
|
|
5444
5444
|
mask-position:left top;
|
|
5445
5445
|
}
|
|
5446
|
-
.bp_popover_module_popoverContentContainer--
|
|
5446
|
+
.bp_popover_module_popoverContentContainer--a90da.bp_popover_module_accessibilitySmallBreakpoint--a90da .bp_popover_module_popoverCard--a90da .bp_popover_module_popoverScrollContainer--a90da .bp_popover_module_popoverMainContent--a90da{
|
|
5447
5447
|
max-height:-moz-fit-content;
|
|
5448
5448
|
max-height:fit-content;
|
|
5449
5449
|
}
|
|
5450
|
-
.bp_popover_module_popoverContentContainer--
|
|
5450
|
+
.bp_popover_module_popoverContentContainer--a90da .bp_popover_module_popoverFooter--a90da{
|
|
5451
5451
|
margin-inline:calc(var(--space-4)*-1);
|
|
5452
5452
|
padding-block-start:var(--space-4);
|
|
5453
5453
|
padding-inline:var(--space-4);
|
|
5454
5454
|
}
|
|
5455
|
-
.bp_popover_module_popoverContentContainer--
|
|
5455
|
+
.bp_popover_module_popoverContentContainer--a90da .bp_popover_module_popoverFooter--a90da.bp_popover_module_popoverFooterTopBorder--a90da{
|
|
5456
5456
|
border-top:var(--border-1) solid var(--border-card-border);
|
|
5457
5457
|
}
|
|
5458
5458
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -5464,42 +5464,42 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5464
5464
|
flex-direction:row;
|
|
5465
5465
|
}
|
|
5466
5466
|
|
|
5467
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5467
|
+
.bp_select_menu_grid_option_module_buttonWrapper--889eb.bp_select_menu_grid_option_module_withLabel--889eb{
|
|
5468
5468
|
flex:1 1 0;
|
|
5469
5469
|
margin:var(--space-05) 0;
|
|
5470
5470
|
}
|
|
5471
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5471
|
+
.bp_select_menu_grid_option_module_buttonWrapper--889eb.bp_select_menu_grid_option_module_withLabel--default--889eb{
|
|
5472
5472
|
max-width:100%;
|
|
5473
5473
|
}
|
|
5474
5474
|
@media only screen and (width > 374px){
|
|
5475
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5475
|
+
.bp_select_menu_grid_option_module_buttonWrapper--889eb.bp_select_menu_grid_option_module_withLabel--default--889eb{
|
|
5476
5476
|
margin:var(--space-05);
|
|
5477
5477
|
max-width:calc(50% - var(--space-1));
|
|
5478
5478
|
}
|
|
5479
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5479
|
+
.bp_select_menu_grid_option_module_buttonWrapper--889eb.bp_select_menu_grid_option_module_withLabel--default--889eb:first-child{
|
|
5480
5480
|
margin-left:0;
|
|
5481
5481
|
}
|
|
5482
|
-
.bp_select_menu_grid_option_module_buttonWrapper--
|
|
5482
|
+
.bp_select_menu_grid_option_module_buttonWrapper--889eb.bp_select_menu_grid_option_module_withLabel--default--889eb:last-child{
|
|
5483
5483
|
margin-right:0;
|
|
5484
5484
|
}
|
|
5485
5485
|
}
|
|
5486
5486
|
|
|
5487
|
-
.bp_select_menu_grid_option_module_square--
|
|
5487
|
+
.bp_select_menu_grid_option_module_square--889eb{
|
|
5488
5488
|
height:var(--size-8);
|
|
5489
5489
|
width:var(--size-8);
|
|
5490
5490
|
}
|
|
5491
|
-
.bp_select_menu_grid_option_module_square--
|
|
5491
|
+
.bp_select_menu_grid_option_module_square--889eb,.bp_select_menu_grid_option_module_square--889eb .bp_select_menu_grid_option_module_outlineHost--889eb{
|
|
5492
5492
|
align-items:center;
|
|
5493
5493
|
border-radius:var(--radius-3);
|
|
5494
5494
|
display:flex;
|
|
5495
5495
|
justify-content:center;
|
|
5496
5496
|
}
|
|
5497
|
-
.bp_select_menu_grid_option_module_square--
|
|
5497
|
+
.bp_select_menu_grid_option_module_square--889eb .bp_select_menu_grid_option_module_outlineHost--889eb{
|
|
5498
5498
|
height:var(--size-7);
|
|
5499
5499
|
width:var(--size-7);
|
|
5500
5500
|
}
|
|
5501
5501
|
|
|
5502
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5502
|
+
.bp_select_menu_grid_option_module_circle--889eb{
|
|
5503
5503
|
align-items:center;
|
|
5504
5504
|
background-clip:content-box;
|
|
5505
5505
|
background-color:var(--gray-white);
|
|
@@ -5511,10 +5511,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5511
5511
|
justify-content:center;
|
|
5512
5512
|
width:var(--size-8);
|
|
5513
5513
|
}
|
|
5514
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5514
|
+
.bp_select_menu_grid_option_module_circle--889eb.bp_select_menu_grid_option_module_loading--889eb{
|
|
5515
5515
|
border-color:var(--gray-white);
|
|
5516
5516
|
}
|
|
5517
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5517
|
+
.bp_select_menu_grid_option_module_circle--889eb .bp_select_menu_grid_option_module_color--889eb{
|
|
5518
5518
|
background-color:var(--circleColor);
|
|
5519
5519
|
border:var(--border-1) solid var(--circleBorderColor);
|
|
5520
5520
|
border-radius:50%;
|
|
@@ -5522,10 +5522,10 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5522
5522
|
height:var(--size-6);
|
|
5523
5523
|
width:var(--size-6);
|
|
5524
5524
|
}
|
|
5525
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5525
|
+
.bp_select_menu_grid_option_module_circle--889eb .bp_select_menu_grid_option_module_strikeThrough--889eb{
|
|
5526
5526
|
position:relative;
|
|
5527
5527
|
}
|
|
5528
|
-
.bp_select_menu_grid_option_module_circle--
|
|
5528
|
+
.bp_select_menu_grid_option_module_circle--889eb .bp_select_menu_grid_option_module_strikeThrough--889eb::after{
|
|
5529
5529
|
background-color:var(--watermelon-red-100);
|
|
5530
5530
|
border-radius:var(--radius-1);
|
|
5531
5531
|
content:"";
|
|
@@ -5537,7 +5537,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5537
5537
|
width:90%;
|
|
5538
5538
|
}
|
|
5539
5539
|
|
|
5540
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5540
|
+
.bp_select_menu_grid_option_module_optionButton--889eb{
|
|
5541
5541
|
align-items:center;
|
|
5542
5542
|
background-color:initial;
|
|
5543
5543
|
border:none;
|
|
@@ -5547,13 +5547,13 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5547
5547
|
-webkit-user-select:none;
|
|
5548
5548
|
user-select:none;
|
|
5549
5549
|
}
|
|
5550
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5550
|
+
.bp_select_menu_grid_option_module_optionButton--889eb:not(.bp_select_menu_grid_option_module_labeled--889eb){
|
|
5551
5551
|
height:var(--size-8);
|
|
5552
5552
|
justify-content:center;
|
|
5553
5553
|
padding:0;
|
|
5554
5554
|
width:var(--size-8);
|
|
5555
5555
|
}
|
|
5556
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5556
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb{
|
|
5557
5557
|
border-radius:var(--radius-3);
|
|
5558
5558
|
gap:var(--space-3);
|
|
5559
5559
|
min-width:10rem;
|
|
@@ -5561,23 +5561,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5561
5561
|
transition:background-color var(--animation-duration-2);
|
|
5562
5562
|
width:100%;
|
|
5563
5563
|
}
|
|
5564
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5564
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_text--889eb{
|
|
5565
5565
|
max-height:var(--size-8);
|
|
5566
5566
|
text-align:left;
|
|
5567
5567
|
}
|
|
5568
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5568
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_text--large--889eb{
|
|
5569
5569
|
-webkit-box-orient:vertical;
|
|
5570
5570
|
-webkit-line-clamp:1;
|
|
5571
5571
|
display:-webkit-box;
|
|
5572
5572
|
overflow:hidden;
|
|
5573
5573
|
}
|
|
5574
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5574
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_text--default--889eb{
|
|
5575
5575
|
-webkit-box-orient:vertical;
|
|
5576
5576
|
-webkit-line-clamp:2;
|
|
5577
5577
|
display:-webkit-box;
|
|
5578
5578
|
overflow:hidden;
|
|
5579
5579
|
}
|
|
5580
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5580
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_iconContainer--889eb{
|
|
5581
5581
|
align-items:center;
|
|
5582
5582
|
background:var(--icon-background);
|
|
5583
5583
|
border-radius:var(--radius-3);
|
|
@@ -5585,95 +5585,95 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5585
5585
|
flex-shrink:0;
|
|
5586
5586
|
justify-content:center;
|
|
5587
5587
|
}
|
|
5588
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5588
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_iconContainer--size-default--889eb{
|
|
5589
5589
|
height:var(--size-8);
|
|
5590
5590
|
width:var(--size-8);
|
|
5591
5591
|
}
|
|
5592
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5592
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_iconContainer--size-large--889eb{
|
|
5593
5593
|
height:var(--size-10);
|
|
5594
5594
|
width:var(--size-10);
|
|
5595
5595
|
}
|
|
5596
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5596
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_iconContainer--default--889eb{
|
|
5597
5597
|
--icon-background:var(--surface-surface-tertiary);
|
|
5598
5598
|
--icon-background-dark:var(--surface-surface-quaternary);
|
|
5599
5599
|
}
|
|
5600
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5600
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_iconContainer--box--889eb{
|
|
5601
5601
|
--icon-background:var(--brand-box-tertiary);
|
|
5602
5602
|
--icon-background-dark:var(--brand-box-secondary);
|
|
5603
5603
|
}
|
|
5604
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5604
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_iconContainer--docgen--889eb{
|
|
5605
5605
|
--icon-background:var(--brand-docgen-tertiary);
|
|
5606
5606
|
--icon-background-dark:var(--brand-docgen-secondary);
|
|
5607
5607
|
}
|
|
5608
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5608
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_iconContainer--forms--889eb{
|
|
5609
5609
|
--icon-background:var(--brand-forms-tertiary);
|
|
5610
5610
|
--icon-background-dark:var(--brand-forms-secondary);
|
|
5611
5611
|
}
|
|
5612
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5612
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb .bp_select_menu_grid_option_module_iconContainer--sign--889eb{
|
|
5613
5613
|
--icon-background:var(--brand-sign-tertiary);
|
|
5614
5614
|
--icon-background-dark:var(--brand-sign-secondary);
|
|
5615
5615
|
}
|
|
5616
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5616
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb:hover{
|
|
5617
5617
|
background:var(--surface-surface-secondary);
|
|
5618
5618
|
box-shadow:var(--dropshadow-2);
|
|
5619
5619
|
cursor:grab;
|
|
5620
5620
|
}
|
|
5621
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5621
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb.bp_select_menu_grid_option_module_active--889eb,.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb.bp_select_menu_grid_option_module_dragging--889eb,.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb:active{
|
|
5622
5622
|
background:var(--surface-surface-secondary);
|
|
5623
5623
|
box-shadow:var(--dropshadow-2);
|
|
5624
5624
|
}
|
|
5625
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5625
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb.bp_select_menu_grid_option_module_active--889eb .bp_select_menu_grid_option_module_iconContainer--889eb,.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb:active .bp_select_menu_grid_option_module_iconContainer--889eb{
|
|
5626
5626
|
background-color:var(--icon-background);
|
|
5627
5627
|
}
|
|
5628
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5628
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb.bp_select_menu_grid_option_module_dragging--889eb{
|
|
5629
5629
|
box-shadow:0 0 0 var(--border-1) var(--border-divider-border), var(--dropshadow-2);
|
|
5630
5630
|
}
|
|
5631
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5631
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb.bp_select_menu_grid_option_module_dragging--889eb .bp_select_menu_grid_option_module_iconContainer--889eb{
|
|
5632
5632
|
background-color:var(--icon-background-dark);
|
|
5633
5633
|
}
|
|
5634
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5634
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb.bp_select_menu_grid_option_module_dragging--889eb:hover{
|
|
5635
5635
|
cursor:grabbing;
|
|
5636
5636
|
}
|
|
5637
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5637
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb:hover:not(.bp_select_menu_grid_option_module_disabled--889eb) .bp_select_menu_grid_option_module_iconContainer--889eb{
|
|
5638
5638
|
background-color:var(--icon-background-dark);
|
|
5639
5639
|
transition:background-color var(--animation-duration-2);
|
|
5640
5640
|
}
|
|
5641
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5641
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb[data-focus-visible]{
|
|
5642
5642
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5643
5643
|
}
|
|
5644
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5644
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_labeled--889eb[data-focus-visible]:active{
|
|
5645
5645
|
background:var(--surface-surface-secondary);
|
|
5646
5646
|
}
|
|
5647
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5647
|
+
.bp_select_menu_grid_option_module_optionButton--889eb:hover .bp_select_menu_grid_option_module_square--889eb,.bp_select_menu_grid_option_module_optionButton--889eb[data-focus-visible] .bp_select_menu_grid_option_module_square--889eb{
|
|
5648
5648
|
background-color:var(--surface-cta-surface-outline-hover);
|
|
5649
5649
|
}
|
|
5650
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5650
|
+
.bp_select_menu_grid_option_module_optionButton--889eb:hover .bp_select_menu_grid_option_module_circle--889eb,.bp_select_menu_grid_option_module_optionButton--889eb[data-focus-visible] .bp_select_menu_grid_option_module_circle--889eb{
|
|
5651
5651
|
background-color:var(--surface-option-grid-surface-hover);
|
|
5652
5652
|
}
|
|
5653
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5653
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_active--889eb .bp_select_menu_grid_option_module_square--889eb,.bp_select_menu_grid_option_module_optionButton--889eb:active .bp_select_menu_grid_option_module_square--889eb{
|
|
5654
5654
|
background-color:var(--surface-cta-surface-outline-pressed);
|
|
5655
5655
|
}
|
|
5656
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5656
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_active--889eb .bp_select_menu_grid_option_module_circle--889eb,.bp_select_menu_grid_option_module_optionButton--889eb:active .bp_select_menu_grid_option_module_circle--889eb{
|
|
5657
5657
|
border:var(--border-2) solid var(--circleColor);
|
|
5658
5658
|
}
|
|
5659
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5659
|
+
.bp_select_menu_grid_option_module_optionButton--889eb.bp_select_menu_grid_option_module_loading--889eb,.bp_select_menu_grid_option_module_optionButton--889eb:disabled{
|
|
5660
5660
|
cursor:default;
|
|
5661
5661
|
}
|
|
5662
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5662
|
+
.bp_select_menu_grid_option_module_optionButton--889eb[data-focus-visible] .bp_select_menu_grid_option_module_outlineHost--889eb{
|
|
5663
5663
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5664
5664
|
}
|
|
5665
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5665
|
+
.bp_select_menu_grid_option_module_optionButton--889eb[data-focus-visible] .bp_select_menu_grid_option_module_circle--889eb{
|
|
5666
5666
|
border-color:var(--surface-option-grid-surface-hover);
|
|
5667
5667
|
}
|
|
5668
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5668
|
+
.bp_select_menu_grid_option_module_optionButton--889eb[data-focus-visible].bp_select_menu_grid_option_module_active--889eb .bp_select_menu_grid_option_module_circle--889eb,.bp_select_menu_grid_option_module_optionButton--889eb[data-focus-visible]:active .bp_select_menu_grid_option_module_circle--889eb{
|
|
5669
5669
|
border:var(--border-2) solid var(--circleColor);
|
|
5670
5670
|
box-shadow:0 0 0 var(--border-1) var(--gray-white), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5671
5671
|
}
|
|
5672
|
-
.bp_select_menu_grid_option_module_optionButton--
|
|
5672
|
+
.bp_select_menu_grid_option_module_optionButton--889eb:disabled:not(.bp_select_menu_grid_option_module_loading--889eb){
|
|
5673
5673
|
opacity:.3;
|
|
5674
5674
|
}
|
|
5675
5675
|
|
|
5676
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
5676
|
+
.bp_tabs_module_hiddenWidthSetter--f8944{
|
|
5677
5677
|
display:block;
|
|
5678
5678
|
font-family:var(--body-default-bold-font-family);
|
|
5679
5679
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -5687,11 +5687,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5687
5687
|
text-transform:var(--body-default-bold-text-case);
|
|
5688
5688
|
visibility:hidden;
|
|
5689
5689
|
}
|
|
5690
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
5690
|
+
.bp_tabs_module_hiddenWidthSetter--f8944 > *{
|
|
5691
5691
|
visibility:hidden;
|
|
5692
5692
|
}
|
|
5693
5693
|
|
|
5694
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5694
|
+
.bp_tabs_module_contentSwitchTabList--f8944{
|
|
5695
5695
|
background:var(--surface-contentswitcher-surface);
|
|
5696
5696
|
border-radius:var(--radius-7);
|
|
5697
5697
|
display:grid;
|
|
@@ -5702,7 +5702,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5702
5702
|
min-width:fit-content;
|
|
5703
5703
|
padding:var(--space-1);
|
|
5704
5704
|
}
|
|
5705
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5705
|
+
.bp_tabs_module_contentSwitchTabList--f8944 .bp_tabs_module_contentSwitchTab--f8944{
|
|
5706
5706
|
align-items:center;
|
|
5707
5707
|
background:#0000;
|
|
5708
5708
|
border:none;
|
|
@@ -5723,7 +5723,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5723
5723
|
text-transform:var(--body-default-text-case);
|
|
5724
5724
|
white-space:nowrap;
|
|
5725
5725
|
}
|
|
5726
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5726
|
+
.bp_tabs_module_contentSwitchTabList--f8944 .bp_tabs_module_contentSwitchTab--f8944[aria-selected=true]{
|
|
5727
5727
|
background:var(--surface-cta-surface-secondary);
|
|
5728
5728
|
box-shadow:0 0 0 var(--border-1) var(--gray-50);
|
|
5729
5729
|
color:var(--text-text-on-light);
|
|
@@ -5736,44 +5736,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5736
5736
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5737
5737
|
text-transform:var(--body-default-bold-text-case);
|
|
5738
5738
|
}
|
|
5739
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5739
|
+
.bp_tabs_module_contentSwitchTabList--f8944 .bp_tabs_module_contentSwitchTab--f8944:not([aria-disabled=true])[data-focus-visible]{
|
|
5740
5740
|
border-color:#0000;
|
|
5741
5741
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5742
5742
|
}
|
|
5743
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5743
|
+
.bp_tabs_module_contentSwitchTabList--f8944 .bp_tabs_module_contentSwitchTab--f8944:not([aria-disabled=true]):hover{
|
|
5744
5744
|
background:var(--surface-surface-hover);
|
|
5745
5745
|
}
|
|
5746
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5746
|
+
.bp_tabs_module_contentSwitchTabList--f8944 .bp_tabs_module_contentSwitchTab--f8944:not([aria-disabled=true]):active{
|
|
5747
5747
|
background:var(--surface-cta-surface-secondary-pressed);
|
|
5748
5748
|
}
|
|
5749
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
5749
|
+
.bp_tabs_module_contentSwitchTabList--f8944 .bp_tabs_module_contentSwitchTab--f8944[aria-disabled=true]{
|
|
5750
5750
|
opacity:.3;
|
|
5751
5751
|
pointer-events:none;
|
|
5752
5752
|
}
|
|
5753
5753
|
|
|
5754
|
-
.bp_tabs_module_tabsListContainer--
|
|
5754
|
+
.bp_tabs_module_tabsListContainer--f8944{
|
|
5755
5755
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
5756
5756
|
overflow-y:hidden;
|
|
5757
5757
|
scroll-behavior:smooth;
|
|
5758
5758
|
}
|
|
5759
|
-
.bp_tabs_module_tabsListContainer--
|
|
5759
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944{
|
|
5760
5760
|
display:flex;
|
|
5761
5761
|
overflow-x:auto;
|
|
5762
5762
|
padding:calc(var(--border-3) + 1px);
|
|
5763
5763
|
}
|
|
5764
|
-
.bp_tabs_module_tabsListContainer--
|
|
5764
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tabSeparator--f8944{
|
|
5765
5765
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
5766
5766
|
min-width:var(--space-4);
|
|
5767
5767
|
}
|
|
5768
|
-
.bp_tabs_module_tabsListContainer--
|
|
5768
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tabSeparator--f8944:last-child{
|
|
5769
5769
|
display:none;
|
|
5770
5770
|
}
|
|
5771
5771
|
@media only screen and (max-width: 1023px){
|
|
5772
|
-
.bp_tabs_module_tabsListContainer--
|
|
5772
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tabSeparator--f8944{
|
|
5773
5773
|
min-width:calc(var(--border-3) + 1px);
|
|
5774
5774
|
}
|
|
5775
5775
|
}
|
|
5776
|
-
.bp_tabs_module_tabsListContainer--
|
|
5776
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944{
|
|
5777
5777
|
background:var(--background-background);
|
|
5778
5778
|
border-style:none;
|
|
5779
5779
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -5794,7 +5794,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5794
5794
|
text-transform:var(--body-default-text-case);
|
|
5795
5795
|
z-index:2;
|
|
5796
5796
|
}
|
|
5797
|
-
.bp_tabs_module_tabsListContainer--
|
|
5797
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944[aria-selected=true]{
|
|
5798
5798
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
5799
5799
|
color:var(--text-cta-link);
|
|
5800
5800
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -5806,21 +5806,21 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5806
5806
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5807
5807
|
text-transform:var(--body-default-bold-text-case);
|
|
5808
5808
|
}
|
|
5809
|
-
.bp_tabs_module_tabsListContainer--
|
|
5809
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944:hover{
|
|
5810
5810
|
background-color:var(--surface-tab-surface-hover);
|
|
5811
5811
|
color:var(--text-text-on-light-secondary-hover);
|
|
5812
5812
|
}
|
|
5813
|
-
.bp_tabs_module_tabsListContainer--
|
|
5813
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944:hover[aria-selected=true]{
|
|
5814
5814
|
color:var(--text-cta-link);
|
|
5815
5815
|
}
|
|
5816
|
-
.bp_tabs_module_tabsListContainer--
|
|
5816
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944:active{
|
|
5817
5817
|
background-color:var(--surface-tab-surface-pressed);
|
|
5818
5818
|
color:var(--text-text-on-light-secondary-hover);
|
|
5819
5819
|
}
|
|
5820
|
-
.bp_tabs_module_tabsListContainer--
|
|
5820
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944:active[aria-selected=true]{
|
|
5821
5821
|
color:var(--text-cta-link);
|
|
5822
5822
|
}
|
|
5823
|
-
.bp_tabs_module_tabsListContainer--
|
|
5823
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944:focus-visible,.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944[data-focus-visible]{
|
|
5824
5824
|
background-color:var(--surface-tab-surface-hover);
|
|
5825
5825
|
border-radius:var(--radius-05);
|
|
5826
5826
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -5828,14 +5828,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5828
5828
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
5829
5829
|
outline-offset:1px;
|
|
5830
5830
|
}
|
|
5831
|
-
.bp_tabs_module_tabsListContainer--
|
|
5831
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944[data-focus-visible][aria-selected=true]{
|
|
5832
5832
|
color:var(--text-cta-link);
|
|
5833
5833
|
}
|
|
5834
|
-
.bp_tabs_module_tabsListContainer--
|
|
5834
|
+
.bp_tabs_module_tabsListContainer--f8944 .bp_tabs_module_tabList--f8944 .bp_tabs_module_tab--f8944[aria-disabled=true]{
|
|
5835
5835
|
opacity:.5;
|
|
5836
5836
|
}
|
|
5837
5837
|
|
|
5838
|
-
.bp_radio_group_module_root--
|
|
5838
|
+
.bp_radio_group_module_root--2f770{
|
|
5839
5839
|
display:flex;
|
|
5840
5840
|
flex-direction:column;
|
|
5841
5841
|
font-family:var(--body-default-font-family);
|
|
@@ -5849,31 +5849,31 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5849
5849
|
text-transform:var(--body-default-text-case);
|
|
5850
5850
|
}
|
|
5851
5851
|
|
|
5852
|
-
.bp_radio_group_module_horizontal--
|
|
5852
|
+
.bp_radio_group_module_horizontal--2f770{
|
|
5853
5853
|
flex-direction:row;
|
|
5854
5854
|
gap:1.625rem;
|
|
5855
5855
|
}
|
|
5856
5856
|
|
|
5857
|
-
.bp_radio_group_module_radioOption--
|
|
5857
|
+
.bp_radio_group_module_radioOption--2f770{
|
|
5858
5858
|
display:flex;
|
|
5859
5859
|
flex-direction:column;
|
|
5860
5860
|
}
|
|
5861
|
-
.bp_radio_group_module_radioOption--
|
|
5861
|
+
.bp_radio_group_module_radioOption--2f770 .bp_radio_group_module_label--2f770{
|
|
5862
5862
|
align-items:flex-start;
|
|
5863
5863
|
cursor:pointer;
|
|
5864
5864
|
display:inline-flex;
|
|
5865
5865
|
gap:var(--size-3);
|
|
5866
5866
|
line-height:var(--body-default-line-height);
|
|
5867
5867
|
}
|
|
5868
|
-
.bp_radio_group_module_radioOption--
|
|
5868
|
+
.bp_radio_group_module_radioOption--2f770 .bp_radio_group_module_description--2f770{
|
|
5869
5869
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
5870
5870
|
}
|
|
5871
|
-
.bp_radio_group_module_radioOption--
|
|
5871
|
+
.bp_radio_group_module_radioOption--2f770.bp_radio_group_module_disabled--2f770 .bp_radio_group_module_label--2f770,[role=radiogroup][data-disabled] .bp_radio_group_module_radioOption--2f770 .bp_radio_group_module_label--2f770{
|
|
5872
5872
|
color:var(--text-text-on-light-secondary);
|
|
5873
5873
|
cursor:default;
|
|
5874
5874
|
}
|
|
5875
5875
|
|
|
5876
|
-
.bp_radio_group_module_radioButton--
|
|
5876
|
+
.bp_radio_group_module_radioButton--2f770{
|
|
5877
5877
|
all:unset;
|
|
5878
5878
|
align-items:center;
|
|
5879
5879
|
background-color:var(--surface-radio-surface);
|
|
@@ -5887,33 +5887,33 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
5887
5887
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
5888
5888
|
width:var(--size-4);
|
|
5889
5889
|
}
|
|
5890
|
-
.bp_radio_group_module_radioButton--
|
|
5890
|
+
.bp_radio_group_module_radioButton--2f770 .bp_radio_group_module_indicator--2f770{
|
|
5891
5891
|
background-color:var(--surface-radio-surface-selected);
|
|
5892
5892
|
border-radius:50%;
|
|
5893
5893
|
height:var(--size-2);
|
|
5894
5894
|
transition:transform .1s;
|
|
5895
5895
|
width:var(--size-2);
|
|
5896
5896
|
}
|
|
5897
|
-
.bp_radio_group_module_radioButton--
|
|
5897
|
+
.bp_radio_group_module_radioButton--2f770:focus-visible{
|
|
5898
5898
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
5899
5899
|
}
|
|
5900
|
-
.bp_radio_group_module_radioButton--
|
|
5900
|
+
.bp_radio_group_module_radioButton--2f770[data-disabled]{
|
|
5901
5901
|
opacity:60%;
|
|
5902
5902
|
}
|
|
5903
|
-
.bp_radio_group_module_radioButton--
|
|
5903
|
+
.bp_radio_group_module_radioButton--2f770[data-state=unchecked]{
|
|
5904
5904
|
background-color:var(--surface-radio-surface);
|
|
5905
5905
|
border:var(--border-2) solid var(--border-radio-border);
|
|
5906
5906
|
}
|
|
5907
|
-
.bp_radio_group_module_radioButton--
|
|
5907
|
+
.bp_radio_group_module_radioButton--2f770[data-state=unchecked] .bp_radio_group_module_indicator--2f770{
|
|
5908
5908
|
transform:scale(0);
|
|
5909
5909
|
}
|
|
5910
|
-
.bp_radio_group_module_radioButton--
|
|
5910
|
+
.bp_radio_group_module_radioButton--2f770:not([data-disabled]):focus-visible,.bp_radio_group_module_radioButton--2f770:not([data-disabled]):hover{
|
|
5911
5911
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
5912
5912
|
}
|
|
5913
|
-
.bp_radio_group_module_radioButton--
|
|
5913
|
+
.bp_radio_group_module_radioButton--2f770:not([data-disabled]):focus-visible[data-state=checked],.bp_radio_group_module_radioButton--2f770:not([data-disabled]):hover[data-state=checked]{
|
|
5914
5914
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
5915
5915
|
}
|
|
5916
|
-
.bp_radio_group_module_radioButton--
|
|
5916
|
+
.bp_radio_group_module_radioButton--2f770:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--2f770,.bp_radio_group_module_radioButton--2f770:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--2f770{
|
|
5917
5917
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
5918
5918
|
}
|
|
5919
5919
|
.bp_radio_tiles_option_module_radioTileOption--36d8a{
|
|
@@ -6134,7 +6134,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6134
6134
|
transform:translateY(-50%);
|
|
6135
6135
|
}
|
|
6136
6136
|
|
|
6137
|
-
.bp_side_panel_module_content--
|
|
6137
|
+
.bp_side_panel_module_content--a28cc{
|
|
6138
6138
|
background-color:var(--gray-white);
|
|
6139
6139
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
6140
6140
|
display:flex;
|
|
@@ -6147,12 +6147,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6147
6147
|
overflow-y:auto;
|
|
6148
6148
|
}
|
|
6149
6149
|
@media (width > 374px){
|
|
6150
|
-
.bp_side_panel_module_content--
|
|
6150
|
+
.bp_side_panel_module_content--a28cc{
|
|
6151
6151
|
min-width:320px;
|
|
6152
6152
|
overflow:hidden;
|
|
6153
6153
|
}
|
|
6154
6154
|
}
|
|
6155
|
-
.bp_side_panel_module_content--
|
|
6155
|
+
.bp_side_panel_module_content--a28cc .bp_side_panel_module_header--a28cc{
|
|
6156
6156
|
align-items:center;
|
|
6157
6157
|
background-color:var(--surface-surface);
|
|
6158
6158
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -6164,77 +6164,77 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6164
6164
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6165
6165
|
word-break:break-word;
|
|
6166
6166
|
}
|
|
6167
|
-
.bp_side_panel_module_content--
|
|
6167
|
+
.bp_side_panel_module_content--a28cc .bp_side_panel_module_headerShadow--a28cc{
|
|
6168
6168
|
box-shadow:var(--dropshadow-3);
|
|
6169
6169
|
}
|
|
6170
6170
|
|
|
6171
|
-
.bp_side_panel_module_scrollableContainer--
|
|
6171
|
+
.bp_side_panel_module_scrollableContainer--a28cc{
|
|
6172
6172
|
flex-grow:1;
|
|
6173
6173
|
}
|
|
6174
6174
|
@media (width > 374px){
|
|
6175
|
-
.bp_side_panel_module_scrollableContainer--
|
|
6175
|
+
.bp_side_panel_module_scrollableContainer--a28cc{
|
|
6176
6176
|
overflow-y:auto;
|
|
6177
6177
|
}
|
|
6178
6178
|
}
|
|
6179
6179
|
|
|
6180
|
-
.bp_side_panel_module_persistentContent--
|
|
6180
|
+
.bp_side_panel_module_persistentContent--a28cc{
|
|
6181
6181
|
overflow:hidden;
|
|
6182
6182
|
position:relative;
|
|
6183
6183
|
}
|
|
6184
|
-
.bp_side_panel_module_persistentContent--
|
|
6184
|
+
.bp_side_panel_module_persistentContent--a28cc .bp_side_panel_module_scrollableContainer--a28cc{
|
|
6185
6185
|
flex-grow:1;
|
|
6186
6186
|
overflow-y:auto;
|
|
6187
6187
|
}
|
|
6188
6188
|
|
|
6189
|
-
.bp_side_panel_module_contentAnimatedSlideIn--
|
|
6189
|
+
.bp_side_panel_module_contentAnimatedSlideIn--a28cc{
|
|
6190
6190
|
animation-duration:.2s;
|
|
6191
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
6191
|
+
animation-name:bp_side_panel_module_slideIn--a28cc;
|
|
6192
6192
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6193
6193
|
}
|
|
6194
6194
|
|
|
6195
|
-
.bp_side_panel_module_contentAnimatedSlideOut--
|
|
6195
|
+
.bp_side_panel_module_contentAnimatedSlideOut--a28cc[data-state=closed]{
|
|
6196
6196
|
animation-duration:.2s;
|
|
6197
|
-
animation-name:bp_side_panel_module_slideOut--
|
|
6197
|
+
animation-name:bp_side_panel_module_slideOut--a28cc;
|
|
6198
6198
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6199
6199
|
}
|
|
6200
6200
|
|
|
6201
|
-
.bp_side_panel_module_contentNormal--
|
|
6201
|
+
.bp_side_panel_module_contentNormal--a28cc{
|
|
6202
6202
|
width:360px;
|
|
6203
6203
|
}
|
|
6204
6204
|
|
|
6205
|
-
.bp_side_panel_module_contentLarge--
|
|
6205
|
+
.bp_side_panel_module_contentLarge--a28cc{
|
|
6206
6206
|
width:420px;
|
|
6207
6207
|
}
|
|
6208
6208
|
|
|
6209
|
-
.bp_side_panel_module_dropShadowContent--
|
|
6209
|
+
.bp_side_panel_module_dropShadowContent--a28cc{
|
|
6210
6210
|
box-shadow:var(--dropshadow-3);
|
|
6211
6211
|
}
|
|
6212
6212
|
|
|
6213
|
-
.bp_side_panel_module_content--
|
|
6213
|
+
.bp_side_panel_module_content--a28cc .bp_side_panel_module_close--a28cc{
|
|
6214
6214
|
color:var(--gray-65);
|
|
6215
6215
|
position:fixed;
|
|
6216
6216
|
right:var(--space-4);
|
|
6217
6217
|
top:var(--space-4);
|
|
6218
6218
|
}
|
|
6219
6219
|
@media (width > 374px){
|
|
6220
|
-
.bp_side_panel_module_content--
|
|
6220
|
+
.bp_side_panel_module_content--a28cc .bp_side_panel_module_close--a28cc{
|
|
6221
6221
|
position:absolute;
|
|
6222
6222
|
top:var(--space-5);
|
|
6223
6223
|
}
|
|
6224
6224
|
}
|
|
6225
6225
|
|
|
6226
|
-
.bp_side_panel_module_overlayContent--
|
|
6226
|
+
.bp_side_panel_module_overlayContent--a28cc{
|
|
6227
6227
|
box-shadow:var(--dropshadow-3);
|
|
6228
6228
|
position:fixed;
|
|
6229
6229
|
right:0;
|
|
6230
6230
|
top:0;
|
|
6231
6231
|
z-index:300;
|
|
6232
6232
|
}
|
|
6233
|
-
.bp_side_panel_module_overlayContent--
|
|
6233
|
+
.bp_side_panel_module_overlayContent--a28cc .bp_side_panel_module_header--a28cc{
|
|
6234
6234
|
padding:var(--space-5) var(--space-14) var(--space-5) var(--space-4);
|
|
6235
6235
|
}
|
|
6236
6236
|
|
|
6237
|
-
.bp_side_panel_module_overlay--
|
|
6237
|
+
.bp_side_panel_module_overlay--a28cc{
|
|
6238
6238
|
background-color:var(--overlay-sidepanel-overlay);
|
|
6239
6239
|
bottom:0;
|
|
6240
6240
|
display:flex;
|
|
@@ -6245,15 +6245,15 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6245
6245
|
top:0;
|
|
6246
6246
|
z-index:300;
|
|
6247
6247
|
}
|
|
6248
|
-
.bp_side_panel_module_overlay--
|
|
6248
|
+
.bp_side_panel_module_overlay--a28cc .bp_side_panel_module_content--a28cc .bp_side_panel_module_header--a28cc{
|
|
6249
6249
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
6250
6250
|
}
|
|
6251
6251
|
|
|
6252
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
6252
|
+
.bp_side_panel_module_dropShadowOverlay--a28cc{
|
|
6253
6253
|
background-color:initial;
|
|
6254
6254
|
}
|
|
6255
6255
|
|
|
6256
|
-
.bp_side_panel_module_footer--
|
|
6256
|
+
.bp_side_panel_module_footer--a28cc{
|
|
6257
6257
|
background-color:var(--surface-surface);
|
|
6258
6258
|
display:flex;
|
|
6259
6259
|
justify-content:flex-end;
|
|
@@ -6263,19 +6263,19 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6263
6263
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
6264
6264
|
}
|
|
6265
6265
|
|
|
6266
|
-
.bp_side_panel_module_footerShadow--
|
|
6266
|
+
.bp_side_panel_module_footerShadow--a28cc{
|
|
6267
6267
|
box-shadow:var(--dropshadow-3-inverse);
|
|
6268
6268
|
}
|
|
6269
6269
|
|
|
6270
|
-
.bp_side_panel_module_footerButton--
|
|
6270
|
+
.bp_side_panel_module_footerButton--a28cc{
|
|
6271
6271
|
margin-inline-start:var(--space-2);
|
|
6272
6272
|
}
|
|
6273
6273
|
|
|
6274
|
-
.bp_side_panel_module_footerButton--
|
|
6274
|
+
.bp_side_panel_module_footerButton--a28cc + .bp_side_panel_module_footerButton--a28cc{
|
|
6275
6275
|
margin-inline-start:var(--space-3);
|
|
6276
6276
|
}
|
|
6277
6277
|
|
|
6278
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
6278
|
+
@keyframes bp_side_panel_module_slideIn--a28cc{
|
|
6279
6279
|
from{
|
|
6280
6280
|
inset-inline-end:-100%;
|
|
6281
6281
|
}
|
|
@@ -6283,7 +6283,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6283
6283
|
inset-inline-end:0;
|
|
6284
6284
|
}
|
|
6285
6285
|
}
|
|
6286
|
-
@keyframes bp_side_panel_module_slideOut--
|
|
6286
|
+
@keyframes bp_side_panel_module_slideOut--a28cc{
|
|
6287
6287
|
from{
|
|
6288
6288
|
inset-inline-end:0;
|
|
6289
6289
|
}
|
|
@@ -6416,7 +6416,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6416
6416
|
min-width:160px;
|
|
6417
6417
|
}
|
|
6418
6418
|
|
|
6419
|
-
.bp_switch_module_option--
|
|
6419
|
+
.bp_switch_module_option--30af6{
|
|
6420
6420
|
display:flex;
|
|
6421
6421
|
flex-direction:column;
|
|
6422
6422
|
font-family:var(--body-default-font-family);
|
|
@@ -6428,26 +6428,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6428
6428
|
text-decoration:var(--body-default-text-decoration);
|
|
6429
6429
|
text-transform:var(--body-default-text-case);
|
|
6430
6430
|
}
|
|
6431
|
-
.bp_switch_module_option--
|
|
6431
|
+
.bp_switch_module_option--30af6 .bp_switch_module_label--30af6{
|
|
6432
6432
|
cursor:pointer;
|
|
6433
6433
|
display:inline-flex;
|
|
6434
6434
|
flex-direction:row;
|
|
6435
6435
|
width:-moz-fit-content;
|
|
6436
6436
|
width:fit-content;
|
|
6437
6437
|
}
|
|
6438
|
-
.bp_switch_module_option--
|
|
6438
|
+
.bp_switch_module_option--30af6 .bp_switch_module_label--30af6.bp_switch_module_rightAlign--30af6{
|
|
6439
6439
|
flex-direction:row-reverse;
|
|
6440
6440
|
justify-content:space-between;
|
|
6441
6441
|
width:unset;
|
|
6442
6442
|
}
|
|
6443
|
-
.bp_switch_module_option--
|
|
6443
|
+
.bp_switch_module_option--30af6 .bp_switch_module_description--30af6{
|
|
6444
6444
|
margin-left:calc(var(--space-3) + var(--size-10));
|
|
6445
6445
|
}
|
|
6446
|
-
.bp_switch_module_option--
|
|
6446
|
+
.bp_switch_module_option--30af6 .bp_switch_module_description--30af6.bp_switch_module_rightAlign--30af6{
|
|
6447
6447
|
margin-left:unset;
|
|
6448
6448
|
margin-right:calc(var(--space-3) + var(--size-10));
|
|
6449
6449
|
}
|
|
6450
|
-
.bp_switch_module_option--
|
|
6450
|
+
.bp_switch_module_option--30af6 .bp_switch_module_switch--30af6{
|
|
6451
6451
|
all:unset;
|
|
6452
6452
|
align-items:center;
|
|
6453
6453
|
background-color:var(--surface-switch-surface-off);
|
|
@@ -6461,17 +6461,17 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6461
6461
|
width:var(--size-10);
|
|
6462
6462
|
will-change:transition;
|
|
6463
6463
|
}
|
|
6464
|
-
.bp_switch_module_option--
|
|
6464
|
+
.bp_switch_module_option--30af6 .bp_switch_module_switch--30af6.bp_switch_module_rightAlign--30af6{
|
|
6465
6465
|
margin-left:var(--space-10);
|
|
6466
6466
|
margin-right:unset;
|
|
6467
6467
|
}
|
|
6468
|
-
.bp_switch_module_option--
|
|
6468
|
+
.bp_switch_module_option--30af6 .bp_switch_module_switch--30af6:focus-visible{
|
|
6469
6469
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
6470
6470
|
}
|
|
6471
|
-
.bp_switch_module_option--
|
|
6471
|
+
.bp_switch_module_option--30af6 .bp_switch_module_switch--30af6[data-state=checked]{
|
|
6472
6472
|
background-color:var(--surface-switch-surface-on);
|
|
6473
6473
|
}
|
|
6474
|
-
.bp_switch_module_option--
|
|
6474
|
+
.bp_switch_module_option--30af6 .bp_switch_module_thumb--30af6{
|
|
6475
6475
|
background-color:var(--surface-switch-surface);
|
|
6476
6476
|
border:var(--border-1) solid var(--border-switch-border);
|
|
6477
6477
|
border-radius:var(--size-10);
|
|
@@ -6483,17 +6483,17 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6483
6483
|
width:var(--size-5);
|
|
6484
6484
|
will-change:transform;
|
|
6485
6485
|
}
|
|
6486
|
-
.bp_switch_module_option--
|
|
6486
|
+
.bp_switch_module_option--30af6 .bp_switch_module_thumb--30af6[data-state=checked]{
|
|
6487
6487
|
transform:translateX(calc(var(--size-10)/2));
|
|
6488
6488
|
}
|
|
6489
|
-
.bp_switch_module_option--
|
|
6489
|
+
.bp_switch_module_option--30af6.bp_switch_module_disabled--30af6 .bp_switch_module_label--30af6{
|
|
6490
6490
|
cursor:default;
|
|
6491
6491
|
}
|
|
6492
|
-
.bp_switch_module_option--
|
|
6492
|
+
.bp_switch_module_option--30af6.bp_switch_module_disabled--30af6 .bp_switch_module_switch--30af6{
|
|
6493
6493
|
opacity:60%;
|
|
6494
6494
|
}
|
|
6495
6495
|
|
|
6496
|
-
.bp_text_button_module_textButton--
|
|
6496
|
+
.bp_text_button_module_textButton--91ec7{
|
|
6497
6497
|
align-items:center;
|
|
6498
6498
|
background:#0000;
|
|
6499
6499
|
border:none;
|
|
@@ -6514,54 +6514,54 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
6514
6514
|
-webkit-user-select:text;
|
|
6515
6515
|
user-select:text;
|
|
6516
6516
|
}
|
|
6517
|
-
.bp_text_button_module_textButton--
|
|
6517
|
+
.bp_text_button_module_textButton--91ec7.bp_text_button_module_isFontInherited--91ec7{
|
|
6518
6518
|
border-radius:.125em;
|
|
6519
6519
|
font:inherit;
|
|
6520
6520
|
}
|
|
6521
|
-
.bp_text_button_module_textButton--
|
|
6521
|
+
.bp_text_button_module_textButton--91ec7.bp_text_button_module_isFontInherited--91ec7.bp_text_button_module_isIconButton--91ec7{
|
|
6522
6522
|
gap:.25em;
|
|
6523
6523
|
}
|
|
6524
|
-
.bp_text_button_module_textButton--
|
|
6524
|
+
.bp_text_button_module_textButton--91ec7.bp_text_button_module_isFontInherited--91ec7:not(:disabled)[data-focus-visible]{
|
|
6525
6525
|
box-shadow:0 0 0 .125em var(--outline-focus-on-light);
|
|
6526
6526
|
}
|
|
6527
|
-
.bp_text_button_module_textButton--
|
|
6527
|
+
.bp_text_button_module_textButton--91ec7 .bp_text_button_module_scaleLoader--91ec7 div{
|
|
6528
6528
|
border-radius:.375em;
|
|
6529
6529
|
height:.625em;
|
|
6530
6530
|
width:.125em;
|
|
6531
6531
|
}
|
|
6532
|
-
.bp_text_button_module_textButton--
|
|
6532
|
+
.bp_text_button_module_textButton--91ec7 .bp_text_button_module_icon--91ec7{
|
|
6533
6533
|
align-items:center;
|
|
6534
6534
|
display:flex;
|
|
6535
6535
|
}
|
|
6536
|
-
.bp_text_button_module_textButton--
|
|
6536
|
+
.bp_text_button_module_textButton--91ec7 .bp_text_button_module_hideTextContent--91ec7{
|
|
6537
6537
|
visibility:hidden;
|
|
6538
6538
|
}
|
|
6539
|
-
.bp_text_button_module_textButton--
|
|
6539
|
+
.bp_text_button_module_textButton--91ec7.bp_text_button_module_isIconButton--91ec7{
|
|
6540
6540
|
gap:var(--space-1);
|
|
6541
6541
|
}
|
|
6542
|
-
.bp_text_button_module_textButton--
|
|
6542
|
+
.bp_text_button_module_textButton--91ec7.bp_text_button_module_visuallyHidden--91ec7{
|
|
6543
6543
|
color:#0000;
|
|
6544
6544
|
pointer-events:none;
|
|
6545
6545
|
position:relative;
|
|
6546
6546
|
}
|
|
6547
|
-
.bp_text_button_module_textButton--
|
|
6547
|
+
.bp_text_button_module_textButton--91ec7:disabled{
|
|
6548
6548
|
opacity:.3;
|
|
6549
6549
|
}
|
|
6550
|
-
.bp_text_button_module_textButton--
|
|
6550
|
+
.bp_text_button_module_textButton--91ec7:not(:disabled):hover,.bp_text_button_module_textButton--91ec7:not(:disabled)[data-focus-visible]{
|
|
6551
6551
|
color:var(--text-cta-link-hover);
|
|
6552
6552
|
}
|
|
6553
|
-
.bp_text_button_module_textButton--
|
|
6553
|
+
.bp_text_button_module_textButton--91ec7:not(:disabled)[data-focus-visible]{
|
|
6554
6554
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
6555
6555
|
}
|
|
6556
|
-
.bp_text_button_module_textButton--
|
|
6556
|
+
.bp_text_button_module_textButton--91ec7:not(:disabled):active{
|
|
6557
6557
|
color:var(--text-cta-link-pressed);
|
|
6558
6558
|
}
|
|
6559
6559
|
|
|
6560
|
-
.bp_text_input_module_textInput--
|
|
6560
|
+
.bp_text_input_module_textInput--1ed48.bp_text_input_module_textInput--1ed48.bp_text_input_module_textInput--1ed48 input:has(+ .bp_text_input_module_iconEnd--1ed48){
|
|
6561
6561
|
padding-inline-end:1.875rem;
|
|
6562
6562
|
}
|
|
6563
6563
|
|
|
6564
|
-
.bp_text_input_module_loadingIndicatorReset--
|
|
6564
|
+
.bp_text_input_module_loadingIndicatorReset--1ed48 div{
|
|
6565
6565
|
position:static;
|
|
6566
6566
|
}
|
|
6567
6567
|
.bp_text_toggle_button_module_textToggleButton--a97ea{
|
|
@@ -7363,6 +7363,916 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7363
7363
|
--notification-default-font-family:var(--font-families-sans);
|
|
7364
7364
|
--notification-default-font-weight:var(--font-weights-bold);
|
|
7365
7365
|
--border-divider-border-brand:var(--border-divider-border);
|
|
7366
|
+
--bp-border-cta-border-outline-disabled:#646464;
|
|
7367
|
+
--bp-border-divider-border-brand:#e8e8e81a;
|
|
7368
|
+
--bp-border-00:0;
|
|
7369
|
+
--bp-border-01:0.0625rem;
|
|
7370
|
+
--bp-border-02:0.125rem;
|
|
7371
|
+
--bp-border-03:0.1875rem;
|
|
7372
|
+
--bp-border-04:0.25rem;
|
|
7373
|
+
--bp-border-05:0.3125rem;
|
|
7374
|
+
--bp-border-06:0.375rem;
|
|
7375
|
+
--bp-border-07:0.4375rem;
|
|
7376
|
+
--bp-border-08:0.5rem;
|
|
7377
|
+
--bp-surface-badge-docs-surface:#4083f7;
|
|
7378
|
+
--bp-surface-badge-keynote-surface:#0a84ff;
|
|
7379
|
+
--bp-surface-badge-pages-surface:#ff9500;
|
|
7380
|
+
--bp-surface-badge-pdf-surface:#d0021b;
|
|
7381
|
+
--bp-surface-badge-sheets-surface:#21a464;
|
|
7382
|
+
--bp-surface-badge-video-surface:#009aed;
|
|
7383
|
+
--bp-surface-surface-brand:#0061d5;
|
|
7384
|
+
--bp-surface-surface-brand-busy:#0061d5;
|
|
7385
|
+
--bp-surface-surface-brand-disabled:#0061d5;
|
|
7386
|
+
--bp-surface-surface-brand-hover:#006ae9;
|
|
7387
|
+
--bp-surface-surface-brand-pressed:#004eac;
|
|
7388
|
+
--bp-box-blue-10:#e5effa;
|
|
7389
|
+
--bp-box-blue-20:#ccdff7;
|
|
7390
|
+
--bp-box-blue-30:#b2cff2;
|
|
7391
|
+
--bp-box-blue-40:#99c0ee;
|
|
7392
|
+
--bp-box-blue-50:#7fb0ea;
|
|
7393
|
+
--bp-box-blue-65:#5998e4;
|
|
7394
|
+
--bp-box-blue-80:#3381dd;
|
|
7395
|
+
--bp-box-blue-90:#1a71d9;
|
|
7396
|
+
--bp-box-blue-100:#0061d5;
|
|
7397
|
+
--bp-box-blue-105:#005cca;
|
|
7398
|
+
--bp-box-blue-110:#0057c0;
|
|
7399
|
+
--bp-box-blue-115:#0052b5;
|
|
7400
|
+
--bp-box-blue-120:#004eaa;
|
|
7401
|
+
--bp-box-blue-125:#0049a0;
|
|
7402
|
+
--bp-box-blue-130:#004495;
|
|
7403
|
+
--bp-box-blue-132:#004291;
|
|
7404
|
+
--bp-box-blue-135:#003f8a;
|
|
7405
|
+
--bp-box-blue-140:#003a80;
|
|
7406
|
+
--bp-box-blue-145:#003575;
|
|
7407
|
+
--bp-box-blue-150:#00316b;
|
|
7408
|
+
--bp-box-blue-160:#002755;
|
|
7409
|
+
--bp-box-blue-170:#001d40;
|
|
7410
|
+
--bp-box-blue-180:#00132b;
|
|
7411
|
+
--bp-box-blue-02:#fafcfe;
|
|
7412
|
+
--bp-box-blue-05:#f2f7fd;
|
|
7413
|
+
--bp-dark-blue-10:#e5ebf2;
|
|
7414
|
+
--bp-dark-blue-20:#ccd8e6;
|
|
7415
|
+
--bp-dark-blue-30:#b2c4da;
|
|
7416
|
+
--bp-dark-blue-40:#99b1ce;
|
|
7417
|
+
--bp-dark-blue-50:#7f9dc1;
|
|
7418
|
+
--bp-dark-blue-65:#5980af;
|
|
7419
|
+
--bp-dark-blue-80:#33639d;
|
|
7420
|
+
--bp-dark-blue-90:#1a5090;
|
|
7421
|
+
--bp-dark-blue-100:#003c84;
|
|
7422
|
+
--bp-dark-blue-105:#00397d;
|
|
7423
|
+
--bp-dark-blue-110:#003677;
|
|
7424
|
+
--bp-dark-blue-115:#003370;
|
|
7425
|
+
--bp-dark-blue-120:#00306a;
|
|
7426
|
+
--bp-dark-blue-125:#002d63;
|
|
7427
|
+
--bp-dark-blue-130:#002a5c;
|
|
7428
|
+
--bp-dark-blue-132:#00295a;
|
|
7429
|
+
--bp-dark-blue-135:#002756;
|
|
7430
|
+
--bp-dark-blue-140:#00244f;
|
|
7431
|
+
--bp-dark-blue-145:#002149;
|
|
7432
|
+
--bp-dark-blue-150:#001e42;
|
|
7433
|
+
--bp-dark-blue-160:#001835;
|
|
7434
|
+
--bp-dark-blue-170:#001228;
|
|
7435
|
+
--bp-dark-blue-180:#000c1a;
|
|
7436
|
+
--bp-dark-blue-02:#fafbfd;
|
|
7437
|
+
--bp-dark-blue-05:#f2f5f9;
|
|
7438
|
+
--bp-gray-10:#e8e8e8;
|
|
7439
|
+
--bp-gray-20:#d3d3d3;
|
|
7440
|
+
--bp-gray-30:#bcbcbc;
|
|
7441
|
+
--bp-gray-40:#a7a7a7;
|
|
7442
|
+
--bp-gray-50:#909090;
|
|
7443
|
+
--bp-gray-65:#6f6f6f;
|
|
7444
|
+
--bp-gray-80:#4e4e4e;
|
|
7445
|
+
--bp-gray-90:#383838;
|
|
7446
|
+
--bp-gray-100:#222;
|
|
7447
|
+
--bp-gray-02:#fbfbfb;
|
|
7448
|
+
--bp-gray-05:#f4f4f4;
|
|
7449
|
+
--bp-gray-black:#000;
|
|
7450
|
+
--bp-gray-white:#fff;
|
|
7451
|
+
--bp-green-light-10:#e9f8f2;
|
|
7452
|
+
--bp-green-light-20:#d4f3e6;
|
|
7453
|
+
--bp-green-light-30:#beedd9;
|
|
7454
|
+
--bp-green-light-40:#a8e7cd;
|
|
7455
|
+
--bp-green-light-50:#92e0c0;
|
|
7456
|
+
--bp-green-light-65:#72d7ad;
|
|
7457
|
+
--bp-green-light-80:#51ce9a;
|
|
7458
|
+
--bp-green-light-90:#3cc88e;
|
|
7459
|
+
--bp-green-light-100:#26c281;
|
|
7460
|
+
--bp-green-light-105:#24b87b;
|
|
7461
|
+
--bp-green-light-110:#22af74;
|
|
7462
|
+
--bp-green-light-115:#20a56e;
|
|
7463
|
+
--bp-green-light-120:#1e9b67;
|
|
7464
|
+
--bp-green-light-125:#1d9161;
|
|
7465
|
+
--bp-green-light-130:#1b885a;
|
|
7466
|
+
--bp-green-light-132:#1a8458;
|
|
7467
|
+
--bp-green-light-135:#197e54;
|
|
7468
|
+
--bp-green-light-140:#17744d;
|
|
7469
|
+
--bp-green-light-145:#156b47;
|
|
7470
|
+
--bp-green-light-150:#136140;
|
|
7471
|
+
--bp-green-light-160:#0f4e34;
|
|
7472
|
+
--bp-green-light-170:#0b3a27;
|
|
7473
|
+
--bp-green-light-180:#08271a;
|
|
7474
|
+
--bp-green-light-02:#fbfefd;
|
|
7475
|
+
--bp-green-light-05:#f4fcf8;
|
|
7476
|
+
--bp-grimace-10:#ece9f8;
|
|
7477
|
+
--bp-grimace-20:#dad4f3;
|
|
7478
|
+
--bp-grimace-30:#c8beed;
|
|
7479
|
+
--bp-grimace-40:#b6a8e7;
|
|
7480
|
+
--bp-grimace-50:#a392e0;
|
|
7481
|
+
--bp-grimace-65:#8872d7;
|
|
7482
|
+
--bp-grimace-80:#6d51ce;
|
|
7483
|
+
--bp-grimace-90:#5a3cc8;
|
|
7484
|
+
--bp-grimace-100:#4826c2;
|
|
7485
|
+
--bp-grimace-105:#4424b8;
|
|
7486
|
+
--bp-grimace-110:#4122af;
|
|
7487
|
+
--bp-grimace-115:#3d20a5;
|
|
7488
|
+
--bp-grimace-120:#3a1e9b;
|
|
7489
|
+
--bp-grimace-125:#361d91;
|
|
7490
|
+
--bp-grimace-130:#321b88;
|
|
7491
|
+
--bp-grimace-132:#311a84;
|
|
7492
|
+
--bp-grimace-135:#2f197e;
|
|
7493
|
+
--bp-grimace-140:#2b1774;
|
|
7494
|
+
--bp-grimace-145:#28156b;
|
|
7495
|
+
--bp-grimace-150:#241361;
|
|
7496
|
+
--bp-grimace-160:#1d0f4e;
|
|
7497
|
+
--bp-grimace-170:#160b3a;
|
|
7498
|
+
--bp-grimace-180:#0e0827;
|
|
7499
|
+
--bp-grimace-02:#fbfbfe;
|
|
7500
|
+
--bp-grimace-05:#f6f4fc;
|
|
7501
|
+
--bp-light-blue-10:#e9f2fe;
|
|
7502
|
+
--bp-light-blue-20:#d3e7fe;
|
|
7503
|
+
--bp-light-blue-30:#bddbfe;
|
|
7504
|
+
--bp-light-blue-40:#a7cffe;
|
|
7505
|
+
--bp-light-blue-50:#91c2fd;
|
|
7506
|
+
--bp-light-blue-65:#71b0fd;
|
|
7507
|
+
--bp-light-blue-80:#509efd;
|
|
7508
|
+
--bp-light-blue-90:#3a92fc;
|
|
7509
|
+
--bp-light-blue-100:#2486fc;
|
|
7510
|
+
--bp-light-blue-105:#227fef;
|
|
7511
|
+
--bp-light-blue-110:#2079e3;
|
|
7512
|
+
--bp-light-blue-115:#1f72d6;
|
|
7513
|
+
--bp-light-blue-120:#1d6bca;
|
|
7514
|
+
--bp-light-blue-125:#1b65bd;
|
|
7515
|
+
--bp-light-blue-130:#195eb0;
|
|
7516
|
+
--bp-light-blue-132:#185bab;
|
|
7517
|
+
--bp-light-blue-135:#1757a4;
|
|
7518
|
+
--bp-light-blue-140:#165097;
|
|
7519
|
+
--bp-light-blue-145:#144a8b;
|
|
7520
|
+
--bp-light-blue-150:#12437e;
|
|
7521
|
+
--bp-light-blue-160:#0e3665;
|
|
7522
|
+
--bp-light-blue-170:#0b284c;
|
|
7523
|
+
--bp-light-blue-180:#071b32;
|
|
7524
|
+
--bp-light-blue-02:#fbfdff;
|
|
7525
|
+
--bp-light-blue-05:#f4f9ff;
|
|
7526
|
+
--bp-orange-10:#fdf2e8;
|
|
7527
|
+
--bp-orange-20:#fce6d1;
|
|
7528
|
+
--bp-orange-30:#fbd9ba;
|
|
7529
|
+
--bp-orange-40:#f9cda3;
|
|
7530
|
+
--bp-orange-50:#f8c08c;
|
|
7531
|
+
--bp-orange-65:#f6ad6a;
|
|
7532
|
+
--bp-orange-80:#f49a48;
|
|
7533
|
+
--bp-orange-90:#f28e31;
|
|
7534
|
+
--bp-orange-100:#f1811a;
|
|
7535
|
+
--bp-orange-105:#e57b19;
|
|
7536
|
+
--bp-orange-110:#d97417;
|
|
7537
|
+
--bp-orange-115:#cd6e16;
|
|
7538
|
+
--bp-orange-120:#c16715;
|
|
7539
|
+
--bp-orange-125:#b56114;
|
|
7540
|
+
--bp-orange-130:#a95a12;
|
|
7541
|
+
--bp-orange-132:#a45812;
|
|
7542
|
+
--bp-orange-135:#9d5411;
|
|
7543
|
+
--bp-orange-140:#914d10;
|
|
7544
|
+
--bp-orange-145:#85470e;
|
|
7545
|
+
--bp-orange-150:#78400d;
|
|
7546
|
+
--bp-orange-160:#60340a;
|
|
7547
|
+
--bp-orange-170:#482708;
|
|
7548
|
+
--bp-orange-180:#301a05;
|
|
7549
|
+
--bp-orange-02:#fffdfb;
|
|
7550
|
+
--bp-orange-05:#fef8f3;
|
|
7551
|
+
--bp-pink-panther-10:#ffe6fb;
|
|
7552
|
+
--bp-pink-panther-20:#ffcdf8;
|
|
7553
|
+
--bp-pink-panther-30:#ffb3f5;
|
|
7554
|
+
--bp-pink-panther-40:#ff9af1;
|
|
7555
|
+
--bp-pink-panther-50:#ff81ed;
|
|
7556
|
+
--bp-pink-panther-65:#fe5be8;
|
|
7557
|
+
--bp-pink-panther-80:#fe49e6;
|
|
7558
|
+
--bp-pink-panther-90:#fe35e3;
|
|
7559
|
+
--bp-pink-panther-100:#fe1ce0;
|
|
7560
|
+
--bp-pink-panther-105:#f103d1;
|
|
7561
|
+
--bp-pink-panther-110:#e503c6;
|
|
7562
|
+
--bp-pink-panther-115:#d803bb;
|
|
7563
|
+
--bp-pink-panther-120:#cb02b0;
|
|
7564
|
+
--bp-pink-panther-125:#be02a5;
|
|
7565
|
+
--bp-pink-panther-130:#b2029a;
|
|
7566
|
+
--bp-pink-panther-132:#ad0296;
|
|
7567
|
+
--bp-pink-panther-135:#a5028f;
|
|
7568
|
+
--bp-pink-panther-140:#980284;
|
|
7569
|
+
--bp-pink-panther-145:#8c0279;
|
|
7570
|
+
--bp-pink-panther-150:#7f026e;
|
|
7571
|
+
--bp-pink-panther-160:#660158;
|
|
7572
|
+
--bp-pink-panther-170:#4c0142;
|
|
7573
|
+
--bp-pink-panther-180:#33012c;
|
|
7574
|
+
--bp-pink-panther-02:#fffafe;
|
|
7575
|
+
--bp-pink-panther-05:#fff2fd;
|
|
7576
|
+
--bp-purple-rain-10:#f5ebfd;
|
|
7577
|
+
--bp-purple-rain-20:#ecd9fb;
|
|
7578
|
+
--bp-purple-rain-30:#e2c5fa;
|
|
7579
|
+
--bp-purple-rain-40:#d9b2f8;
|
|
7580
|
+
--bp-purple-rain-50:#cf9ff6;
|
|
7581
|
+
--bp-purple-rain-65:#c182f3;
|
|
7582
|
+
--bp-purple-rain-80:#b265f1;
|
|
7583
|
+
--bp-purple-rain-90:#a952ef;
|
|
7584
|
+
--bp-purple-rain-100:#9f3fed;
|
|
7585
|
+
--bp-purple-rain-105:#973ce1;
|
|
7586
|
+
--bp-purple-rain-110:#8f39d5;
|
|
7587
|
+
--bp-purple-rain-115:#8736c9;
|
|
7588
|
+
--bp-purple-rain-120:#7f32be;
|
|
7589
|
+
--bp-purple-rain-125:#772fb2;
|
|
7590
|
+
--bp-purple-rain-130:#6f2ca6;
|
|
7591
|
+
--bp-purple-rain-132:#6c2ba1;
|
|
7592
|
+
--bp-purple-rain-135:#67299a;
|
|
7593
|
+
--bp-purple-rain-140:#5f268e;
|
|
7594
|
+
--bp-purple-rain-145:#572382;
|
|
7595
|
+
--bp-purple-rain-150:#4f1f76;
|
|
7596
|
+
--bp-purple-rain-160:#40195f;
|
|
7597
|
+
--bp-purple-rain-170:#301347;
|
|
7598
|
+
--bp-purple-rain-180:#200d2f;
|
|
7599
|
+
--bp-purple-rain-02:#fdfbff;
|
|
7600
|
+
--bp-purple-rain-05:#faf5fe;
|
|
7601
|
+
--bp-watermelon-red-10:#fdebee;
|
|
7602
|
+
--bp-watermelon-red-20:#fbd7dd;
|
|
7603
|
+
--bp-watermelon-red-30:#fac3cd;
|
|
7604
|
+
--bp-watermelon-red-40:#f8afbc;
|
|
7605
|
+
--bp-watermelon-red-50:#f69bab;
|
|
7606
|
+
--bp-watermelon-red-65:#f37d92;
|
|
7607
|
+
--bp-watermelon-red-80:#f15f79;
|
|
7608
|
+
--bp-watermelon-red-90:#ef4b68;
|
|
7609
|
+
--bp-watermelon-red-100:#ed3757;
|
|
7610
|
+
--bp-watermelon-red-105:#e13453;
|
|
7611
|
+
--bp-watermelon-red-110:#d5324e;
|
|
7612
|
+
--bp-watermelon-red-115:#c92f4a;
|
|
7613
|
+
--bp-watermelon-red-120:#be2c46;
|
|
7614
|
+
--bp-watermelon-red-125:#b22941;
|
|
7615
|
+
--bp-watermelon-red-130:#a6273d;
|
|
7616
|
+
--bp-watermelon-red-132:#a1253b;
|
|
7617
|
+
--bp-watermelon-red-135:#9a2439;
|
|
7618
|
+
--bp-watermelon-red-140:#8e2134;
|
|
7619
|
+
--bp-watermelon-red-145:#821e30;
|
|
7620
|
+
--bp-watermelon-red-150:#761b2b;
|
|
7621
|
+
--bp-watermelon-red-160:#5f1623;
|
|
7622
|
+
--bp-watermelon-red-170:#47101a;
|
|
7623
|
+
--bp-watermelon-red-180:#2f0b11;
|
|
7624
|
+
--bp-watermelon-red-02:#fffbfc;
|
|
7625
|
+
--bp-watermelon-red-05:#fef5f6;
|
|
7626
|
+
--bp-yellorange-10:#fef7e8;
|
|
7627
|
+
--bp-yellorange-20:#fdf0d1;
|
|
7628
|
+
--bp-yellorange-30:#fce8bb;
|
|
7629
|
+
--bp-yellorange-40:#fbe1a4;
|
|
7630
|
+
--bp-yellorange-50:#fad98d;
|
|
7631
|
+
--bp-yellorange-65:#f9ce6b;
|
|
7632
|
+
--bp-yellorange-80:#f7c249;
|
|
7633
|
+
--bp-yellorange-90:#f6bb32;
|
|
7634
|
+
--bp-yellorange-100:#f5b31b;
|
|
7635
|
+
--bp-yellorange-105:#e9aa1a;
|
|
7636
|
+
--bp-yellorange-110:#dca118;
|
|
7637
|
+
--bp-yellorange-115:#d09817;
|
|
7638
|
+
--bp-yellorange-120:#c48f16;
|
|
7639
|
+
--bp-yellorange-125:#b88614;
|
|
7640
|
+
--bp-yellorange-130:#ab7d13;
|
|
7641
|
+
--bp-yellorange-132:#a77a12;
|
|
7642
|
+
--bp-yellorange-135:#9f7412;
|
|
7643
|
+
--bp-yellorange-140:#936b10;
|
|
7644
|
+
--bp-yellorange-145:#87620f;
|
|
7645
|
+
--bp-yellorange-150:#7a590d;
|
|
7646
|
+
--bp-yellorange-160:#62480b;
|
|
7647
|
+
--bp-yellorange-170:#493608;
|
|
7648
|
+
--bp-yellorange-180:#312405;
|
|
7649
|
+
--bp-yellorange-02:#fffefb;
|
|
7650
|
+
--bp-yellorange-05:#fefbf3;
|
|
7651
|
+
--bp-yellow-10:#fffbe5;
|
|
7652
|
+
--bp-yellow-20:#fff7cc;
|
|
7653
|
+
--bp-yellow-30:#fff3b2;
|
|
7654
|
+
--bp-yellow-40:#ffef99;
|
|
7655
|
+
--bp-yellow-50:#ffeb7f;
|
|
7656
|
+
--bp-yellow-65:#ffe559;
|
|
7657
|
+
--bp-yellow-80:#ffdf33;
|
|
7658
|
+
--bp-yellow-90:#ffdb1a;
|
|
7659
|
+
--bp-yellow-100:gold;
|
|
7660
|
+
--bp-yellow-105:#f2cc00;
|
|
7661
|
+
--bp-yellow-110:#e6c100;
|
|
7662
|
+
--bp-yellow-115:#d9b700;
|
|
7663
|
+
--bp-yellow-120:#ccac00;
|
|
7664
|
+
--bp-yellow-125:#bfa100;
|
|
7665
|
+
--bp-yellow-130:#b29600;
|
|
7666
|
+
--bp-yellow-132:#ad9200;
|
|
7667
|
+
--bp-yellow-135:#a68c00;
|
|
7668
|
+
--bp-yellow-140:#998100;
|
|
7669
|
+
--bp-yellow-145:#8c7600;
|
|
7670
|
+
--bp-yellow-150:#806b00;
|
|
7671
|
+
--bp-yellow-160:#665600;
|
|
7672
|
+
--bp-yellow-170:#4c4000;
|
|
7673
|
+
--bp-yellow-180:#332b00;
|
|
7674
|
+
--bp-yellow-02:#fffefa;
|
|
7675
|
+
--bp-yellow-05:#fffdf2;
|
|
7676
|
+
--bp-font-letter-spacing-01:0.01875rem;
|
|
7677
|
+
--bp-font-letter-spacing-02:0.0375rem;
|
|
7678
|
+
--bp-font-line-height-01:0.75rem;
|
|
7679
|
+
--bp-font-line-height-02:0.875rem;
|
|
7680
|
+
--bp-font-line-height-03:1rem;
|
|
7681
|
+
--bp-font-line-height-04:1.25rem;
|
|
7682
|
+
--bp-font-line-height-05:1.5rem;
|
|
7683
|
+
--bp-font-line-height-06:2rem;
|
|
7684
|
+
--bp-font-line-height-07:2.75rem;
|
|
7685
|
+
--bp-font-size-01:0.5625rem;
|
|
7686
|
+
--bp-font-size-02:0.625rem;
|
|
7687
|
+
--bp-font-size-03:0.75rem;
|
|
7688
|
+
--bp-font-size-04:0.875rem;
|
|
7689
|
+
--bp-font-size-05:0.9375rem;
|
|
7690
|
+
--bp-font-size-06:1rem;
|
|
7691
|
+
--bp-font-size-07:1.125rem;
|
|
7692
|
+
--bp-font-size-08:1.3125rem;
|
|
7693
|
+
--bp-font-size-09:2.25rem;
|
|
7694
|
+
--bp-font-weight-black:900;
|
|
7695
|
+
--bp-font-weight-bold:700;
|
|
7696
|
+
--bp-font-weight-regular:400;
|
|
7697
|
+
--bp-font-weight-semibold:600;
|
|
7698
|
+
--bp-font-font-family:Lato;
|
|
7699
|
+
--bp-radius-10:1.25rem;
|
|
7700
|
+
--bp-radius-11:1.375rem;
|
|
7701
|
+
--bp-radius-12:1.5rem;
|
|
7702
|
+
--bp-radius-13:1.625rem;
|
|
7703
|
+
--bp-radius-14:1.75rem;
|
|
7704
|
+
--bp-radius-15:1.875rem;
|
|
7705
|
+
--bp-radius-16:2rem;
|
|
7706
|
+
--bp-radius-00:0;
|
|
7707
|
+
--bp-radius-01:0.125rem;
|
|
7708
|
+
--bp-radius-02:0.25rem;
|
|
7709
|
+
--bp-radius-03:0.375rem;
|
|
7710
|
+
--bp-radius-04:0.5rem;
|
|
7711
|
+
--bp-radius-05:0.625rem;
|
|
7712
|
+
--bp-radius-06:0.75rem;
|
|
7713
|
+
--bp-radius-07:0.875rem;
|
|
7714
|
+
--bp-radius-08:1rem;
|
|
7715
|
+
--bp-radius-09:1.125rem;
|
|
7716
|
+
--bp-size-100:2.5rem;
|
|
7717
|
+
--bp-size-110:2.75rem;
|
|
7718
|
+
--bp-size-120:3rem;
|
|
7719
|
+
--bp-size-140:3.5rem;
|
|
7720
|
+
--bp-size-150:3.75rem;
|
|
7721
|
+
--bp-size-160:4rem;
|
|
7722
|
+
--bp-size-170:4.25rem;
|
|
7723
|
+
--bp-size-180:4.5rem;
|
|
7724
|
+
--bp-size-190:4.75rem;
|
|
7725
|
+
--bp-size-200:5rem;
|
|
7726
|
+
--bp-size-210:5.25rem;
|
|
7727
|
+
--bp-size-220:5.5rem;
|
|
7728
|
+
--bp-size-230:5.75rem;
|
|
7729
|
+
--bp-size-240:6rem;
|
|
7730
|
+
--bp-size-250:6.25rem;
|
|
7731
|
+
--bp-size-260:6.5rem;
|
|
7732
|
+
--bp-size-270:6.75rem;
|
|
7733
|
+
--bp-size-280:7rem;
|
|
7734
|
+
--bp-size-290:7.25rem;
|
|
7735
|
+
--bp-size-300:7.5rem;
|
|
7736
|
+
--bp-size-000:0;
|
|
7737
|
+
--bp-size-005:0.125rem;
|
|
7738
|
+
--bp-size-010:0.25rem;
|
|
7739
|
+
--bp-size-020:0.5rem;
|
|
7740
|
+
--bp-size-030:0.75rem;
|
|
7741
|
+
--bp-size-040:1rem;
|
|
7742
|
+
--bp-size-050:1.25rem;
|
|
7743
|
+
--bp-size-060:1.5rem;
|
|
7744
|
+
--bp-size-070:1.75rem;
|
|
7745
|
+
--bp-size-080:2rem;
|
|
7746
|
+
--bp-size-090:2.25rem;
|
|
7747
|
+
--bp-space-100:2.5rem;
|
|
7748
|
+
--bp-space-110:2.75rem;
|
|
7749
|
+
--bp-space-120:3rem;
|
|
7750
|
+
--bp-space-140:3.5rem;
|
|
7751
|
+
--bp-space-150:3.75rem;
|
|
7752
|
+
--bp-space-160:4rem;
|
|
7753
|
+
--bp-space-180:4.5rem;
|
|
7754
|
+
--bp-space-200:5rem;
|
|
7755
|
+
--bp-space-210:5.25rem;
|
|
7756
|
+
--bp-space-220:5.5rem;
|
|
7757
|
+
--bp-space-230:5.75rem;
|
|
7758
|
+
--bp-space-240:6rem;
|
|
7759
|
+
--bp-space-250:6.25rem;
|
|
7760
|
+
--bp-space-260:6.5rem;
|
|
7761
|
+
--bp-space-270:6.75rem;
|
|
7762
|
+
--bp-space-280:7rem;
|
|
7763
|
+
--bp-space-290:7.25rem;
|
|
7764
|
+
--bp-space-300:7.5rem;
|
|
7765
|
+
--bp-space-000:0;
|
|
7766
|
+
--bp-space-005:0.125rem;
|
|
7767
|
+
--bp-space-010:0.25rem;
|
|
7768
|
+
--bp-space-020:0.5rem;
|
|
7769
|
+
--bp-space-030:0.75rem;
|
|
7770
|
+
--bp-space-040:1rem;
|
|
7771
|
+
--bp-space-050:1.25rem;
|
|
7772
|
+
--bp-space-060:1.5rem;
|
|
7773
|
+
--bp-space-070:1.75rem;
|
|
7774
|
+
--bp-space-080:2rem;
|
|
7775
|
+
--bp-space-090:2.25rem;
|
|
7776
|
+
--bp-black-opacity-12:#0000001f;
|
|
7777
|
+
--bp-black-opacity-16:#00000029;
|
|
7778
|
+
--bp-black-opacity-20:#0003;
|
|
7779
|
+
--bp-black-opacity-24:#0000003d;
|
|
7780
|
+
--bp-black-opacity-30:#0000004d;
|
|
7781
|
+
--bp-black-opacity-50:#00000080;
|
|
7782
|
+
--bp-black-opacity-60:#0009;
|
|
7783
|
+
--bp-black-opacity-70:#000000b3;
|
|
7784
|
+
--bp-black-opacity-80:#000c;
|
|
7785
|
+
--bp-black-opacity-90:#000000e6;
|
|
7786
|
+
--bp-black-opacity-00:#0000;
|
|
7787
|
+
--bp-black-opacity-04:#0000000a;
|
|
7788
|
+
--bp-black-opacity-08:#00000014;
|
|
7789
|
+
--bp-box-blue-opacity-12:#0061d51f;
|
|
7790
|
+
--bp-box-blue-opacity-16:#0061d529;
|
|
7791
|
+
--bp-box-blue-opacity-20:#0061d533;
|
|
7792
|
+
--bp-box-blue-opacity-24:#0061d53d;
|
|
7793
|
+
--bp-box-blue-opacity-30:#0061d54d;
|
|
7794
|
+
--bp-box-blue-opacity-50:#0061d580;
|
|
7795
|
+
--bp-box-blue-opacity-60:#0061d599;
|
|
7796
|
+
--bp-box-blue-opacity-70:#0061d5b3;
|
|
7797
|
+
--bp-box-blue-opacity-80:#0061d5cc;
|
|
7798
|
+
--bp-box-blue-opacity-90:#0061d5e6;
|
|
7799
|
+
--bp-box-blue-opacity-00:#0061d500;
|
|
7800
|
+
--bp-box-blue-opacity-04:#0061d50a;
|
|
7801
|
+
--bp-box-blue-opacity-08:#0061d514;
|
|
7802
|
+
--bp-dark-blue-opacity-12:#003c841f;
|
|
7803
|
+
--bp-dark-blue-opacity-16:#003c8429;
|
|
7804
|
+
--bp-dark-blue-opacity-20:#003c8433;
|
|
7805
|
+
--bp-dark-blue-opacity-24:#003c843d;
|
|
7806
|
+
--bp-dark-blue-opacity-30:#003c844d;
|
|
7807
|
+
--bp-dark-blue-opacity-50:#003c8480;
|
|
7808
|
+
--bp-dark-blue-opacity-60:#003c8499;
|
|
7809
|
+
--bp-dark-blue-opacity-70:#003c84b3;
|
|
7810
|
+
--bp-dark-blue-opacity-80:#003c84cc;
|
|
7811
|
+
--bp-dark-blue-opacity-90:#003c84e6;
|
|
7812
|
+
--bp-dark-blue-opacity-00:#003c8400;
|
|
7813
|
+
--bp-dark-blue-opacity-04:#003c840a;
|
|
7814
|
+
--bp-dark-blue-opacity-08:#003c8414;
|
|
7815
|
+
--bp-green-light-opacity-12:#26c2811f;
|
|
7816
|
+
--bp-green-light-opacity-16:#26c28129;
|
|
7817
|
+
--bp-green-light-opacity-20:#26c28133;
|
|
7818
|
+
--bp-green-light-opacity-24:#26c2813d;
|
|
7819
|
+
--bp-green-light-opacity-30:#26c2814d;
|
|
7820
|
+
--bp-green-light-opacity-50:#26c28180;
|
|
7821
|
+
--bp-green-light-opacity-60:#26c28199;
|
|
7822
|
+
--bp-green-light-opacity-70:#26c281b3;
|
|
7823
|
+
--bp-green-light-opacity-80:#26c281cc;
|
|
7824
|
+
--bp-green-light-opacity-90:#26c281e6;
|
|
7825
|
+
--bp-green-light-opacity-00:#26c28100;
|
|
7826
|
+
--bp-green-light-opacity-04:#26c2810a;
|
|
7827
|
+
--bp-green-light-opacity-08:#26c28114;
|
|
7828
|
+
--bp-grimace-opacity-12:#4826c21f;
|
|
7829
|
+
--bp-grimace-opacity-16:#4826c229;
|
|
7830
|
+
--bp-grimace-opacity-20:#4826c233;
|
|
7831
|
+
--bp-grimace-opacity-24:#4826c23d;
|
|
7832
|
+
--bp-grimace-opacity-30:#4826c24d;
|
|
7833
|
+
--bp-grimace-opacity-50:#4826c280;
|
|
7834
|
+
--bp-grimace-opacity-60:#4826c299;
|
|
7835
|
+
--bp-grimace-opacity-70:#4826c2b3;
|
|
7836
|
+
--bp-grimace-opacity-80:#4826c2cc;
|
|
7837
|
+
--bp-grimace-opacity-90:#4826c2e6;
|
|
7838
|
+
--bp-grimace-opacity-00:#4826c200;
|
|
7839
|
+
--bp-grimace-opacity-04:#4826c20a;
|
|
7840
|
+
--bp-grimace-opacity-08:#4826c214;
|
|
7841
|
+
--bp-light-blue-opacity-12:#2486fc1f;
|
|
7842
|
+
--bp-light-blue-opacity-16:#2486fc29;
|
|
7843
|
+
--bp-light-blue-opacity-20:#2486fc33;
|
|
7844
|
+
--bp-light-blue-opacity-24:#2486fc3d;
|
|
7845
|
+
--bp-light-blue-opacity-30:#2486fc4d;
|
|
7846
|
+
--bp-light-blue-opacity-50:#2486fc80;
|
|
7847
|
+
--bp-light-blue-opacity-60:#2486fc99;
|
|
7848
|
+
--bp-light-blue-opacity-70:#2486fcb3;
|
|
7849
|
+
--bp-light-blue-opacity-80:#2486fccc;
|
|
7850
|
+
--bp-light-blue-opacity-90:#2486fce6;
|
|
7851
|
+
--bp-light-blue-opacity-00:#2486fc00;
|
|
7852
|
+
--bp-light-blue-opacity-04:#2486fc0a;
|
|
7853
|
+
--bp-light-blue-opacity-08:#2486fc14;
|
|
7854
|
+
--bp-orange-opacity-12:#f5b31b1f;
|
|
7855
|
+
--bp-orange-opacity-16:#f5b31b29;
|
|
7856
|
+
--bp-orange-opacity-20:#f5b31b33;
|
|
7857
|
+
--bp-orange-opacity-24:#f5b31b3d;
|
|
7858
|
+
--bp-orange-opacity-30:#f5b31b4d;
|
|
7859
|
+
--bp-orange-opacity-50:#f5b31b80;
|
|
7860
|
+
--bp-orange-opacity-60:#f5b31b99;
|
|
7861
|
+
--bp-orange-opacity-70:#f5b31bb3;
|
|
7862
|
+
--bp-orange-opacity-80:#f5b31bcc;
|
|
7863
|
+
--bp-orange-opacity-90:#f5b31be6;
|
|
7864
|
+
--bp-orange-opacity-00:#f5b31b00;
|
|
7865
|
+
--bp-orange-opacity-04:#f5b31b0a;
|
|
7866
|
+
--bp-orange-opacity-08:#f5b31b14;
|
|
7867
|
+
--bp-watermelon-red-opacity-12:#ed37571f;
|
|
7868
|
+
--bp-watermelon-red-opacity-16:#ed375729;
|
|
7869
|
+
--bp-watermelon-red-opacity-20:#ed375733;
|
|
7870
|
+
--bp-watermelon-red-opacity-24:#ed37573d;
|
|
7871
|
+
--bp-watermelon-red-opacity-30:#ed37574d;
|
|
7872
|
+
--bp-watermelon-red-opacity-50:#ed375780;
|
|
7873
|
+
--bp-watermelon-red-opacity-60:#ed375799;
|
|
7874
|
+
--bp-watermelon-red-opacity-70:#ed3757b3;
|
|
7875
|
+
--bp-watermelon-red-opacity-80:#ed3757cc;
|
|
7876
|
+
--bp-watermelon-red-opacity-90:#ed3757e6;
|
|
7877
|
+
--bp-watermelon-red-opacity-00:#ed375700;
|
|
7878
|
+
--bp-watermelon-red-opacity-04:#ed37570a;
|
|
7879
|
+
--bp-watermelon-red-opacity-08:#ed375714;
|
|
7880
|
+
--bp-white-opacity-12:#ffffff1f;
|
|
7881
|
+
--bp-white-opacity-16:#ffffff29;
|
|
7882
|
+
--bp-white-opacity-20:#fff3;
|
|
7883
|
+
--bp-white-opacity-24:#ffffff3d;
|
|
7884
|
+
--bp-white-opacity-30:#ffffff4d;
|
|
7885
|
+
--bp-white-opacity-50:#ffffff80;
|
|
7886
|
+
--bp-white-opacity-60:#fff9;
|
|
7887
|
+
--bp-white-opacity-70:#ffffffb3;
|
|
7888
|
+
--bp-white-opacity-80:#fffc;
|
|
7889
|
+
--bp-white-opacity-90:#ffffffe6;
|
|
7890
|
+
--bp-white-opacity-00:#fff0;
|
|
7891
|
+
--bp-white-opacity-04:#ffffff0a;
|
|
7892
|
+
--bp-white-opacity-08:#ffffff14;
|
|
7893
|
+
--bp-yellorange-opacity-12:#f5b31b1f;
|
|
7894
|
+
--bp-yellorange-opacity-16:#f5b31b29;
|
|
7895
|
+
--bp-yellorange-opacity-20:#f5b31b33;
|
|
7896
|
+
--bp-yellorange-opacity-24:#f5b31b3d;
|
|
7897
|
+
--bp-yellorange-opacity-30:#f5b31b4d;
|
|
7898
|
+
--bp-yellorange-opacity-50:#f5b31b80;
|
|
7899
|
+
--bp-yellorange-opacity-60:#f5b31b99;
|
|
7900
|
+
--bp-yellorange-opacity-70:#f5b31bb3;
|
|
7901
|
+
--bp-yellorange-opacity-80:#f5b31bcc;
|
|
7902
|
+
--bp-yellorange-opacity-90:#f5b31be6;
|
|
7903
|
+
--bp-yellorange-opacity-00:#f5b31b00;
|
|
7904
|
+
--bp-yellorange-opacity-04:#f5b31b0a;
|
|
7905
|
+
--bp-yellorange-opacity-08:#f5b31b14;
|
|
7906
|
+
--bp-yellow-opacity-12:#ffd7001f;
|
|
7907
|
+
--bp-yellow-opacity-16:#ffd70029;
|
|
7908
|
+
--bp-yellow-opacity-20:#ffd70033;
|
|
7909
|
+
--bp-yellow-opacity-24:#ffd7003d;
|
|
7910
|
+
--bp-yellow-opacity-30:#ffd7004d;
|
|
7911
|
+
--bp-yellow-opacity-50:#ffd70080;
|
|
7912
|
+
--bp-yellow-opacity-60:#ffd70099;
|
|
7913
|
+
--bp-yellow-opacity-70:#ffd700b3;
|
|
7914
|
+
--bp-yellow-opacity-80:#ffd700cc;
|
|
7915
|
+
--bp-yellow-opacity-90:#ffd700e6;
|
|
7916
|
+
--bp-yellow-opacity-00:#ffd70000;
|
|
7917
|
+
--bp-yellow-opacity-04:#ffd7000a;
|
|
7918
|
+
--bp-yellow-opacity-08:#ffd70014;
|
|
7919
|
+
--bp-screen-height:900;
|
|
7920
|
+
--bp-screen-width:1440;
|
|
7921
|
+
--bp-background-background:var(--bp-gray-white);
|
|
7922
|
+
--bp-border-avatar-border-hover:var(--bp-black-opacity-04);
|
|
7923
|
+
--bp-border-avatar-border-pressed:var(--bp-black-opacity-08);
|
|
7924
|
+
--bp-border-badge-border:var(--bp-gray-white);
|
|
7925
|
+
--bp-border-card-border:var(--bp-gray-10);
|
|
7926
|
+
--bp-border-card-border-focus:var(--bp-box-blue-100);
|
|
7927
|
+
--bp-border-card-border-hover:var(--bp-gray-10);
|
|
7928
|
+
--bp-border-card-border-pressed:var(--bp-gray-10);
|
|
7929
|
+
--bp-border-checkbox-border:var(--bp-gray-65);
|
|
7930
|
+
--bp-border-checkbox-border-hover:var(--bp-gray-80);
|
|
7931
|
+
--bp-border-checkbox-border-selected:var(--bp-box-blue-100);
|
|
7932
|
+
--bp-border-checkbox-border-selected-hover:var(--bp-light-blue-110);
|
|
7933
|
+
--bp-border-collapsible-border:var(--bp-gray-20);
|
|
7934
|
+
--bp-border-contentbutton-border-selected:var(--bp-gray-50);
|
|
7935
|
+
--bp-border-cta-border-outline:var(--bp-gray-black);
|
|
7936
|
+
--bp-border-cta-border-outline-hover:var(--bp-gray-black);
|
|
7937
|
+
--bp-border-cta-border-outline-pressed:var(--bp-gray-black);
|
|
7938
|
+
--bp-border-cta-border-secondary:var(--bp-gray-30);
|
|
7939
|
+
--bp-border-cta-border-secondary-disabled:var(--bp-gray-10);
|
|
7940
|
+
--bp-border-cta-border-secondary-hover:var(--bp-gray-30);
|
|
7941
|
+
--bp-border-cta-border-secondary-pressed:var(--bp-gray-30);
|
|
7942
|
+
--bp-border-divider-border:var(--bp-gray-10);
|
|
7943
|
+
--bp-border-dropdown-border:var(--bp-gray-30);
|
|
7944
|
+
--bp-border-dropdown-border-error:var(--bp-watermelon-red-100);
|
|
7945
|
+
--bp-border-dropdown-border-error-focus:var(--bp-watermelon-red-100);
|
|
7946
|
+
--bp-border-dropdown-border-error-hover:var(--bp-watermelon-red-100);
|
|
7947
|
+
--bp-border-dropdown-border-focus:var(--bp-box-blue-100);
|
|
7948
|
+
--bp-border-dropdown-border-hover:var(--bp-gray-65);
|
|
7949
|
+
--bp-border-filterchip-border-multi-on:var(--bp-box-blue-40);
|
|
7950
|
+
--bp-border-filterchip-border-multi-on-hover:var(--bp-box-blue-40);
|
|
7951
|
+
--bp-border-gridthumbnail-border:var(--bp-gray-10);
|
|
7952
|
+
--bp-border-input-border:var(--bp-gray-50);
|
|
7953
|
+
--bp-border-input-border-error:var(--bp-watermelon-red-100);
|
|
7954
|
+
--bp-border-input-border-error-focus:var(--bp-watermelon-red-100);
|
|
7955
|
+
--bp-border-input-border-error-hover:var(--bp-watermelon-red-100);
|
|
7956
|
+
--bp-border-input-border-focus:var(--bp-light-blue-100);
|
|
7957
|
+
--bp-border-input-border-hover:var(--bp-gray-65);
|
|
7958
|
+
--bp-border-inputchip-border-error:var(--bp-watermelon-red-100);
|
|
7959
|
+
--bp-border-item-border-hover:var(--bp-gray-10);
|
|
7960
|
+
--bp-border-item-border-selected:var(--bp-box-blue-100);
|
|
7961
|
+
--bp-border-item-small-border-selected:var(--bp-box-blue-100);
|
|
7962
|
+
--bp-border-message-border-error:var(--bp-watermelon-red-100);
|
|
7963
|
+
--bp-border-message-border-error-secondary:var(--bp-watermelon-red-50);
|
|
7964
|
+
--bp-border-message-border-generic:var(--bp-gray-100);
|
|
7965
|
+
--bp-border-message-border-generic-secondary:var(--bp-gray-50);
|
|
7966
|
+
--bp-border-message-border-info:var(--bp-box-blue-100);
|
|
7967
|
+
--bp-border-message-border-info-secondary:var(--bp-light-blue-50);
|
|
7968
|
+
--bp-border-message-border-success:var(--bp-green-light-100);
|
|
7969
|
+
--bp-border-message-border-success-secondary:var(--bp-green-light-50);
|
|
7970
|
+
--bp-border-message-border-warning:var(--bp-yellorange-100);
|
|
7971
|
+
--bp-border-message-border-warning-secondary:var(--bp-yellorange-50);
|
|
7972
|
+
--bp-border-radio-border:var(--bp-gray-65);
|
|
7973
|
+
--bp-border-radio-border-hover:var(--bp-gray-80);
|
|
7974
|
+
--bp-border-radio-border-selected:var(--bp-box-blue-100);
|
|
7975
|
+
--bp-border-radio-border-selected-hover:var(--bp-light-blue-110);
|
|
7976
|
+
--bp-border-radiotile-border:var(--bp-gray-30);
|
|
7977
|
+
--bp-border-radiotile-border-hover:var(--bp-gray-30);
|
|
7978
|
+
--bp-border-radiotile-border-selected:var(--bp-box-blue-100);
|
|
7979
|
+
--bp-border-search-border:var(--bp-gray-05);
|
|
7980
|
+
--bp-border-search-border-hover:var(--bp-gray-65);
|
|
7981
|
+
--bp-border-search-global-border-hover:var(--bp-gray-10);
|
|
7982
|
+
--bp-border-status-border-hover:var(--bp-black-opacity-04);
|
|
7983
|
+
--bp-border-switch-border:var(--bp-gray-30);
|
|
7984
|
+
--bp-border-switch-border-hover:var(--bp-gray-30);
|
|
7985
|
+
--bp-border-tab-border:var(--bp-gray-10);
|
|
7986
|
+
--bp-border-tab-border-hover:var(--bp-gray-30);
|
|
7987
|
+
--bp-border-tab-border-selected:var(--bp-box-blue-100);
|
|
7988
|
+
--bp-border-tab-border-selected-focus:var(--bp-box-blue-100);
|
|
7989
|
+
--bp-border-tab-border-selected-hover:var(--bp-box-blue-100);
|
|
7990
|
+
--bp-border-toggle-border:var(--bp-gray-30);
|
|
7991
|
+
--bp-border-toggle-border-on:var(--bp-box-blue-40);
|
|
7992
|
+
--bp-border-toggletext-border-off:var(--bp-gray-white);
|
|
7993
|
+
--bp-border-toggletext-border-off-ai:var(--bp-gray-30);
|
|
7994
|
+
--bp-border-toggletext-border-off-hover:var(--bp-gray-05);
|
|
7995
|
+
--bp-border-toggletext-border-off-pressed:var(--bp-gray-10);
|
|
7996
|
+
--bp-border-toggletext-border-on:var(--bp-box-blue-40);
|
|
7997
|
+
--bp-border-toggletext-border-on-hover:var(--bp-box-blue-40);
|
|
7998
|
+
--bp-border-toggletext-border-on-pressed:var(--bp-box-blue-40);
|
|
7999
|
+
--bp-border-tooltip-border-error:var(--bp-watermelon-red-50);
|
|
8000
|
+
--bp-icon-cta-icon:var(--bp-gray-65);
|
|
8001
|
+
--bp-icon-cta-icon-hover:var(--bp-gray-100);
|
|
8002
|
+
--bp-icon-cta-icon-on-color:var(--bp-gray-black);
|
|
8003
|
+
--bp-icon-cta-icon-on-color-hover:var(--bp-gray-black);
|
|
8004
|
+
--bp-icon-cta-icon-on-color-pressed:var(--bp-gray-black);
|
|
8005
|
+
--bp-icon-cta-icon-pressed:var(--bp-gray-100);
|
|
8006
|
+
--bp-icon-cta-icon-utility:var(--bp-gray-80);
|
|
8007
|
+
--bp-icon-cta-icon-utility-hover:var(--bp-gray-black);
|
|
8008
|
+
--bp-icon-cta-icon-utility-pressed:var(--bp-gray-black);
|
|
8009
|
+
--bp-icon-icon-blue:var(--bp-box-blue-100);
|
|
8010
|
+
--bp-icon-icon-destructive-on-light:var(--bp-watermelon-red-110);
|
|
8011
|
+
--bp-icon-icon-error-on-light:var(--bp-watermelon-red-110);
|
|
8012
|
+
--bp-icon-icon-on-dark:var(--bp-gray-white);
|
|
8013
|
+
--bp-icon-icon-on-light:var(--bp-gray-100);
|
|
8014
|
+
--bp-icon-icon-on-light-secondary:var(--bp-gray-65);
|
|
8015
|
+
--bp-icon-icon-on-light-tertiary:var(--bp-gray-50);
|
|
8016
|
+
--bp-icon-icon-required-on-light:var(--bp-watermelon-red-110);
|
|
8017
|
+
--bp-icon-nav-icon-on-dark:var(--bp-gray-white);
|
|
8018
|
+
--bp-icon-nav-icon-on-dark-focus:var(--bp-gray-white);
|
|
8019
|
+
--bp-icon-nav-icon-on-dark-hover:var(--bp-gray-white);
|
|
8020
|
+
--bp-icon-nav-icon-on-dark-selected:var(--bp-gray-white);
|
|
8021
|
+
--bp-icon-nav-icon-on-light:var(--bp-gray-100);
|
|
8022
|
+
--bp-icon-nav-icon-on-light-focus:var(--bp-gray-100);
|
|
8023
|
+
--bp-icon-nav-icon-on-light-hover:var(--bp-gray-100);
|
|
8024
|
+
--bp-icon-nav-icon-on-light-selected:var(--bp-gray-100);
|
|
8025
|
+
--bp-outline-focus-on-dark:var(--bp-gray-white);
|
|
8026
|
+
--bp-outline-focus-on-light:var(--bp-light-blue-100);
|
|
8027
|
+
--bp-overlay-modal-overlay:var(--bp-black-opacity-50);
|
|
8028
|
+
--bp-overlay-sidepanel-overlay:var(--bp-black-opacity-50);
|
|
8029
|
+
--bp-surface-accordion-surface:var(--bp-gray-white);
|
|
8030
|
+
--bp-surface-accordion-surface-hover:var(--bp-gray-05);
|
|
8031
|
+
--bp-surface-badge-admin-surface:var(--bp-dark-blue-100);
|
|
8032
|
+
--bp-surface-badge-annotation-surface:var(--bp-yellorange-100);
|
|
8033
|
+
--bp-surface-badge-boxnote-surface:var(--bp-gray-10);
|
|
8034
|
+
--bp-surface-badge-canvas-surface:var(--bp-orange-100);
|
|
8035
|
+
--bp-surface-badge-coadmin-surface:var(--bp-purple-rain-100);
|
|
8036
|
+
--bp-surface-badge-collection-surface:var(--bp-gray-10);
|
|
8037
|
+
--bp-surface-badge-completed-surface:var(--bp-green-light-100);
|
|
8038
|
+
--bp-surface-badge-error-surface:var(--bp-watermelon-red-110);
|
|
8039
|
+
--bp-surface-badge-external-surface:var(--bp-gray-50);
|
|
8040
|
+
--bp-surface-badge-folderexternal-surface:var(--bp-gray-65);
|
|
8041
|
+
--bp-surface-badge-foldershared-surface:var(--bp-light-blue-100);
|
|
8042
|
+
--bp-surface-badge-image-surface:var(--bp-green-light-100);
|
|
8043
|
+
--bp-surface-badge-mention-surface:var(--bp-light-blue-120);
|
|
8044
|
+
--bp-surface-badge-notification-surface:var(--bp-watermelon-red-110);
|
|
8045
|
+
--bp-surface-badge-offline-surface:var(--bp-green-light-100);
|
|
8046
|
+
--bp-surface-badge-online-surface:var(--bp-green-light-120);
|
|
8047
|
+
--bp-surface-badge-pin-surface:var(--bp-gray-10);
|
|
8048
|
+
--bp-surface-badge-progress-surface:var(--bp-yellorange-100);
|
|
8049
|
+
--bp-surface-badge-rejected-surface:var(--bp-watermelon-red-110);
|
|
8050
|
+
--bp-surface-badge-relay-surface:var(--bp-light-blue-120);
|
|
8051
|
+
--bp-surface-badge-task-surface:var(--bp-light-blue-100);
|
|
8052
|
+
--bp-surface-badge-taskapproval-surface:var(--bp-light-blue-120);
|
|
8053
|
+
--bp-surface-card-surface:var(--bp-gray-white);
|
|
8054
|
+
--bp-surface-card-surface-focus:var(--bp-box-blue-05);
|
|
8055
|
+
--bp-surface-card-surface-hover:var(--bp-gray-white);
|
|
8056
|
+
--bp-surface-card-surface-pressed:var(--bp-gray-02);
|
|
8057
|
+
--bp-surface-checkbox-surface:var(--bp-gray-white);
|
|
8058
|
+
--bp-surface-checkbox-surface-hover:var(--bp-gray-white);
|
|
8059
|
+
--bp-surface-checkbox-surface-selected:var(--bp-box-blue-100);
|
|
8060
|
+
--bp-surface-checkbox-surface-selected-hover:var(--bp-light-blue-110);
|
|
8061
|
+
--bp-surface-chip-button-surface:var(--bp-black-opacity-04);
|
|
8062
|
+
--bp-surface-chip-button-surface-hover:var(--bp-black-opacity-08);
|
|
8063
|
+
--bp-surface-contentbutton-surface-surface-selected:var(--bp-gray-white);
|
|
8064
|
+
--bp-surface-contentswitcher-surface:var(--bp-gray-10);
|
|
8065
|
+
--bp-surface-cta-surface-disabled:var(--bp-box-blue-30);
|
|
8066
|
+
--bp-surface-cta-surface-icon:var(--bp-black-opacity-00);
|
|
8067
|
+
--bp-surface-cta-surface-icon-disabled:var(--bp-black-opacity-00);
|
|
8068
|
+
--bp-surface-cta-surface-icon-hover:var(--bp-black-opacity-04);
|
|
8069
|
+
--bp-surface-cta-surface-icon-pressed:var(--bp-black-opacity-08);
|
|
8070
|
+
--bp-surface-cta-surface-icon-utility:var(--bp-gray-10);
|
|
8071
|
+
--bp-surface-cta-surface-icon-utility-hover:var(--bp-gray-20);
|
|
8072
|
+
--bp-surface-cta-surface-icon-utility-pressed:var(--bp-gray-30);
|
|
8073
|
+
--bp-surface-cta-surface-outline:var(--bp-black-opacity-00);
|
|
8074
|
+
--bp-surface-cta-surface-outline-2:var(--bp-black-opacity-00);
|
|
8075
|
+
--bp-surface-cta-surface-outline-hover:var(--bp-black-opacity-04);
|
|
8076
|
+
--bp-surface-cta-surface-outline-pressed:var(--bp-black-opacity-08);
|
|
8077
|
+
--bp-surface-cta-surface-promo:var(--bp-grimace-110);
|
|
8078
|
+
--bp-surface-cta-surface-promo-focus:var(--bp-grimace-100);
|
|
8079
|
+
--bp-surface-cta-surface-promo-focus-pressed:var(--bp-grimace-120);
|
|
8080
|
+
--bp-surface-cta-surface-promo-hover:var(--bp-grimace-100);
|
|
8081
|
+
--bp-surface-cta-surface-promo-pressed:var(--bp-grimace-120);
|
|
8082
|
+
--bp-surface-cta-surface-secondary:var(--bp-white-opacity-70);
|
|
8083
|
+
--bp-surface-cta-surface-secondary-busy:var(--bp-white-opacity-70);
|
|
8084
|
+
--bp-surface-cta-surface-secondary-disabled:var(--bp-white-opacity-70);
|
|
8085
|
+
--bp-surface-cta-surface-secondary-focus:var(--bp-black-opacity-04);
|
|
8086
|
+
--bp-surface-cta-surface-secondary-focus-pressed:var(--bp-black-opacity-08);
|
|
8087
|
+
--bp-surface-cta-surface-secondary-hover:var(--bp-black-opacity-04);
|
|
8088
|
+
--bp-surface-cta-surface-secondary-pressed:var(--bp-black-opacity-08);
|
|
8089
|
+
--bp-surface-cta-surface-tertiary:var(--bp-gray-white);
|
|
8090
|
+
--bp-surface-cta-surface-tertiary-hover:var(--bp-gray-05);
|
|
8091
|
+
--bp-surface-cta-surface-tertiary-pressed:var(--bp-gray-10);
|
|
8092
|
+
--bp-surface-cta-surface-tertiary-promo:var(--bp-grimace-10);
|
|
8093
|
+
--bp-surface-cta-surface-tertiary-promo-focus:var(--bp-grimace-05);
|
|
8094
|
+
--bp-surface-cta-surface-tertiary-promo-focus-pressed:var(--bp-grimace-20);
|
|
8095
|
+
--bp-surface-cta-surface-tertiary-promo-hover:var(--bp-grimace-05);
|
|
8096
|
+
--bp-surface-cta-surface-tertiary-promo-pressed:var(--bp-grimace-20);
|
|
8097
|
+
--bp-surface-cta-destructive-surface-teratiary-hover:var(--bp-watermelon-red-05);
|
|
8098
|
+
--bp-surface-cta-destructive-surface-teratiary-pressed:var(--bp-watermelon-red-10);
|
|
8099
|
+
--bp-surface-cta-destructive-surface-tertiary:var(--bp-watermelon-red-opacity-00);
|
|
8100
|
+
--bp-surface-day-surface:var(--bp-gray-white);
|
|
8101
|
+
--bp-surface-day-surface-hover:var(--bp-gray-05);
|
|
8102
|
+
--bp-surface-day-surface-selected:var(--bp-box-blue-100);
|
|
8103
|
+
--bp-surface-day-surface-selected-hover:var(--bp-dark-blue-100);
|
|
8104
|
+
--bp-surface-dropdown-primary-surface-hover:var(--bp-gray-05);
|
|
8105
|
+
--bp-surface-dropdown-primary-surface-pressed:var(--bp-gray-10);
|
|
8106
|
+
--bp-surface-dropdown-secondary-surface:var(--bp-gray-white);
|
|
8107
|
+
--bp-surface-dropdown-secondary-surface-hover:var(--bp-gray-05);
|
|
8108
|
+
--bp-surface-dropdown-secondary-surface-pressed:var(--bp-gray-10);
|
|
8109
|
+
--bp-surface-dropdown-surface:var(--bp-gray-white);
|
|
8110
|
+
--bp-surface-dropdown-surface-error:var(--bp-gray-white);
|
|
8111
|
+
--bp-surface-dropdown-surface-error-focus:var(--bp-gray-white);
|
|
8112
|
+
--bp-surface-dropdown-surface-error-hover:var(--bp-gray-white);
|
|
8113
|
+
--bp-surface-dropdown-surface-focus:var(--bp-gray-white);
|
|
8114
|
+
--bp-surface-dropdown-surface-hover:var(--bp-gray-white);
|
|
8115
|
+
--bp-surface-filter-surface:var(--bp-box-blue-100);
|
|
8116
|
+
--bp-surface-filter-surface-focus:var(--bp-box-blue-100);
|
|
8117
|
+
--bp-surface-filter-surface-hover:var(--bp-box-blue-100);
|
|
8118
|
+
--bp-surface-filter-surface-selected:var(--bp-box-blue-100);
|
|
8119
|
+
--bp-surface-filter-surface-selected-focus:var(--bp-box-blue-100);
|
|
8120
|
+
--bp-surface-filterchip-surface-multi:var(--bp-black-opacity-04);
|
|
8121
|
+
--bp-surface-filterchip-surface-multi-hover:var(--bp-black-opacity-08);
|
|
8122
|
+
--bp-surface-filterchip-surface-multi-on:var(--bp-box-blue-10);
|
|
8123
|
+
--bp-surface-filterchip-surface-multi-on-hover:var(--bp-box-blue-20);
|
|
8124
|
+
--bp-surface-filterchip-surface-single:var(--bp-black-opacity-04);
|
|
8125
|
+
--bp-surface-filterchip-surface-single-hover:var(--bp-black-opacity-08);
|
|
8126
|
+
--bp-surface-filterchip-surface-single-on:var(--bp-box-blue-100);
|
|
8127
|
+
--bp-surface-filterchip-surface-single-on-hover:var(--bp-box-blue-100);
|
|
8128
|
+
--bp-surface-ghost-surface:var(--bp-gray-02);
|
|
8129
|
+
--bp-surface-ghost-surface-secondary:var(--bp-gray-05);
|
|
8130
|
+
--bp-surface-illustration-surface-box:var(--bp-box-blue-100);
|
|
8131
|
+
--bp-surface-illustration-surface-box-neutral:var(--bp-box-blue-100);
|
|
8132
|
+
--bp-surface-input-surface:var(--bp-gray-white);
|
|
8133
|
+
--bp-surface-input-surface-error:var(--bp-gray-white);
|
|
8134
|
+
--bp-surface-input-surface-error-focus:var(--bp-gray-white);
|
|
8135
|
+
--bp-surface-input-surface-error-hover:var(--bp-gray-white);
|
|
8136
|
+
--bp-surface-input-surface-focus:var(--bp-gray-white);
|
|
8137
|
+
--bp-surface-input-surface-hover:var(--bp-gray-white);
|
|
8138
|
+
--bp-surface-inputchip-surface:var(--bp-gray-10);
|
|
8139
|
+
--bp-surface-inputchip-surface-error:var(--bp-watermelon-red-10);
|
|
8140
|
+
--bp-surface-inputchip-surface-hover:var(--bp-gray-10);
|
|
8141
|
+
--bp-surface-item-small-surface:var(--bp-gray-white);
|
|
8142
|
+
--bp-surface-item-small-surface-hover:var(--bp-gray-05);
|
|
8143
|
+
--bp-surface-item-small-surface-selected:var(--bp-box-blue-05);
|
|
8144
|
+
--bp-surface-item-surface-hover:var(--bp-gray-white);
|
|
8145
|
+
--bp-surface-item-surface-selected:var(--bp-box-blue-05);
|
|
8146
|
+
--bp-surface-menu-surface:var(--bp-gray-white);
|
|
8147
|
+
--bp-surface-menu-surface-focus:var(--bp-gray-05);
|
|
8148
|
+
--bp-surface-menu-surface-hover:var(--bp-gray-05);
|
|
8149
|
+
--bp-surface-menu-surface-pressed:var(--bp-gray-05);
|
|
8150
|
+
--bp-surface-message-surface-error-secondary:var(--bp-watermelon-red-10);
|
|
8151
|
+
--bp-surface-message-surface-generic:var(--bp-gray-10);
|
|
8152
|
+
--bp-surface-message-surface-generic-secondary:var(--bp-gray-10);
|
|
8153
|
+
--bp-surface-message-surface-info-secondary:var(--bp-light-blue-10);
|
|
8154
|
+
--bp-surface-message-surface-promo-secondary:var(--bp-grimace-10);
|
|
8155
|
+
--bp-surface-message-surface-success-secondary:var(--bp-green-light-10);
|
|
8156
|
+
--bp-surface-message-surface-warning-secondary:var(--bp-yellorange-10);
|
|
8157
|
+
--bp-surface-nav-surface-brand:var(--bp-box-blue-100);
|
|
8158
|
+
--bp-surface-option-grid-surface-hover:var(--bp-black-opacity-04);
|
|
8159
|
+
--bp-surface-option-grid-surface-selected:var(--bp-black-opacity-08);
|
|
8160
|
+
--bp-surface-page-surface:var(--bp-gray-white);
|
|
8161
|
+
--bp-surface-pill-surface:var(--bp-gray-10);
|
|
8162
|
+
--bp-surface-pill-surface-focus:var(--bp-gray-10);
|
|
8163
|
+
--bp-surface-pill-surface-hover:var(--bp-gray-10);
|
|
8164
|
+
--bp-surface-progressbar-surface-brand:var(--bp-box-blue-100);
|
|
8165
|
+
--bp-surface-radio-surface:var(--bp-gray-white);
|
|
8166
|
+
--bp-surface-radio-surface-hover:var(--bp-gray-white);
|
|
8167
|
+
--bp-surface-radio-surface-selected:var(--bp-box-blue-100);
|
|
8168
|
+
--bp-surface-radio-surface-selected-hover:var(--bp-light-blue-110);
|
|
8169
|
+
--bp-surface-radiotile-surface:var(--bp-gray-white);
|
|
8170
|
+
--bp-surface-radiotile-surface-hover:var(--bp-gray-05);
|
|
8171
|
+
--bp-surface-radiotile-surface-selected:var(--bp-box-blue-05);
|
|
8172
|
+
--bp-surface-scrollbar-surface:var(--bp-black-opacity-50);
|
|
8173
|
+
--bp-surface-search-global-surface:var(--bp-gray-05);
|
|
8174
|
+
--bp-surface-search-surface:var(--bp-gray-05);
|
|
8175
|
+
--bp-surface-search-surface-focused:var(--bp-gray-white);
|
|
8176
|
+
--bp-surface-search-surface-hover:var(--bp-gray-02);
|
|
8177
|
+
--bp-surface-sliderthumb-surface:var(--bp-box-blue-100);
|
|
8178
|
+
--bp-surface-sliderthumb-surface-hover:var(--bp-light-blue-100);
|
|
8179
|
+
--bp-surface-slidertrack-surface:var(--bp-gray-65);
|
|
8180
|
+
--bp-surface-status-surface-boxblue:var(--bp-box-blue-100);
|
|
8181
|
+
--bp-surface-status-surface-boxblue-focus:var(--bp-box-blue-100);
|
|
8182
|
+
--bp-surface-status-surface-boxblue-hover:var(--bp-box-blue-100);
|
|
8183
|
+
--bp-surface-status-surface-dark-blue:var(--bp-dark-blue-50);
|
|
8184
|
+
--bp-surface-status-surface-dark-blue-focus:var(--bp-dark-blue-50);
|
|
8185
|
+
--bp-surface-status-surface-dark-blue-hover:var(--bp-dark-blue-50);
|
|
8186
|
+
--bp-surface-status-surface-error:var(--bp-watermelon-red-100);
|
|
8187
|
+
--bp-surface-status-surface-generic:var(--bp-gray-40);
|
|
8188
|
+
--bp-surface-status-surface-gray:var(--bp-gray-10);
|
|
8189
|
+
--bp-surface-status-surface-gray-focus:var(--bp-gray-10);
|
|
8190
|
+
--bp-surface-status-surface-gray-hover:var(--bp-gray-10);
|
|
8191
|
+
--bp-surface-status-surface-green:var(--bp-green-light-50);
|
|
8192
|
+
--bp-surface-status-surface-green-focus:var(--bp-green-light-50);
|
|
8193
|
+
--bp-surface-status-surface-green-hover:var(--bp-green-light-50);
|
|
8194
|
+
--bp-surface-status-surface-inprogress:var(--bp-yellorange-100);
|
|
8195
|
+
--bp-surface-status-surface-light-blue:var(--bp-light-blue-50);
|
|
8196
|
+
--bp-surface-status-surface-light-blue-focus:var(--bp-light-blue-50);
|
|
8197
|
+
--bp-surface-status-surface-light-blue-hover:var(--bp-light-blue-50);
|
|
8198
|
+
--bp-surface-status-surface-orange:var(--bp-orange-50);
|
|
8199
|
+
--bp-surface-status-surface-orange-focus:var(--bp-orange-50);
|
|
8200
|
+
--bp-surface-status-surface-orange-hover:var(--bp-orange-50);
|
|
8201
|
+
--bp-surface-status-surface-pending:var(--bp-gray-40);
|
|
8202
|
+
--bp-surface-status-surface-purple:var(--bp-purple-rain-50);
|
|
8203
|
+
--bp-surface-status-surface-purple-focus:var(--bp-purple-rain-50);
|
|
8204
|
+
--bp-surface-status-surface-purple-hover:var(--bp-purple-rain-50);
|
|
8205
|
+
--bp-surface-status-surface-red:var(--bp-watermelon-red-50);
|
|
8206
|
+
--bp-surface-status-surface-red-focus:var(--bp-watermelon-red-50);
|
|
8207
|
+
--bp-surface-status-surface-red-hover:var(--bp-watermelon-red-50);
|
|
8208
|
+
--bp-surface-status-surface-scheduled:var(--bp-purple-rain-100);
|
|
8209
|
+
--bp-surface-status-surface-success:var(--bp-green-light-100);
|
|
8210
|
+
--bp-surface-status-surface-uploading:var(--bp-box-blue-100);
|
|
8211
|
+
--bp-surface-status-surface-yellow:var(--bp-yellow-50);
|
|
8212
|
+
--bp-surface-status-surface-yellow-focus:var(--bp-yellow-50);
|
|
8213
|
+
--bp-surface-status-surface-yellow-hover:var(--bp-yellow-50);
|
|
8214
|
+
--bp-surface-surface:var(--bp-gray-white);
|
|
8215
|
+
--bp-surface-surface-brand-secondary:var(--bp-box-blue-10);
|
|
8216
|
+
--bp-surface-surface-hover:var(--bp-gray-05);
|
|
8217
|
+
--bp-surface-surface-quaternary:var(--bp-gray-20);
|
|
8218
|
+
--bp-surface-surface-secondary:var(--bp-gray-02);
|
|
8219
|
+
--bp-surface-surface-secondary-focus:var(--bp-gray-02);
|
|
8220
|
+
--bp-surface-surface-secondary-hover:var(--bp-gray-05);
|
|
8221
|
+
--bp-surface-surface-tertiary:var(--bp-gray-10);
|
|
8222
|
+
--bp-surface-switch-surface:var(--bp-gray-white);
|
|
8223
|
+
--bp-surface-switch-surface-hover:var(--bp-gray-white);
|
|
8224
|
+
--bp-surface-switch-surface-off:var(--bp-gray-20);
|
|
8225
|
+
--bp-surface-switch-surface-off-hover:var(--bp-gray-30);
|
|
8226
|
+
--bp-surface-switch-surface-on:var(--bp-box-blue-100);
|
|
8227
|
+
--bp-surface-switch-surface-on-hover:var(--bp-light-blue-110);
|
|
8228
|
+
--bp-surface-tab-surface-hover:var(--bp-gray-05);
|
|
8229
|
+
--bp-surface-tab-surface-pressed:var(--bp-gray-10);
|
|
8230
|
+
--bp-surface-text-highlight-surface:var(--bp-yellow-20);
|
|
8231
|
+
--bp-surface-toggle-surface:var(--bp-gray-white);
|
|
8232
|
+
--bp-surface-toggle-surface-hover:var(--bp-gray-05);
|
|
8233
|
+
--bp-surface-toggle-surface-off-hover:var(--bp-gray-05);
|
|
8234
|
+
--bp-surface-toggle-surface-off-pressed:var(--bp-gray-10);
|
|
8235
|
+
--bp-surface-toggle-surface-on:var(--bp-box-blue-10);
|
|
8236
|
+
--bp-surface-toggle-surface-on-hover:var(--bp-box-blue-20);
|
|
8237
|
+
--bp-surface-toggle-surface-on-pressed:var(--bp-box-blue-30);
|
|
8238
|
+
--bp-surface-toggle-surface-pressed:var(--bp-box-blue-100);
|
|
8239
|
+
--bp-surface-toggle-surface-pressed-hover:var(--bp-box-blue-80);
|
|
8240
|
+
--bp-surface-toggletext-surface-off-ai:var(--bp-gray-white);
|
|
8241
|
+
--bp-surface-toggletext-surface-off-ai-hover:var(--bp-gray-05);
|
|
8242
|
+
--bp-surface-toggletext-surface-off-ai-pressed:var(--bp-gray-10);
|
|
8243
|
+
--bp-surface-toggletext-surface-on:var(--bp-box-blue-10);
|
|
8244
|
+
--bp-surface-toggletext-surface-on-hover:var(--bp-box-blue-20);
|
|
8245
|
+
--bp-surface-toggletext-surface-on-pressed:var(--bp-box-blue-30);
|
|
8246
|
+
--bp-surface-toolbar-surface:var(--bp-gray-100);
|
|
8247
|
+
--bp-surface-tooltip-surface:var(--bp-gray-80);
|
|
8248
|
+
--bp-surface-tooltip-surface-error:var(--bp-watermelon-red-10);
|
|
8249
|
+
--bp-surface-upload-surface-brand-neutral:var(--bp-box-blue-100);
|
|
8250
|
+
--bp-text-cta-link:var(--bp-box-blue-100);
|
|
8251
|
+
--bp-text-cta-link-disabled:var(--bp-box-blue-30);
|
|
8252
|
+
--bp-text-cta-link-hover:var(--bp-light-blue-120);
|
|
8253
|
+
--bp-text-cta-link-pressed:var(--bp-light-blue-100);
|
|
8254
|
+
--bp-text-cta-link-secondary:var(--bp-gray-65);
|
|
8255
|
+
--bp-text-cta-link-secondary-hover:var(--bp-gray-65);
|
|
8256
|
+
--bp-text-cta-link-secondary-pressed:var(--bp-gray-65);
|
|
8257
|
+
--bp-text-cta-promo:var(--bp-grimace-100);
|
|
8258
|
+
--bp-text-nav-text-on-dark:var(--bp-gray-white);
|
|
8259
|
+
--bp-text-nav-text-on-dark-focus:var(--bp-gray-white);
|
|
8260
|
+
--bp-text-nav-text-on-dark-hover:var(--bp-gray-white);
|
|
8261
|
+
--bp-text-nav-text-on-dark-selected:var(--bp-gray-white);
|
|
8262
|
+
--bp-text-nav-text-on-light:var(--bp-gray-white);
|
|
8263
|
+
--bp-text-nav-text-on-light-focus:var(--bp-gray-white);
|
|
8264
|
+
--bp-text-nav-text-on-light-hover:var(--bp-gray-white);
|
|
8265
|
+
--bp-text-nav-text-on-light-selected:var(--bp-gray-white);
|
|
8266
|
+
--bp-text-text-brand-on-color:var(--bp-gray-white);
|
|
8267
|
+
--bp-text-text-destructive-on-light:var(--bp-watermelon-red-110);
|
|
8268
|
+
--bp-text-text-error-on-light:var(--bp-watermelon-red-110);
|
|
8269
|
+
--bp-text-text-on-dark:var(--bp-gray-white);
|
|
8270
|
+
--bp-text-text-on-light:var(--bp-gray-100);
|
|
8271
|
+
--bp-text-text-on-light-disabled:var(--bp-gray-30);
|
|
8272
|
+
--bp-text-text-on-light-secondary:var(--bp-gray-65);
|
|
8273
|
+
--bp-text-text-on-light-secondary-hover:var(--bp-gray-80);
|
|
8274
|
+
--bp-text-text-on-light-tertiary:var(--bp-gray-50);
|
|
8275
|
+
--bp-text-toggletext-text:var(--bp-box-blue-120);
|
|
7366
8276
|
--z-index-sidepanel:360;
|
|
7367
8277
|
--z-index-modal:370;
|
|
7368
8278
|
--z-index-popover:380;
|
|
@@ -7370,7 +8280,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7370
8280
|
--z-index-card-tooltip:2147483647;
|
|
7371
8281
|
}
|
|
7372
8282
|
|
|
7373
|
-
.bp_toolbar_module_toolbarRoot--
|
|
8283
|
+
.bp_toolbar_module_toolbarRoot--aedb6{
|
|
7374
8284
|
background:var(--surface-surface);
|
|
7375
8285
|
border:var(--border-1) solid var(--border-card-border);
|
|
7376
8286
|
border-radius:var(--radius-4);
|
|
@@ -7378,16 +8288,16 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7378
8288
|
padding:calc(var(--space-1) - var(--border-1));
|
|
7379
8289
|
}
|
|
7380
8290
|
|
|
7381
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
8291
|
+
.bp_toolbar_module_scrollButtonWrapper--aedb6,.bp_toolbar_module_toolbarRoot--aedb6{
|
|
7382
8292
|
align-items:center;
|
|
7383
8293
|
display:flex;
|
|
7384
8294
|
gap:var(--space-1);
|
|
7385
8295
|
}
|
|
7386
|
-
.bp_toolbar_module_scrollButtonWrapper--
|
|
8296
|
+
.bp_toolbar_module_scrollButtonWrapper--aedb6.bp_toolbar_module_hidden--aedb6{
|
|
7387
8297
|
display:none;
|
|
7388
8298
|
}
|
|
7389
8299
|
|
|
7390
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
8300
|
+
.bp_toolbar_module_scrollableChildrenWrapper--aedb6{
|
|
7391
8301
|
-ms-overflow-style:none;
|
|
7392
8302
|
align-items:center;
|
|
7393
8303
|
display:flex;
|
|
@@ -7400,26 +8310,26 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7400
8310
|
scrollbar-width:none;
|
|
7401
8311
|
white-space:nowrap;
|
|
7402
8312
|
}
|
|
7403
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
8313
|
+
.bp_toolbar_module_scrollableChildrenWrapper--aedb6::-webkit-scrollbar{
|
|
7404
8314
|
display:none;
|
|
7405
8315
|
}
|
|
7406
|
-
.bp_toolbar_module_scrollableChildrenWrapper--
|
|
8316
|
+
.bp_toolbar_module_scrollableChildrenWrapper--aedb6 > *{
|
|
7407
8317
|
flex:none;
|
|
7408
8318
|
}
|
|
7409
8319
|
|
|
7410
|
-
.bp_toolbar_module_separator--
|
|
8320
|
+
.bp_toolbar_module_separator--aedb6{
|
|
7411
8321
|
background-color:var(--border-divider-border);
|
|
7412
8322
|
border-radius:var(--radius-2);
|
|
7413
8323
|
height:var(--size-6);
|
|
7414
8324
|
width:1px;
|
|
7415
8325
|
}
|
|
7416
8326
|
|
|
7417
|
-
.bp_toolbar_module_toggleGroup--
|
|
8327
|
+
.bp_toolbar_module_toggleGroup--aedb6{
|
|
7418
8328
|
display:flex;
|
|
7419
8329
|
gap:var(--space-1);
|
|
7420
8330
|
}
|
|
7421
8331
|
|
|
7422
|
-
.bp_toolbar_module_toolbarItem--
|
|
8332
|
+
.bp_toolbar_module_toolbarItem--aedb6{
|
|
7423
8333
|
--toolbar-item-hover-opacity:.3;
|
|
7424
8334
|
align-items:center;
|
|
7425
8335
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -7437,45 +8347,45 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7437
8347
|
-webkit-user-select:none;
|
|
7438
8348
|
user-select:none;
|
|
7439
8349
|
}
|
|
7440
|
-
.bp_toolbar_module_toolbarItem--
|
|
8350
|
+
.bp_toolbar_module_toolbarItem--aedb6[data-disabled]{
|
|
7441
8351
|
background:var(--surface-toggle-surface);
|
|
7442
8352
|
opacity:var(--toolbar-item-hover-opacity);
|
|
7443
8353
|
pointer-events:none;
|
|
7444
8354
|
}
|
|
7445
|
-
.bp_toolbar_module_toolbarItem--
|
|
8355
|
+
.bp_toolbar_module_toolbarItem--aedb6:not([data-disabled]):focus-visible{
|
|
7446
8356
|
box-shadow:0 0 0 var(--border-1, 1px) var(--background-background), 0 0 0 var(--border-3) var(--outline-focus-on-light);
|
|
7447
8357
|
}
|
|
7448
|
-
.bp_toolbar_module_toolbarItem--
|
|
8358
|
+
.bp_toolbar_module_toolbarItem--aedb6:not([data-disabled]):hover{
|
|
7449
8359
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
7450
8360
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
7451
8361
|
}
|
|
7452
8362
|
|
|
7453
|
-
.bp_toolbar_module_toolbarToggle--
|
|
8363
|
+
.bp_toolbar_module_toolbarToggle--aedb6[data-state=on]{
|
|
7454
8364
|
background:var(--surface-toggle-surface-pressed);
|
|
7455
8365
|
}
|
|
7456
|
-
.bp_toolbar_module_toolbarToggle--
|
|
8366
|
+
.bp_toolbar_module_toolbarToggle--aedb6[data-state=on] svg *{
|
|
7457
8367
|
fill:var(--icon-icon-on-dark);
|
|
7458
8368
|
}
|
|
7459
|
-
.bp_toolbar_module_toolbarToggle--
|
|
8369
|
+
.bp_toolbar_module_toolbarToggle--aedb6[data-state=on]:not([data-disabled]):hover{
|
|
7460
8370
|
background:var(--surface-toggle-surface-on-hover);
|
|
7461
8371
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
7462
8372
|
}
|
|
7463
8373
|
|
|
7464
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
8374
|
+
.bp_toolbar_module_dropdownIndicator--aedb6.bp_toolbar_module_invertCaret--aedb6{
|
|
7465
8375
|
transform:rotate(.5turn);
|
|
7466
8376
|
}
|
|
7467
8377
|
|
|
7468
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
8378
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--aedb6{
|
|
7469
8379
|
--trigger-button-hover-opacity:.7;
|
|
7470
8380
|
}
|
|
7471
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
8381
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--aedb6[data-state=on] .bp_toolbar_module_dropdownIndicator--aedb6 path{
|
|
7472
8382
|
fill:var(--icon-icon-on-light);
|
|
7473
8383
|
}
|
|
7474
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
8384
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--aedb6[data-state=on]:hover{
|
|
7475
8385
|
opacity:var(--trigger-button-hover-opacity);
|
|
7476
8386
|
}
|
|
7477
8387
|
|
|
7478
|
-
.bp_toolbar_module_toolbarIcon--
|
|
8388
|
+
.bp_toolbar_module_toolbarIcon--aedb6{
|
|
7479
8389
|
align-items:center;
|
|
7480
8390
|
display:flex;
|
|
7481
8391
|
height:var(--size-5);
|
|
@@ -7483,7 +8393,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7483
8393
|
width:var(--size-5);
|
|
7484
8394
|
}
|
|
7485
8395
|
|
|
7486
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8396
|
+
.bp_toolbar_module_toolbarTextToggleItem--aedb6{
|
|
7487
8397
|
border:var(--border-1) solid var(--border-toggletext-border-off);
|
|
7488
8398
|
color:var(--text-text-on-light);
|
|
7489
8399
|
font-family:var(--body-default-font-family);
|
|
@@ -7498,24 +8408,24 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7498
8408
|
text-transform:var(--body-default-text-case);
|
|
7499
8409
|
white-space:nowrap;
|
|
7500
8410
|
}
|
|
7501
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8411
|
+
.bp_toolbar_module_toolbarTextToggleItem--aedb6:hover{
|
|
7502
8412
|
background:var(--surface-toggle-surface-off-hover);
|
|
7503
8413
|
border-color:var(--border-toggletext-border-off-hover);
|
|
7504
8414
|
}
|
|
7505
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8415
|
+
.bp_toolbar_module_toolbarTextToggleItem--aedb6:active{
|
|
7506
8416
|
background:var(--surface-toggle-surface-off-pressed);
|
|
7507
8417
|
border-color:var(--border-toggletext-border-off-pressed);
|
|
7508
8418
|
}
|
|
7509
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8419
|
+
.bp_toolbar_module_toolbarTextToggleItem--aedb6[aria-checked=true]{
|
|
7510
8420
|
background:var(--surface-toggletext-surface-on);
|
|
7511
8421
|
border:var(--border-1) solid var(--border-toggletext-border-on);
|
|
7512
8422
|
color:var(--text-toggletext-text);
|
|
7513
8423
|
}
|
|
7514
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8424
|
+
.bp_toolbar_module_toolbarTextToggleItem--aedb6[aria-checked=true]:hover{
|
|
7515
8425
|
background:var(--surface-toggletext-surface-on-hover);
|
|
7516
8426
|
border-color:var(--border-toggletext-border-on-hover);
|
|
7517
8427
|
}
|
|
7518
|
-
.bp_toolbar_module_toolbarTextToggleItem--
|
|
8428
|
+
.bp_toolbar_module_toolbarTextToggleItem--aedb6[aria-checked=true]:active{
|
|
7519
8429
|
background:var(--surface-toggletext-surface-on-pressed);
|
|
7520
8430
|
border-color:var(--border-toggletext-border-on-pressed);
|
|
7521
8431
|
}
|