@box/blueprint-web 6.41.7 → 6.41.9
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/lib-esm/accordion/accordion.module.js +1 -1
- package/lib-esm/avatar/avatar.module.js +1 -1
- package/lib-esm/card/card.module.js +1 -1
- package/lib-esm/card-tooltip/card-tooltip.module.js +1 -1
- package/lib-esm/checkbox/checkbox.module.js +1 -1
- package/lib-esm/collapsible/collapsible-section.module.js +1 -1
- package/lib-esm/combobox/combobox.module.js +1 -1
- package/lib-esm/content-card/content-card.module.js +1 -1
- package/lib-esm/data-table/cell/sticky-cell.module.js +1 -1
- package/lib-esm/data-table/data-table.module.js +1 -1
- package/lib-esm/date-picker/date-picker.module.js +1 -1
- package/lib-esm/empty-state/empty-state.module.js +1 -1
- package/lib-esm/ghost/ghost.module.js +1 -1
- package/lib-esm/guided-tooltip/guided-tooltip.module.js +1 -1
- package/lib-esm/index.css +788 -788
- package/lib-esm/loading-indicator/loading-indicator.module.js +1 -1
- package/lib-esm/modal/modal.module.js +1 -1
- package/lib-esm/navigation-menu/navigation-menu.module.js +1 -1
- package/lib-esm/primitives/base-button/base-button.module.js +1 -1
- package/lib-esm/primitives/base-inline-notice/base-inline-notice.module.js +1 -1
- package/lib-esm/primitives/calendar/calendar.module.js +1 -1
- package/lib-esm/primitives/chips/chip.module.js +1 -1
- package/lib-esm/primitives/context-menu/context-menu.module.js +1 -1
- package/lib-esm/primitives/dropdown-menu/dropdown-menu.module.js +1 -1
- package/lib-esm/primitives/icon-button/icon-button.module.js +1 -1
- package/lib-esm/primitives/inline-error/inline-error.module.js +1 -1
- package/lib-esm/primitives/link/link.module.js +1 -1
- package/lib-esm/primitives/notification/notification.module.js +1 -1
- package/lib-esm/primitives/page-header/page-header.module.js +1 -1
- package/lib-esm/primitives/popover/popover.module.js +1 -1
- package/lib-esm/primitives/tabs/tabs.module.js +1 -1
- package/lib-esm/radio-group/radio-group.module.js +1 -1
- package/lib-esm/search-input/search.module.js +1 -1
- package/lib-esm/select/select.module.js +1 -1
- package/lib-esm/side-panel/side-panel.module.js +1 -1
- package/lib-esm/slider/slider-incrementer.module.js +1 -1
- package/lib-esm/slider/slider-range.module.js +1 -1
- package/lib-esm/slider/slider.module.js +1 -1
- package/lib-esm/status/status.module.js +1 -1
- package/lib-esm/switch/switch.module.js +1 -1
- package/lib-esm/text/text.module.js +1 -1
- package/lib-esm/text-area/text-area-autosize/text-area-autosize.module.js +1 -1
- package/lib-esm/text-area/text-area.module.js +1 -1
- package/lib-esm/text-button/text-button.module.js +1 -1
- package/lib-esm/text-input/text-input.module.js +1 -1
- package/lib-esm/toolbar/toolbar.module.js +1 -1
- package/lib-esm/tooltip/tooltip.module.js +1 -1
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item.module.js +1 -1
- package/lib-esm/util-components/interactive-icon/interactive-icon.module.js +1 -1
- package/lib-esm/util-components/legend/legend.module.js +1 -1
- package/lib-esm/util-components/menu-item-sections/menu-item-sections.module.js +1 -1
- package/lib-esm/util-components/search-term-string/search-term-string.module.js +1 -1
- package/lib-esm/util-components/text-with-info-badge/text-with-info-badge.module.js +1 -1
- package/package.json +4 -4
package/lib-esm/index.css
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
.bp_ghost_module_ghost--
|
|
2
|
-
animation:bp_ghost_module_ghost-keyframes--
|
|
1
|
+
.bp_ghost_module_ghost--c3c8c{
|
|
2
|
+
animation:bp_ghost_module_ghost-keyframes--c3c8c 1.2s ease-in-out infinite;
|
|
3
3
|
background-color:var(--surface-surface-hover);
|
|
4
4
|
border-radius:var(--radius-1);
|
|
5
5
|
display:inline-block;
|
|
6
6
|
}
|
|
7
|
-
.bp_ghost_module_ghost--
|
|
7
|
+
.bp_ghost_module_ghost--c3c8c.bp_ghost_module_circle--c3c8c{
|
|
8
8
|
border-radius:50%;
|
|
9
9
|
min-height:var(--space-6);
|
|
10
10
|
min-width:var(--space-6);
|
|
11
11
|
}
|
|
12
|
-
.bp_ghost_module_ghost--
|
|
12
|
+
.bp_ghost_module_ghost--c3c8c.bp_ghost_module_pill--c3c8c{
|
|
13
13
|
border-radius:var(--radius-half);
|
|
14
14
|
height:var(--space-5);
|
|
15
15
|
width:100%;
|
|
16
16
|
}
|
|
17
|
-
.bp_ghost_module_ghost--
|
|
17
|
+
.bp_ghost_module_ghost--c3c8c.bp_ghost_module_rectangle--c3c8c{
|
|
18
18
|
border-radius:var(--radius-1);
|
|
19
19
|
height:var(--space-5);
|
|
20
20
|
width:100%;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
@keyframes bp_ghost_module_ghost-keyframes--
|
|
23
|
+
@keyframes bp_ghost_module_ghost-keyframes--c3c8c{
|
|
24
24
|
0%{
|
|
25
25
|
background-color:var(--surface-surface-hover);
|
|
26
26
|
}
|
|
@@ -32,27 +32,27 @@
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.bp_status_module_interactiveStatus--
|
|
35
|
+
.bp_status_module_interactiveStatus--00432{
|
|
36
36
|
border:initial;
|
|
37
37
|
cursor:default;
|
|
38
38
|
max-width:100%;
|
|
39
39
|
padding:initial;
|
|
40
40
|
vertical-align:top;
|
|
41
41
|
}
|
|
42
|
-
.bp_status_module_interactiveStatus--
|
|
42
|
+
.bp_status_module_interactiveStatus--00432:focus-visible{
|
|
43
43
|
box-shadow:0 0 0 .125rem #2486fc;
|
|
44
44
|
outline:none;
|
|
45
45
|
overflow:visible;
|
|
46
46
|
}
|
|
47
|
-
.bp_status_module_interactiveStatus--
|
|
47
|
+
.bp_status_module_interactiveStatus--00432:hover{
|
|
48
48
|
background-color:var(--status-interactive-background-color-hover, #e8e8e8);
|
|
49
49
|
box-shadow:0 0 0 .1875rem #0000000a;
|
|
50
50
|
}
|
|
51
|
-
.bp_status_module_interactiveStatus--
|
|
51
|
+
.bp_status_module_interactiveStatus--00432:focus-visible{
|
|
52
52
|
background-color:var(--status-interactive-background-color-focus, #e8e8e8);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.bp_status_module_status--
|
|
55
|
+
.bp_status_module_status--00432{
|
|
56
56
|
align-items:center;
|
|
57
57
|
background-color:var(--status-background-color, #e8e8e8);
|
|
58
58
|
border-radius:2rem;
|
|
@@ -73,64 +73,64 @@
|
|
|
73
73
|
user-select:text;
|
|
74
74
|
white-space:nowrap;
|
|
75
75
|
}
|
|
76
|
-
.bp_status_module_status--
|
|
76
|
+
.bp_status_module_status--00432.bp_status_module_reverse--00432{
|
|
77
77
|
flex-direction:row-reverse;
|
|
78
78
|
}
|
|
79
|
-
.bp_status_module_status--
|
|
79
|
+
.bp_status_module_status--00432.bp_status_module_circle--00432{
|
|
80
80
|
padding:0 3px;
|
|
81
81
|
}
|
|
82
|
-
.bp_status_module_status--
|
|
82
|
+
.bp_status_module_status--00432 .bp_status_module_text--00432{
|
|
83
83
|
overflow:hidden;
|
|
84
84
|
text-overflow:ellipsis;
|
|
85
85
|
}
|
|
86
|
-
.bp_status_module_status--
|
|
86
|
+
.bp_status_module_status--00432 > svg{
|
|
87
87
|
flex:0 0 auto;
|
|
88
88
|
white-space:nowrap;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.bp_status_module_maxContainer--
|
|
91
|
+
.bp_status_module_maxContainer--00432{
|
|
92
92
|
display:inline-block;
|
|
93
93
|
max-width:100%;
|
|
94
94
|
vertical-align:middle;
|
|
95
95
|
}
|
|
96
|
-
.bp_status_module_colorSurfaceStatusSurfaceGray--
|
|
96
|
+
.bp_status_module_colorSurfaceStatusSurfaceGray--00432,.bp_status_module_colorSurfaceStatusSurfaceGray--00432.bp_status_module_interactiveStatus--00432:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceGray--00432.bp_status_module_interactiveStatus--00432:hover{
|
|
97
97
|
background-color:#e8e8e8;
|
|
98
98
|
}
|
|
99
|
-
.bp_status_module_colorSurfaceStatusSurfaceYellow--
|
|
99
|
+
.bp_status_module_colorSurfaceStatusSurfaceYellow--00432,.bp_status_module_colorSurfaceStatusSurfaceYellow--00432.bp_status_module_interactiveStatus--00432:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceYellow--00432.bp_status_module_interactiveStatus--00432:hover{
|
|
100
100
|
background-color:#ffeb7f;
|
|
101
101
|
}
|
|
102
|
-
.bp_status_module_colorSurfaceStatusSurfaceOrange--
|
|
102
|
+
.bp_status_module_colorSurfaceStatusSurfaceOrange--00432,.bp_status_module_colorSurfaceStatusSurfaceOrange--00432.bp_status_module_interactiveStatus--00432:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceOrange--00432.bp_status_module_interactiveStatus--00432:hover{
|
|
103
103
|
background-color:#f8c08c;
|
|
104
104
|
}
|
|
105
|
-
.bp_status_module_colorSurfaceStatusSurfaceRed--
|
|
105
|
+
.bp_status_module_colorSurfaceStatusSurfaceRed--00432,.bp_status_module_colorSurfaceStatusSurfaceRed--00432.bp_status_module_interactiveStatus--00432:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceRed--00432.bp_status_module_interactiveStatus--00432:hover{
|
|
106
106
|
background-color:#f69bab;
|
|
107
107
|
}
|
|
108
|
-
.bp_status_module_colorSurfaceStatusSurfacePurple--
|
|
108
|
+
.bp_status_module_colorSurfaceStatusSurfacePurple--00432,.bp_status_module_colorSurfaceStatusSurfacePurple--00432.bp_status_module_interactiveStatus--00432:focus-visible,.bp_status_module_colorSurfaceStatusSurfacePurple--00432.bp_status_module_interactiveStatus--00432:hover{
|
|
109
109
|
background-color:#cf9ff6;
|
|
110
110
|
}
|
|
111
|
-
.bp_status_module_colorSurfaceStatusSurfaceLightBlue--
|
|
111
|
+
.bp_status_module_colorSurfaceStatusSurfaceLightBlue--00432,.bp_status_module_colorSurfaceStatusSurfaceLightBlue--00432.bp_status_module_interactiveStatus--00432:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceLightBlue--00432.bp_status_module_interactiveStatus--00432:hover{
|
|
112
112
|
background-color:#91c2fd;
|
|
113
113
|
}
|
|
114
|
-
.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--
|
|
114
|
+
.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--00432,.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--00432.bp_status_module_interactiveStatus--00432:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--00432.bp_status_module_interactiveStatus--00432:hover{
|
|
115
115
|
background-color:#7f9dc1;
|
|
116
116
|
}
|
|
117
|
-
.bp_status_module_colorSurfaceStatusSurfaceGreen--
|
|
117
|
+
.bp_status_module_colorSurfaceStatusSurfaceGreen--00432,.bp_status_module_colorSurfaceStatusSurfaceGreen--00432.bp_status_module_interactiveStatus--00432:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceGreen--00432.bp_status_module_interactiveStatus--00432:hover{
|
|
118
118
|
background-color:#92e0c0;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.bp_accordion_module_accordionContent--
|
|
122
|
-
animation:bp_accordion_module_slideDown--
|
|
121
|
+
.bp_accordion_module_accordionContent--40677[data-state=open]{
|
|
122
|
+
animation:bp_accordion_module_slideDown--40677 .15s ease-out;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.bp_accordion_module_accordionContent--
|
|
126
|
-
animation:bp_accordion_module_slideUp--
|
|
125
|
+
.bp_accordion_module_accordionContent--40677[data-state=closed]{
|
|
126
|
+
animation:bp_accordion_module_slideUp--40677 .15s ease-out;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.bp_accordion_module_accordionContent--
|
|
129
|
+
.bp_accordion_module_accordionContent--40677{
|
|
130
130
|
overflow:hidden;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
@keyframes bp_accordion_module_slideDown--
|
|
133
|
+
@keyframes bp_accordion_module_slideDown--40677{
|
|
134
134
|
from{
|
|
135
135
|
height:0;
|
|
136
136
|
}
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
height:var(--radix-accordion-content-height);
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
-
@keyframes bp_accordion_module_slideUp--
|
|
141
|
+
@keyframes bp_accordion_module_slideUp--40677{
|
|
142
142
|
from{
|
|
143
143
|
height:var(--radix-accordion-content-height);
|
|
144
144
|
}
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
height:0;
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
|
-
.bp_accordion_module_accordionContentWrapper--
|
|
149
|
+
.bp_accordion_module_accordionContentWrapper--40677{
|
|
150
150
|
display:flex;
|
|
151
151
|
flex-direction:column;
|
|
152
152
|
gap:var(--space-4);
|
|
@@ -155,15 +155,15 @@
|
|
|
155
155
|
padding-inline:var(--space-4);
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.bp_accordion_module_accordionItem--
|
|
158
|
+
.bp_accordion_module_accordionItem--40677{
|
|
159
159
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
160
160
|
min-width:320px;
|
|
161
161
|
}
|
|
162
|
-
.bp_accordion_module_accordionItem--
|
|
162
|
+
.bp_accordion_module_accordionItem--40677,.bp_accordion_module_accordionItem--40677 > [data-state=open]{
|
|
163
163
|
background-color:var(--surface-accordion-surface);
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.bp_accordion_module_accordionFixedContent--
|
|
166
|
+
.bp_accordion_module_accordionFixedContent--40677{
|
|
167
167
|
background-color:var(--surface-surface);
|
|
168
168
|
display:flex;
|
|
169
169
|
flex-direction:column;
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
padding-inline:var(--space-4);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.bp_accordion_module_accordionHeader--
|
|
175
|
+
.bp_accordion_module_accordionHeader--40677{
|
|
176
176
|
color:var(--text-text-on-light);
|
|
177
177
|
display:flex;
|
|
178
178
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -188,16 +188,16 @@
|
|
|
188
188
|
width:100%;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
.bp_accordion_module_accordionHeaderTrigger--
|
|
191
|
+
.bp_accordion_module_accordionHeaderTrigger--40677{
|
|
192
192
|
align-items:center;
|
|
193
193
|
display:flex;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.bp_accordion_module_accordionStatus--
|
|
196
|
+
.bp_accordion_module_accordionStatus--40677{
|
|
197
197
|
margin-inline-start:var(--space-2);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.bp_accordion_module_accordionTrigger--
|
|
200
|
+
.bp_accordion_module_accordionTrigger--40677{
|
|
201
201
|
align-items:center;
|
|
202
202
|
background-color:var(--surface-surface);
|
|
203
203
|
border:none;
|
|
@@ -208,35 +208,35 @@
|
|
|
208
208
|
text-transform:capitalize;
|
|
209
209
|
width:100%;
|
|
210
210
|
}
|
|
211
|
-
.bp_accordion_module_accordionTrigger--
|
|
211
|
+
.bp_accordion_module_accordionTrigger--40677:active{
|
|
212
212
|
background-color:var(--surface-surface);
|
|
213
213
|
}
|
|
214
|
-
.bp_accordion_module_accordionTrigger--
|
|
214
|
+
.bp_accordion_module_accordionTrigger--40677:hover{
|
|
215
215
|
background-color:var(--surface-accordion-surface-hover);
|
|
216
216
|
cursor:pointer;
|
|
217
217
|
}
|
|
218
|
-
.bp_accordion_module_accordionTrigger--
|
|
218
|
+
.bp_accordion_module_accordionTrigger--40677:focus-visible{
|
|
219
219
|
background-color:var(--surface-surface-hover);
|
|
220
220
|
box-shadow:inset 0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
221
221
|
outline:none;
|
|
222
222
|
}
|
|
223
|
-
.bp_accordion_module_accordionTrigger--
|
|
223
|
+
.bp_accordion_module_accordionTrigger--40677:disabled{
|
|
224
224
|
cursor:default;
|
|
225
225
|
opacity:.3;
|
|
226
226
|
}
|
|
227
|
-
.bp_accordion_module_accordionTrigger--
|
|
227
|
+
.bp_accordion_module_accordionTrigger--40677:disabled:hover{
|
|
228
228
|
background-color:var(--gray-white);
|
|
229
229
|
}
|
|
230
|
-
.bp_accordion_module_accordionTrigger--
|
|
230
|
+
.bp_accordion_module_accordionTrigger--40677 .bp_accordion_module_accordionTriggerIcon--40677{
|
|
231
231
|
color:var(--gray-50);
|
|
232
232
|
flex-shrink:0;
|
|
233
233
|
margin-inline-start:var(--space-3);
|
|
234
234
|
}
|
|
235
|
-
.bp_accordion_module_accordionTrigger--
|
|
235
|
+
.bp_accordion_module_accordionTrigger--40677[data-state=open] .bp_accordion_module_accordionTriggerIcon--40677{
|
|
236
236
|
transform:rotate(180deg);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.bp_loading_indicator_module_crawler--
|
|
239
|
+
.bp_loading_indicator_module_crawler--4bbf5{
|
|
240
240
|
left:0;
|
|
241
241
|
margin:0 auto;
|
|
242
242
|
position:absolute;
|
|
@@ -244,44 +244,44 @@
|
|
|
244
244
|
white-space:nowrap;
|
|
245
245
|
width:.625rem;
|
|
246
246
|
}
|
|
247
|
-
.bp_loading_indicator_module_crawler--
|
|
247
|
+
.bp_loading_indicator_module_crawler--4bbf5 .bp_loading_indicator_module_segment--4bbf5{
|
|
248
248
|
border-radius:.375rem;
|
|
249
249
|
display:inline-block;
|
|
250
250
|
height:.625rem;
|
|
251
251
|
width:.125rem;
|
|
252
252
|
}
|
|
253
|
-
.bp_loading_indicator_module_crawler--
|
|
253
|
+
.bp_loading_indicator_module_crawler--4bbf5.bp_loading_indicator_module_small--4bbf5{
|
|
254
254
|
transform:scale(.7);
|
|
255
255
|
}
|
|
256
|
-
.bp_loading_indicator_module_crawler--
|
|
256
|
+
.bp_loading_indicator_module_crawler--4bbf5.bp_loading_indicator_module_large--4bbf5{
|
|
257
257
|
transform:scale(1.5);
|
|
258
258
|
}
|
|
259
|
-
.bp_loading_indicator_module_crawler--
|
|
259
|
+
.bp_loading_indicator_module_crawler--4bbf5.bp_loading_indicator_module_x-large--4bbf5{
|
|
260
260
|
transform:scale(2);
|
|
261
261
|
}
|
|
262
|
-
.bp_loading_indicator_module_crawler--
|
|
263
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
262
|
+
.bp_loading_indicator_module_crawler--4bbf5.bp_loading_indicator_module_default--4bbf5 .bp_loading_indicator_module_segment--4bbf5{
|
|
263
|
+
animation:bp_loading_indicator_module_segment-transform--4bbf5 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--4bbf5 .66s ease-in-out infinite;
|
|
264
264
|
}
|
|
265
|
-
.bp_loading_indicator_module_crawler--
|
|
266
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
265
|
+
.bp_loading_indicator_module_crawler--4bbf5.bp_loading_indicator_module_dark--4bbf5 .bp_loading_indicator_module_segment--4bbf5{
|
|
266
|
+
animation:bp_loading_indicator_module_segment-transform--4bbf5 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--4bbf5 .66s ease-in-out infinite;
|
|
267
267
|
}
|
|
268
|
-
.bp_loading_indicator_module_crawler--
|
|
269
|
-
animation:bp_loading_indicator_module_segment-transform--
|
|
268
|
+
.bp_loading_indicator_module_crawler--4bbf5.bp_loading_indicator_module_light--4bbf5 .bp_loading_indicator_module_segment--4bbf5{
|
|
269
|
+
animation:bp_loading_indicator_module_segment-transform--4bbf5 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--4bbf5 .66s ease-in-out infinite;
|
|
270
270
|
background-color:var(--gray-white);
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
.bp_loading_indicator_module_crawler--
|
|
273
|
+
.bp_loading_indicator_module_crawler--4bbf5 .bp_loading_indicator_module_segment--4bbf5:nth-child(2){
|
|
274
274
|
animation-delay:.1s;
|
|
275
275
|
margin-left:.125rem;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
.bp_loading_indicator_module_crawler--
|
|
278
|
+
.bp_loading_indicator_module_crawler--4bbf5 .bp_loading_indicator_module_segment--4bbf5:last-child{
|
|
279
279
|
animation-delay:.2s;
|
|
280
280
|
left:.5rem;
|
|
281
281
|
margin-left:.125rem;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
@keyframes bp_loading_indicator_module_segment-transform--
|
|
284
|
+
@keyframes bp_loading_indicator_module_segment-transform--4bbf5{
|
|
285
285
|
0%,100%,80%{
|
|
286
286
|
transform:scaleY(1.2);
|
|
287
287
|
}
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
transform:scaleY(1.6);
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
@keyframes bp_loading_indicator_module_segment-dark--
|
|
292
|
+
@keyframes bp_loading_indicator_module_segment-dark--4bbf5{
|
|
293
293
|
0%,100%,80%{
|
|
294
294
|
background-color:var(--gray-30);
|
|
295
295
|
}
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
background-color:var(--gray-black);
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
|
-
@keyframes bp_loading_indicator_module_segment-default--
|
|
300
|
+
@keyframes bp_loading_indicator_module_segment-default--4bbf5{
|
|
301
301
|
0%,100%,80%{
|
|
302
302
|
background-color:var(--box-blue-30);
|
|
303
303
|
}
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
background-color:var(--box-blue-100);
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
|
-
@keyframes bp_loading_indicator_module_segment-light--
|
|
308
|
+
@keyframes bp_loading_indicator_module_segment-light--4bbf5{
|
|
309
309
|
0%,100%,80%{
|
|
310
310
|
opacity:.3;
|
|
311
311
|
}
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
.bp_base_button_module_button--
|
|
317
|
+
.bp_base_button_module_button--704e4{
|
|
318
318
|
border-radius:var(--radius-2);
|
|
319
319
|
cursor:pointer;
|
|
320
320
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -330,176 +330,176 @@
|
|
|
330
330
|
user-select:none;
|
|
331
331
|
white-space:nowrap;
|
|
332
332
|
}
|
|
333
|
-
.bp_base_button_module_button--
|
|
333
|
+
.bp_base_button_module_button--704e4,.bp_base_button_module_button--704e4 .bp_base_button_module_icon--704e4{
|
|
334
334
|
align-items:center;
|
|
335
335
|
display:flex;
|
|
336
336
|
}
|
|
337
|
-
.bp_base_button_module_button--
|
|
337
|
+
.bp_base_button_module_button--704e4:not(:disabled)[data-focus-visible]{
|
|
338
338
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
339
339
|
}
|
|
340
|
-
.bp_base_button_module_button--
|
|
340
|
+
.bp_base_button_module_button--704e4:disabled{
|
|
341
341
|
opacity:.3;
|
|
342
342
|
}
|
|
343
|
-
.bp_base_button_module_button--
|
|
343
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_primary--704e4{
|
|
344
344
|
background:var(--surface-surface-brand);
|
|
345
345
|
border:var(--border-1) solid var(--surface-surface-brand);
|
|
346
346
|
color:var(--text-text-brand-on-color);
|
|
347
347
|
}
|
|
348
|
-
.bp_base_button_module_button--
|
|
348
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_primary--704e4:disabled{
|
|
349
349
|
background:var(--surface-surface-brand-disabled);
|
|
350
350
|
}
|
|
351
|
-
.bp_base_button_module_button--
|
|
351
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_primary--704e4:not(:disabled):hover,.bp_base_button_module_button--704e4.bp_base_button_module_primary--704e4:not(:disabled)[data-focus-visible]{
|
|
352
352
|
background:var(--surface-surface-brand-hover);
|
|
353
353
|
border:var(--border-1) solid var(--surface-surface-brand-hover);
|
|
354
354
|
}
|
|
355
|
-
.bp_base_button_module_button--
|
|
355
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_primary--704e4:not(:disabled):active{
|
|
356
356
|
background:var(--surface-surface-brand-pressed);
|
|
357
357
|
border:var(--border-1) solid var(--surface-surface-brand-pressed);
|
|
358
358
|
}
|
|
359
|
-
.bp_base_button_module_button--
|
|
359
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_secondary--704e4{
|
|
360
360
|
background:var(--surface-cta-surface-secondary);
|
|
361
361
|
border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
362
362
|
color:var(--text-text-on-light);
|
|
363
363
|
}
|
|
364
|
-
.bp_base_button_module_button--
|
|
364
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_secondary--704e4:not(:disabled):hover,.bp_base_button_module_button--704e4.bp_base_button_module_secondary--704e4:not(:disabled)[data-focus-visible]{
|
|
365
365
|
background:var(--surface-cta-surface-secondary-hover);
|
|
366
366
|
border:var(--border-1) solid var(--border-cta-border-secondary-hover);
|
|
367
367
|
}
|
|
368
|
-
.bp_base_button_module_button--
|
|
368
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_secondary--704e4:not(:disabled):active{
|
|
369
369
|
background:var(--surface-cta-surface-secondary-pressed);
|
|
370
370
|
border:var(--border-1) solid var(--border-cta-border-secondary-pressed);
|
|
371
371
|
}
|
|
372
|
-
.bp_base_button_module_button--
|
|
372
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_tertiary--704e4{
|
|
373
373
|
background:var(--surface-cta-surface-tertiary);
|
|
374
374
|
border:var(--border-1) solid #0000;
|
|
375
375
|
color:var(--text-cta-link);
|
|
376
376
|
}
|
|
377
|
-
.bp_base_button_module_button--
|
|
377
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_tertiary--704e4:not(:disabled):hover,.bp_base_button_module_button--704e4.bp_base_button_module_tertiary--704e4:not(:disabled)[data-focus-visible]{
|
|
378
378
|
background:var(--surface-cta-surface-tertiary-hover);
|
|
379
379
|
}
|
|
380
|
-
.bp_base_button_module_button--
|
|
380
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_tertiary--704e4:not(:disabled):active{
|
|
381
381
|
background:var(--surface-cta-surface-tertiary-pressed);
|
|
382
382
|
}
|
|
383
|
-
.bp_base_button_module_button--
|
|
383
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_outline--704e4{
|
|
384
384
|
background:#0000;
|
|
385
385
|
border:var(--border-1) solid var(--border-cta-border-outline);
|
|
386
386
|
color:var(--text-text-on-light);
|
|
387
387
|
}
|
|
388
|
-
.bp_base_button_module_button--
|
|
388
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_outline--704e4:not(:disabled):hover,.bp_base_button_module_button--704e4.bp_base_button_module_outline--704e4:not(:disabled)[data-focus-visible]{
|
|
389
389
|
background:var(--surface-cta-surface-outline-hover);
|
|
390
390
|
border:var(--border-1) solid var(--border-cta-border-outline-hover);
|
|
391
391
|
}
|
|
392
|
-
.bp_base_button_module_button--
|
|
392
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_outline--704e4:not(:disabled):active{
|
|
393
393
|
background:var(--surface-cta-surface-outline-pressed);
|
|
394
394
|
border:var(--border-1) solid var(--border-cta-border-outline-pressed);
|
|
395
395
|
}
|
|
396
|
-
.bp_base_button_module_button--
|
|
396
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_small--704e4{
|
|
397
397
|
gap:var(--space-1);
|
|
398
398
|
min-height:var(--size-8);
|
|
399
399
|
padding:0 var(--size-4);
|
|
400
400
|
}
|
|
401
|
-
.bp_base_button_module_button--
|
|
401
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_small--704e4.bp_base_button_module_isIconButton--704e4{
|
|
402
402
|
height:var(--size-8);
|
|
403
403
|
min-height:unset;
|
|
404
404
|
padding:0 calc((var(--size-8) - var(--size-4))/2);
|
|
405
405
|
width:var(--size-8);
|
|
406
406
|
}
|
|
407
|
-
.bp_base_button_module_button--
|
|
407
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_large--704e4{
|
|
408
408
|
gap:var(--space-2);
|
|
409
409
|
min-height:var(--size-10);
|
|
410
410
|
padding:0 var(--size-4);
|
|
411
411
|
}
|
|
412
|
-
.bp_base_button_module_button--
|
|
412
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_large--704e4.bp_base_button_module_isIconButton--704e4{
|
|
413
413
|
height:var(--size-10);
|
|
414
414
|
padding:0 calc((var(--size-10) - var(--size-5))/2);
|
|
415
415
|
width:var(--size-10);
|
|
416
416
|
}
|
|
417
|
-
.bp_base_button_module_button--
|
|
417
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_hide--704e4{
|
|
418
418
|
pointer-events:none;
|
|
419
419
|
position:relative;
|
|
420
420
|
}
|
|
421
|
-
.bp_base_button_module_button--
|
|
421
|
+
.bp_base_button_module_button--704e4.bp_base_button_module_hide--704e4 span{
|
|
422
422
|
color:#0000;
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
425
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4{
|
|
426
426
|
border-radius:var(--radius-2);
|
|
427
427
|
display:flex;
|
|
428
428
|
gap:var(--space-3);
|
|
429
429
|
justify-content:space-between;
|
|
430
430
|
padding:var(--space-3) var(--space-4);
|
|
431
431
|
}
|
|
432
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
432
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4 .bp_base_inline_notice_module_actions--e0ab4{
|
|
433
433
|
align-self:center;
|
|
434
434
|
display:flex;
|
|
435
435
|
gap:var(--space-3);
|
|
436
436
|
justify-content:flex-end;
|
|
437
437
|
}
|
|
438
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
438
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4 .bp_base_inline_notice_module_actionButtonPrimary--e0ab4,.bp_base_inline_notice_module_noticeWrapper--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4{
|
|
439
439
|
height:var(--space-8);
|
|
440
440
|
}
|
|
441
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
441
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4,.bp_base_inline_notice_module_noticeWrapper--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4:hover{
|
|
442
442
|
background:#0000;
|
|
443
443
|
}
|
|
444
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
444
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundYellow--e0ab4{
|
|
445
445
|
background:var(--surface-message-surface-warning-secondary);
|
|
446
446
|
}
|
|
447
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
447
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundBlue--e0ab4{
|
|
448
448
|
background:var(--surface-message-surface-info-secondary);
|
|
449
449
|
}
|
|
450
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
450
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundRed--e0ab4{
|
|
451
451
|
background:var(--surface-message-surface-error-secondary);
|
|
452
452
|
}
|
|
453
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
453
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundGreen--e0ab4{
|
|
454
454
|
background:var(--surface-message-surface-success-secondary);
|
|
455
455
|
}
|
|
456
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
456
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4{
|
|
457
457
|
background:var(--surface-message-surface-promo-secondary);
|
|
458
458
|
}
|
|
459
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
459
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4{
|
|
460
460
|
background:var(--surface-cta-surface-tertiary-promo);
|
|
461
461
|
color:var(--text-cta-promo);
|
|
462
462
|
}
|
|
463
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
463
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4:active{
|
|
464
464
|
background:var(--surface-cta-surface-tertiary-promo-pressed);
|
|
465
465
|
}
|
|
466
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
466
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4[data-focus-visible]{
|
|
467
467
|
background:var(--surface-cta-surface-tertiary-promo-focus);
|
|
468
468
|
}
|
|
469
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
469
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4:hover{
|
|
470
470
|
background:var(--surface-cta-surface-tertiary-promo-hover);
|
|
471
471
|
}
|
|
472
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
472
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4:focus:active{
|
|
473
473
|
background:var(--surface-cta-surface-tertiary-promo-focus-pressed);
|
|
474
474
|
}
|
|
475
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
475
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonTertiary--e0ab4:hover:active{
|
|
476
476
|
background:var(--surface-cta-surface-tertiary-promo-pressed);
|
|
477
477
|
}
|
|
478
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
478
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonPrimary--e0ab4{
|
|
479
479
|
background:var(--surface-cta-surface-promo);
|
|
480
480
|
border-color:var(--surface-cta-surface-promo);
|
|
481
481
|
}
|
|
482
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
482
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonPrimary--e0ab4:active{
|
|
483
483
|
background:var(--surface-cta-surface-promo-pressed);
|
|
484
484
|
}
|
|
485
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
485
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonPrimary--e0ab4[data-focus-visible]{
|
|
486
486
|
background:var(--surface-cta-surface-promo-focus);
|
|
487
487
|
}
|
|
488
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
488
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonPrimary--e0ab4:hover{
|
|
489
489
|
background:var(--surface-cta-surface-promo-hover);
|
|
490
490
|
border-color:var(--surface-cta-surface-promo-hover);
|
|
491
491
|
}
|
|
492
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
492
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonPrimary--e0ab4:focus:active{
|
|
493
493
|
background:var(--surface-cta-surface-promo-focus-pressed);
|
|
494
494
|
}
|
|
495
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
495
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4.bp_base_inline_notice_module_backgroundPurple--e0ab4 .bp_base_inline_notice_module_actionButtonPrimary--e0ab4:hover:active{
|
|
496
496
|
background:var(--surface-cta-surface-promo-pressed);
|
|
497
497
|
}
|
|
498
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
498
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4 .bp_base_inline_notice_module_contentContainer--e0ab4{
|
|
499
499
|
display:flex;
|
|
500
500
|
gap:var(--space-3);
|
|
501
501
|
}
|
|
502
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
502
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4 .bp_base_inline_notice_module_content--e0ab4{
|
|
503
503
|
color:var(--text-text-on-light);
|
|
504
504
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
505
505
|
font-size:.875rem;
|
|
@@ -509,10 +509,10 @@
|
|
|
509
509
|
text-decoration:none;
|
|
510
510
|
text-transform:none;
|
|
511
511
|
}
|
|
512
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
512
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4 svg{
|
|
513
513
|
display:block;
|
|
514
514
|
}
|
|
515
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
515
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4 .bp_base_inline_notice_module_title--e0ab4{
|
|
516
516
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
517
517
|
font-size:.875rem;
|
|
518
518
|
font-weight:700;
|
|
@@ -523,34 +523,34 @@
|
|
|
523
523
|
}
|
|
524
524
|
|
|
525
525
|
@media (max-width: 1023px){
|
|
526
|
-
.bp_base_inline_notice_module_actions--
|
|
526
|
+
.bp_base_inline_notice_module_actions--e0ab4{
|
|
527
527
|
margin-top:var(--space-3);
|
|
528
528
|
}
|
|
529
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
529
|
+
.bp_base_inline_notice_module_noticeWrapper--e0ab4{
|
|
530
530
|
display:block;
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
|
|
534
|
-
.bp_text_module_textReset--
|
|
534
|
+
.bp_text_module_textReset--7eae1{
|
|
535
535
|
margin:0;
|
|
536
536
|
text-align:inherit;
|
|
537
537
|
}
|
|
538
|
-
.bp_text_module_textReset--
|
|
538
|
+
.bp_text_module_textReset--7eae1.bp_text_module_breakWord--7eae1{
|
|
539
539
|
overflow-wrap:break-word;
|
|
540
540
|
}
|
|
541
|
-
.bp_text_module_textReset--
|
|
541
|
+
.bp_text_module_textReset--7eae1.bp_text_module_textOnLightDefault--7eae1{
|
|
542
542
|
color:#222;
|
|
543
543
|
}
|
|
544
|
-
.bp_text_module_textReset--
|
|
544
|
+
.bp_text_module_textReset--7eae1.bp_text_module_textOnLightSecondary--7eae1{
|
|
545
545
|
color:#6f6f6f;
|
|
546
546
|
}
|
|
547
|
-
.bp_text_module_textReset--
|
|
547
|
+
.bp_text_module_textReset--7eae1.bp_text_module_textOnLightLink--7eae1{
|
|
548
548
|
color:#0061d5;
|
|
549
549
|
}
|
|
550
|
-
.bp_text_module_textReset--
|
|
550
|
+
.bp_text_module_textReset--7eae1.bp_text_module_textOnDarkDefault--7eae1{
|
|
551
551
|
color:#fff;
|
|
552
552
|
}
|
|
553
|
-
.bp_text_module_textReset--
|
|
553
|
+
.bp_text_module_textReset--7eae1.bp_text_module_titleMondo--7eae1{
|
|
554
554
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
555
555
|
font-size:2.25rem;
|
|
556
556
|
font-weight:900;
|
|
@@ -559,71 +559,71 @@
|
|
|
559
559
|
text-decoration:none;
|
|
560
560
|
text-transform:none;
|
|
561
561
|
}
|
|
562
|
-
.bp_text_module_textReset--
|
|
562
|
+
.bp_text_module_textReset--7eae1.bp_text_module_titleXLarge--7eae1{
|
|
563
563
|
font-size:1.3125rem;
|
|
564
564
|
line-height:2rem;
|
|
565
565
|
}
|
|
566
|
-
.bp_text_module_textReset--
|
|
566
|
+
.bp_text_module_textReset--7eae1.bp_text_module_titleLarge--7eae1,.bp_text_module_textReset--7eae1.bp_text_module_titleXLarge--7eae1{
|
|
567
567
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
568
568
|
font-weight:700;
|
|
569
569
|
letter-spacing:.01875rem;
|
|
570
570
|
text-decoration:none;
|
|
571
571
|
text-transform:none;
|
|
572
572
|
}
|
|
573
|
-
.bp_text_module_textReset--
|
|
573
|
+
.bp_text_module_textReset--7eae1.bp_text_module_titleLarge--7eae1{
|
|
574
574
|
font-size:1.125rem;
|
|
575
575
|
line-height:1.5rem;
|
|
576
576
|
}
|
|
577
|
-
.bp_text_module_textReset--
|
|
577
|
+
.bp_text_module_textReset--7eae1.bp_text_module_titleMedium--7eae1{
|
|
578
578
|
font-size:1rem;
|
|
579
579
|
line-height:1.5rem;
|
|
580
580
|
}
|
|
581
|
-
.bp_text_module_textReset--
|
|
581
|
+
.bp_text_module_textReset--7eae1.bp_text_module_titleMedium--7eae1,.bp_text_module_textReset--7eae1.bp_text_module_titleSmall--7eae1{
|
|
582
582
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
583
583
|
font-weight:700;
|
|
584
584
|
letter-spacing:.01875rem;
|
|
585
585
|
text-decoration:none;
|
|
586
586
|
text-transform:none;
|
|
587
587
|
}
|
|
588
|
-
.bp_text_module_textReset--
|
|
588
|
+
.bp_text_module_textReset--7eae1.bp_text_module_titleSmall--7eae1{
|
|
589
589
|
font-size:.9375rem;
|
|
590
590
|
line-height:1.25rem;
|
|
591
591
|
}
|
|
592
|
-
.bp_text_module_textReset--
|
|
592
|
+
.bp_text_module_textReset--7eae1.bp_text_module_subtitle--7eae1{
|
|
593
593
|
font-size:.875rem;
|
|
594
594
|
line-height:1.25rem;
|
|
595
595
|
}
|
|
596
|
-
.bp_text_module_textReset--
|
|
596
|
+
.bp_text_module_textReset--7eae1.bp_text_module_bodyLargeBold--7eae1,.bp_text_module_textReset--7eae1.bp_text_module_subtitle--7eae1{
|
|
597
597
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
598
598
|
font-weight:700;
|
|
599
599
|
letter-spacing:.01875rem;
|
|
600
600
|
text-decoration:none;
|
|
601
601
|
text-transform:none;
|
|
602
602
|
}
|
|
603
|
-
.bp_text_module_textReset--
|
|
603
|
+
.bp_text_module_textReset--7eae1.bp_text_module_bodyLargeBold--7eae1{
|
|
604
604
|
font-size:1rem;
|
|
605
605
|
line-height:1.5rem;
|
|
606
606
|
}
|
|
607
|
-
.bp_text_module_textReset--
|
|
607
|
+
.bp_text_module_textReset--7eae1.bp_text_module_bodyLarge--7eae1{
|
|
608
608
|
font-size:1rem;
|
|
609
609
|
font-weight:400;
|
|
610
610
|
line-height:1.5rem;
|
|
611
611
|
}
|
|
612
|
-
.bp_text_module_textReset--
|
|
612
|
+
.bp_text_module_textReset--7eae1.bp_text_module_bodyDefaultBold--7eae1,.bp_text_module_textReset--7eae1.bp_text_module_bodyLarge--7eae1{
|
|
613
613
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
614
614
|
letter-spacing:.01875rem;
|
|
615
615
|
text-decoration:none;
|
|
616
616
|
text-transform:none;
|
|
617
617
|
}
|
|
618
|
-
.bp_text_module_textReset--
|
|
618
|
+
.bp_text_module_textReset--7eae1.bp_text_module_bodyDefaultBold--7eae1{
|
|
619
619
|
font-size:.875rem;
|
|
620
620
|
font-weight:700;
|
|
621
621
|
line-height:1.25rem;
|
|
622
622
|
}
|
|
623
|
-
.bp_text_module_textReset--
|
|
623
|
+
.bp_text_module_textReset--7eae1.bp_text_module_bodyDefaultSemibold--7eae1{
|
|
624
624
|
font-weight:600;
|
|
625
625
|
}
|
|
626
|
-
.bp_text_module_textReset--
|
|
626
|
+
.bp_text_module_textReset--7eae1.bp_text_module_bodyDefault--7eae1,.bp_text_module_textReset--7eae1.bp_text_module_bodyDefaultSemibold--7eae1{
|
|
627
627
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
628
628
|
font-size:.875rem;
|
|
629
629
|
letter-spacing:.01875rem;
|
|
@@ -631,27 +631,27 @@
|
|
|
631
631
|
text-decoration:none;
|
|
632
632
|
text-transform:none;
|
|
633
633
|
}
|
|
634
|
-
.bp_text_module_textReset--
|
|
634
|
+
.bp_text_module_textReset--7eae1.bp_text_module_bodyDefault--7eae1{
|
|
635
635
|
font-weight:400;
|
|
636
636
|
}
|
|
637
|
-
.bp_text_module_textReset--
|
|
637
|
+
.bp_text_module_textReset--7eae1.bp_text_module_caption--7eae1{
|
|
638
638
|
font-size:.75rem;
|
|
639
639
|
font-weight:400;
|
|
640
640
|
letter-spacing:.01875rem;
|
|
641
641
|
line-height:.875rem;
|
|
642
642
|
}
|
|
643
|
-
.bp_text_module_textReset--
|
|
643
|
+
.bp_text_module_textReset--7eae1.bp_text_module_caption--7eae1,.bp_text_module_textReset--7eae1.bp_text_module_labelBold--7eae1{
|
|
644
644
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
645
645
|
text-decoration:none;
|
|
646
646
|
text-transform:none;
|
|
647
647
|
}
|
|
648
|
-
.bp_text_module_textReset--
|
|
648
|
+
.bp_text_module_textReset--7eae1.bp_text_module_labelBold--7eae1{
|
|
649
649
|
font-size:.625rem;
|
|
650
650
|
font-weight:700;
|
|
651
651
|
letter-spacing:.0375rem;
|
|
652
652
|
line-height:1rem;
|
|
653
653
|
}
|
|
654
|
-
.bp_text_module_textReset--
|
|
654
|
+
.bp_text_module_textReset--7eae1.bp_text_module_label--7eae1{
|
|
655
655
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
656
656
|
font-size:.625rem;
|
|
657
657
|
font-weight:400;
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
text-transform:none;
|
|
662
662
|
}
|
|
663
663
|
|
|
664
|
-
.bp_avatar_module_avatar--
|
|
664
|
+
.bp_avatar_module_avatar--84cfc{
|
|
665
665
|
all:unset;
|
|
666
666
|
align-items:center;
|
|
667
667
|
background-color:var(--gray-10);
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
text-decoration:none;
|
|
678
678
|
text-transform:none;
|
|
679
679
|
}
|
|
680
|
-
.bp_avatar_module_avatar--
|
|
680
|
+
.bp_avatar_module_avatar--84cfc .bp_avatar_module_badge--84cfc{
|
|
681
681
|
background-color:var(--gray-white);
|
|
682
682
|
border:var(--border-2) solid var(--gray-white);
|
|
683
683
|
border-radius:50%;
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
display:flex;
|
|
686
686
|
position:absolute;
|
|
687
687
|
}
|
|
688
|
-
.bp_avatar_module_avatar--
|
|
688
|
+
.bp_avatar_module_avatar--84cfc .bp_avatar_module_text--84cfc{
|
|
689
689
|
align-items:center;
|
|
690
690
|
border-radius:50%;
|
|
691
691
|
display:flex;
|
|
@@ -693,14 +693,14 @@
|
|
|
693
693
|
justify-content:center;
|
|
694
694
|
width:100%;
|
|
695
695
|
}
|
|
696
|
-
.bp_avatar_module_avatar--
|
|
696
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_small--84cfc{
|
|
697
697
|
height:var(--size-6);
|
|
698
698
|
width:var(--size-6);
|
|
699
699
|
}
|
|
700
|
-
.bp_avatar_module_avatar--
|
|
700
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_small--84cfc .bp_avatar_module_text--84cfc{
|
|
701
701
|
font-size:.5rem;
|
|
702
702
|
}
|
|
703
|
-
.bp_avatar_module_avatar--
|
|
703
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_small--84cfc .bp_avatar_module_length-1--84cfc.bp_avatar_module_text--84cfc,.bp_avatar_module_avatar--84cfc.bp_avatar_module_small--84cfc .bp_avatar_module_length-2--84cfc.bp_avatar_module_text--84cfc{
|
|
704
704
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
705
705
|
font-size:.625rem;
|
|
706
706
|
font-weight:700;
|
|
@@ -709,14 +709,14 @@
|
|
|
709
709
|
text-decoration:none;
|
|
710
710
|
text-transform:none;
|
|
711
711
|
}
|
|
712
|
-
.bp_avatar_module_avatar--
|
|
712
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_small--84cfc .bp_avatar_module_badge--84cfc{
|
|
713
713
|
right:-.25rem;
|
|
714
714
|
}
|
|
715
|
-
.bp_avatar_module_avatar--
|
|
715
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_medium--84cfc{
|
|
716
716
|
height:var(--size-7);
|
|
717
717
|
width:var(--size-7);
|
|
718
718
|
}
|
|
719
|
-
.bp_avatar_module_avatar--
|
|
719
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_medium--84cfc .bp_avatar_module_text--84cfc{
|
|
720
720
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
721
721
|
font-size:.625rem;
|
|
722
722
|
font-weight:700;
|
|
@@ -725,20 +725,20 @@
|
|
|
725
725
|
text-decoration:none;
|
|
726
726
|
text-transform:none;
|
|
727
727
|
}
|
|
728
|
-
.bp_avatar_module_avatar--
|
|
728
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_medium--84cfc .bp_avatar_module_length-1--84cfc.bp_avatar_module_text--84cfc,.bp_avatar_module_avatar--84cfc.bp_avatar_module_medium--84cfc .bp_avatar_module_length-2--84cfc.bp_avatar_module_text--84cfc{
|
|
729
729
|
font-size:.8125rem;
|
|
730
730
|
}
|
|
731
|
-
.bp_avatar_module_avatar--
|
|
731
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_medium--84cfc .bp_avatar_module_badge--84cfc{
|
|
732
732
|
right:-.375rem;
|
|
733
733
|
}
|
|
734
|
-
.bp_avatar_module_avatar--
|
|
734
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_large--84cfc{
|
|
735
735
|
height:var(--size-8);
|
|
736
736
|
width:var(--size-8);
|
|
737
737
|
}
|
|
738
|
-
.bp_avatar_module_avatar--
|
|
738
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_large--84cfc .bp_avatar_module_text--84cfc{
|
|
739
739
|
font-size:.5rem;
|
|
740
740
|
}
|
|
741
|
-
.bp_avatar_module_avatar--
|
|
741
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_large--84cfc .bp_avatar_module_length-1--84cfc.bp_avatar_module_text--84cfc,.bp_avatar_module_avatar--84cfc.bp_avatar_module_large--84cfc .bp_avatar_module_length-2--84cfc.bp_avatar_module_text--84cfc{
|
|
742
742
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
743
743
|
font-size:.875rem;
|
|
744
744
|
font-weight:700;
|
|
@@ -747,10 +747,10 @@
|
|
|
747
747
|
text-decoration:none;
|
|
748
748
|
text-transform:none;
|
|
749
749
|
}
|
|
750
|
-
.bp_avatar_module_avatar--
|
|
750
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_large--84cfc .bp_avatar_module_length-3--84cfc.bp_avatar_module_text--84cfc{
|
|
751
751
|
font-size:.6875rem;
|
|
752
752
|
}
|
|
753
|
-
.bp_avatar_module_avatar--
|
|
753
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_large--84cfc .bp_avatar_module_length-4--84cfc.bp_avatar_module_text--84cfc{
|
|
754
754
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
755
755
|
font-size:.625rem;
|
|
756
756
|
font-weight:700;
|
|
@@ -759,17 +759,17 @@
|
|
|
759
759
|
text-decoration:none;
|
|
760
760
|
text-transform:none;
|
|
761
761
|
}
|
|
762
|
-
.bp_avatar_module_avatar--
|
|
762
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_large--84cfc .bp_avatar_module_badge--84cfc{
|
|
763
763
|
right:-.25rem;
|
|
764
764
|
}
|
|
765
|
-
.bp_avatar_module_avatar--
|
|
765
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_xlarge--84cfc{
|
|
766
766
|
height:var(--size-11);
|
|
767
767
|
width:var(--size-11);
|
|
768
768
|
}
|
|
769
|
-
.bp_avatar_module_avatar--
|
|
769
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_xlarge--84cfc .bp_avatar_module_text--84cfc{
|
|
770
770
|
font-size:1rem;
|
|
771
771
|
}
|
|
772
|
-
.bp_avatar_module_avatar--
|
|
772
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_xlarge--84cfc .bp_avatar_module_length-1--84cfc.bp_avatar_module_text--84cfc,.bp_avatar_module_avatar--84cfc.bp_avatar_module_xlarge--84cfc .bp_avatar_module_length-2--84cfc.bp_avatar_module_text--84cfc{
|
|
773
773
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
774
774
|
font-size:1.3125rem;
|
|
775
775
|
font-weight:700;
|
|
@@ -778,30 +778,30 @@
|
|
|
778
778
|
text-decoration:none;
|
|
779
779
|
text-transform:none;
|
|
780
780
|
}
|
|
781
|
-
.bp_avatar_module_avatar--
|
|
781
|
+
.bp_avatar_module_avatar--84cfc.bp_avatar_module_xlarge--84cfc .bp_avatar_module_badge--84cfc{
|
|
782
782
|
right:-.375rem;
|
|
783
783
|
}
|
|
784
|
-
.bp_avatar_module_avatar--
|
|
784
|
+
.bp_avatar_module_avatar--84cfc .bp_avatar_module_image--84cfc{
|
|
785
785
|
border-radius:50%;
|
|
786
786
|
height:100%;
|
|
787
787
|
object-fit:cover;
|
|
788
788
|
width:100%;
|
|
789
789
|
}
|
|
790
|
-
.bp_avatar_module_avatar--
|
|
790
|
+
.bp_avatar_module_avatar--84cfc .bp_avatar_module_image--84cfc.bp_avatar_module_loading--84cfc{
|
|
791
791
|
height:0;
|
|
792
792
|
width:0;
|
|
793
793
|
}
|
|
794
794
|
|
|
795
|
-
.bp_avatar_module_anonymousAvatar--
|
|
795
|
+
.bp_avatar_module_anonymousAvatar--84cfc{
|
|
796
796
|
position:relative;
|
|
797
797
|
}
|
|
798
|
-
.bp_avatar_module_anonymousAvatar--
|
|
798
|
+
.bp_avatar_module_anonymousAvatar--84cfc .bp_avatar_module_svg--84cfc{
|
|
799
799
|
left:0;
|
|
800
800
|
position:absolute;
|
|
801
801
|
top:0;
|
|
802
802
|
}
|
|
803
803
|
|
|
804
|
-
.bp_icon_button_module_iconButton--
|
|
804
|
+
.bp_icon_button_module_iconButton--7b7ab{
|
|
805
805
|
align-items:center;
|
|
806
806
|
background:var(--surface-cta-surface-icon);
|
|
807
807
|
border:0;
|
|
@@ -812,55 +812,55 @@
|
|
|
812
812
|
justify-content:center;
|
|
813
813
|
padding:0;
|
|
814
814
|
}
|
|
815
|
-
.bp_icon_button_module_iconButton--
|
|
815
|
+
.bp_icon_button_module_iconButton--7b7ab .bp_icon_button_module_iconColor--7b7ab *{
|
|
816
816
|
fill:var(--icon-cta-icon);
|
|
817
817
|
}
|
|
818
|
-
.bp_icon_button_module_iconButton--
|
|
818
|
+
.bp_icon_button_module_iconButton--7b7ab[aria-disabled=true]{
|
|
819
819
|
background:var(--surface-cta-surface-icon-disabled);
|
|
820
820
|
opacity:.3;
|
|
821
821
|
}
|
|
822
|
-
.bp_icon_button_module_iconButton--
|
|
822
|
+
.bp_icon_button_module_iconButton--7b7ab[aria-disabled=true] .bp_icon_button_module_iconColor--7b7ab *{
|
|
823
823
|
fill:var(--gray-50);
|
|
824
824
|
}
|
|
825
|
-
.bp_icon_button_module_iconButton--
|
|
825
|
+
.bp_icon_button_module_iconButton--7b7ab:focus-visible{
|
|
826
826
|
outline:none;
|
|
827
827
|
}
|
|
828
|
-
.bp_icon_button_module_iconButton--
|
|
828
|
+
.bp_icon_button_module_iconButton--7b7ab[data-focus-visible]{
|
|
829
829
|
background:var(--surface-cta-surface-icon-hover);
|
|
830
830
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
831
831
|
}
|
|
832
|
-
.bp_icon_button_module_iconButton--
|
|
832
|
+
.bp_icon_button_module_iconButton--7b7ab[data-focus-visible] .bp_icon_button_module_iconColor--7b7ab *{
|
|
833
833
|
fill:var(--icon-cta-icon-hover);
|
|
834
834
|
}
|
|
835
|
-
.bp_icon_button_module_iconButton--
|
|
835
|
+
.bp_icon_button_module_iconButton--7b7ab:hover{
|
|
836
836
|
background:var(--surface-cta-surface-icon-hover);
|
|
837
837
|
}
|
|
838
|
-
.bp_icon_button_module_iconButton--
|
|
838
|
+
.bp_icon_button_module_iconButton--7b7ab:hover .bp_icon_button_module_iconColor--7b7ab *{
|
|
839
839
|
fill:var(--icon-cta-icon-hover);
|
|
840
840
|
}
|
|
841
|
-
.bp_icon_button_module_iconButton--
|
|
841
|
+
.bp_icon_button_module_iconButton--7b7ab:active,.bp_icon_button_module_iconButton--7b7ab[data-active]{
|
|
842
842
|
background:var(--surface-cta-surface-icon-pressed);
|
|
843
843
|
}
|
|
844
|
-
.bp_icon_button_module_iconButton--
|
|
844
|
+
.bp_icon_button_module_iconButton--7b7ab:active .bp_icon_button_module_iconColor--7b7ab *,.bp_icon_button_module_iconButton--7b7ab[data-active] .bp_icon_button_module_iconColor--7b7ab *{
|
|
845
845
|
fill:var(--icon-cta-icon-pressed);
|
|
846
846
|
}
|
|
847
|
-
.bp_icon_button_module_iconButton--
|
|
847
|
+
.bp_icon_button_module_iconButton--7b7ab.bp_icon_button_module_large--7b7ab{
|
|
848
848
|
height:var(--size-10);
|
|
849
849
|
width:var(--size-10);
|
|
850
850
|
}
|
|
851
|
-
.bp_icon_button_module_iconButton--
|
|
851
|
+
.bp_icon_button_module_iconButton--7b7ab.bp_icon_button_module_small--7b7ab{
|
|
852
852
|
height:var(--size-8);
|
|
853
853
|
width:var(--size-8);
|
|
854
854
|
}
|
|
855
|
-
.bp_icon_button_module_iconButton--
|
|
855
|
+
.bp_icon_button_module_iconButton--7b7ab.bp_icon_button_module_x-small--7b7ab{
|
|
856
856
|
height:var(--size-6);
|
|
857
857
|
width:var(--size-6);
|
|
858
858
|
}
|
|
859
859
|
|
|
860
|
-
.bp_collapsible_section_module_collapsibleSection--
|
|
860
|
+
.bp_collapsible_section_module_collapsibleSection--090c0{
|
|
861
861
|
width:100%;
|
|
862
862
|
}
|
|
863
|
-
.bp_collapsible_section_module_collapsibleSectionHeader--
|
|
863
|
+
.bp_collapsible_section_module_collapsibleSectionHeader--090c0{
|
|
864
864
|
align-items:center;
|
|
865
865
|
background:var(--surface-surface);
|
|
866
866
|
border:var(--border-1) solid var(--border-collapsible-border);
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
user-select:none;
|
|
878
878
|
width:100%;
|
|
879
879
|
}
|
|
880
|
-
.bp_collapsible_section_module_collapsibleSectionHeader--
|
|
880
|
+
.bp_collapsible_section_module_collapsibleSectionHeader--090c0:focus::before{
|
|
881
881
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
882
882
|
border-radius:var(--radius-2);
|
|
883
883
|
bottom:var(--space-05);
|
|
@@ -887,27 +887,27 @@
|
|
|
887
887
|
right:var(--space-05);
|
|
888
888
|
top:var(--space-05);
|
|
889
889
|
}
|
|
890
|
-
.bp_collapsible_section_module_collapsibleSectionHeader--
|
|
890
|
+
.bp_collapsible_section_module_collapsibleSectionHeader--090c0[aria-expanded=true],.bp_collapsible_section_module_collapsibleSectionHeader--090c0[aria-expanded=true]::before{
|
|
891
891
|
border-end-end-radius:0;
|
|
892
892
|
border-end-start-radius:0;
|
|
893
893
|
}
|
|
894
|
-
.bp_collapsible_section_module_collapsibleSectionHeaderArrow--
|
|
894
|
+
.bp_collapsible_section_module_collapsibleSectionHeaderArrow--090c0{
|
|
895
895
|
display:block;
|
|
896
896
|
margin-inline-start:var(--space-5);
|
|
897
897
|
}
|
|
898
|
-
.bp_collapsible_section_module_collapsibleSectionHeaderArrow--
|
|
898
|
+
.bp_collapsible_section_module_collapsibleSectionHeaderArrow--090c0 > svg{
|
|
899
899
|
vertical-align:middle;
|
|
900
900
|
}
|
|
901
|
-
.bp_collapsible_section_module_collapsibleSectionContent--
|
|
901
|
+
.bp_collapsible_section_module_collapsibleSectionContent--090c0{
|
|
902
902
|
overflow:hidden;
|
|
903
903
|
}
|
|
904
|
-
.bp_collapsible_section_module_collapsibleSectionContent--
|
|
905
|
-
animation:bp_collapsible_section_module_slideDown--
|
|
904
|
+
.bp_collapsible_section_module_collapsibleSectionContent--090c0[data-state=open]{
|
|
905
|
+
animation:bp_collapsible_section_module_slideDown--090c0 .25s ease-out;
|
|
906
906
|
}
|
|
907
|
-
.bp_collapsible_section_module_collapsibleSectionContent--
|
|
908
|
-
animation:bp_collapsible_section_module_slideUp--
|
|
907
|
+
.bp_collapsible_section_module_collapsibleSectionContent--090c0[data-state=closed]{
|
|
908
|
+
animation:bp_collapsible_section_module_slideUp--090c0 .25s ease-out;
|
|
909
909
|
}
|
|
910
|
-
.bp_collapsible_section_module_collapsibleSectionBody--
|
|
910
|
+
.bp_collapsible_section_module_collapsibleSectionBody--090c0{
|
|
911
911
|
align-items:center;
|
|
912
912
|
background:var(--surface-surface);
|
|
913
913
|
border:var(--border-1) solid var(--border-collapsible-border);
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
padding-inline:var(--space-5);
|
|
921
921
|
}
|
|
922
922
|
|
|
923
|
-
@keyframes bp_collapsible_section_module_slideDown--
|
|
923
|
+
@keyframes bp_collapsible_section_module_slideDown--090c0{
|
|
924
924
|
from{
|
|
925
925
|
height:0;
|
|
926
926
|
}
|
|
@@ -928,7 +928,7 @@
|
|
|
928
928
|
height:var(--radix-collapsible-content-height);
|
|
929
929
|
}
|
|
930
930
|
}
|
|
931
|
-
@keyframes bp_collapsible_section_module_slideUp--
|
|
931
|
+
@keyframes bp_collapsible_section_module_slideUp--090c0{
|
|
932
932
|
from{
|
|
933
933
|
height:var(--radix-collapsible-content-height);
|
|
934
934
|
}
|
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
|
|
940
|
-
.bp_calendar_module_calendar--
|
|
940
|
+
.bp_calendar_module_calendar--99b44{
|
|
941
941
|
background:var(--gray-white);
|
|
942
942
|
border-radius:var(--radius-2);
|
|
943
943
|
box-shadow:var(--dropshadow-3);
|
|
@@ -954,14 +954,14 @@
|
|
|
954
954
|
width:-moz-fit-content;
|
|
955
955
|
width:fit-content;
|
|
956
956
|
}
|
|
957
|
-
.bp_calendar_module_calendar--
|
|
957
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarGrid--99b44{
|
|
958
958
|
border-collapse:revert;
|
|
959
959
|
border-spacing:revert;
|
|
960
960
|
}
|
|
961
|
-
.bp_calendar_module_calendar--
|
|
961
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarGrid--99b44 td{
|
|
962
962
|
padding:1px;
|
|
963
963
|
}
|
|
964
|
-
.bp_calendar_module_calendar--
|
|
964
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarHeaderCell--99b44{
|
|
965
965
|
color:var(--text-text-on-light-secondary);
|
|
966
966
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
967
967
|
font-size:.875rem;
|
|
@@ -972,13 +972,13 @@
|
|
|
972
972
|
text-decoration:none;
|
|
973
973
|
text-transform:none;
|
|
974
974
|
}
|
|
975
|
-
.bp_calendar_module_calendar--
|
|
975
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarHeader--99b44{
|
|
976
976
|
align-items:center;
|
|
977
977
|
color:var(--gray-90);
|
|
978
978
|
display:flex;
|
|
979
979
|
margin-block-end:var(--space-2);
|
|
980
980
|
}
|
|
981
|
-
.bp_calendar_module_calendar--
|
|
981
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarHeader--99b44 .bp_calendar_module_calendarHeaderHeading--99b44{
|
|
982
982
|
flex:1;
|
|
983
983
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
984
984
|
font-size:1rem;
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
text-transform:capitalize;
|
|
992
992
|
text-transform:none;
|
|
993
993
|
}
|
|
994
|
-
.bp_calendar_module_calendar--
|
|
994
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarHeader--99b44 .bp_calendar_module_calendarHeaderButton--99b44{
|
|
995
995
|
align-items:center;
|
|
996
996
|
background-color:var(--gray-white);
|
|
997
997
|
border:none;
|
|
@@ -1005,21 +1005,21 @@
|
|
|
1005
1005
|
padding:0;
|
|
1006
1006
|
width:var(--size-8);
|
|
1007
1007
|
}
|
|
1008
|
-
.bp_calendar_module_calendar--
|
|
1008
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarHeader--99b44 .bp_calendar_module_calendarHeaderButton--99b44:disabled{
|
|
1009
1009
|
cursor:default;
|
|
1010
1010
|
opacity:60%;
|
|
1011
1011
|
}
|
|
1012
|
-
.bp_calendar_module_calendar--
|
|
1012
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarHeader--99b44 .bp_calendar_module_calendarHeaderButton--99b44:disabled *{
|
|
1013
1013
|
fill:var(--gray-30);
|
|
1014
1014
|
}
|
|
1015
|
-
.bp_calendar_module_calendar--
|
|
1015
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarHeader--99b44 .bp_calendar_module_calendarHeaderButton--99b44:hover:not(:disabled){
|
|
1016
1016
|
background-color:var(--gray-05);
|
|
1017
1017
|
}
|
|
1018
|
-
.bp_calendar_module_calendar--
|
|
1018
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarHeader--99b44 .bp_calendar_module_calendarHeaderButton--99b44[data-focus-visible]{
|
|
1019
1019
|
background-color:var(--gray-05);
|
|
1020
1020
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1021
1021
|
}
|
|
1022
|
-
.bp_calendar_module_calendar--
|
|
1022
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44{
|
|
1023
1023
|
border-radius:var(--radius-2);
|
|
1024
1024
|
color:var(--gray-90);
|
|
1025
1025
|
line-height:var(--size-8);
|
|
@@ -1027,7 +1027,7 @@
|
|
|
1027
1027
|
text-align:center;
|
|
1028
1028
|
width:var(--size-8);
|
|
1029
1029
|
}
|
|
1030
|
-
.bp_calendar_module_calendar--
|
|
1030
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44.bp_calendar_module_today--99b44{
|
|
1031
1031
|
color:var(--box-blue-100);
|
|
1032
1032
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1033
1033
|
font-size:.875rem;
|
|
@@ -1039,11 +1039,11 @@
|
|
|
1039
1039
|
text-decoration:none;
|
|
1040
1040
|
text-transform:none;
|
|
1041
1041
|
}
|
|
1042
|
-
.bp_calendar_module_calendar--
|
|
1042
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44.bp_calendar_module_today--99b44[data-disabled]{
|
|
1043
1043
|
cursor:default;
|
|
1044
1044
|
opacity:.6;
|
|
1045
1045
|
}
|
|
1046
|
-
.bp_calendar_module_calendar--
|
|
1046
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44.bp_calendar_module_today--99b44::after{
|
|
1047
1047
|
background-color:var(--box-blue-100);
|
|
1048
1048
|
border-radius:50%;
|
|
1049
1049
|
bottom:var(--space-1);
|
|
@@ -1054,41 +1054,41 @@
|
|
|
1054
1054
|
transform:translateX(-50%);
|
|
1055
1055
|
width:var(--space-1);
|
|
1056
1056
|
}
|
|
1057
|
-
.bp_calendar_module_calendar--
|
|
1057
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44:not([data-outside-month]){
|
|
1058
1058
|
cursor:pointer;
|
|
1059
1059
|
}
|
|
1060
|
-
.bp_calendar_module_calendar--
|
|
1060
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
1061
1061
|
background-color:var(--gray-05);
|
|
1062
1062
|
}
|
|
1063
|
-
.bp_calendar_module_calendar--
|
|
1063
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44[data-focus-visible]:not([data-outside-month]){
|
|
1064
1064
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1065
1065
|
}
|
|
1066
|
-
.bp_calendar_module_calendar--
|
|
1066
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44[data-selected]{
|
|
1067
1067
|
background-color:var(--box-blue-100);
|
|
1068
1068
|
color:var(--gray-white);
|
|
1069
1069
|
}
|
|
1070
|
-
.bp_calendar_module_calendar--
|
|
1070
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44[data-selected]:hover{
|
|
1071
1071
|
background-color:var(--dark-blue-100);
|
|
1072
1072
|
}
|
|
1073
|
-
.bp_calendar_module_calendar--
|
|
1073
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44[data-selected][data-focus-visible]{
|
|
1074
1074
|
background-color:var(--dark-blue-100);
|
|
1075
1075
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1076
1076
|
outline:var(--border-1) solid #fff;
|
|
1077
1077
|
outline-offset:-.0625rem;
|
|
1078
1078
|
}
|
|
1079
|
-
.bp_calendar_module_calendar--
|
|
1079
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44[data-selected]::after{
|
|
1080
1080
|
background-color:var(--gray-white);
|
|
1081
1081
|
}
|
|
1082
|
-
.bp_calendar_module_calendar--
|
|
1082
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44[data-disabled]:not(.bp_calendar_module_today--99b44){
|
|
1083
1083
|
color:var(--gray-10);
|
|
1084
1084
|
cursor:default;
|
|
1085
1085
|
}
|
|
1086
|
-
.bp_calendar_module_calendar--
|
|
1086
|
+
.bp_calendar_module_calendar--99b44 .bp_calendar_module_calendarCell--99b44[data-unavailable]{
|
|
1087
1087
|
color:var(--gray-30);
|
|
1088
1088
|
text-decoration:line-through;
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
|
-
.bp_inline_error_module_inlineError--
|
|
1091
|
+
.bp_inline_error_module_inlineError--189a1{
|
|
1092
1092
|
align-items:center;
|
|
1093
1093
|
color:var(--text-text-error-on-light);
|
|
1094
1094
|
display:flex;
|
|
@@ -1102,25 +1102,25 @@
|
|
|
1102
1102
|
text-decoration:none;
|
|
1103
1103
|
text-transform:none;
|
|
1104
1104
|
}
|
|
1105
|
-
.bp_inline_error_module_inlineError--
|
|
1105
|
+
.bp_inline_error_module_inlineError--189a1.bp_inline_error_module_empty--189a1{
|
|
1106
1106
|
display:none;
|
|
1107
1107
|
}
|
|
1108
|
-
.bp_inline_error_module_inlineError--
|
|
1108
|
+
.bp_inline_error_module_inlineError--189a1 .bp_inline_error_module_errorIcon--189a1{
|
|
1109
1109
|
align-self:flex-start;
|
|
1110
1110
|
flex-grow:0;
|
|
1111
1111
|
flex-shrink:0;
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
|
-
.bp_date_picker_module_datePicker--
|
|
1114
|
+
.bp_date_picker_module_datePicker--6bcc8{
|
|
1115
1115
|
width:100%;
|
|
1116
1116
|
}
|
|
1117
|
-
.bp_date_picker_module_datePicker--
|
|
1117
|
+
.bp_date_picker_module_datePicker--6bcc8.bp_date_picker_module_disabled--6bcc8{
|
|
1118
1118
|
opacity:60%;
|
|
1119
1119
|
pointer-events:none;
|
|
1120
1120
|
-webkit-user-select:none;
|
|
1121
1121
|
user-select:none;
|
|
1122
1122
|
}
|
|
1123
|
-
.bp_date_picker_module_datePicker--
|
|
1123
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_label--6bcc8{
|
|
1124
1124
|
cursor:default;
|
|
1125
1125
|
display:block;
|
|
1126
1126
|
font-weight:700;
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
width:-moz-fit-content;
|
|
1129
1129
|
width:fit-content;
|
|
1130
1130
|
}
|
|
1131
|
-
.bp_date_picker_module_datePicker--
|
|
1131
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8,.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_label--6bcc8{
|
|
1132
1132
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1133
1133
|
font-size:.875rem;
|
|
1134
1134
|
letter-spacing:.01875rem;
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
text-decoration:none;
|
|
1137
1137
|
text-transform:none;
|
|
1138
1138
|
}
|
|
1139
|
-
.bp_date_picker_module_datePicker--
|
|
1139
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8{
|
|
1140
1140
|
align-items:center;
|
|
1141
1141
|
box-shadow:var(--innershadow-1);
|
|
1142
1142
|
display:inline-flex;
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
position:relative;
|
|
1145
1145
|
width:100%;
|
|
1146
1146
|
}
|
|
1147
|
-
.bp_date_picker_module_datePicker--
|
|
1147
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8{
|
|
1148
1148
|
align-items:center;
|
|
1149
1149
|
border-radius:var(--radius-2);
|
|
1150
1150
|
display:inline-flex;
|
|
@@ -1153,23 +1153,23 @@
|
|
|
1153
1153
|
position:relative;
|
|
1154
1154
|
width:100%;
|
|
1155
1155
|
}
|
|
1156
|
-
.bp_date_picker_module_datePicker--
|
|
1156
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8:focus-within{
|
|
1157
1157
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1158
1158
|
}
|
|
1159
|
-
.bp_date_picker_module_datePicker--
|
|
1159
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8.bp_date_picker_module_error--6bcc8:not(:focus-within){
|
|
1160
1160
|
outline:var(--border-2) solid var(--text-text-error-on-light);
|
|
1161
1161
|
}
|
|
1162
|
-
.bp_date_picker_module_datePicker--
|
|
1162
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8.bp_date_picker_module_error--6bcc8:focus-within{
|
|
1163
1163
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1164
1164
|
}
|
|
1165
|
-
.bp_date_picker_module_datePicker--
|
|
1165
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8 .bp_date_picker_module_groupContainerInput--6bcc8{
|
|
1166
1166
|
align-items:center;
|
|
1167
1167
|
display:inline-flex;
|
|
1168
1168
|
height:var(--size-10);
|
|
1169
1169
|
text-transform:uppercase;
|
|
1170
1170
|
white-space:nowrap;
|
|
1171
1171
|
}
|
|
1172
|
-
.bp_date_picker_module_datePicker--
|
|
1172
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8 .bp_date_picker_module_groupContainerInput--6bcc8 .bp_date_picker_module_groupContainerInputSegment--6bcc8{
|
|
1173
1173
|
border:unset;
|
|
1174
1174
|
border-radius:unset;
|
|
1175
1175
|
box-shadow:unset;
|
|
@@ -1180,18 +1180,18 @@
|
|
|
1180
1180
|
transition:unset;
|
|
1181
1181
|
width:unset;
|
|
1182
1182
|
}
|
|
1183
|
-
.bp_date_picker_module_datePicker--
|
|
1183
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8 .bp_date_picker_module_groupContainerInput--6bcc8 .bp_date_picker_module_groupContainerInputSegment--6bcc8[data-placeholder]{
|
|
1184
1184
|
color:var(--text-text-on-light-secondary);
|
|
1185
1185
|
}
|
|
1186
|
-
.bp_date_picker_module_datePicker--
|
|
1186
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8 .bp_date_picker_module_groupContainerInput--6bcc8 .bp_date_picker_module_groupContainerInputSegment--6bcc8:focus{
|
|
1187
1187
|
background:var(--light-blue-20);
|
|
1188
1188
|
caret-color:#0000;
|
|
1189
1189
|
outline:none;
|
|
1190
1190
|
}
|
|
1191
|
-
.bp_date_picker_module_datePicker--
|
|
1191
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_groupContainer--6bcc8 .bp_date_picker_module_groupContainerInput--6bcc8 .bp_date_picker_module_groupContainerInputSegment--6bcc8:focus[data-placeholder]{
|
|
1192
1192
|
color:var(--text-text-on-light);
|
|
1193
1193
|
}
|
|
1194
|
-
.bp_date_picker_module_datePicker--
|
|
1194
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8{
|
|
1195
1195
|
align-items:center;
|
|
1196
1196
|
background-color:initial;
|
|
1197
1197
|
border:none;
|
|
@@ -1206,52 +1206,52 @@
|
|
|
1206
1206
|
right:var(--space-2);
|
|
1207
1207
|
width:var(--size-6);
|
|
1208
1208
|
}
|
|
1209
|
-
.bp_date_picker_module_datePicker--
|
|
1209
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8.bp_date_picker_module_clear--6bcc8{
|
|
1210
1210
|
right:var(--size-9);
|
|
1211
1211
|
}
|
|
1212
|
-
.bp_date_picker_module_datePicker--
|
|
1212
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8:focus-visible,.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8[data-focus-visible]{
|
|
1213
1213
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
1214
1214
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1215
1215
|
}
|
|
1216
|
-
.bp_date_picker_module_datePicker--
|
|
1216
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8:hover{
|
|
1217
1217
|
background:var(--surface-cta-surface-icon-hover);
|
|
1218
1218
|
}
|
|
1219
|
-
.bp_date_picker_module_datePicker--
|
|
1219
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8:hover *{
|
|
1220
1220
|
fill:var(--icon-cta-icon-hover);
|
|
1221
1221
|
}
|
|
1222
|
-
.bp_date_picker_module_datePicker--
|
|
1222
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8:active{
|
|
1223
1223
|
background:var(--surface-cta-surface-icon-pressed);
|
|
1224
1224
|
}
|
|
1225
|
-
.bp_date_picker_module_datePicker--
|
|
1225
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8:active *{
|
|
1226
1226
|
fill:var(--icon-cta-icon-pressed);
|
|
1227
1227
|
}
|
|
1228
|
-
.bp_date_picker_module_datePicker--
|
|
1228
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_group--6bcc8 .bp_date_picker_module_button--6bcc8:disabled{
|
|
1229
1229
|
opacity:1;
|
|
1230
1230
|
}
|
|
1231
|
-
.bp_date_picker_module_datePicker--
|
|
1231
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_popover--6bcc8{
|
|
1232
1232
|
box-shadow:var(--dropshadow-3);
|
|
1233
1233
|
overflow:auto;
|
|
1234
1234
|
}
|
|
1235
|
-
.bp_date_picker_module_datePicker--
|
|
1235
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_popover--6bcc8[data-placement=top]{
|
|
1236
1236
|
--popover-slide-translation:translateY($animationTranslateDistance);
|
|
1237
1237
|
}
|
|
1238
|
-
.bp_date_picker_module_datePicker--
|
|
1238
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_popover--6bcc8[data-placement=bottom]{
|
|
1239
1239
|
--popover-slide-translation:translateY(-8px);
|
|
1240
1240
|
}
|
|
1241
|
-
.bp_date_picker_module_datePicker--
|
|
1242
|
-
animation:bp_date_picker_module_slide--
|
|
1241
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_popover--6bcc8[data-entering]{
|
|
1242
|
+
animation:bp_date_picker_module_slide--6bcc8 var(--animation-duration-2);
|
|
1243
1243
|
}
|
|
1244
|
-
.bp_date_picker_module_datePicker--
|
|
1245
|
-
animation:bp_date_picker_module_slide--
|
|
1244
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_popover--6bcc8[data-exiting]{
|
|
1245
|
+
animation:bp_date_picker_module_slide--6bcc8 var(--animation-duration-2) reverse var(--animation-easing-ease-base);
|
|
1246
1246
|
}
|
|
1247
|
-
.bp_date_picker_module_datePicker--
|
|
1247
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_popoverContent--6bcc8{
|
|
1248
1248
|
z-index:380;
|
|
1249
1249
|
}
|
|
1250
|
-
.bp_date_picker_module_datePicker--
|
|
1250
|
+
.bp_date_picker_module_datePicker--6bcc8 .bp_date_picker_module_inlineError--6bcc8{
|
|
1251
1251
|
margin-block-start:var(--space-2);
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
|
-
@keyframes bp_date_picker_module_slide--
|
|
1254
|
+
@keyframes bp_date_picker_module_slide--6bcc8{
|
|
1255
1255
|
from{
|
|
1256
1256
|
opacity:0;
|
|
1257
1257
|
transform:var(--popover-slide-translation);
|
|
@@ -1261,7 +1261,7 @@
|
|
|
1261
1261
|
transform:translateY(0);
|
|
1262
1262
|
}
|
|
1263
1263
|
}
|
|
1264
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1264
|
+
.bp_base_grid_list_item_module_smallList--950e4{
|
|
1265
1265
|
box-sizing:border-box;
|
|
1266
1266
|
display:flex;
|
|
1267
1267
|
flex-direction:column;
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
padding:var(--space-1);
|
|
1273
1273
|
width:auto;
|
|
1274
1274
|
}
|
|
1275
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1275
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4{
|
|
1276
1276
|
--actions-opacity:0;
|
|
1277
1277
|
--thumbnail-size:var(--size-9);
|
|
1278
1278
|
--item-background:var(--surface-item-small-surface);
|
|
@@ -1291,11 +1291,11 @@
|
|
|
1291
1291
|
transform:translateZ(0);
|
|
1292
1292
|
width:auto;
|
|
1293
1293
|
}
|
|
1294
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1294
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4.bp_base_grid_list_item_module_loading--950e4{
|
|
1295
1295
|
grid-template-columns:var(--thumbnail-size) auto 0;
|
|
1296
1296
|
grid-template-rows:100% 0;
|
|
1297
1297
|
}
|
|
1298
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1298
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4{
|
|
1299
1299
|
align-items:center;
|
|
1300
1300
|
aspect-ratio:1;
|
|
1301
1301
|
display:flex;
|
|
@@ -1304,19 +1304,19 @@
|
|
|
1304
1304
|
overflow:hidden;
|
|
1305
1305
|
z-index:1;
|
|
1306
1306
|
}
|
|
1307
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1307
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4 img,.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4 svg{
|
|
1308
1308
|
height:100%;
|
|
1309
1309
|
object-fit:cover;
|
|
1310
1310
|
object-position:left;
|
|
1311
1311
|
width:100%;
|
|
1312
1312
|
}
|
|
1313
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1313
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4.bp_base_grid_list_item_module_customSize--950e4 img,.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4.bp_base_grid_list_item_module_customSize--950e4 svg{
|
|
1314
1314
|
height:unset;
|
|
1315
1315
|
max-height:100%;
|
|
1316
1316
|
max-width:100%;
|
|
1317
1317
|
width:unset;
|
|
1318
1318
|
}
|
|
1319
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1319
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_header--950e4{
|
|
1320
1320
|
color:var(--text-text-on-light);
|
|
1321
1321
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1322
1322
|
font-size:.875rem;
|
|
@@ -1327,11 +1327,11 @@
|
|
|
1327
1327
|
text-decoration:none;
|
|
1328
1328
|
text-transform:none;
|
|
1329
1329
|
}
|
|
1330
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1330
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_header--950e4.bp_base_grid_list_item_module_loading--950e4{
|
|
1331
1331
|
align-items:center;
|
|
1332
1332
|
display:flex;
|
|
1333
1333
|
}
|
|
1334
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1334
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_subtitle--950e4{
|
|
1335
1335
|
color:var(--text-text-on-light-secondary);
|
|
1336
1336
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1337
1337
|
font-size:.75rem;
|
|
@@ -1342,17 +1342,17 @@
|
|
|
1342
1342
|
text-decoration:none;
|
|
1343
1343
|
text-transform:none;
|
|
1344
1344
|
}
|
|
1345
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1345
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_header--950e4,.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_subtitle--950e4{
|
|
1346
1346
|
display:inline-block;
|
|
1347
1347
|
overflow:hidden;
|
|
1348
1348
|
text-overflow:ellipsis;
|
|
1349
1349
|
white-space:nowrap;
|
|
1350
1350
|
}
|
|
1351
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1351
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4:not(:has(.bp_base_grid_list_item_module_header--950e4)),.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4:not(:has(.bp_base_grid_list_item_module_subtitle--950e4)){
|
|
1352
1352
|
grid-template-rows:100% 0;
|
|
1353
1353
|
row-gap:0;
|
|
1354
1354
|
}
|
|
1355
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1355
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_actions--950e4{
|
|
1356
1356
|
align-items:center;
|
|
1357
1357
|
display:flex;
|
|
1358
1358
|
grid-area:actions;
|
|
@@ -1362,11 +1362,11 @@
|
|
|
1362
1362
|
padding-right:0;
|
|
1363
1363
|
}
|
|
1364
1364
|
@media (pointer: coarse){
|
|
1365
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1365
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_actions--950e4{
|
|
1366
1366
|
--actions-opacity:1;
|
|
1367
1367
|
}
|
|
1368
1368
|
}
|
|
1369
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1369
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_selection--950e4{
|
|
1370
1370
|
align-items:center;
|
|
1371
1371
|
background:var(--item-background);
|
|
1372
1372
|
border-radius:var(--radius-2);
|
|
@@ -1375,10 +1375,10 @@
|
|
|
1375
1375
|
justify-content:center;
|
|
1376
1376
|
width:var(--space-8);
|
|
1377
1377
|
}
|
|
1378
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1378
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_selection--950e4:hover{
|
|
1379
1379
|
background:var(--surface-cta-surface-icon-hover);
|
|
1380
1380
|
}
|
|
1381
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1381
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_inner--950e4{
|
|
1382
1382
|
align-items:center;
|
|
1383
1383
|
border-radius:var(--radius-2);
|
|
1384
1384
|
display:flex;
|
|
@@ -1386,18 +1386,18 @@
|
|
|
1386
1386
|
justify-content:flex-end;
|
|
1387
1387
|
margin-inline-end:var(--space-2);
|
|
1388
1388
|
}
|
|
1389
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1389
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_inner--950e4:last-child{
|
|
1390
1390
|
margin-inline-end:0;
|
|
1391
1391
|
}
|
|
1392
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1392
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_actionsCheckboxWrapper--950e4{
|
|
1393
1393
|
background:var(--item-hover);
|
|
1394
1394
|
display:flex;
|
|
1395
1395
|
}
|
|
1396
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1396
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4:hover,.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4[data-active-item],.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4[data-focus-visible],.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4[data-focused],.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4[data-hovered]{
|
|
1397
1397
|
--actions-opacity:1;
|
|
1398
1398
|
background:var(--item-hover);
|
|
1399
1399
|
}
|
|
1400
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1400
|
+
.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4[data-active-item]::before,.bp_base_grid_list_item_module_smallList--950e4 .bp_base_grid_list_item_module_smallListItem--950e4[data-focus-visible]::before{
|
|
1401
1401
|
--actions-opacity:1;
|
|
1402
1402
|
border-radius:.875rem;
|
|
1403
1403
|
content:"";
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
width:100%;
|
|
1412
1412
|
}
|
|
1413
1413
|
|
|
1414
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1414
|
+
.bp_base_grid_list_item_module_largeList--950e4{
|
|
1415
1415
|
box-sizing:border-box;
|
|
1416
1416
|
display:flex;
|
|
1417
1417
|
flex-direction:column;
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
overflow:auto;
|
|
1422
1422
|
padding:var(--space-1);
|
|
1423
1423
|
}
|
|
1424
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1424
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4{
|
|
1425
1425
|
--thumbnail-size:10rem;
|
|
1426
1426
|
--actions-opacity:0;
|
|
1427
1427
|
--item-background:var(--gray-white);
|
|
@@ -1438,18 +1438,18 @@
|
|
|
1438
1438
|
position:relative;
|
|
1439
1439
|
transform:translateZ(0);
|
|
1440
1440
|
}
|
|
1441
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1441
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4.bp_base_grid_list_item_module_loading--950e4{
|
|
1442
1442
|
grid-template-rows:1fr 1fr 1fr;
|
|
1443
1443
|
}
|
|
1444
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1444
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4:focus-within{
|
|
1445
1445
|
--actions-opacity:1;
|
|
1446
1446
|
}
|
|
1447
1447
|
@media (max-width: 374px){
|
|
1448
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1448
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4{
|
|
1449
1449
|
--thumbnail-size:7.5rem;
|
|
1450
1450
|
}
|
|
1451
1451
|
}
|
|
1452
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1452
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4{
|
|
1453
1453
|
aspect-ratio:4/3;
|
|
1454
1454
|
border:var(--border-1) solid var(--gray-10);
|
|
1455
1455
|
border-radius:var(--radius-3);
|
|
@@ -1457,24 +1457,24 @@
|
|
|
1457
1457
|
overflow:hidden;
|
|
1458
1458
|
z-index:1;
|
|
1459
1459
|
}
|
|
1460
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1460
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4 img{
|
|
1461
1461
|
height:100%;
|
|
1462
1462
|
object-fit:cover;
|
|
1463
1463
|
object-position:left;
|
|
1464
1464
|
width:100%;
|
|
1465
1465
|
}
|
|
1466
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1466
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4.bp_base_grid_list_item_module_loading--950e4{
|
|
1467
1467
|
border:none;
|
|
1468
1468
|
}
|
|
1469
1469
|
@media (max-width: 374px){
|
|
1470
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1470
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4{
|
|
1471
1471
|
aspect-ratio:1/1;
|
|
1472
1472
|
}
|
|
1473
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1473
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4 img{
|
|
1474
1474
|
object-fit:contain;
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1477
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_actions--950e4{
|
|
1478
1478
|
align-items:center;
|
|
1479
1479
|
display:flex;
|
|
1480
1480
|
height:var(--space-6);
|
|
@@ -1486,11 +1486,11 @@
|
|
|
1486
1486
|
top:.875rem;
|
|
1487
1487
|
}
|
|
1488
1488
|
@media (pointer: coarse){
|
|
1489
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1489
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_actions--950e4{
|
|
1490
1490
|
--actions-opacity:1;
|
|
1491
1491
|
}
|
|
1492
1492
|
}
|
|
1493
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1493
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_selection--950e4{
|
|
1494
1494
|
align-items:center;
|
|
1495
1495
|
background:var(--item-background);
|
|
1496
1496
|
border-radius:var(--radius-2);
|
|
@@ -1499,15 +1499,15 @@
|
|
|
1499
1499
|
justify-content:center;
|
|
1500
1500
|
width:var(--space-8);
|
|
1501
1501
|
}
|
|
1502
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1502
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_selection--950e4:hover{
|
|
1503
1503
|
background:var(--surface-cta-surface-icon-hover);
|
|
1504
1504
|
}
|
|
1505
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1505
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_fade--950e4{
|
|
1506
1506
|
align-self:stretch;
|
|
1507
1507
|
background:linear-gradient(270deg, #fff 0, #fff0 100%);
|
|
1508
1508
|
width:var(--size-8);
|
|
1509
1509
|
}
|
|
1510
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1510
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_inner--950e4{
|
|
1511
1511
|
align-items:center;
|
|
1512
1512
|
background:var(--item-background);
|
|
1513
1513
|
border-radius:var(--radius-2);
|
|
@@ -1516,14 +1516,14 @@
|
|
|
1516
1516
|
justify-content:flex-end;
|
|
1517
1517
|
margin-inline-end:var(--space-2);
|
|
1518
1518
|
}
|
|
1519
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1519
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_inner--950e4:last-child{
|
|
1520
1520
|
margin-inline-end:0;
|
|
1521
1521
|
}
|
|
1522
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1522
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_actionsCheckboxWrapper--950e4{
|
|
1523
1523
|
background:var(--item-background);
|
|
1524
1524
|
display:flex;
|
|
1525
1525
|
}
|
|
1526
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1526
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_header--950e4{
|
|
1527
1527
|
align-items:center;
|
|
1528
1528
|
color:var(--text-text-on-light);
|
|
1529
1529
|
display:inline-flex;
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
text-transform:none;
|
|
1541
1541
|
white-space:nowrap;
|
|
1542
1542
|
}
|
|
1543
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1543
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_subtitle--950e4{
|
|
1544
1544
|
align-items:center;
|
|
1545
1545
|
color:var(--text-text-on-light-secondary);
|
|
1546
1546
|
display:flex;
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
text-transform:none;
|
|
1556
1556
|
white-space:nowrap;
|
|
1557
1557
|
}
|
|
1558
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1558
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_description--950e4{
|
|
1559
1559
|
-webkit-box-orient:vertical;
|
|
1560
1560
|
-webkit-line-clamp:3;
|
|
1561
1561
|
color:var(--text-text-on-light);
|
|
@@ -1573,13 +1573,13 @@
|
|
|
1573
1573
|
text-decoration:none;
|
|
1574
1574
|
text-transform:none;
|
|
1575
1575
|
}
|
|
1576
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1576
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_snippet--950e4{
|
|
1577
1577
|
grid-area:description;
|
|
1578
1578
|
margin:0;
|
|
1579
1579
|
margin-block-end:var(--space-1);
|
|
1580
1580
|
margin-block-start:var(--space-3);
|
|
1581
1581
|
}
|
|
1582
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1582
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4 .bp_base_grid_list_item_module_snippet--950e4 .bp_base_grid_list_item_module_snippetContent--950e4{
|
|
1583
1583
|
-webkit-box-orient:vertical;
|
|
1584
1584
|
-webkit-line-clamp:2;
|
|
1585
1585
|
border:0 0 0 var(--space-05);
|
|
@@ -1598,12 +1598,12 @@
|
|
|
1598
1598
|
text-decoration:none;
|
|
1599
1599
|
text-transform:none;
|
|
1600
1600
|
}
|
|
1601
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1601
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4:hover,.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[data-active-item],.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[data-focus-visible],.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[data-focused],.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[data-hovered]{
|
|
1602
1602
|
--actions-opacity:1;
|
|
1603
1603
|
box-shadow:var(--dropshadow-2);
|
|
1604
1604
|
outline:var(--border-1) solid var(--border-card-border);
|
|
1605
1605
|
}
|
|
1606
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1606
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[data-active-item]::before,.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[data-focus-visible]::before{
|
|
1607
1607
|
border-radius:.875rem;
|
|
1608
1608
|
content:"";
|
|
1609
1609
|
display:block;
|
|
@@ -1615,31 +1615,31 @@
|
|
|
1615
1615
|
top:0;
|
|
1616
1616
|
width:100%;
|
|
1617
1617
|
}
|
|
1618
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1618
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[aria-selected=true]{
|
|
1619
1619
|
--actions-opacity:1;
|
|
1620
1620
|
--item-background:var(--box-blue-05);
|
|
1621
1621
|
outline:var(--border-2) solid var(--border-card-border-focus);
|
|
1622
1622
|
z-index:2;
|
|
1623
1623
|
}
|
|
1624
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1624
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[aria-selected=true] .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_fade--950e4{
|
|
1625
1625
|
background:linear-gradient(270deg, #f2f7fd 0, #f2f7fd00 100%);
|
|
1626
1626
|
}
|
|
1627
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1627
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused]) .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_inner--950e4{
|
|
1628
1628
|
display:none;
|
|
1629
1629
|
}
|
|
1630
1630
|
@supports selector(:has(.foo)){
|
|
1631
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1631
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[aria-selected=true]:has(+ .bp_base_grid_list_item_module_react-aria-DropIndicator--950e4 + [aria-selected=true]),.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[aria-selected=true]:has(+ [aria-selected=true]){
|
|
1632
1632
|
border-end-end-radius:0;
|
|
1633
1633
|
border-end-start-radius:0;
|
|
1634
1634
|
}
|
|
1635
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1635
|
+
.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[aria-selected=true] + .bp_base_grid_list_item_module_react-aria-DropIndicator--950e4 + [aria-selected=true],.bp_base_grid_list_item_module_largeList--950e4 .bp_base_grid_list_item_module_largeListItem--950e4[aria-selected=true] + [aria-selected=true]{
|
|
1636
1636
|
border-start-end-radius:0;
|
|
1637
1637
|
border-start-start-radius:0;
|
|
1638
1638
|
border-top:none;
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
1641
1641
|
|
|
1642
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1642
|
+
.bp_base_grid_list_item_module_gridList--950e4{
|
|
1643
1643
|
box-sizing:border-box;
|
|
1644
1644
|
display:grid;
|
|
1645
1645
|
gap:var(--space-2);
|
|
@@ -1649,7 +1649,7 @@
|
|
|
1649
1649
|
overflow:auto;
|
|
1650
1650
|
padding:var(--space-1);
|
|
1651
1651
|
}
|
|
1652
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1652
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4{
|
|
1653
1653
|
--actions-opacity:0;
|
|
1654
1654
|
--item-background:var(--gray-white);
|
|
1655
1655
|
--row-gap:var(--space-2);
|
|
@@ -1667,15 +1667,15 @@
|
|
|
1667
1667
|
row-gap:var(--row-gap);
|
|
1668
1668
|
transform:translateZ(0);
|
|
1669
1669
|
}
|
|
1670
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1670
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4:focus-within{
|
|
1671
1671
|
--actions-opacity:1;
|
|
1672
1672
|
}
|
|
1673
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1673
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_statusPin--950e4{
|
|
1674
1674
|
left:var(--space-3);
|
|
1675
1675
|
position:absolute;
|
|
1676
1676
|
top:var(--space-3);
|
|
1677
1677
|
}
|
|
1678
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1678
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4{
|
|
1679
1679
|
aspect-ratio:4/3;
|
|
1680
1680
|
background:var(--gray-white);
|
|
1681
1681
|
border:var(--border-1) solid var(--border-gridthumbnail-border);
|
|
@@ -1683,25 +1683,25 @@
|
|
|
1683
1683
|
grid-area:thumbnail;
|
|
1684
1684
|
overflow:hidden;
|
|
1685
1685
|
}
|
|
1686
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1686
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4 img{
|
|
1687
1687
|
height:100%;
|
|
1688
1688
|
object-fit:contain;
|
|
1689
1689
|
width:100%;
|
|
1690
1690
|
}
|
|
1691
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1691
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4.bp_base_grid_list_item_module_loading--950e4{
|
|
1692
1692
|
border:none;
|
|
1693
1693
|
}
|
|
1694
1694
|
@media (pointer: coarse){
|
|
1695
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1695
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_thumbnail--950e4{
|
|
1696
1696
|
margin-block-end:var(--space-1);
|
|
1697
1697
|
}
|
|
1698
1698
|
}
|
|
1699
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1699
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_actions--950e4{
|
|
1700
1700
|
grid-area:subtitle;
|
|
1701
1701
|
margin-block-start:-.25rem;
|
|
1702
1702
|
opacity:var(--actions-opacity);
|
|
1703
1703
|
}
|
|
1704
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1704
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_selection--950e4{
|
|
1705
1705
|
align-items:center;
|
|
1706
1706
|
border-radius:var(--radius-2);
|
|
1707
1707
|
display:flex;
|
|
@@ -1712,10 +1712,10 @@
|
|
|
1712
1712
|
top:var(--space-2);
|
|
1713
1713
|
width:var(--space-8);
|
|
1714
1714
|
}
|
|
1715
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1715
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_selection--950e4:hover{
|
|
1716
1716
|
background:var(--surface-cta-surface-icon-hover);
|
|
1717
1717
|
}
|
|
1718
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1718
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_inner--950e4{
|
|
1719
1719
|
align-items:center;
|
|
1720
1720
|
background:var(--item-background);
|
|
1721
1721
|
border-radius:var(--radius-2);
|
|
@@ -1724,12 +1724,12 @@
|
|
|
1724
1724
|
justify-content:center;
|
|
1725
1725
|
}
|
|
1726
1726
|
@media (pointer: coarse){
|
|
1727
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1727
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_actions--950e4{
|
|
1728
1728
|
grid-area:actions;
|
|
1729
1729
|
margin-block-start:0;
|
|
1730
1730
|
}
|
|
1731
1731
|
}
|
|
1732
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1732
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_header--950e4{
|
|
1733
1733
|
-webkit-box-orient:vertical;
|
|
1734
1734
|
-webkit-line-clamp:2;
|
|
1735
1735
|
color:var(--text-text-on-light);
|
|
@@ -1746,11 +1746,11 @@
|
|
|
1746
1746
|
text-decoration:none;
|
|
1747
1747
|
text-transform:none;
|
|
1748
1748
|
}
|
|
1749
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1749
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_header--950e4.bp_base_grid_list_item_module_loading--950e4{
|
|
1750
1750
|
align-items:center;
|
|
1751
1751
|
display:flex;
|
|
1752
1752
|
}
|
|
1753
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1753
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_subtitle--950e4{
|
|
1754
1754
|
color:var(--text-text-on-light-secondary);
|
|
1755
1755
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1756
1756
|
font-size:.75rem;
|
|
@@ -1766,15 +1766,15 @@
|
|
|
1766
1766
|
text-transform:none;
|
|
1767
1767
|
white-space:nowrap;
|
|
1768
1768
|
}
|
|
1769
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1769
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4 .bp_base_grid_list_item_module_subtitle--950e4.bp_base_grid_list_item_module_loading--950e4{
|
|
1770
1770
|
height:1.25rem;
|
|
1771
1771
|
}
|
|
1772
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1772
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4.bp_base_grid_list_item_module_isItemInteracted--950e4,.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4:hover,.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[data-active-item],.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[data-focus-visible],.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[data-focused],.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[data-hovered]{
|
|
1773
1773
|
--actions-opacity:1;
|
|
1774
1774
|
box-shadow:var(--dropshadow-2);
|
|
1775
1775
|
outline:var(--border-1) solid var(--border-card-border);
|
|
1776
1776
|
}
|
|
1777
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1777
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[data-active-item]::before,.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[data-focus-visible]::before{
|
|
1778
1778
|
border-radius:var(--radius-3);
|
|
1779
1779
|
content:"";
|
|
1780
1780
|
display:block;
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
top:0;
|
|
1787
1787
|
width:100%;
|
|
1788
1788
|
}
|
|
1789
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1789
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[data-active-item]::after,.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[data-focus-visible]::after{
|
|
1790
1790
|
border-radius:var(--radius-3);
|
|
1791
1791
|
content:"";
|
|
1792
1792
|
display:block;
|
|
@@ -1798,16 +1798,16 @@
|
|
|
1798
1798
|
top:0;
|
|
1799
1799
|
width:100%;
|
|
1800
1800
|
}
|
|
1801
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1801
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[aria-selected=true]{
|
|
1802
1802
|
--actions-opacity:1;
|
|
1803
1803
|
--item-background:var(--box-blue-05);
|
|
1804
1804
|
outline:var(--border-2) solid var(--border-card-border-focus);
|
|
1805
1805
|
}
|
|
1806
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1806
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused], .bp_base_grid_list_item_module_isItemInteracted--950e4) .bp_base_grid_list_item_module_actions--950e4 .bp_base_grid_list_item_module_inner--950e4{
|
|
1807
1807
|
opacity:0;
|
|
1808
1808
|
}
|
|
1809
1809
|
@media (pointer: coarse){
|
|
1810
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1810
|
+
.bp_base_grid_list_item_module_gridList--950e4 .bp_base_grid_list_item_module_gridListItem--950e4{
|
|
1811
1811
|
--row-gap:var(--space-1);
|
|
1812
1812
|
--actions-opacity:1;
|
|
1813
1813
|
grid-template-areas:"thumbnail" "head" "subtitle" "actions";
|
|
@@ -1815,7 +1815,7 @@
|
|
|
1815
1815
|
}
|
|
1816
1816
|
}
|
|
1817
1817
|
|
|
1818
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1818
|
+
.bp_base_grid_list_item_module_tooltipContent--950e4{
|
|
1819
1819
|
background-color:var(--surface-tooltip-surface);
|
|
1820
1820
|
border:var(--border-1) solid var(--surface-tooltip-surface);
|
|
1821
1821
|
border-radius:var(--radius-1);
|
|
@@ -1833,28 +1833,28 @@
|
|
|
1833
1833
|
word-break:break-word;
|
|
1834
1834
|
z-index:2147483647;
|
|
1835
1835
|
}
|
|
1836
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1836
|
+
.bp_base_grid_list_item_module_tooltipContent--950e4 .bp_base_grid_list_item_module_tooltipArrow--950e4 svg{
|
|
1837
1837
|
display:block;
|
|
1838
1838
|
height:.5rem;
|
|
1839
1839
|
width:1rem;
|
|
1840
1840
|
}
|
|
1841
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1841
|
+
.bp_base_grid_list_item_module_tooltipContent--950e4[data-placement=top]{
|
|
1842
1842
|
margin-block-end:var(--space-2);
|
|
1843
1843
|
}
|
|
1844
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1844
|
+
.bp_base_grid_list_item_module_tooltipContent--950e4[data-placement=top] .bp_base_grid_list_item_module_tooltipArrow--950e4 svg{
|
|
1845
1845
|
transform:rotate(180deg);
|
|
1846
1846
|
}
|
|
1847
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1847
|
+
.bp_base_grid_list_item_module_tooltipContent--950e4[data-placement=bottom]{
|
|
1848
1848
|
margin-block-start:var(--space-2);
|
|
1849
1849
|
}
|
|
1850
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1850
|
+
.bp_base_grid_list_item_module_tooltipContent--950e4[data-placement=right]{
|
|
1851
1851
|
margin-inline-start:var(--space-2);
|
|
1852
1852
|
}
|
|
1853
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1853
|
+
.bp_base_grid_list_item_module_tooltipContent--950e4[data-placement=left]{
|
|
1854
1854
|
margin-inline-end:var(--space-2);
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
|
-
.bp_base_grid_list_item_module_staticList--
|
|
1857
|
+
.bp_base_grid_list_item_module_staticList--950e4 .bp_base_grid_list_item_module_staticListItem--950e4{
|
|
1858
1858
|
display:contents;
|
|
1859
1859
|
}
|
|
1860
1860
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -1898,7 +1898,7 @@
|
|
|
1898
1898
|
.bp_list_checkbox_module_checkbox--d79fa[data-disabled]{
|
|
1899
1899
|
opacity:.4;
|
|
1900
1900
|
}
|
|
1901
|
-
.bp_tooltip_module_content--
|
|
1901
|
+
.bp_tooltip_module_content--3d830{
|
|
1902
1902
|
border-radius:var(--radius-1);
|
|
1903
1903
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1904
1904
|
font-size:.875rem;
|
|
@@ -1913,18 +1913,18 @@
|
|
|
1913
1913
|
word-break:break-word;
|
|
1914
1914
|
z-index:2147483647;
|
|
1915
1915
|
}
|
|
1916
|
-
.bp_tooltip_module_content--
|
|
1916
|
+
.bp_tooltip_module_content--3d830.bp_tooltip_module_standard--3d830{
|
|
1917
1917
|
background-color:var(--surface-tooltip-surface);
|
|
1918
1918
|
border:var(--border-1) solid var(--surface-tooltip-surface);
|
|
1919
1919
|
color:var(--text-text-on-dark);
|
|
1920
1920
|
}
|
|
1921
|
-
.bp_tooltip_module_content--
|
|
1921
|
+
.bp_tooltip_module_content--3d830.bp_tooltip_module_error--3d830{
|
|
1922
1922
|
background-color:var(--surface-tooltip-surface-error);
|
|
1923
1923
|
border:var(--border-1) solid var(--border-tooltip-border-error);
|
|
1924
1924
|
color:var(--text-text-on-light);
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
|
-
.bp_tooltip_module_arrow--
|
|
1927
|
+
.bp_tooltip_module_arrow--3d830{
|
|
1928
1928
|
border-left:8.7px solid #0000;
|
|
1929
1929
|
border-right:8.7px solid #0000;
|
|
1930
1930
|
border-top:8.7px solid var(--surface-tooltip-surface);
|
|
@@ -1932,10 +1932,10 @@
|
|
|
1932
1932
|
height:0;
|
|
1933
1933
|
width:0;
|
|
1934
1934
|
}
|
|
1935
|
-
.bp_tooltip_module_arrow--
|
|
1935
|
+
.bp_tooltip_module_arrow--3d830.bp_tooltip_module_error--3d830{
|
|
1936
1936
|
border-top-color:var(--border-tooltip-border-error);
|
|
1937
1937
|
}
|
|
1938
|
-
.bp_tooltip_module_arrow--
|
|
1938
|
+
.bp_tooltip_module_arrow--3d830.bp_tooltip_module_error--3d830::after{
|
|
1939
1939
|
border-left:7.7px solid #0000;
|
|
1940
1940
|
border-right:7.7px solid #0000;
|
|
1941
1941
|
border-top:7.7px solid var(--surface-tooltip-surface-error);
|
|
@@ -1947,17 +1947,17 @@
|
|
|
1947
1947
|
width:0;
|
|
1948
1948
|
}
|
|
1949
1949
|
|
|
1950
|
-
.bp_search_term_string_module_searchTerm--
|
|
1950
|
+
.bp_search_term_string_module_searchTerm--47f86{
|
|
1951
1951
|
background-color:var(--surface-text-highlight-surface);
|
|
1952
1952
|
color:inherit;
|
|
1953
1953
|
font-weight:bold;
|
|
1954
1954
|
}
|
|
1955
1955
|
|
|
1956
|
-
.bp_search_term_string_module_searchTermString--
|
|
1956
|
+
.bp_search_term_string_module_searchTermString--47f86{
|
|
1957
1957
|
display:inline;
|
|
1958
1958
|
}
|
|
1959
1959
|
|
|
1960
|
-
.bp_dropdown_menu_module_content--
|
|
1960
|
+
.bp_dropdown_menu_module_content--28837{
|
|
1961
1961
|
background-color:var(--surface-menu-surface);
|
|
1962
1962
|
border:var(--border-1) solid var(--border-card-border);
|
|
1963
1963
|
border-radius:var(--radius-3);
|
|
@@ -1979,13 +1979,13 @@
|
|
|
1979
1979
|
z-index:2147483647;
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
1982
|
+
.bp_dropdown_menu_module_ellipsis--28837{
|
|
1983
1983
|
overflow:hidden;
|
|
1984
1984
|
text-overflow:ellipsis;
|
|
1985
1985
|
white-space:nowrap;
|
|
1986
1986
|
}
|
|
1987
1987
|
|
|
1988
|
-
.bp_dropdown_menu_module_checkmark--
|
|
1988
|
+
.bp_dropdown_menu_module_checkmark--28837{
|
|
1989
1989
|
align-items:center;
|
|
1990
1990
|
display:inline-flex;
|
|
1991
1991
|
justify-content:center;
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
position:absolute;
|
|
1994
1994
|
}
|
|
1995
1995
|
|
|
1996
|
-
.bp_dropdown_menu_module_item--
|
|
1996
|
+
.bp_dropdown_menu_module_item--28837,.bp_dropdown_menu_module_subMenuTrigger--28837{
|
|
1997
1997
|
align-items:center;
|
|
1998
1998
|
border:var(--border-2) solid #0000;
|
|
1999
1999
|
border-radius:var(--radius-3);
|
|
@@ -2005,34 +2005,34 @@
|
|
|
2005
2005
|
-webkit-user-select:none;
|
|
2006
2006
|
user-select:none;
|
|
2007
2007
|
}
|
|
2008
|
-
.bp_dropdown_menu_module_item--
|
|
2008
|
+
.bp_dropdown_menu_module_item--28837[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--28837[data-disabled]{
|
|
2009
2009
|
opacity:60%;
|
|
2010
2010
|
pointer-events:none;
|
|
2011
2011
|
}
|
|
2012
|
-
.bp_dropdown_menu_module_item--
|
|
2012
|
+
.bp_dropdown_menu_module_item--28837[data-highlighted]:not(:hover),.bp_dropdown_menu_module_subMenuTrigger--28837[data-highlighted]:not(:hover){
|
|
2013
2013
|
background-color:var(--surface-menu-surface-hover);
|
|
2014
2014
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
2015
2015
|
}
|
|
2016
|
-
.bp_dropdown_menu_module_item--
|
|
2016
|
+
.bp_dropdown_menu_module_item--28837:hover,.bp_dropdown_menu_module_item--28837[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--28837:hover,.bp_dropdown_menu_module_subMenuTrigger--28837[data-state=open]{
|
|
2017
2017
|
background-color:var(--surface-menu-surface-hover);
|
|
2018
2018
|
}
|
|
2019
|
-
.bp_dropdown_menu_module_item--
|
|
2019
|
+
.bp_dropdown_menu_module_item--28837.bp_dropdown_menu_module_checkboxItem--28837,.bp_dropdown_menu_module_item--28837.bp_dropdown_menu_module_radioItem--28837,.bp_dropdown_menu_module_subMenuTrigger--28837.bp_dropdown_menu_module_checkboxItem--28837,.bp_dropdown_menu_module_subMenuTrigger--28837.bp_dropdown_menu_module_radioItem--28837{
|
|
2020
2020
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
2021
2021
|
}
|
|
2022
2022
|
|
|
2023
|
-
.bp_dropdown_menu_module_dropdownMenuItemSeparator--
|
|
2023
|
+
.bp_dropdown_menu_module_dropdownMenuItemSeparator--28837{
|
|
2024
2024
|
background-color:var(--border-divider-border);
|
|
2025
2025
|
flex-shrink:0;
|
|
2026
2026
|
height:var(--border-1);
|
|
2027
2027
|
margin-block:var(--space-2);
|
|
2028
2028
|
}
|
|
2029
2029
|
|
|
2030
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2030
|
+
.bp_menu_item_sections_module_menuItemMainContent--29a3c{
|
|
2031
2031
|
display:flex;
|
|
2032
2032
|
flex:1;
|
|
2033
2033
|
flex-direction:column;
|
|
2034
2034
|
}
|
|
2035
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2035
|
+
.bp_menu_item_sections_module_menuItemMainContent--29a3c .bp_menu_item_sections_module_label--29a3c{
|
|
2036
2036
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2037
2037
|
font-size:.875rem;
|
|
2038
2038
|
font-weight:400;
|
|
@@ -2041,7 +2041,7 @@
|
|
|
2041
2041
|
text-decoration:none;
|
|
2042
2042
|
text-transform:none;
|
|
2043
2043
|
}
|
|
2044
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2044
|
+
.bp_menu_item_sections_module_menuItemMainContent--29a3c .bp_menu_item_sections_module_label--29a3c.bp_menu_item_sections_module_bold--29a3c{
|
|
2045
2045
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2046
2046
|
font-size:.875rem;
|
|
2047
2047
|
font-weight:700;
|
|
@@ -2050,11 +2050,11 @@
|
|
|
2050
2050
|
text-decoration:none;
|
|
2051
2051
|
text-transform:none;
|
|
2052
2052
|
}
|
|
2053
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2053
|
+
.bp_menu_item_sections_module_menuItemMainContent--29a3c .bp_menu_item_sections_module_description--29a3c{
|
|
2054
2054
|
color:var(--text-text-on-light-secondary);
|
|
2055
2055
|
}
|
|
2056
2056
|
|
|
2057
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2057
|
+
.bp_menu_item_sections_module_menuItemMainContent--29a3c .bp_menu_item_sections_module_description--29a3c,.bp_menu_item_sections_module_menuItemSideContent--29a3c{
|
|
2058
2058
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2059
2059
|
font-size:.875rem;
|
|
2060
2060
|
font-weight:400;
|
|
@@ -2064,15 +2064,15 @@
|
|
|
2064
2064
|
text-transform:none;
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
2067
|
-
.bp_menu_item_sections_module_menuItemSideContent--
|
|
2067
|
+
.bp_menu_item_sections_module_menuItemSideContent--29a3c{
|
|
2068
2068
|
align-items:center;
|
|
2069
2069
|
display:flex;
|
|
2070
2070
|
}
|
|
2071
|
-
.bp_menu_item_sections_module_menuItemSideContent--
|
|
2071
|
+
.bp_menu_item_sections_module_menuItemSideContent--29a3c.bp_menu_item_sections_module_textOnLightSecondary--29a3c{
|
|
2072
2072
|
color:var(--text-text-on-light-secondary);
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
|
-
.bp_link_module_link--
|
|
2075
|
+
.bp_link_module_link--5cd8d{
|
|
2076
2076
|
color:var(--text-cta-link);
|
|
2077
2077
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2078
2078
|
font-size:.875rem;
|
|
@@ -2082,32 +2082,32 @@
|
|
|
2082
2082
|
text-decoration:underline;
|
|
2083
2083
|
text-transform:none;
|
|
2084
2084
|
}
|
|
2085
|
-
.bp_link_module_link--
|
|
2085
|
+
.bp_link_module_link--5cd8d:hover{
|
|
2086
2086
|
color:var(--text-cta-link-hover);
|
|
2087
2087
|
}
|
|
2088
|
-
.bp_link_module_link--
|
|
2088
|
+
.bp_link_module_link--5cd8d:active{
|
|
2089
2089
|
color:var(--text-cta-link-pressed);
|
|
2090
2090
|
}
|
|
2091
|
-
.bp_link_module_link--
|
|
2091
|
+
.bp_link_module_link--5cd8d:focus-visible{
|
|
2092
2092
|
border-radius:var(--radius-05);
|
|
2093
2093
|
color:var(--text-cta-link-hover);
|
|
2094
2094
|
}
|
|
2095
|
-
.bp_link_module_link--
|
|
2095
|
+
.bp_link_module_link--5cd8d:focus-visible:focus-visible{
|
|
2096
2096
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2097
2097
|
outline:none;
|
|
2098
2098
|
overflow:visible;
|
|
2099
2099
|
}
|
|
2100
|
-
.bp_link_module_link--
|
|
2100
|
+
.bp_link_module_link--5cd8d:focus-visible:active{
|
|
2101
2101
|
color:var(--text-cta-link-pressed);
|
|
2102
2102
|
}
|
|
2103
|
-
.bp_link_module_link--
|
|
2103
|
+
.bp_link_module_link--5cd8d.bp_link_module_inheritFont--5cd8d{
|
|
2104
2104
|
font:inherit;
|
|
2105
2105
|
}
|
|
2106
|
-
.bp_link_module_link--
|
|
2106
|
+
.bp_link_module_link--5cd8d.bp_link_module_standalone--5cd8d{
|
|
2107
2107
|
text-decoration:none;
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
2110
|
-
.bp_navigation_menu_module_link--
|
|
2110
|
+
.bp_navigation_menu_module_link--87e8c{
|
|
2111
2111
|
color:var(--text-text-on-light);
|
|
2112
2112
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2113
2113
|
font-size:.875rem;
|
|
@@ -2117,22 +2117,22 @@
|
|
|
2117
2117
|
text-decoration:none;
|
|
2118
2118
|
text-transform:none;
|
|
2119
2119
|
}
|
|
2120
|
-
.bp_navigation_menu_module_link--
|
|
2120
|
+
.bp_navigation_menu_module_link--87e8c:hover{
|
|
2121
2121
|
color:var(--text-text-on-light);
|
|
2122
2122
|
}
|
|
2123
|
-
.bp_navigation_menu_module_link--
|
|
2123
|
+
.bp_navigation_menu_module_link--87e8c.bp_navigation_menu_module_ellipsis--87e8c{
|
|
2124
2124
|
overflow:hidden;
|
|
2125
2125
|
text-overflow:ellipsis;
|
|
2126
2126
|
white-space:nowrap;
|
|
2127
2127
|
}
|
|
2128
2128
|
|
|
2129
|
-
.bp_text_input_module_textInputContainer--
|
|
2129
|
+
.bp_text_input_module_textInputContainer--e321f{
|
|
2130
2130
|
display:flex;
|
|
2131
2131
|
flex-direction:column;
|
|
2132
2132
|
font-weight:400;
|
|
2133
2133
|
position:relative;
|
|
2134
2134
|
}
|
|
2135
|
-
.bp_text_input_module_textInputContainer--
|
|
2135
|
+
.bp_text_input_module_textInputContainer--e321f,.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_label--e321f{
|
|
2136
2136
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2137
2137
|
font-size:.875rem;
|
|
2138
2138
|
letter-spacing:.01875rem;
|
|
@@ -2140,17 +2140,17 @@
|
|
|
2140
2140
|
text-decoration:none;
|
|
2141
2141
|
text-transform:none;
|
|
2142
2142
|
}
|
|
2143
|
-
.bp_text_input_module_textInputContainer--
|
|
2143
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_label--e321f{
|
|
2144
2144
|
color:#222;
|
|
2145
2145
|
flex:0 0 fit-content;
|
|
2146
2146
|
font-weight:700;
|
|
2147
2147
|
width:-moz-fit-content;
|
|
2148
2148
|
width:fit-content;
|
|
2149
2149
|
}
|
|
2150
|
-
.bp_text_input_module_textInputContainer--
|
|
2150
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_label--e321f:not(.bp_text_input_module_hidden--e321f){
|
|
2151
2151
|
margin-block-end:var(--space-2);
|
|
2152
2152
|
}
|
|
2153
|
-
.bp_text_input_module_textInputContainer--
|
|
2153
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f{
|
|
2154
2154
|
background:#fff;
|
|
2155
2155
|
border:.0625rem solid #909090;
|
|
2156
2156
|
border-radius:.375rem;
|
|
@@ -2169,45 +2169,45 @@
|
|
|
2169
2169
|
text-transform:none;
|
|
2170
2170
|
width:unset;
|
|
2171
2171
|
}
|
|
2172
|
-
.bp_text_input_module_textInputContainer--
|
|
2172
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f:hover{
|
|
2173
2173
|
box-shadow:var(--innershadow-1);
|
|
2174
2174
|
}
|
|
2175
|
-
.bp_text_input_module_textInputContainer--
|
|
2175
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f::placeholder{
|
|
2176
2176
|
color:#6f6f6f;
|
|
2177
2177
|
opacity:1;
|
|
2178
2178
|
}
|
|
2179
|
-
.bp_text_input_module_textInputContainer--
|
|
2179
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f.bp_text_input_module_error--e321f{
|
|
2180
2180
|
background:#fff;
|
|
2181
2181
|
border:.125rem solid #ed3757;
|
|
2182
2182
|
outline:0;
|
|
2183
2183
|
padding-inline-start:.6875rem;
|
|
2184
2184
|
}
|
|
2185
|
-
.bp_text_input_module_textInputContainer--
|
|
2185
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f:disabled{
|
|
2186
2186
|
background:var(--surface-input-surface);
|
|
2187
2187
|
border-color:var(--border-input-border);
|
|
2188
2188
|
box-shadow:var(--innershadow-1);
|
|
2189
2189
|
color:var(--text-text-on-light);
|
|
2190
2190
|
}
|
|
2191
|
-
.bp_text_input_module_textInputContainer--
|
|
2191
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f:disabled:hover{
|
|
2192
2192
|
border-color:var(--border-input-border);
|
|
2193
2193
|
}
|
|
2194
|
-
.bp_text_input_module_textInputContainer--
|
|
2194
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f:focus-visible{
|
|
2195
2195
|
background:#fff;
|
|
2196
2196
|
border:.125rem solid #2486fc;
|
|
2197
2197
|
outline:0;
|
|
2198
2198
|
padding-inline-start:.6875rem;
|
|
2199
2199
|
}
|
|
2200
|
-
.bp_text_input_module_textInputContainer--
|
|
2200
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f:focus-visible:not(.bp_text_input_module_loading--e321f){
|
|
2201
2201
|
padding-inline:.6875rem;
|
|
2202
2202
|
}
|
|
2203
|
-
.bp_text_input_module_textInputContainer--
|
|
2203
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f:not(:disabled):not(:focus-visible):not(.bp_text_input_module_error--e321f):hover{
|
|
2204
2204
|
background:#fff;
|
|
2205
2205
|
border:.0625rem solid #6f6f6f;
|
|
2206
2206
|
}
|
|
2207
|
-
.bp_text_input_module_textInputContainer--
|
|
2207
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_textInput--e321f.bp_text_input_module_loading--e321f{
|
|
2208
2208
|
padding-inline-end:1.875rem;
|
|
2209
2209
|
}
|
|
2210
|
-
.bp_text_input_module_textInputContainer--
|
|
2210
|
+
.bp_text_input_module_textInputContainer--e321f .bp_text_input_module_loadingIndicator--e321f{
|
|
2211
2211
|
display:inline-block;
|
|
2212
2212
|
height:1.5rem;
|
|
2213
2213
|
inset-block-end:.375rem;
|
|
@@ -2216,28 +2216,28 @@
|
|
|
2216
2216
|
position:absolute;
|
|
2217
2217
|
width:1.5rem;
|
|
2218
2218
|
}
|
|
2219
|
-
.bp_text_input_module_textInputContainer--
|
|
2219
|
+
.bp_text_input_module_textInputContainer--e321f.bp_text_input_module_disabled--e321f{
|
|
2220
2220
|
opacity:60%;
|
|
2221
2221
|
}
|
|
2222
2222
|
|
|
2223
|
-
.bp_text_input_module_inlineError--
|
|
2223
|
+
.bp_text_input_module_inlineError--e321f{
|
|
2224
2224
|
margin-block-start:var(--space-2);
|
|
2225
2225
|
}
|
|
2226
2226
|
|
|
2227
|
-
.bp_card_module_card--
|
|
2227
|
+
.bp_card_module_card--990f3{
|
|
2228
2228
|
background:var(--surface-card-surface);
|
|
2229
2229
|
border:var(--border-1) solid var(--border-card-border);
|
|
2230
2230
|
border-radius:var(--radius-4);
|
|
2231
2231
|
padding:var(--space-4);
|
|
2232
2232
|
}
|
|
2233
|
-
.bp_card_module_card--
|
|
2233
|
+
.bp_card_module_card--990f3.bp_card_module_dropshadow-1--990f3{
|
|
2234
2234
|
box-shadow:var(--dropshadow-1);
|
|
2235
2235
|
}
|
|
2236
|
-
.bp_card_module_card--
|
|
2236
|
+
.bp_card_module_card--990f3.bp_card_module_dropshadow-3--990f3{
|
|
2237
2237
|
box-shadow:var(--dropshadow-3);
|
|
2238
2238
|
}
|
|
2239
2239
|
|
|
2240
|
-
.bp_card_tooltip_module_content--
|
|
2240
|
+
.bp_card_tooltip_module_content--eaf27{
|
|
2241
2241
|
animation-duration:.4s;
|
|
2242
2242
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
2243
2243
|
border-radius:var(--radius-1);
|
|
@@ -2255,25 +2255,25 @@
|
|
|
2255
2255
|
word-break:break-word;
|
|
2256
2256
|
z-index:2147483647;
|
|
2257
2257
|
}
|
|
2258
|
-
.bp_card_tooltip_module_content--
|
|
2258
|
+
.bp_card_tooltip_module_content--eaf27.bp_card_tooltip_module_card--eaf27{
|
|
2259
2259
|
max-height:var(--radix-tooltip-content-available-height);
|
|
2260
2260
|
max-width:336px;
|
|
2261
2261
|
min-width:168px;
|
|
2262
2262
|
}
|
|
2263
|
-
.bp_card_tooltip_module_content--
|
|
2264
|
-
animation-name:bp_card_tooltip_module_slideDownAndFade--
|
|
2263
|
+
.bp_card_tooltip_module_content--eaf27[data-state=delayed-open][data-side=top]{
|
|
2264
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--eaf27;
|
|
2265
2265
|
}
|
|
2266
|
-
.bp_card_tooltip_module_content--
|
|
2267
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
2266
|
+
.bp_card_tooltip_module_content--eaf27[data-state=delayed-open][data-side=right]{
|
|
2267
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--eaf27;
|
|
2268
2268
|
}
|
|
2269
|
-
.bp_card_tooltip_module_content--
|
|
2270
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
2269
|
+
.bp_card_tooltip_module_content--eaf27[data-state=delayed-open][data-side=bottom]{
|
|
2270
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--eaf27;
|
|
2271
2271
|
}
|
|
2272
|
-
.bp_card_tooltip_module_content--
|
|
2273
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
2272
|
+
.bp_card_tooltip_module_content--eaf27[data-state=delayed-open][data-side=left]{
|
|
2273
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--eaf27;
|
|
2274
2274
|
}
|
|
2275
2275
|
|
|
2276
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
2276
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--eaf27{
|
|
2277
2277
|
from{
|
|
2278
2278
|
opacity:0;
|
|
2279
2279
|
transform:translateY(2px);
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
transform:translateY(0);
|
|
2284
2284
|
}
|
|
2285
2285
|
}
|
|
2286
|
-
@keyframes bp_card_tooltip_module_slideRightAndFade--
|
|
2286
|
+
@keyframes bp_card_tooltip_module_slideRightAndFade--eaf27{
|
|
2287
2287
|
from{
|
|
2288
2288
|
opacity:0;
|
|
2289
2289
|
transform:translateX(-2px);
|
|
@@ -2293,7 +2293,7 @@
|
|
|
2293
2293
|
transform:translateX(0);
|
|
2294
2294
|
}
|
|
2295
2295
|
}
|
|
2296
|
-
@keyframes bp_card_tooltip_module_slideDownAndFade--
|
|
2296
|
+
@keyframes bp_card_tooltip_module_slideDownAndFade--eaf27{
|
|
2297
2297
|
from{
|
|
2298
2298
|
opacity:0;
|
|
2299
2299
|
transform:translateY(-2px);
|
|
@@ -2303,7 +2303,7 @@
|
|
|
2303
2303
|
transform:translateY(0);
|
|
2304
2304
|
}
|
|
2305
2305
|
}
|
|
2306
|
-
@keyframes bp_card_tooltip_module_slideLeftAndFade--
|
|
2306
|
+
@keyframes bp_card_tooltip_module_slideLeftAndFade--eaf27{
|
|
2307
2307
|
from{
|
|
2308
2308
|
opacity:0;
|
|
2309
2309
|
transform:translateX(2px);
|
|
@@ -2314,7 +2314,7 @@
|
|
|
2314
2314
|
}
|
|
2315
2315
|
}
|
|
2316
2316
|
|
|
2317
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
2317
|
+
.bp_interactive_icon_module_interactiveIcon--3e945{
|
|
2318
2318
|
all:unset;
|
|
2319
2319
|
background:none;
|
|
2320
2320
|
border:0;
|
|
@@ -2323,13 +2323,13 @@
|
|
|
2323
2323
|
display:inline-flex;
|
|
2324
2324
|
padding:0;
|
|
2325
2325
|
}
|
|
2326
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
2326
|
+
.bp_interactive_icon_module_interactiveIcon--3e945:focus-visible{
|
|
2327
2327
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2328
2328
|
outline:none;
|
|
2329
2329
|
overflow:visible;
|
|
2330
2330
|
}
|
|
2331
2331
|
|
|
2332
|
-
.bp_text_with_info_badge_module_text--
|
|
2332
|
+
.bp_text_with_info_badge_module_text--6f5d8{
|
|
2333
2333
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2334
2334
|
font-size:.875rem;
|
|
2335
2335
|
font-weight:400;
|
|
@@ -2339,26 +2339,26 @@
|
|
|
2339
2339
|
text-decoration:none;
|
|
2340
2340
|
text-transform:none;
|
|
2341
2341
|
}
|
|
2342
|
-
.bp_text_with_info_badge_module_text--
|
|
2342
|
+
.bp_text_with_info_badge_module_text--6f5d8.bp_text_with_info_badge_module_muted--6f5d8{
|
|
2343
2343
|
color:var(--text-text-on-light-secondary);
|
|
2344
2344
|
}
|
|
2345
|
-
.bp_text_with_info_badge_module_text--
|
|
2345
|
+
.bp_text_with_info_badge_module_text--6f5d8 .bp_text_with_info_badge_module_badgeContainer--6f5d8{
|
|
2346
2346
|
align-items:center;
|
|
2347
2347
|
display:inline-flex;
|
|
2348
2348
|
height:var(--body-default-line-height);
|
|
2349
2349
|
position:absolute;
|
|
2350
2350
|
}
|
|
2351
|
-
.bp_text_with_info_badge_module_text--
|
|
2351
|
+
.bp_text_with_info_badge_module_text--6f5d8 .bp_text_with_info_badge_module_badgeContainer--6f5d8 .bp_text_with_info_badge_module_badge--6f5d8{
|
|
2352
2352
|
display:inline-flex;
|
|
2353
2353
|
font-size:var(--size-4);
|
|
2354
2354
|
margin-left:var(--size-1);
|
|
2355
2355
|
}
|
|
2356
2356
|
|
|
2357
|
-
.bp_legend_module_legendText--
|
|
2357
|
+
.bp_legend_module_legendText--69b38{
|
|
2358
2358
|
font-weight:bold;
|
|
2359
2359
|
}
|
|
2360
2360
|
|
|
2361
|
-
.bp_legend_module_fieldset--
|
|
2361
|
+
.bp_legend_module_fieldset--69b38{
|
|
2362
2362
|
border:0;
|
|
2363
2363
|
display:flex;
|
|
2364
2364
|
flex-direction:column;
|
|
@@ -2366,7 +2366,7 @@
|
|
|
2366
2366
|
margin:0;
|
|
2367
2367
|
padding:0;
|
|
2368
2368
|
}
|
|
2369
|
-
.bp_legend_module_fieldset--
|
|
2369
|
+
.bp_legend_module_fieldset--69b38 .bp_legend_module_legend--69b38{
|
|
2370
2370
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2371
2371
|
font-size:.875rem;
|
|
2372
2372
|
font-weight:700;
|
|
@@ -2376,14 +2376,14 @@
|
|
|
2376
2376
|
text-decoration:none;
|
|
2377
2377
|
text-transform:none;
|
|
2378
2378
|
}
|
|
2379
|
-
.bp_legend_module_fieldset--
|
|
2379
|
+
.bp_legend_module_fieldset--69b38.bp_legend_module_wide--69b38{
|
|
2380
2380
|
gap:var(--size-4);
|
|
2381
2381
|
}
|
|
2382
|
-
.bp_legend_module_fieldset--
|
|
2382
|
+
.bp_legend_module_fieldset--69b38.bp_legend_module_wide--69b38 .bp_legend_module_legend--69b38{
|
|
2383
2383
|
padding-bottom:var(--size-4);
|
|
2384
2384
|
}
|
|
2385
2385
|
|
|
2386
|
-
.bp_checkbox_module_option--
|
|
2386
|
+
.bp_checkbox_module_option--78fc4{
|
|
2387
2387
|
display:flex;
|
|
2388
2388
|
flex-direction:column;
|
|
2389
2389
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2394,7 +2394,7 @@
|
|
|
2394
2394
|
text-decoration:none;
|
|
2395
2395
|
text-transform:none;
|
|
2396
2396
|
}
|
|
2397
|
-
.bp_checkbox_module_option--
|
|
2397
|
+
.bp_checkbox_module_option--78fc4 .bp_checkbox_module_checkbox--78fc4{
|
|
2398
2398
|
all:unset;
|
|
2399
2399
|
align-items:center;
|
|
2400
2400
|
background-color:var(--surface-checkbox-surface-selected);
|
|
@@ -2407,26 +2407,26 @@
|
|
|
2407
2407
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
2408
2408
|
width:var(--size-4);
|
|
2409
2409
|
}
|
|
2410
|
-
.bp_checkbox_module_option--
|
|
2410
|
+
.bp_checkbox_module_option--78fc4 .bp_checkbox_module_checkbox--78fc4 .bp_checkbox_module_indicator--78fc4{
|
|
2411
2411
|
display:flex;
|
|
2412
2412
|
transition-duration:.15s;
|
|
2413
2413
|
transition-property:transform;
|
|
2414
2414
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
2415
2415
|
}
|
|
2416
|
-
.bp_checkbox_module_option--
|
|
2416
|
+
.bp_checkbox_module_option--78fc4 .bp_checkbox_module_checkbox--78fc4:focus-visible{
|
|
2417
2417
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
2418
2418
|
}
|
|
2419
|
-
.bp_checkbox_module_option--
|
|
2419
|
+
.bp_checkbox_module_option--78fc4 .bp_checkbox_module_checkbox--78fc4[data-disabled]{
|
|
2420
2420
|
opacity:60%;
|
|
2421
2421
|
}
|
|
2422
|
-
.bp_checkbox_module_option--
|
|
2422
|
+
.bp_checkbox_module_option--78fc4 .bp_checkbox_module_checkbox--78fc4[data-state=unchecked]{
|
|
2423
2423
|
background-color:var(--surface-checkbox-surface);
|
|
2424
2424
|
border:var(--border-2) solid var(--border-checkbox-border);
|
|
2425
2425
|
}
|
|
2426
|
-
.bp_checkbox_module_option--
|
|
2426
|
+
.bp_checkbox_module_option--78fc4 .bp_checkbox_module_checkbox--78fc4[data-state=unchecked] .bp_checkbox_module_indicator--78fc4{
|
|
2427
2427
|
transform:scale(0);
|
|
2428
2428
|
}
|
|
2429
|
-
.bp_checkbox_module_option--
|
|
2429
|
+
.bp_checkbox_module_option--78fc4 .bp_checkbox_module_label--78fc4{
|
|
2430
2430
|
cursor:pointer;
|
|
2431
2431
|
display:inline-flex;
|
|
2432
2432
|
flex-direction:row;
|
|
@@ -2434,10 +2434,10 @@
|
|
|
2434
2434
|
width:-moz-fit-content;
|
|
2435
2435
|
width:fit-content;
|
|
2436
2436
|
}
|
|
2437
|
-
.bp_checkbox_module_option--
|
|
2437
|
+
.bp_checkbox_module_option--78fc4 .bp_checkbox_module_description--78fc4{
|
|
2438
2438
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
2439
2439
|
}
|
|
2440
|
-
.bp_checkbox_module_option--
|
|
2440
|
+
.bp_checkbox_module_option--78fc4.bp_checkbox_module_disabled--78fc4 .bp_checkbox_module_label--78fc4{
|
|
2441
2441
|
cursor:default;
|
|
2442
2442
|
}
|
|
2443
2443
|
.bp_input_chip_module_container--1beff{
|
|
@@ -2512,7 +2512,7 @@
|
|
|
2512
2512
|
fill:var(--icon-cta-icon-pressed);
|
|
2513
2513
|
}
|
|
2514
2514
|
|
|
2515
|
-
.bp_text_area_autosize_module_textArea--
|
|
2515
|
+
.bp_text_area_autosize_module_textArea--27511{
|
|
2516
2516
|
background:var(--surface-input-surface);
|
|
2517
2517
|
border:none;
|
|
2518
2518
|
box-shadow:var(--innershadow-1);
|
|
@@ -2530,38 +2530,38 @@
|
|
|
2530
2530
|
text-transform:none;
|
|
2531
2531
|
width:100%;
|
|
2532
2532
|
}
|
|
2533
|
-
.bp_text_area_autosize_module_textArea--
|
|
2533
|
+
.bp_text_area_autosize_module_textArea--27511::placeholder{
|
|
2534
2534
|
color:#6f6f6f;
|
|
2535
2535
|
opacity:1;
|
|
2536
2536
|
}
|
|
2537
|
-
.bp_text_area_autosize_module_textArea--
|
|
2537
|
+
.bp_text_area_autosize_module_textArea--27511.bp_text_area_autosize_module_error--27511{
|
|
2538
2538
|
background:#fff;
|
|
2539
2539
|
outline:0;
|
|
2540
2540
|
}
|
|
2541
|
-
.bp_text_area_autosize_module_textArea--
|
|
2541
|
+
.bp_text_area_autosize_module_textArea--27511:focus{
|
|
2542
2542
|
border:none;
|
|
2543
2543
|
}
|
|
2544
|
-
.bp_text_area_autosize_module_textArea--
|
|
2544
|
+
.bp_text_area_autosize_module_textArea--27511:hover{
|
|
2545
2545
|
box-shadow:var(--innershadow-1);
|
|
2546
2546
|
}
|
|
2547
|
-
.bp_text_area_autosize_module_textArea--
|
|
2547
|
+
.bp_text_area_autosize_module_textArea--27511:focus-visible{
|
|
2548
2548
|
background:#fff;
|
|
2549
2549
|
outline:0;
|
|
2550
2550
|
}
|
|
2551
|
-
.bp_text_area_autosize_module_textArea--
|
|
2551
|
+
.bp_text_area_autosize_module_textArea--27511:disabled{
|
|
2552
2552
|
background:var(--surface-input-surface);
|
|
2553
2553
|
border:none;
|
|
2554
2554
|
box-shadow:var(--innershadow-1);
|
|
2555
2555
|
color:var(--text-text-on-light);
|
|
2556
2556
|
}
|
|
2557
|
-
.bp_text_area_autosize_module_textArea--
|
|
2557
|
+
.bp_text_area_autosize_module_textArea--27511:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--27511):hover{
|
|
2558
2558
|
background:#fff;
|
|
2559
2559
|
}
|
|
2560
|
-
.bp_text_area_autosize_module_textArea--
|
|
2560
|
+
.bp_text_area_autosize_module_textArea--27511.bp_text_area_autosize_module_loading--27511{
|
|
2561
2561
|
padding-inline-end:1.875rem;
|
|
2562
2562
|
}
|
|
2563
2563
|
|
|
2564
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2564
|
+
.bp_text_area_autosize_module_loadingIndicator--27511{
|
|
2565
2565
|
bottom:.375rem;
|
|
2566
2566
|
display:inline-block;
|
|
2567
2567
|
height:1.5rem;
|
|
@@ -2571,7 +2571,7 @@
|
|
|
2571
2571
|
width:1.5rem;
|
|
2572
2572
|
}
|
|
2573
2573
|
|
|
2574
|
-
.bp_text_area_autosize_module_border--
|
|
2574
|
+
.bp_text_area_autosize_module_border--27511{
|
|
2575
2575
|
border-radius:.375rem;
|
|
2576
2576
|
box-shadow:0 0 0 .0625rem #909090;
|
|
2577
2577
|
display:flex;
|
|
@@ -2579,13 +2579,13 @@
|
|
|
2579
2579
|
transform:translateZ(0);
|
|
2580
2580
|
}
|
|
2581
2581
|
|
|
2582
|
-
.bp_text_area_module_textAreaContainer--
|
|
2582
|
+
.bp_text_area_module_textAreaContainer--0de68{
|
|
2583
2583
|
display:flex;
|
|
2584
2584
|
flex-direction:column;
|
|
2585
2585
|
font-weight:400;
|
|
2586
2586
|
position:relative;
|
|
2587
2587
|
}
|
|
2588
|
-
.bp_text_area_module_textAreaContainer--
|
|
2588
|
+
.bp_text_area_module_textAreaContainer--0de68,.bp_text_area_module_textAreaContainer--0de68 .bp_text_area_module_label--0de68{
|
|
2589
2589
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2590
2590
|
font-size:.875rem;
|
|
2591
2591
|
letter-spacing:.01875rem;
|
|
@@ -2593,20 +2593,20 @@
|
|
|
2593
2593
|
text-decoration:none;
|
|
2594
2594
|
text-transform:none;
|
|
2595
2595
|
}
|
|
2596
|
-
.bp_text_area_module_textAreaContainer--
|
|
2596
|
+
.bp_text_area_module_textAreaContainer--0de68 .bp_text_area_module_label--0de68{
|
|
2597
2597
|
color:#222;
|
|
2598
2598
|
flex:0 0 fit-content;
|
|
2599
2599
|
font-weight:700;
|
|
2600
2600
|
width:-moz-fit-content;
|
|
2601
2601
|
width:fit-content;
|
|
2602
2602
|
}
|
|
2603
|
-
.bp_text_area_module_textAreaContainer--
|
|
2603
|
+
.bp_text_area_module_textAreaContainer--0de68 .bp_text_area_module_label--0de68:not(.bp_text_area_module_hidden--0de68){
|
|
2604
2604
|
margin-block-end:var(--space-2);
|
|
2605
2605
|
}
|
|
2606
|
-
.bp_text_area_module_textAreaContainer--
|
|
2606
|
+
.bp_text_area_module_textAreaContainer--0de68.bp_text_area_module_disabled--0de68{
|
|
2607
2607
|
opacity:60%;
|
|
2608
2608
|
}
|
|
2609
|
-
.bp_text_area_module_textAreaContainer--
|
|
2609
|
+
.bp_text_area_module_textAreaContainer--0de68 .bp_text_area_module_inlineError--0de68{
|
|
2610
2610
|
margin-block-start:var(--space-2);
|
|
2611
2611
|
}
|
|
2612
2612
|
.bp_chips_group_module_chipsGroup--61ede{
|
|
@@ -2621,7 +2621,7 @@
|
|
|
2621
2621
|
max-width:100%;
|
|
2622
2622
|
}
|
|
2623
2623
|
|
|
2624
|
-
.bp_combobox_module_container--
|
|
2624
|
+
.bp_combobox_module_container--907af{
|
|
2625
2625
|
display:flex;
|
|
2626
2626
|
flex-direction:column;
|
|
2627
2627
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2632,10 +2632,10 @@
|
|
|
2632
2632
|
text-decoration:none;
|
|
2633
2633
|
text-transform:none;
|
|
2634
2634
|
}
|
|
2635
|
-
.bp_combobox_module_container--
|
|
2635
|
+
.bp_combobox_module_container--907af.bp_combobox_module_disabled--907af{
|
|
2636
2636
|
opacity:60%;
|
|
2637
2637
|
}
|
|
2638
|
-
.bp_combobox_module_container--
|
|
2638
|
+
.bp_combobox_module_container--907af .bp_combobox_module_label--907af{
|
|
2639
2639
|
color:var(--text-text-on-light);
|
|
2640
2640
|
flex:0 0 fit-content;
|
|
2641
2641
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2647,10 +2647,10 @@
|
|
|
2647
2647
|
text-decoration:none;
|
|
2648
2648
|
text-transform:none;
|
|
2649
2649
|
}
|
|
2650
|
-
.bp_combobox_module_container--
|
|
2650
|
+
.bp_combobox_module_container--907af .bp_combobox_module_label--907af:not(.bp_combobox_module_hiddenLabel--907af){
|
|
2651
2651
|
margin-block-end:var(--space-2);
|
|
2652
2652
|
}
|
|
2653
|
-
.bp_combobox_module_container--
|
|
2653
|
+
.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af{
|
|
2654
2654
|
background-color:var(--surface-dropdown-surface);
|
|
2655
2655
|
border:var(--border-1) solid var(--border-input-border);
|
|
2656
2656
|
border-radius:var(--blueprint-combobox-input-radius, var(--radius-2));
|
|
@@ -2663,22 +2663,22 @@
|
|
|
2663
2663
|
padding-inline:var(--space-3);
|
|
2664
2664
|
position:relative;
|
|
2665
2665
|
}
|
|
2666
|
-
.bp_combobox_module_container--
|
|
2666
|
+
.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af:not(.bp_combobox_module_error--907af):has(input:focus),.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af:not(.bp_combobox_module_error--907af):has(input[data-focus-visible]:focus){
|
|
2667
2667
|
border-color:#0000;
|
|
2668
2668
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2669
2669
|
}
|
|
2670
|
-
.bp_combobox_module_container--
|
|
2670
|
+
.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af:not(:disabled).bp_combobox_module_error--907af{
|
|
2671
2671
|
background-color:var(--surface-dropdown-surface-error);
|
|
2672
2672
|
border:var(--border-2) solid var(--border-input-border-error);
|
|
2673
2673
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
2674
2674
|
}
|
|
2675
|
-
.bp_combobox_module_container--
|
|
2675
|
+
.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af .bp_combobox_module_textInputWrapper--907af{
|
|
2676
2676
|
align-items:center;
|
|
2677
2677
|
display:flex;
|
|
2678
2678
|
flex:content;
|
|
2679
2679
|
gap:var(--space-2);
|
|
2680
2680
|
}
|
|
2681
|
-
.bp_combobox_module_container--
|
|
2681
|
+
.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af .bp_combobox_module_textInputWrapper--907af .bp_combobox_module_textInput--907af{
|
|
2682
2682
|
background-color:initial;
|
|
2683
2683
|
border:none;
|
|
2684
2684
|
color:var(--text-text-on-light);
|
|
@@ -2694,21 +2694,21 @@
|
|
|
2694
2694
|
text-transform:none;
|
|
2695
2695
|
width:100%;
|
|
2696
2696
|
}
|
|
2697
|
-
.bp_combobox_module_container--
|
|
2697
|
+
.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af .bp_combobox_module_textInputWrapper--907af .bp_combobox_module_errorIcon--907af path{
|
|
2698
2698
|
fill:var(--icon-icon-error-on-light);
|
|
2699
2699
|
}
|
|
2700
|
-
.bp_combobox_module_container--
|
|
2700
|
+
.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af.bp_combobox_module_withChipsGroup--907af{
|
|
2701
2701
|
max-height:calc(var(--space-2)*2 + var(--space-6)*3);
|
|
2702
2702
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
|
|
2703
2703
|
}
|
|
2704
|
-
.bp_combobox_module_container--
|
|
2704
|
+
.bp_combobox_module_container--907af .bp_combobox_module_comboboxContainer--907af.bp_combobox_module_withChipsGroup--907af:not(:disabled).bp_combobox_module_error--907af{
|
|
2705
2705
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
|
|
2706
2706
|
}
|
|
2707
|
-
.bp_combobox_module_container--
|
|
2707
|
+
.bp_combobox_module_container--907af .bp_combobox_module_inlineError--907af{
|
|
2708
2708
|
margin-block-start:var(--space-2);
|
|
2709
2709
|
}
|
|
2710
2710
|
|
|
2711
|
-
.bp_combobox_module_popover--
|
|
2711
|
+
.bp_combobox_module_popover--907af{
|
|
2712
2712
|
background-color:var(--surface-menu-surface);
|
|
2713
2713
|
border:var(--border-1) solid var(--border-card-border);
|
|
2714
2714
|
border-radius:var(--radius-3);
|
|
@@ -2726,7 +2726,7 @@
|
|
|
2726
2726
|
text-transform:none;
|
|
2727
2727
|
z-index:380;
|
|
2728
2728
|
}
|
|
2729
|
-
.bp_combobox_module_popover--
|
|
2729
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_option--907af{
|
|
2730
2730
|
border:var(--border-2) solid #0000;
|
|
2731
2731
|
border-radius:var(--radius-3);
|
|
2732
2732
|
box-sizing:border-box;
|
|
@@ -2740,17 +2740,17 @@
|
|
|
2740
2740
|
user-select:none;
|
|
2741
2741
|
width:100%;
|
|
2742
2742
|
}
|
|
2743
|
-
.bp_combobox_module_popover--
|
|
2743
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_option--907af[aria-disabled]{
|
|
2744
2744
|
opacity:60%;
|
|
2745
2745
|
}
|
|
2746
|
-
.bp_combobox_module_popover--
|
|
2746
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_option--907af[data-active-item]:not([aria-disabled]){
|
|
2747
2747
|
background-color:var(--surface-menu-surface-focus);
|
|
2748
2748
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2749
2749
|
}
|
|
2750
|
-
.bp_combobox_module_popover--
|
|
2750
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_option--907af:hover{
|
|
2751
2751
|
background-color:var(--surface-menu-surface-hover);
|
|
2752
2752
|
}
|
|
2753
|
-
.bp_combobox_module_popover--
|
|
2753
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_option--907af .bp_combobox_module_indicator--907af{
|
|
2754
2754
|
align-items:center;
|
|
2755
2755
|
display:flex;
|
|
2756
2756
|
height:var(--size-9);
|
|
@@ -2759,22 +2759,22 @@
|
|
|
2759
2759
|
position:absolute;
|
|
2760
2760
|
top:0;
|
|
2761
2761
|
}
|
|
2762
|
-
.bp_combobox_module_popover--
|
|
2762
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_option--907af .bp_combobox_module_indicator--907af .bp_combobox_module_indicatorIcon--907af path{
|
|
2763
2763
|
fill:var(--icon-icon-on-light);
|
|
2764
2764
|
}
|
|
2765
|
-
.bp_combobox_module_popover--
|
|
2765
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_optionWithIndicator--907af{
|
|
2766
2766
|
padding-inline:var(--space-10) var(--space-2);
|
|
2767
2767
|
}
|
|
2768
|
-
.bp_combobox_module_popover--
|
|
2768
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_loadingIndicator--907af{
|
|
2769
2769
|
position:unset;
|
|
2770
2770
|
}
|
|
2771
|
-
.bp_combobox_module_popover--
|
|
2771
|
+
.bp_combobox_module_popover--907af .bp_combobox_module_noResultOption--907af{
|
|
2772
2772
|
color:var(--text-text-on-light);
|
|
2773
2773
|
-webkit-user-select:none;
|
|
2774
2774
|
user-select:none;
|
|
2775
2775
|
}
|
|
2776
2776
|
|
|
2777
|
-
.bp_content_card_module_card--
|
|
2777
|
+
.bp_content_card_module_card--d3252{
|
|
2778
2778
|
background-color:var(--surface-surface);
|
|
2779
2779
|
border:var(--border-1) solid var(--border-card-border);
|
|
2780
2780
|
border-radius:var(--size-3);
|
|
@@ -2785,21 +2785,21 @@
|
|
|
2785
2785
|
padding:var(--size-4);
|
|
2786
2786
|
position:relative;
|
|
2787
2787
|
}
|
|
2788
|
-
.bp_content_card_module_card--
|
|
2788
|
+
.bp_content_card_module_card--d3252:hover{
|
|
2789
2789
|
box-shadow:var(--dropshadow-3);
|
|
2790
2790
|
}
|
|
2791
|
-
.bp_content_card_module_card--
|
|
2791
|
+
.bp_content_card_module_card--d3252:focus-visible{
|
|
2792
2792
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2793
2793
|
box-shadow:var(--dropshadow-3);
|
|
2794
2794
|
outline:none;
|
|
2795
2795
|
}
|
|
2796
|
-
.bp_content_card_module_card--
|
|
2796
|
+
.bp_content_card_module_card--d3252:active{
|
|
2797
2797
|
background-color:var(--surface-card-surface-pressed);
|
|
2798
2798
|
border:var(--border-1) solid var(--border-card-border);
|
|
2799
2799
|
box-shadow:none;
|
|
2800
2800
|
}
|
|
2801
2801
|
|
|
2802
|
-
.bp_content_card_module_cardContent--
|
|
2802
|
+
.bp_content_card_module_cardContent--d3252{
|
|
2803
2803
|
display:flex;
|
|
2804
2804
|
flex-direction:column;
|
|
2805
2805
|
gap:var(--size-2);
|
|
@@ -2808,32 +2808,32 @@
|
|
|
2808
2808
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2809
2809
|
}
|
|
2810
2810
|
|
|
2811
|
-
.bp_content_card_module_cardTitle--
|
|
2811
|
+
.bp_content_card_module_cardTitle--d3252{
|
|
2812
2812
|
align-items:center;
|
|
2813
2813
|
display:flex;
|
|
2814
2814
|
height:var(--size-12);
|
|
2815
2815
|
}
|
|
2816
2816
|
|
|
2817
|
-
.bp_content_card_module_cardTitleText--
|
|
2817
|
+
.bp_content_card_module_cardTitleText--d3252{
|
|
2818
2818
|
-webkit-box-orient:vertical;
|
|
2819
2819
|
-webkit-line-clamp:2;
|
|
2820
2820
|
display:-webkit-inline-box;
|
|
2821
2821
|
overflow:hidden;
|
|
2822
2822
|
}
|
|
2823
2823
|
|
|
2824
|
-
.bp_content_card_module_cardBody--
|
|
2824
|
+
.bp_content_card_module_cardBody--d3252{
|
|
2825
2825
|
height:var(--size-12);
|
|
2826
2826
|
margin-block-end:var(--size-2);
|
|
2827
2827
|
}
|
|
2828
2828
|
|
|
2829
|
-
.bp_content_card_module_cardBodyText--
|
|
2829
|
+
.bp_content_card_module_cardBodyText--d3252{
|
|
2830
2830
|
-webkit-box-orient:vertical;
|
|
2831
2831
|
-webkit-line-clamp:2;
|
|
2832
2832
|
display:-webkit-inline-box;
|
|
2833
2833
|
overflow:hidden;
|
|
2834
2834
|
}
|
|
2835
2835
|
|
|
2836
|
-
.bp_content_card_module_cardIcon--
|
|
2836
|
+
.bp_content_card_module_cardIcon--d3252{
|
|
2837
2837
|
background-color:var(--surface-surface);
|
|
2838
2838
|
border:var(--size-1) solid var(--surface-surface);
|
|
2839
2839
|
border-radius:var(--size-3);
|
|
@@ -2846,7 +2846,7 @@
|
|
|
2846
2846
|
z-index:1;
|
|
2847
2847
|
}
|
|
2848
2848
|
|
|
2849
|
-
.bp_content_card_module_cardBackground--
|
|
2849
|
+
.bp_content_card_module_cardBackground--d3252{
|
|
2850
2850
|
height:var(--size-15);
|
|
2851
2851
|
left:0;
|
|
2852
2852
|
overflow:hidden;
|
|
@@ -2855,12 +2855,12 @@
|
|
|
2855
2855
|
width:100%;
|
|
2856
2856
|
}
|
|
2857
2857
|
|
|
2858
|
-
.bp_content_card_module_image--
|
|
2858
|
+
.bp_content_card_module_image--d3252{
|
|
2859
2859
|
height:100%;
|
|
2860
2860
|
width:100%;
|
|
2861
2861
|
}
|
|
2862
2862
|
|
|
2863
|
-
.bp_content_card_module_ghostCard--
|
|
2863
|
+
.bp_content_card_module_ghostCard--d3252{
|
|
2864
2864
|
display:flex;
|
|
2865
2865
|
flex-direction:column;
|
|
2866
2866
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -2869,21 +2869,21 @@
|
|
|
2869
2869
|
position:relative;
|
|
2870
2870
|
}
|
|
2871
2871
|
|
|
2872
|
-
.bp_content_card_module_iconGhost--
|
|
2872
|
+
.bp_content_card_module_iconGhost--d3252,.bp_content_card_module_titleGhost--d3252{
|
|
2873
2873
|
margin-block-end:var(--size-4);
|
|
2874
2874
|
}
|
|
2875
2875
|
|
|
2876
|
-
.bp_content_card_module_bodyGhost--
|
|
2876
|
+
.bp_content_card_module_bodyGhost--d3252{
|
|
2877
2877
|
margin-block-end:var(--size-2);
|
|
2878
2878
|
}
|
|
2879
2879
|
|
|
2880
|
-
.bp_content_card_module_pillGhostContainer--
|
|
2880
|
+
.bp_content_card_module_pillGhostContainer--d3252{
|
|
2881
2881
|
display:flex;
|
|
2882
2882
|
margin-block-end:var(--size-4);
|
|
2883
2883
|
margin-block-start:var(--size-2);
|
|
2884
2884
|
}
|
|
2885
2885
|
|
|
2886
|
-
.bp_content_card_module_pillGhost--
|
|
2886
|
+
.bp_content_card_module_pillGhost--d3252{
|
|
2887
2887
|
margin-inline-end:var(--size-2);
|
|
2888
2888
|
}
|
|
2889
2889
|
.bp_content_field_module_contentFieldWrapper--7aebd{
|
|
@@ -3018,7 +3018,7 @@
|
|
|
3018
3018
|
overflow:auto;
|
|
3019
3019
|
}
|
|
3020
3020
|
|
|
3021
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3021
|
+
.bp_data_table_module_dataTableWrapper--18481{
|
|
3022
3022
|
--border-radius-datatable:0;
|
|
3023
3023
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
3024
3024
|
--outline-select-color-datatable:#0000;
|
|
@@ -3031,27 +3031,27 @@
|
|
|
3031
3031
|
scroll-padding-top:60px;
|
|
3032
3032
|
width:100%;
|
|
3033
3033
|
}
|
|
3034
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3034
|
+
.bp_data_table_module_dataTableWrapper--18481 table > thead > tr{
|
|
3035
3035
|
background:var(--gray-white);
|
|
3036
3036
|
position:sticky;
|
|
3037
3037
|
top:0;
|
|
3038
3038
|
z-index:var(--sticky-element-z-index);
|
|
3039
3039
|
}
|
|
3040
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3040
|
+
.bp_data_table_module_dataTableWrapper--18481 table > thead > tr th:first-child{
|
|
3041
3041
|
background:inherit;
|
|
3042
3042
|
height:100%;
|
|
3043
3043
|
left:0;
|
|
3044
3044
|
position:sticky;
|
|
3045
3045
|
z-index:var(--sticky-element-z-index);
|
|
3046
3046
|
}
|
|
3047
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3047
|
+
.bp_data_table_module_dataTableWrapper--18481 table > thead > tr th:first-child[data-focus-visible]{
|
|
3048
3048
|
position:sticky;
|
|
3049
3049
|
z-index:var(--sticky-element-z-index);
|
|
3050
3050
|
}
|
|
3051
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3051
|
+
.bp_data_table_module_dataTableWrapper--18481 table tbody > tr{
|
|
3052
3052
|
--is-row-focused:0;
|
|
3053
3053
|
}
|
|
3054
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3054
|
+
.bp_data_table_module_dataTableWrapper--18481 table tbody > tr > td [data-actionswrapper]::after{
|
|
3055
3055
|
background:inherit;
|
|
3056
3056
|
content:"";
|
|
3057
3057
|
display:block;
|
|
@@ -3061,18 +3061,18 @@
|
|
|
3061
3061
|
width:100%;
|
|
3062
3062
|
z-index:-1;
|
|
3063
3063
|
}
|
|
3064
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3064
|
+
.bp_data_table_module_dataTableWrapper--18481 table tbody > tr[data-focus-visible]{
|
|
3065
3065
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3066
3066
|
--is-row-focused:1;
|
|
3067
3067
|
}
|
|
3068
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3068
|
+
.bp_data_table_module_dataTableWrapper--18481 table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3069
3069
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3070
3070
|
}
|
|
3071
3071
|
|
|
3072
|
-
.bp_data_table_module_isScrolledX--
|
|
3072
|
+
.bp_data_table_module_isScrolledX--18481 table > thead > tr > th:first-child{
|
|
3073
3073
|
overflow:visible;
|
|
3074
3074
|
}
|
|
3075
|
-
.bp_data_table_module_isScrolledX--
|
|
3075
|
+
.bp_data_table_module_isScrolledX--18481 table > thead > tr > th:first-child::after{
|
|
3076
3076
|
background:inherit;
|
|
3077
3077
|
border-right:1px solid var(--border-divider-border);
|
|
3078
3078
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3086,7 +3086,7 @@
|
|
|
3086
3086
|
z-index:-1;
|
|
3087
3087
|
}
|
|
3088
3088
|
|
|
3089
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
3089
|
+
.bp_data_table_module_hideActionWrapperRight--18481 table tbody > tr > td [data-actionswrapper]::after{
|
|
3090
3090
|
display:none;
|
|
3091
3091
|
}
|
|
3092
3092
|
.bp_main_module_resizableTableContainer--3168d{
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
transform:translateZ(0);
|
|
3327
3327
|
}
|
|
3328
3328
|
|
|
3329
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3329
|
+
.bp_sticky_cell_module_stickyCell--e24af{
|
|
3330
3330
|
background:inherit;
|
|
3331
3331
|
background-clip:content-box;
|
|
3332
3332
|
left:0;
|
|
@@ -3335,16 +3335,16 @@
|
|
|
3335
3335
|
position:sticky !important;
|
|
3336
3336
|
z-index:var(--sticky-element-z-index);
|
|
3337
3337
|
}
|
|
3338
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3338
|
+
.bp_sticky_cell_module_stickyCell--e24af[data-focus-visible]{
|
|
3339
3339
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3340
3340
|
}
|
|
3341
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3341
|
+
.bp_sticky_cell_module_stickyCell--e24af .bp_sticky_cell_module_childrenWrapper--e24af{
|
|
3342
3342
|
overflow:hidden;
|
|
3343
3343
|
text-align:start;
|
|
3344
3344
|
text-overflow:ellipsis;
|
|
3345
3345
|
white-space:nowrap;
|
|
3346
3346
|
}
|
|
3347
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3347
|
+
.bp_sticky_cell_module_stickyCell--e24af .bp_sticky_cell_module_verticalBar--e24af{
|
|
3348
3348
|
background:inherit;
|
|
3349
3349
|
border-right:1px solid var(--border-divider-border);
|
|
3350
3350
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3357,10 +3357,10 @@
|
|
|
3357
3357
|
width:var(--space-3);
|
|
3358
3358
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3359
3359
|
}
|
|
3360
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3360
|
+
.bp_sticky_cell_module_stickyCell--e24af .bp_sticky_cell_module_verticalBar--e24af.bp_sticky_cell_module_isScrolledX--e24af{
|
|
3361
3361
|
display:block;
|
|
3362
3362
|
}
|
|
3363
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3363
|
+
.bp_sticky_cell_module_stickyCell--e24af .bp_sticky_cell_module_stickyCellBelow--e24af{
|
|
3364
3364
|
background:inherit;
|
|
3365
3365
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3366
3366
|
border-radius:unset;
|
|
@@ -3374,7 +3374,7 @@
|
|
|
3374
3374
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3375
3375
|
z-index:-1;
|
|
3376
3376
|
}
|
|
3377
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3377
|
+
.bp_sticky_cell_module_stickyCell--e24af .bp_sticky_cell_module_stickyCellOuterLeft--e24af{
|
|
3378
3378
|
background:inherit;
|
|
3379
3379
|
border-radius:unset;
|
|
3380
3380
|
box-sizing:border-box;
|
|
@@ -3388,7 +3388,7 @@
|
|
|
3388
3388
|
z-index:-1;
|
|
3389
3389
|
}
|
|
3390
3390
|
|
|
3391
|
-
.bp_empty_state_module_emptyState--
|
|
3391
|
+
.bp_empty_state_module_emptyState--f5ec6{
|
|
3392
3392
|
align-items:center;
|
|
3393
3393
|
display:flex;
|
|
3394
3394
|
flex-direction:column;
|
|
@@ -3397,36 +3397,36 @@
|
|
|
3397
3397
|
text-align:center;
|
|
3398
3398
|
width:100%;
|
|
3399
3399
|
}
|
|
3400
|
-
.bp_empty_state_module_emptyState--
|
|
3400
|
+
.bp_empty_state_module_emptyState--f5ec6 .bp_empty_state_module_illustration--f5ec6{
|
|
3401
3401
|
margin-block-end:var(--space-6);
|
|
3402
3402
|
}
|
|
3403
|
-
.bp_empty_state_module_emptyState--
|
|
3403
|
+
.bp_empty_state_module_emptyState--f5ec6 .bp_empty_state_module_body--f5ec6{
|
|
3404
3404
|
max-width:22.5rem;
|
|
3405
3405
|
}
|
|
3406
|
-
.bp_empty_state_module_emptyState--
|
|
3406
|
+
.bp_empty_state_module_emptyState--f5ec6 .bp_empty_state_module_body--f5ec6:not(:last-child){
|
|
3407
3407
|
margin-block-end:var(--space-6);
|
|
3408
3408
|
}
|
|
3409
|
-
.bp_empty_state_module_emptyState--
|
|
3409
|
+
.bp_empty_state_module_emptyState--f5ec6 .bp_empty_state_module_heading--f5ec6{
|
|
3410
3410
|
margin-block-end:var(--space-3);
|
|
3411
3411
|
}
|
|
3412
|
-
.bp_empty_state_module_emptyState--
|
|
3412
|
+
.bp_empty_state_module_emptyState--f5ec6 .bp_empty_state_module_button--f5ec6:not(:last-child){
|
|
3413
3413
|
margin-block-end:var(--space-6);
|
|
3414
3414
|
}
|
|
3415
|
-
.bp_empty_state_module_emptyState--
|
|
3415
|
+
.bp_empty_state_module_emptyState--f5ec6.bp_empty_state_module_small--f5ec6 .bp_empty_state_module_illustration--f5ec6{
|
|
3416
3416
|
margin-block-end:var(--space-4);
|
|
3417
3417
|
}
|
|
3418
|
-
.bp_empty_state_module_emptyState--
|
|
3418
|
+
.bp_empty_state_module_emptyState--f5ec6.bp_empty_state_module_small--f5ec6 .bp_empty_state_module_illustration--f5ec6 svg{
|
|
3419
3419
|
height:var(--size-14);
|
|
3420
3420
|
width:var(--size-14);
|
|
3421
3421
|
}
|
|
3422
|
-
.bp_empty_state_module_emptyState--
|
|
3422
|
+
.bp_empty_state_module_emptyState--f5ec6.bp_empty_state_module_small--f5ec6 .bp_empty_state_module_body--f5ec6{
|
|
3423
3423
|
max-width:220px;
|
|
3424
3424
|
}
|
|
3425
|
-
.bp_empty_state_module_emptyState--
|
|
3425
|
+
.bp_empty_state_module_emptyState--f5ec6.bp_empty_state_module_small--f5ec6 .bp_empty_state_module_body--f5ec6:not(:last-child){
|
|
3426
3426
|
margin-block-end:var(--space-4);
|
|
3427
3427
|
}
|
|
3428
3428
|
|
|
3429
|
-
.bp_guided_tooltip_module_content--
|
|
3429
|
+
.bp_guided_tooltip_module_content--2db0a{
|
|
3430
3430
|
background-color:var(--gray-white);
|
|
3431
3431
|
border:var(--border-1) solid var(--border-card-border);
|
|
3432
3432
|
border-radius:var(--radius-4);
|
|
@@ -3437,39 +3437,39 @@
|
|
|
3437
3437
|
padding-inline:var(--space-7);
|
|
3438
3438
|
z-index:10;
|
|
3439
3439
|
}
|
|
3440
|
-
.bp_guided_tooltip_module_content--
|
|
3440
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_body--2db0a.bp_guided_tooltip_module_noTitle--2db0a{
|
|
3441
3441
|
padding-inline-end:var(--space-6);
|
|
3442
3442
|
}
|
|
3443
|
-
.bp_guided_tooltip_module_content--
|
|
3443
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_title--2db0a{
|
|
3444
3444
|
margin-block-end:var(--space-2);
|
|
3445
3445
|
padding-inline-end:var(--space-6);
|
|
3446
3446
|
}
|
|
3447
|
-
.bp_guided_tooltip_module_content--
|
|
3447
|
+
.bp_guided_tooltip_module_content--2db0a * + .bp_guided_tooltip_module_footer--2db0a{
|
|
3448
3448
|
margin-block-start:var(--space-5);
|
|
3449
3449
|
}
|
|
3450
|
-
.bp_guided_tooltip_module_content--
|
|
3450
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_footer--2db0a{
|
|
3451
3451
|
display:flex;
|
|
3452
3452
|
justify-content:flex-end;
|
|
3453
3453
|
width:100%;
|
|
3454
3454
|
}
|
|
3455
|
-
.bp_guided_tooltip_module_content--
|
|
3455
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_actionButtons--2db0a{
|
|
3456
3456
|
display:flex;
|
|
3457
3457
|
gap:var(--space-2);
|
|
3458
3458
|
justify-content:flex-end;
|
|
3459
3459
|
width:100%;
|
|
3460
3460
|
}
|
|
3461
|
-
.bp_guided_tooltip_module_content--
|
|
3461
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_stepsIndicator--2db0a{
|
|
3462
3462
|
align-self:center;
|
|
3463
3463
|
color:var(--text-text-on-light-secondary);
|
|
3464
3464
|
width:100%;
|
|
3465
3465
|
}
|
|
3466
|
-
.bp_guided_tooltip_module_content--
|
|
3466
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_closeButton--2db0a{
|
|
3467
3467
|
color:var(--gray-black);
|
|
3468
3468
|
position:absolute;
|
|
3469
3469
|
right:var(--space-3);
|
|
3470
3470
|
top:var(--space-3);
|
|
3471
3471
|
}
|
|
3472
|
-
.bp_guided_tooltip_module_content--
|
|
3472
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_arrow--2db0a{
|
|
3473
3473
|
align-content:center;
|
|
3474
3474
|
display:flex !important;
|
|
3475
3475
|
height:var(--size-4);
|
|
@@ -3477,7 +3477,7 @@
|
|
|
3477
3477
|
visibility:visible;
|
|
3478
3478
|
width:var(--size-9);
|
|
3479
3479
|
}
|
|
3480
|
-
.bp_guided_tooltip_module_content--
|
|
3480
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_arrow--2db0a::after{
|
|
3481
3481
|
background-color:var(--gray-white);
|
|
3482
3482
|
border-bottom-right-radius:var(--radius-1);
|
|
3483
3483
|
border-color:var(--border-card-border);
|
|
@@ -3488,7 +3488,7 @@
|
|
|
3488
3488
|
transform:translateY(-50%) rotate(45deg);
|
|
3489
3489
|
width:var(--size-6);
|
|
3490
3490
|
}
|
|
3491
|
-
.bp_guided_tooltip_module_content--
|
|
3491
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_icon--2db0a{
|
|
3492
3492
|
align-items:center;
|
|
3493
3493
|
background-color:var(--box-blue-10);
|
|
3494
3494
|
border-radius:var(--radius-2);
|
|
@@ -3498,11 +3498,11 @@
|
|
|
3498
3498
|
margin-block-end:var(--space-4);
|
|
3499
3499
|
width:var(--size-7);
|
|
3500
3500
|
}
|
|
3501
|
-
.bp_guided_tooltip_module_content--
|
|
3501
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_icon--2db0a::after{
|
|
3502
3502
|
height:var(--size-4);
|
|
3503
3503
|
width:var(--size-4);
|
|
3504
3504
|
}
|
|
3505
|
-
.bp_guided_tooltip_module_content--
|
|
3505
|
+
.bp_guided_tooltip_module_content--2db0a .bp_guided_tooltip_module_illustration--2db0a{
|
|
3506
3506
|
border-radius:var(--radius-4);
|
|
3507
3507
|
margin-block-start:var(--space-5);
|
|
3508
3508
|
width:100%;
|
|
@@ -3559,7 +3559,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3559
3559
|
border-block-end:var(--border-1) solid var(--gray-10);
|
|
3560
3560
|
}
|
|
3561
3561
|
|
|
3562
|
-
.bp_modal_module_overlay--
|
|
3562
|
+
.bp_modal_module_overlay--40f84{
|
|
3563
3563
|
background-color:var(--black-opacity-80);
|
|
3564
3564
|
bottom:0;
|
|
3565
3565
|
display:grid;
|
|
@@ -3571,13 +3571,13 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3571
3571
|
z-index:370;
|
|
3572
3572
|
}
|
|
3573
3573
|
@media (min-width: 460px){
|
|
3574
|
-
.bp_modal_module_overlay--
|
|
3574
|
+
.bp_modal_module_overlay--40f84{
|
|
3575
3575
|
place-items:center;
|
|
3576
3576
|
}
|
|
3577
3577
|
}
|
|
3578
3578
|
|
|
3579
|
-
.bp_modal_module_content--
|
|
3580
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
3579
|
+
.bp_modal_module_content--40f84{
|
|
3580
|
+
animation:bp_modal_module_popup_bounce_in--40f84 var(--animation-duration-3);
|
|
3581
3581
|
background-color:var(--gray-white);
|
|
3582
3582
|
display:flex;
|
|
3583
3583
|
flex-direction:column;
|
|
@@ -3587,7 +3587,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3587
3587
|
position:relative;
|
|
3588
3588
|
}
|
|
3589
3589
|
@media (min-width: 460px){
|
|
3590
|
-
.bp_modal_module_content--
|
|
3590
|
+
.bp_modal_module_content--40f84{
|
|
3591
3591
|
border-radius:var(--radius-4);
|
|
3592
3592
|
height:auto;
|
|
3593
3593
|
margin:0 var(--space-8);
|
|
@@ -3595,69 +3595,69 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3595
3595
|
}
|
|
3596
3596
|
}
|
|
3597
3597
|
|
|
3598
|
-
.bp_modal_module_content--
|
|
3598
|
+
.bp_modal_module_content--40f84 .bp_modal_module_close--40f84{
|
|
3599
3599
|
color:var(--gray-65);
|
|
3600
3600
|
position:absolute;
|
|
3601
3601
|
right:var(--space-4);
|
|
3602
3602
|
top:var(--space-4);
|
|
3603
3603
|
}
|
|
3604
3604
|
|
|
3605
|
-
.bp_modal_module_close--
|
|
3605
|
+
.bp_modal_module_close--40f84.bp_modal_module_onColor--40f84{
|
|
3606
3606
|
background-color:var(--surface-cta-surface-tertiary);
|
|
3607
3607
|
}
|
|
3608
|
-
.bp_modal_module_close--
|
|
3608
|
+
.bp_modal_module_close--40f84.bp_modal_module_onColor--40f84:hover{
|
|
3609
3609
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
3610
3610
|
}
|
|
3611
|
-
.bp_modal_module_close--
|
|
3611
|
+
.bp_modal_module_close--40f84.bp_modal_module_onColor--40f84:active{
|
|
3612
3612
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
3613
3613
|
}
|
|
3614
3614
|
|
|
3615
|
-
.bp_modal_module_content--
|
|
3615
|
+
.bp_modal_module_content--40f84 .bp_modal_module_backButton--40f84{
|
|
3616
3616
|
color:var(--gray-65);
|
|
3617
3617
|
margin-block-start:var(--space-4);
|
|
3618
3618
|
margin-inline-start:var(--space-4);
|
|
3619
3619
|
}
|
|
3620
3620
|
@media (min-width: 460px){
|
|
3621
|
-
.bp_modal_module_content--
|
|
3621
|
+
.bp_modal_module_content--40f84 .bp_modal_module_backButton--40f84{
|
|
3622
3622
|
height:var(--size-10);
|
|
3623
3623
|
width:var(--size-10);
|
|
3624
3624
|
}
|
|
3625
3625
|
}
|
|
3626
3626
|
|
|
3627
|
-
.bp_modal_module_modalHeader--
|
|
3627
|
+
.bp_modal_module_modalHeader--40f84{
|
|
3628
3628
|
display:flex;
|
|
3629
3629
|
}
|
|
3630
3630
|
|
|
3631
|
-
.bp_modal_module_modalTitle--
|
|
3631
|
+
.bp_modal_module_modalTitle--40f84{
|
|
3632
3632
|
display:flex;
|
|
3633
3633
|
flex-direction:column;
|
|
3634
3634
|
gap:var(--space-2);
|
|
3635
3635
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
3636
3636
|
}
|
|
3637
3637
|
@media (min-width: 460px){
|
|
3638
|
-
.bp_modal_module_modalTitle--
|
|
3638
|
+
.bp_modal_module_modalTitle--40f84{
|
|
3639
3639
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
3640
3640
|
}
|
|
3641
3641
|
}
|
|
3642
3642
|
|
|
3643
|
-
.bp_modal_module_body--
|
|
3643
|
+
.bp_modal_module_body--40f84{
|
|
3644
3644
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
3645
3645
|
}
|
|
3646
3646
|
@media (min-width: 460px){
|
|
3647
|
-
.bp_modal_module_body--
|
|
3647
|
+
.bp_modal_module_body--40f84{
|
|
3648
3648
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
3649
3649
|
}
|
|
3650
3650
|
}
|
|
3651
3651
|
|
|
3652
|
-
.bp_modal_module_scrollableContainer--
|
|
3652
|
+
.bp_modal_module_scrollableContainer--40f84{
|
|
3653
3653
|
flex-grow:1;
|
|
3654
3654
|
overflow-y:auto;
|
|
3655
3655
|
}
|
|
3656
3656
|
|
|
3657
|
-
.bp_modal_module_headerDividerLine--
|
|
3657
|
+
.bp_modal_module_headerDividerLine--40f84{
|
|
3658
3658
|
position:relative;
|
|
3659
3659
|
}
|
|
3660
|
-
.bp_modal_module_headerDividerLine--
|
|
3660
|
+
.bp_modal_module_headerDividerLine--40f84::after{
|
|
3661
3661
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3662
3662
|
bottom:0;
|
|
3663
3663
|
content:"";
|
|
@@ -3666,16 +3666,16 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3666
3666
|
right:var(--space-4);
|
|
3667
3667
|
}
|
|
3668
3668
|
@media (min-width: 460px){
|
|
3669
|
-
.bp_modal_module_headerDividerLine--
|
|
3669
|
+
.bp_modal_module_headerDividerLine--40f84::after{
|
|
3670
3670
|
left:var(--space-6);
|
|
3671
3671
|
right:var(--space-6);
|
|
3672
3672
|
}
|
|
3673
3673
|
}
|
|
3674
3674
|
|
|
3675
|
-
.bp_modal_module_footerDividerLine--
|
|
3675
|
+
.bp_modal_module_footerDividerLine--40f84{
|
|
3676
3676
|
position:relative;
|
|
3677
3677
|
}
|
|
3678
|
-
.bp_modal_module_footerDividerLine--
|
|
3678
|
+
.bp_modal_module_footerDividerLine--40f84::before{
|
|
3679
3679
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3680
3680
|
content:"";
|
|
3681
3681
|
left:var(--space-4);
|
|
@@ -3684,28 +3684,28 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3684
3684
|
top:0;
|
|
3685
3685
|
}
|
|
3686
3686
|
@media (min-width: 460px){
|
|
3687
|
-
.bp_modal_module_footerDividerLine--
|
|
3687
|
+
.bp_modal_module_footerDividerLine--40f84::before{
|
|
3688
3688
|
left:var(--space-6);
|
|
3689
3689
|
right:var(--space-6);
|
|
3690
3690
|
}
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
|
-
.bp_modal_module_footer--
|
|
3693
|
+
.bp_modal_module_footer--40f84{
|
|
3694
3694
|
display:flex;
|
|
3695
3695
|
justify-content:flex-end;
|
|
3696
3696
|
padding:var(--space-4);
|
|
3697
3697
|
}
|
|
3698
3698
|
@media (min-width: 460px){
|
|
3699
|
-
.bp_modal_module_footer--
|
|
3699
|
+
.bp_modal_module_footer--40f84{
|
|
3700
3700
|
padding:var(--space-6);
|
|
3701
3701
|
}
|
|
3702
3702
|
}
|
|
3703
3703
|
|
|
3704
|
-
.bp_modal_module_footerButton--
|
|
3704
|
+
.bp_modal_module_footerButton--40f84 + .bp_modal_module_footerButton--40f84{
|
|
3705
3705
|
margin-inline-start:var(--space-3);
|
|
3706
3706
|
}
|
|
3707
3707
|
|
|
3708
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
3708
|
+
@keyframes bp_modal_module_popup_bounce_in--40f84{
|
|
3709
3709
|
0%{
|
|
3710
3710
|
transform:scale3d(.1, .1, 1);
|
|
3711
3711
|
}
|
|
@@ -3713,7 +3713,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3713
3713
|
transform:scaleX(1);
|
|
3714
3714
|
}
|
|
3715
3715
|
}
|
|
3716
|
-
.bp_chip_module_chip--
|
|
3716
|
+
.bp_chip_module_chip--b130b{
|
|
3717
3717
|
align-items:center;
|
|
3718
3718
|
border:none;
|
|
3719
3719
|
border-radius:var(--radius-half);
|
|
@@ -3730,19 +3730,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3730
3730
|
text-decoration:none;
|
|
3731
3731
|
text-transform:none;
|
|
3732
3732
|
}
|
|
3733
|
-
.bp_chip_module_chip--
|
|
3733
|
+
.bp_chip_module_chip--b130b .bp_chip_module_labelText--b130b:first-child{
|
|
3734
3734
|
margin-inline-start:var(--space-4);
|
|
3735
3735
|
}
|
|
3736
|
-
.bp_chip_module_chip--
|
|
3736
|
+
.bp_chip_module_chip--b130b .bp_chip_module_labelText--b130b:last-child{
|
|
3737
3737
|
margin-inline-end:var(--space-4);
|
|
3738
3738
|
}
|
|
3739
|
-
.bp_chip_module_chip--
|
|
3739
|
+
.bp_chip_module_chip--b130b .bp_chip_module_chipStatus--b130b:first-child,.bp_chip_module_chip--b130b svg:first-child{
|
|
3740
3740
|
margin-inline-start:var(--space-2);
|
|
3741
3741
|
}
|
|
3742
|
-
.bp_chip_module_chip--
|
|
3742
|
+
.bp_chip_module_chip--b130b .bp_chip_module_chipStatus--b130b:last-child,.bp_chip_module_chip--b130b svg:last-child{
|
|
3743
3743
|
margin-inline-end:var(--space-2);
|
|
3744
3744
|
}
|
|
3745
|
-
.bp_chip_module_chip--
|
|
3745
|
+
.bp_chip_module_chip--b130b .bp_chip_module_chipStatus--b130b{
|
|
3746
3746
|
align-items:center;
|
|
3747
3747
|
background-color:var(--gray-10);
|
|
3748
3748
|
border-radius:var(--radius-half);
|
|
@@ -3761,10 +3761,10 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3761
3761
|
text-decoration:none;
|
|
3762
3762
|
text-transform:none;
|
|
3763
3763
|
}
|
|
3764
|
-
.bp_chip_module_chip--
|
|
3764
|
+
.bp_chip_module_chip--b130b .bp_chip_module_labelText--b130b{
|
|
3765
3765
|
white-space:nowrap;
|
|
3766
3766
|
}
|
|
3767
|
-
.bp_chip_module_chip--
|
|
3767
|
+
.bp_chip_module_chip--b130b.bp_chip_module_chipButton--b130b{
|
|
3768
3768
|
background-color:var(--surface-chip-button-surface);
|
|
3769
3769
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
3770
3770
|
font-size:.875rem;
|
|
@@ -3774,50 +3774,50 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3774
3774
|
text-decoration:none;
|
|
3775
3775
|
text-transform:none;
|
|
3776
3776
|
}
|
|
3777
|
-
.bp_chip_module_chip--
|
|
3777
|
+
.bp_chip_module_chip--b130b.bp_chip_module_chipButton--b130b:focus-visible{
|
|
3778
3778
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3779
3779
|
outline:none;
|
|
3780
3780
|
overflow:visible;
|
|
3781
3781
|
}
|
|
3782
|
-
.bp_chip_module_chip--
|
|
3782
|
+
.bp_chip_module_chip--b130b.bp_chip_module_chipButton--b130b .bp_chip_module_chipStatus--b130b{
|
|
3783
3783
|
background-color:var(--box-blue-100);
|
|
3784
3784
|
color:var(--text-text-on-dark);
|
|
3785
3785
|
}
|
|
3786
|
-
.bp_chip_module_chip--
|
|
3786
|
+
.bp_chip_module_chip--b130b.bp_chip_module_chipButton--b130b:focus-visible,.bp_chip_module_chip--b130b.bp_chip_module_chipButton--b130b[data-active-item]{
|
|
3787
3787
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3788
3788
|
outline:none;
|
|
3789
3789
|
}
|
|
3790
|
-
.bp_chip_module_chip--
|
|
3790
|
+
.bp_chip_module_chip--b130b.bp_chip_module_chipButton--b130b:disabled{
|
|
3791
3791
|
pointer-events:none;
|
|
3792
3792
|
}
|
|
3793
|
-
.bp_chip_module_chip--
|
|
3793
|
+
.bp_chip_module_chip--b130b.bp_chip_module_chipButton--b130b:disabled .bp_chip_module_chipStatus--b130b{
|
|
3794
3794
|
opacity:.4;
|
|
3795
3795
|
}
|
|
3796
|
-
.bp_chip_module_chip--
|
|
3796
|
+
.bp_chip_module_chip--b130b.bp_chip_module_chipButton--b130b:hover:enabled{
|
|
3797
3797
|
background-color:var(--surface-chip-button-surface-hover);
|
|
3798
3798
|
}
|
|
3799
|
-
.bp_chip_module_chip--
|
|
3799
|
+
.bp_chip_module_chip--b130b.bp_chip_module_singleSelectChip--b130b{
|
|
3800
3800
|
background-color:var(--surface-filterchip-surface-single);
|
|
3801
3801
|
}
|
|
3802
|
-
.bp_chip_module_chip--
|
|
3802
|
+
.bp_chip_module_chip--b130b.bp_chip_module_singleSelectChip--b130b[data-state=on]{
|
|
3803
3803
|
background-color:var(--surface-filterchip-surface-single-on);
|
|
3804
3804
|
color:var(--text-text-on-dark);
|
|
3805
3805
|
}
|
|
3806
|
-
.bp_chip_module_chip--
|
|
3806
|
+
.bp_chip_module_chip--b130b.bp_chip_module_singleSelectChip--b130b[data-state=on]:hover{
|
|
3807
3807
|
background-color:var(--surface-filterchip-surface-single-on-hover);
|
|
3808
3808
|
}
|
|
3809
|
-
.bp_chip_module_chip--
|
|
3809
|
+
.bp_chip_module_chip--b130b.bp_chip_module_singleSelectChip--b130b[data-state=on] .bp_chip_module_chipStatus--b130b{
|
|
3810
3810
|
color:var(--text-text-on-light);
|
|
3811
3811
|
}
|
|
3812
|
-
.bp_chip_module_chip--
|
|
3812
|
+
.bp_chip_module_chip--b130b.bp_chip_module_singleSelectChip--b130b:focus-visible,.bp_chip_module_chip--b130b.bp_chip_module_singleSelectChip--b130b[data-active-item]{
|
|
3813
3813
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3814
3814
|
outline:var(--border-1) solid var(--gray-white);
|
|
3815
3815
|
outline-offset:calc(var(--border-1)*-1);
|
|
3816
3816
|
}
|
|
3817
|
-
.bp_chip_module_chip--
|
|
3817
|
+
.bp_chip_module_chip--b130b.bp_chip_module_singleSelectChip--b130b:hover:not([data-state=on]){
|
|
3818
3818
|
background-color:var(--surface-filterchip-surface-single-hover);
|
|
3819
3819
|
}
|
|
3820
|
-
.bp_chip_module_chip--
|
|
3820
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b{
|
|
3821
3821
|
background-color:var(--surface-filterchip-surface-multi);
|
|
3822
3822
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi);
|
|
3823
3823
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3828,10 +3828,10 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3828
3828
|
text-decoration:none;
|
|
3829
3829
|
text-transform:none;
|
|
3830
3830
|
}
|
|
3831
|
-
.bp_chip_module_chip--
|
|
3831
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b path{
|
|
3832
3832
|
fill:var(--icon-icon-on-light);
|
|
3833
3833
|
}
|
|
3834
|
-
.bp_chip_module_chip--
|
|
3834
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b[data-state=on]{
|
|
3835
3835
|
background-color:var(--surface-filterchip-surface-multi-on);
|
|
3836
3836
|
border:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3837
3837
|
color:var(--text-cta-link);
|
|
@@ -3843,32 +3843,32 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3843
3843
|
text-decoration:none;
|
|
3844
3844
|
text-transform:none;
|
|
3845
3845
|
}
|
|
3846
|
-
.bp_chip_module_chip--
|
|
3846
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b[data-state=on] path{
|
|
3847
3847
|
fill:var(--text-cta-link);
|
|
3848
3848
|
}
|
|
3849
|
-
.bp_chip_module_chip--
|
|
3849
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b[data-state=on]:hover{
|
|
3850
3850
|
background-color:var(--surface-filterchip-surface-multi-on-hover);
|
|
3851
3851
|
}
|
|
3852
|
-
.bp_chip_module_chip--
|
|
3852
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b[data-state=on]:focus-visible,.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b[data-state=on][data-active-item]{
|
|
3853
3853
|
border:var(--border-1) solid var(--gray-white);
|
|
3854
3854
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3855
3855
|
outline:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3856
3856
|
outline-offset:calc(var(--border-2)*-1);
|
|
3857
3857
|
}
|
|
3858
|
-
.bp_chip_module_chip--
|
|
3858
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b[data-state=on] .bp_chip_module_chipStatus--b130b{
|
|
3859
3859
|
background-color:var(--box-blue-100);
|
|
3860
3860
|
color:var(--text-text-on-dark);
|
|
3861
3861
|
}
|
|
3862
|
-
.bp_chip_module_chip--
|
|
3862
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b:focus-visible:not([data-state=on]),.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b[data-active-item]:not([data-state=on]){
|
|
3863
3863
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3864
3864
|
outline:var(--border-1) solid var(--gray-white);
|
|
3865
3865
|
outline-offset:calc(var(--border-1)*-1);
|
|
3866
3866
|
}
|
|
3867
|
-
.bp_chip_module_chip--
|
|
3867
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b:hover:not([data-state=on]){
|
|
3868
3868
|
background-color:var(--surface-filterchip-surface-multi-hover);
|
|
3869
3869
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi-hover);
|
|
3870
3870
|
}
|
|
3871
|
-
.bp_chip_module_chip--
|
|
3871
|
+
.bp_chip_module_chip--b130b.bp_chip_module_multiSelectChip--b130b span::before{
|
|
3872
3872
|
content:attr(data-text);
|
|
3873
3873
|
display:block;
|
|
3874
3874
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3883,25 +3883,25 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3883
3883
|
visibility:hidden;
|
|
3884
3884
|
}
|
|
3885
3885
|
|
|
3886
|
-
.bp_chip_module_chipsGroup--
|
|
3886
|
+
.bp_chip_module_chipsGroup--b130b{
|
|
3887
3887
|
display:flex;
|
|
3888
3888
|
flex-wrap:wrap;
|
|
3889
3889
|
gap:var(--space-2);
|
|
3890
3890
|
}
|
|
3891
3891
|
@media (max-width: 1023px){
|
|
3892
|
-
.bp_chip_module_chipsGroup--
|
|
3892
|
+
.bp_chip_module_chipsGroup--b130b{
|
|
3893
3893
|
-ms-overflow-style:none;
|
|
3894
3894
|
flex-wrap:nowrap;
|
|
3895
3895
|
overflow-x:scroll;
|
|
3896
3896
|
padding:var(--space-05);
|
|
3897
3897
|
scrollbar-width:none;
|
|
3898
3898
|
}
|
|
3899
|
-
.bp_chip_module_chipsGroup--
|
|
3899
|
+
.bp_chip_module_chipsGroup--b130b::-webkit-scrollbar{
|
|
3900
3900
|
display:none;
|
|
3901
3901
|
}
|
|
3902
3902
|
}
|
|
3903
3903
|
|
|
3904
|
-
.bp_context_menu_module_menuBlock--
|
|
3904
|
+
.bp_context_menu_module_menuBlock--142c6{
|
|
3905
3905
|
background-color:var(--surface-menu-surface);
|
|
3906
3906
|
border:var(--border-1) solid var(--border-card-border);
|
|
3907
3907
|
border-radius:var(--radius-3);
|
|
@@ -3912,14 +3912,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3912
3912
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
3913
3913
|
padding:var(--space-3);
|
|
3914
3914
|
}
|
|
3915
|
-
.bp_context_menu_module_menuBlock--
|
|
3915
|
+
.bp_context_menu_module_menuBlock--142c6 .bp_context_menu_module_menuItemsSeparator--142c6{
|
|
3916
3916
|
background-color:var(--border-divider-border);
|
|
3917
3917
|
flex-shrink:0;
|
|
3918
3918
|
height:var(--border-1);
|
|
3919
3919
|
margin-block:var(--space-2);
|
|
3920
3920
|
margin-inline:var(--space-2);
|
|
3921
3921
|
}
|
|
3922
|
-
.bp_context_menu_module_menuBlock--
|
|
3922
|
+
.bp_context_menu_module_menuBlock--142c6 .bp_context_menu_module_menuItem--142c6{
|
|
3923
3923
|
align-items:center;
|
|
3924
3924
|
background-color:var(--surface-menu-surface);
|
|
3925
3925
|
border:var(--border-2) solid #0000;
|
|
@@ -3932,19 +3932,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3932
3932
|
padding-inline:var(--space-2);
|
|
3933
3933
|
position:relative;
|
|
3934
3934
|
}
|
|
3935
|
-
.bp_context_menu_module_menuBlock--
|
|
3935
|
+
.bp_context_menu_module_menuBlock--142c6 .bp_context_menu_module_menuItem--142c6[data-disabled]{
|
|
3936
3936
|
opacity:60%;
|
|
3937
3937
|
pointer-events:none;
|
|
3938
3938
|
}
|
|
3939
|
-
.bp_context_menu_module_menuBlock--
|
|
3939
|
+
.bp_context_menu_module_menuBlock--142c6 .bp_context_menu_module_menuItem--142c6[data-highlighted]:not(:hover){
|
|
3940
3940
|
background-color:var(--surface-menu-surface-focus);
|
|
3941
3941
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3942
3942
|
}
|
|
3943
|
-
.bp_context_menu_module_menuBlock--
|
|
3943
|
+
.bp_context_menu_module_menuBlock--142c6 .bp_context_menu_module_menuItem--142c6:hover{
|
|
3944
3944
|
background-color:var(--surface-menu-surface-focus);
|
|
3945
3945
|
}
|
|
3946
3946
|
|
|
3947
|
-
.bp_notification_module_viewport--
|
|
3947
|
+
.bp_notification_module_viewport--59244{
|
|
3948
3948
|
all:unset;
|
|
3949
3949
|
align-items:center;
|
|
3950
3950
|
display:flex;
|
|
@@ -3957,33 +3957,33 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3957
3957
|
z-index:2147483647;
|
|
3958
3958
|
}
|
|
3959
3959
|
|
|
3960
|
-
.bp_notification_module_root--
|
|
3960
|
+
.bp_notification_module_root--59244{
|
|
3961
3961
|
border:var(--border-2) solid;
|
|
3962
3962
|
border-radius:var(--radius-3);
|
|
3963
3963
|
display:flex;
|
|
3964
3964
|
max-width:288px;
|
|
3965
3965
|
}
|
|
3966
3966
|
@media (width > 374px){
|
|
3967
|
-
.bp_notification_module_root--
|
|
3967
|
+
.bp_notification_module_root--59244{
|
|
3968
3968
|
max-width:343px;
|
|
3969
3969
|
}
|
|
3970
3970
|
}
|
|
3971
3971
|
@media (width > 767px){
|
|
3972
|
-
.bp_notification_module_root--
|
|
3972
|
+
.bp_notification_module_root--59244{
|
|
3973
3973
|
max-width:728px;
|
|
3974
3974
|
}
|
|
3975
3975
|
}
|
|
3976
3976
|
@media (width > 1023px){
|
|
3977
|
-
.bp_notification_module_root--
|
|
3977
|
+
.bp_notification_module_root--59244{
|
|
3978
3978
|
max-width:848px;
|
|
3979
3979
|
}
|
|
3980
3980
|
}
|
|
3981
3981
|
@media (width > 1219px){
|
|
3982
|
-
.bp_notification_module_root--
|
|
3982
|
+
.bp_notification_module_root--59244{
|
|
3983
3983
|
max-width:896px;
|
|
3984
3984
|
}
|
|
3985
3985
|
}
|
|
3986
|
-
.bp_notification_module_root--
|
|
3986
|
+
.bp_notification_module_root--59244 .bp_notification_module_container--59244{
|
|
3987
3987
|
align-items:flex-start;
|
|
3988
3988
|
box-shadow:var(--dropshadow-3);
|
|
3989
3989
|
display:flex;
|
|
@@ -3992,11 +3992,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3992
3992
|
width:100%;
|
|
3993
3993
|
}
|
|
3994
3994
|
@media (width > 767px){
|
|
3995
|
-
.bp_notification_module_root--
|
|
3995
|
+
.bp_notification_module_root--59244 .bp_notification_module_container--59244{
|
|
3996
3996
|
align-items:center;
|
|
3997
3997
|
}
|
|
3998
3998
|
}
|
|
3999
|
-
.bp_notification_module_root--
|
|
3999
|
+
.bp_notification_module_root--59244 .bp_notification_module_mobileContainer--59244{
|
|
4000
4000
|
align-items:left;
|
|
4001
4001
|
display:flex;
|
|
4002
4002
|
flex-direction:column;
|
|
@@ -4004,46 +4004,46 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4004
4004
|
width:100%;
|
|
4005
4005
|
}
|
|
4006
4006
|
@media (width > 767px){
|
|
4007
|
-
.bp_notification_module_root--
|
|
4007
|
+
.bp_notification_module_root--59244 .bp_notification_module_mobileContainer--59244{
|
|
4008
4008
|
align-items:center;
|
|
4009
4009
|
flex-direction:row;
|
|
4010
4010
|
}
|
|
4011
4011
|
}
|
|
4012
|
-
.bp_notification_module_root--
|
|
4012
|
+
.bp_notification_module_root--59244 .bp_notification_module_withButtons--59244{
|
|
4013
4013
|
gap:var(--space-3);
|
|
4014
4014
|
}
|
|
4015
|
-
.bp_notification_module_root--
|
|
4015
|
+
.bp_notification_module_root--59244.bp_notification_module_info--59244{
|
|
4016
4016
|
background:var(--surface-message-surface-info);
|
|
4017
4017
|
border-color:var(--border-message-border-info);
|
|
4018
4018
|
}
|
|
4019
|
-
.bp_notification_module_root--
|
|
4019
|
+
.bp_notification_module_root--59244.bp_notification_module_success--59244{
|
|
4020
4020
|
background:var(--surface-message-surface-success);
|
|
4021
4021
|
border-color:var(--border-message-border-success);
|
|
4022
4022
|
}
|
|
4023
|
-
.bp_notification_module_root--
|
|
4023
|
+
.bp_notification_module_root--59244.bp_notification_module_warning--59244{
|
|
4024
4024
|
background:var(--surface-message-surface-warning);
|
|
4025
4025
|
border-color:var(--border-message-border-warning);
|
|
4026
4026
|
}
|
|
4027
|
-
.bp_notification_module_root--
|
|
4027
|
+
.bp_notification_module_root--59244.bp_notification_module_error--59244{
|
|
4028
4028
|
background:var(--surface-message-surface-error);
|
|
4029
4029
|
border-color:var(--border-message-border-error);
|
|
4030
4030
|
}
|
|
4031
|
-
.bp_notification_module_root--
|
|
4031
|
+
.bp_notification_module_root--59244:focus-visible{
|
|
4032
4032
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4033
4033
|
outline:none;
|
|
4034
4034
|
}
|
|
4035
|
-
.bp_notification_module_root--
|
|
4035
|
+
.bp_notification_module_root--59244 .bp_notification_module_typeIconContainer--59244{
|
|
4036
4036
|
align-items:center;
|
|
4037
4037
|
display:flex;
|
|
4038
4038
|
height:var(--size-8);
|
|
4039
4039
|
justify-content:center;
|
|
4040
4040
|
width:var(--size-8);
|
|
4041
4041
|
}
|
|
4042
|
-
.bp_notification_module_root--
|
|
4042
|
+
.bp_notification_module_root--59244 .bp_notification_module_typeIconContainer--59244 .bp_notification_module_typeIcon--59244{
|
|
4043
4043
|
flex-shrink:0;
|
|
4044
4044
|
margin-left:var(--space-4);
|
|
4045
4045
|
}
|
|
4046
|
-
.bp_notification_module_root--
|
|
4046
|
+
.bp_notification_module_root--59244 .bp_notification_module_text--59244{
|
|
4047
4047
|
align-items:center;
|
|
4048
4048
|
color:var(--text-text-on-light);
|
|
4049
4049
|
display:flex;
|
|
@@ -4057,38 +4057,38 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4057
4057
|
text-decoration:none;
|
|
4058
4058
|
text-transform:none;
|
|
4059
4059
|
}
|
|
4060
|
-
.bp_notification_module_root--
|
|
4060
|
+
.bp_notification_module_root--59244 .bp_notification_module_text--59244 > div{
|
|
4061
4061
|
overflow:hidden;
|
|
4062
4062
|
overflow-wrap:break-word;
|
|
4063
4063
|
}
|
|
4064
|
-
.bp_notification_module_root--
|
|
4064
|
+
.bp_notification_module_root--59244 .bp_notification_module_contentButtonSection--59244{
|
|
4065
4065
|
display:flex;
|
|
4066
4066
|
gap:var(--space-3);
|
|
4067
4067
|
margin-left:0;
|
|
4068
4068
|
}
|
|
4069
4069
|
@media (width > 767px){
|
|
4070
|
-
.bp_notification_module_root--
|
|
4070
|
+
.bp_notification_module_root--59244 .bp_notification_module_contentButtonSection--59244{
|
|
4071
4071
|
margin-left:auto;
|
|
4072
4072
|
}
|
|
4073
4073
|
}
|
|
4074
|
-
.bp_notification_module_root--
|
|
4074
|
+
.bp_notification_module_root--59244 .bp_notification_module_contentButtonSection--59244 .bp_notification_module_contentButtons--59244{
|
|
4075
4075
|
display:flex;
|
|
4076
4076
|
gap:var(--space-3);
|
|
4077
4077
|
}
|
|
4078
|
-
.bp_notification_module_root--
|
|
4078
|
+
.bp_notification_module_root--59244 .bp_notification_module_closeButtonSection--59244{
|
|
4079
4079
|
display:flex;
|
|
4080
4080
|
gap:var(--space-3);
|
|
4081
4081
|
margin-left:auto;
|
|
4082
4082
|
margin-right:var(--space-4);
|
|
4083
4083
|
}
|
|
4084
|
-
.bp_notification_module_root--
|
|
4084
|
+
.bp_notification_module_root--59244 .bp_notification_module_closeButtonSection--59244 .bp_notification_module_closeButton--59244{
|
|
4085
4085
|
align-self:center;
|
|
4086
4086
|
}
|
|
4087
|
-
.bp_notification_module_root--
|
|
4087
|
+
.bp_notification_module_root--59244 .bp_notification_module_closeButtonSection--59244 .bp_notification_module_closeButton--59244 svg *{
|
|
4088
4088
|
fill:currentColor;
|
|
4089
4089
|
}
|
|
4090
4090
|
|
|
4091
|
-
.bp_page_header_module_pageHeader--
|
|
4091
|
+
.bp_page_header_module_pageHeader--54a90{
|
|
4092
4092
|
align-items:center;
|
|
4093
4093
|
background:var(--surface-surface);
|
|
4094
4094
|
display:flex;
|
|
@@ -4098,35 +4098,35 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4098
4098
|
min-height:var(--size-10);
|
|
4099
4099
|
width:100%;
|
|
4100
4100
|
}
|
|
4101
|
-
.bp_page_header_module_pageHeader--
|
|
4101
|
+
.bp_page_header_module_pageHeader--54a90.bp_page_header_module_sticky--54a90{
|
|
4102
4102
|
bottom:var(--blueprint-page-header-bottom, 0);
|
|
4103
4103
|
left:var(--blueprint-page-header-left, 0);
|
|
4104
4104
|
position:sticky;
|
|
4105
4105
|
right:var(--blueprint-page-header-right, 0);
|
|
4106
4106
|
top:var(--blueprint-page-header-top, 0);
|
|
4107
4107
|
}
|
|
4108
|
-
.bp_page_header_module_pageHeader--
|
|
4108
|
+
.bp_page_header_module_pageHeader--54a90.bp_page_header_module_default--54a90{
|
|
4109
4109
|
height:var(--size-16);
|
|
4110
4110
|
padding-inline:var(--space-2);
|
|
4111
4111
|
}
|
|
4112
|
-
.bp_page_header_module_pageHeader--
|
|
4112
|
+
.bp_page_header_module_pageHeader--54a90.bp_page_header_module_inline--54a90{
|
|
4113
4113
|
height:var(--size-10);
|
|
4114
4114
|
}
|
|
4115
|
-
.bp_page_header_module_pageHeader--
|
|
4115
|
+
.bp_page_header_module_pageHeader--54a90 .bp_page_header_module_corner--54a90{
|
|
4116
4116
|
align-items:center;
|
|
4117
4117
|
display:flex;
|
|
4118
4118
|
flex-basis:content;
|
|
4119
4119
|
flex-grow:0;
|
|
4120
4120
|
flex-shrink:0;
|
|
4121
4121
|
}
|
|
4122
|
-
.bp_page_header_module_pageHeader--
|
|
4122
|
+
.bp_page_header_module_pageHeader--54a90 .bp_page_header_module_startElements--54a90{
|
|
4123
4123
|
align-items:center;
|
|
4124
4124
|
display:flex;
|
|
4125
4125
|
flex-grow:1;
|
|
4126
4126
|
justify-content:flex-start;
|
|
4127
4127
|
overflow:hidden;
|
|
4128
4128
|
}
|
|
4129
|
-
.bp_page_header_module_pageHeader--
|
|
4129
|
+
.bp_page_header_module_pageHeader--54a90 .bp_page_header_module_endElements--54a90{
|
|
4130
4130
|
align-items:center;
|
|
4131
4131
|
display:flex;
|
|
4132
4132
|
flex-direction:row;
|
|
@@ -4134,41 +4134,41 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4134
4134
|
justify-content:flex-end;
|
|
4135
4135
|
}
|
|
4136
4136
|
|
|
4137
|
-
.bp_popover_module_popoverMainContent--
|
|
4137
|
+
.bp_popover_module_popoverMainContent--8bad2{
|
|
4138
4138
|
mask-image:linear-gradient(to top, #0000, var(--gray-black)), linear-gradient(to left, #0000 var(--space-4), var(--gray-black) var(--space-4));
|
|
4139
4139
|
overflow-y:auto;
|
|
4140
4140
|
}
|
|
4141
4141
|
|
|
4142
|
-
.bp_popover_module_popoverContentContainer--
|
|
4142
|
+
.bp_popover_module_popoverContentContainer--8bad2{
|
|
4143
4143
|
max-width:320px;
|
|
4144
4144
|
z-index:380;
|
|
4145
4145
|
}
|
|
4146
|
-
.bp_popover_module_popoverContentContainer--
|
|
4146
|
+
.bp_popover_module_popoverContentContainer--8bad2 .bp_popover_module_popoverCard--8bad2{
|
|
4147
4147
|
box-shadow:var(--dropshadow-3);
|
|
4148
4148
|
margin-block:var(--space-1);
|
|
4149
4149
|
}
|
|
4150
|
-
.bp_popover_module_popoverContentContainer--
|
|
4150
|
+
.bp_popover_module_popoverContentContainer--8bad2 .bp_popover_module_popoverCard--8bad2 .bp_popover_module_popoverMainContent--8bad2{
|
|
4151
4151
|
margin-inline-end:calc(var(--space-4)*-1);
|
|
4152
4152
|
mask-position:left bottom;
|
|
4153
4153
|
mask-size:100% 20000px;
|
|
4154
4154
|
padding-right:var(--space-4);
|
|
4155
4155
|
transition:mask-position var(--animation-duration-3);
|
|
4156
4156
|
}
|
|
4157
|
-
.bp_popover_module_popoverContentContainer--
|
|
4157
|
+
.bp_popover_module_popoverContentContainer--8bad2 .bp_popover_module_popoverCard--8bad2 .bp_popover_module_popoverMainContent--8bad2:hover{
|
|
4158
4158
|
mask-position:left top;
|
|
4159
4159
|
}
|
|
4160
|
-
.bp_popover_module_popoverContentContainer--
|
|
4160
|
+
.bp_popover_module_popoverContentContainer--8bad2 .bp_popover_module_popoverCard--8bad2 .bp_popover_module_popoverMainContent--8bad2 .bp_popover_module_popoverMainContentOuterContainer--8bad2{
|
|
4161
4161
|
max-height:inherit;
|
|
4162
4162
|
}
|
|
4163
|
-
.bp_popover_module_popoverContentContainer--
|
|
4163
|
+
.bp_popover_module_popoverContentContainer--8bad2 .bp_popover_module_popoverCard--8bad2 .bp_popover_module_popoverMainContent--8bad2 .bp_popover_module_popoverMainContentOuterContainer--8bad2 .bp_popover_module_popoverMainContentInnerContainerPadding--8bad2{
|
|
4164
4164
|
padding-block-end:var(--space-3);
|
|
4165
4165
|
}
|
|
4166
|
-
.bp_popover_module_popoverContentContainer--
|
|
4166
|
+
.bp_popover_module_popoverContentContainer--8bad2 .bp_popover_module_popoverFooter--8bad2{
|
|
4167
4167
|
margin-inline:calc(var(--space-4)*-1);
|
|
4168
4168
|
padding-block-start:var(--space-4);
|
|
4169
4169
|
padding-inline:var(--space-4);
|
|
4170
4170
|
}
|
|
4171
|
-
.bp_popover_module_popoverContentContainer--
|
|
4171
|
+
.bp_popover_module_popoverContentContainer--8bad2 .bp_popover_module_popoverFooter--8bad2.bp_popover_module_popoverFooterTopBorder--8bad2{
|
|
4172
4172
|
border-top:var(--border-1) solid var(--border-card-border);
|
|
4173
4173
|
}
|
|
4174
4174
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -4261,7 +4261,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4261
4261
|
opacity:.3;
|
|
4262
4262
|
}
|
|
4263
4263
|
|
|
4264
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
4264
|
+
.bp_tabs_module_hiddenWidthSetter--9ce9b{
|
|
4265
4265
|
display:block;
|
|
4266
4266
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4267
4267
|
font-size:.875rem;
|
|
@@ -4274,11 +4274,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4274
4274
|
text-transform:none;
|
|
4275
4275
|
visibility:hidden;
|
|
4276
4276
|
}
|
|
4277
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
4277
|
+
.bp_tabs_module_hiddenWidthSetter--9ce9b > *{
|
|
4278
4278
|
visibility:hidden;
|
|
4279
4279
|
}
|
|
4280
4280
|
|
|
4281
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4281
|
+
.bp_tabs_module_contentSwitchTabList--9ce9b{
|
|
4282
4282
|
background:var(--surface-contentswitcher-surface);
|
|
4283
4283
|
border-radius:var(--radius-3);
|
|
4284
4284
|
display:grid;
|
|
@@ -4289,7 +4289,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4289
4289
|
min-width:fit-content;
|
|
4290
4290
|
padding:var(--space-1);
|
|
4291
4291
|
}
|
|
4292
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4292
|
+
.bp_tabs_module_contentSwitchTabList--9ce9b .bp_tabs_module_contentSwitchTab--9ce9b{
|
|
4293
4293
|
align-items:center;
|
|
4294
4294
|
background:#0000;
|
|
4295
4295
|
border:none;
|
|
@@ -4303,7 +4303,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4303
4303
|
padding-inline:var(--space-4);
|
|
4304
4304
|
white-space:nowrap;
|
|
4305
4305
|
}
|
|
4306
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4306
|
+
.bp_tabs_module_contentSwitchTabList--9ce9b .bp_tabs_module_contentSwitchTab--9ce9b,.bp_tabs_module_contentSwitchTabList--9ce9b .bp_tabs_module_contentSwitchTab--9ce9b[aria-selected=true]{
|
|
4307
4307
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4308
4308
|
font-size:.875rem;
|
|
4309
4309
|
letter-spacing:.01875rem;
|
|
@@ -4311,50 +4311,50 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4311
4311
|
text-decoration:none;
|
|
4312
4312
|
text-transform:none;
|
|
4313
4313
|
}
|
|
4314
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4314
|
+
.bp_tabs_module_contentSwitchTabList--9ce9b .bp_tabs_module_contentSwitchTab--9ce9b[aria-selected=true]{
|
|
4315
4315
|
background:var(--surface-cta-surface-secondary);
|
|
4316
4316
|
box-shadow:0 0 0 var(--border-1) var(--gray-50);
|
|
4317
4317
|
color:var(--text-text-on-light);
|
|
4318
4318
|
font-weight:700;
|
|
4319
4319
|
}
|
|
4320
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4320
|
+
.bp_tabs_module_contentSwitchTabList--9ce9b .bp_tabs_module_contentSwitchTab--9ce9b:not([aria-disabled=true])[data-focus-visible]{
|
|
4321
4321
|
border-color:#0000;
|
|
4322
4322
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4323
4323
|
}
|
|
4324
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4324
|
+
.bp_tabs_module_contentSwitchTabList--9ce9b .bp_tabs_module_contentSwitchTab--9ce9b:not([aria-disabled=true]):hover{
|
|
4325
4325
|
background:var(--surface-surface-hover);
|
|
4326
4326
|
}
|
|
4327
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4327
|
+
.bp_tabs_module_contentSwitchTabList--9ce9b .bp_tabs_module_contentSwitchTab--9ce9b:not([aria-disabled=true]):active{
|
|
4328
4328
|
background:var(--surface-cta-surface-secondary-pressed);
|
|
4329
4329
|
}
|
|
4330
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4330
|
+
.bp_tabs_module_contentSwitchTabList--9ce9b .bp_tabs_module_contentSwitchTab--9ce9b[aria-disabled=true]{
|
|
4331
4331
|
opacity:.3;
|
|
4332
4332
|
pointer-events:none;
|
|
4333
4333
|
}
|
|
4334
4334
|
|
|
4335
|
-
.bp_tabs_module_tabsListContainer--
|
|
4335
|
+
.bp_tabs_module_tabsListContainer--9ce9b{
|
|
4336
4336
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
4337
4337
|
overflow-y:hidden;
|
|
4338
4338
|
scroll-behavior:smooth;
|
|
4339
4339
|
}
|
|
4340
|
-
.bp_tabs_module_tabsListContainer--
|
|
4340
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b{
|
|
4341
4341
|
display:flex;
|
|
4342
4342
|
overflow-x:auto;
|
|
4343
4343
|
padding:calc(var(--border-3) + 1px);
|
|
4344
4344
|
}
|
|
4345
|
-
.bp_tabs_module_tabsListContainer--
|
|
4345
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tabSeparator--9ce9b{
|
|
4346
4346
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
4347
4347
|
min-width:var(--space-4);
|
|
4348
4348
|
}
|
|
4349
|
-
.bp_tabs_module_tabsListContainer--
|
|
4349
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tabSeparator--9ce9b:last-child{
|
|
4350
4350
|
display:none;
|
|
4351
4351
|
}
|
|
4352
4352
|
@media only screen and (max-width: 1023px){
|
|
4353
|
-
.bp_tabs_module_tabsListContainer--
|
|
4353
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tabSeparator--9ce9b{
|
|
4354
4354
|
min-width:calc(var(--border-3) + 1px);
|
|
4355
4355
|
}
|
|
4356
4356
|
}
|
|
4357
|
-
.bp_tabs_module_tabsListContainer--
|
|
4357
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b{
|
|
4358
4358
|
background:var(--background-background);
|
|
4359
4359
|
border-style:none;
|
|
4360
4360
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -4368,7 +4368,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4368
4368
|
scroll-margin:calc(var(--border-3) + 1px);
|
|
4369
4369
|
z-index:2;
|
|
4370
4370
|
}
|
|
4371
|
-
.bp_tabs_module_tabsListContainer--
|
|
4371
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b,.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b[aria-selected=true]{
|
|
4372
4372
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4373
4373
|
font-size:.875rem;
|
|
4374
4374
|
letter-spacing:.01875rem;
|
|
@@ -4376,26 +4376,26 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4376
4376
|
text-decoration:none;
|
|
4377
4377
|
text-transform:none;
|
|
4378
4378
|
}
|
|
4379
|
-
.bp_tabs_module_tabsListContainer--
|
|
4379
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b[aria-selected=true]{
|
|
4380
4380
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
4381
4381
|
color:var(--text-cta-link);
|
|
4382
4382
|
font-weight:700;
|
|
4383
4383
|
}
|
|
4384
|
-
.bp_tabs_module_tabsListContainer--
|
|
4384
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b:hover{
|
|
4385
4385
|
background-color:var(--surface-tab-surface-hover);
|
|
4386
4386
|
color:var(--text-text-on-light-secondary-hover);
|
|
4387
4387
|
}
|
|
4388
|
-
.bp_tabs_module_tabsListContainer--
|
|
4388
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b:hover[aria-selected=true]{
|
|
4389
4389
|
color:var(--text-cta-link);
|
|
4390
4390
|
}
|
|
4391
|
-
.bp_tabs_module_tabsListContainer--
|
|
4391
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b:active{
|
|
4392
4392
|
background-color:var(--surface-tab-surface-pressed);
|
|
4393
4393
|
color:var(--text-text-on-light-secondary-hover);
|
|
4394
4394
|
}
|
|
4395
|
-
.bp_tabs_module_tabsListContainer--
|
|
4395
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b:active[aria-selected=true]{
|
|
4396
4396
|
color:var(--text-cta-link);
|
|
4397
4397
|
}
|
|
4398
|
-
.bp_tabs_module_tabsListContainer--
|
|
4398
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b:focus-visible,.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b[data-focus-visible]{
|
|
4399
4399
|
background-color:var(--surface-tab-surface-hover);
|
|
4400
4400
|
border-radius:var(--radius-05);
|
|
4401
4401
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -4403,14 +4403,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4403
4403
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
4404
4404
|
outline-offset:1px;
|
|
4405
4405
|
}
|
|
4406
|
-
.bp_tabs_module_tabsListContainer--
|
|
4406
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b[data-focus-visible][aria-selected=true]{
|
|
4407
4407
|
color:var(--text-cta-link);
|
|
4408
4408
|
}
|
|
4409
|
-
.bp_tabs_module_tabsListContainer--
|
|
4409
|
+
.bp_tabs_module_tabsListContainer--9ce9b .bp_tabs_module_tabList--9ce9b .bp_tabs_module_tab--9ce9b[aria-disabled=true]{
|
|
4410
4410
|
opacity:.5;
|
|
4411
4411
|
}
|
|
4412
4412
|
|
|
4413
|
-
.bp_radio_group_module_root--
|
|
4413
|
+
.bp_radio_group_module_root--9537c{
|
|
4414
4414
|
display:flex;
|
|
4415
4415
|
flex-direction:column;
|
|
4416
4416
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4423,31 +4423,31 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4423
4423
|
text-transform:none;
|
|
4424
4424
|
}
|
|
4425
4425
|
|
|
4426
|
-
.bp_radio_group_module_horizontal--
|
|
4426
|
+
.bp_radio_group_module_horizontal--9537c{
|
|
4427
4427
|
flex-direction:row;
|
|
4428
4428
|
gap:1.625rem;
|
|
4429
4429
|
}
|
|
4430
4430
|
|
|
4431
|
-
.bp_radio_group_module_radioOption--
|
|
4431
|
+
.bp_radio_group_module_radioOption--9537c{
|
|
4432
4432
|
display:flex;
|
|
4433
4433
|
flex-direction:column;
|
|
4434
4434
|
}
|
|
4435
|
-
.bp_radio_group_module_radioOption--
|
|
4435
|
+
.bp_radio_group_module_radioOption--9537c .bp_radio_group_module_label--9537c{
|
|
4436
4436
|
align-items:flex-start;
|
|
4437
4437
|
cursor:pointer;
|
|
4438
4438
|
display:inline-flex;
|
|
4439
4439
|
gap:var(--size-3);
|
|
4440
4440
|
line-height:var(--body-default-line-height);
|
|
4441
4441
|
}
|
|
4442
|
-
.bp_radio_group_module_radioOption--
|
|
4442
|
+
.bp_radio_group_module_radioOption--9537c .bp_radio_group_module_description--9537c{
|
|
4443
4443
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
4444
4444
|
}
|
|
4445
|
-
.bp_radio_group_module_radioOption--
|
|
4445
|
+
.bp_radio_group_module_radioOption--9537c.bp_radio_group_module_disabled--9537c .bp_radio_group_module_label--9537c{
|
|
4446
4446
|
color:var(--text-text-on-light-secondary);
|
|
4447
4447
|
cursor:default;
|
|
4448
4448
|
}
|
|
4449
4449
|
|
|
4450
|
-
.bp_radio_group_module_radioButton--
|
|
4450
|
+
.bp_radio_group_module_radioButton--9537c{
|
|
4451
4451
|
all:unset;
|
|
4452
4452
|
align-items:center;
|
|
4453
4453
|
background-color:var(--surface-radio-surface-selected);
|
|
@@ -4461,36 +4461,36 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4461
4461
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
4462
4462
|
width:var(--size-4);
|
|
4463
4463
|
}
|
|
4464
|
-
.bp_radio_group_module_radioButton--
|
|
4464
|
+
.bp_radio_group_module_radioButton--9537c .bp_radio_group_module_indicator--9537c{
|
|
4465
4465
|
background-color:var(--icon-icon-blue);
|
|
4466
4466
|
border-radius:50%;
|
|
4467
4467
|
height:var(--size-2);
|
|
4468
4468
|
transition:transform .1s;
|
|
4469
4469
|
width:var(--size-2);
|
|
4470
4470
|
}
|
|
4471
|
-
.bp_radio_group_module_radioButton--
|
|
4471
|
+
.bp_radio_group_module_radioButton--9537c:focus-visible{
|
|
4472
4472
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4473
4473
|
}
|
|
4474
|
-
.bp_radio_group_module_radioButton--
|
|
4474
|
+
.bp_radio_group_module_radioButton--9537c[data-disabled]{
|
|
4475
4475
|
opacity:60%;
|
|
4476
4476
|
}
|
|
4477
|
-
.bp_radio_group_module_radioButton--
|
|
4477
|
+
.bp_radio_group_module_radioButton--9537c[data-state=unchecked]{
|
|
4478
4478
|
background-color:var(--surface-radio-surface);
|
|
4479
4479
|
border:var(--border-2) solid var(--border-radio-border);
|
|
4480
4480
|
}
|
|
4481
|
-
.bp_radio_group_module_radioButton--
|
|
4481
|
+
.bp_radio_group_module_radioButton--9537c[data-state=unchecked] .bp_radio_group_module_indicator--9537c{
|
|
4482
4482
|
transform:scale(0);
|
|
4483
4483
|
}
|
|
4484
|
-
.bp_radio_group_module_radioButton--
|
|
4484
|
+
.bp_radio_group_module_radioButton--9537c:not([data-disabled]):hover{
|
|
4485
4485
|
background-color:var(--surface-radio-surface-hover);
|
|
4486
4486
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
4487
4487
|
}
|
|
4488
|
-
.bp_radio_group_module_radioButton--
|
|
4488
|
+
.bp_radio_group_module_radioButton--9537c:not([data-disabled]):hover[data-state=checked]{
|
|
4489
4489
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
4490
4490
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
4491
4491
|
}
|
|
4492
4492
|
|
|
4493
|
-
.bp_search_module_search--
|
|
4493
|
+
.bp_search_module_search--d74ca{
|
|
4494
4494
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4495
4495
|
font-size:.875rem;
|
|
4496
4496
|
font-weight:400;
|
|
@@ -4503,7 +4503,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4503
4503
|
text-transform:none;
|
|
4504
4504
|
width:100%;
|
|
4505
4505
|
}
|
|
4506
|
-
.bp_search_module_search--
|
|
4506
|
+
.bp_search_module_search--d74ca .bp_search_module_searchIcon--d74ca{
|
|
4507
4507
|
height:var(--size-4);
|
|
4508
4508
|
left:var(--space-2);
|
|
4509
4509
|
pointer-events:none;
|
|
@@ -4512,12 +4512,12 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4512
4512
|
transform:translateY(-50%);
|
|
4513
4513
|
width:var(--size-4);
|
|
4514
4514
|
}
|
|
4515
|
-
.bp_search_module_search--
|
|
4515
|
+
.bp_search_module_search--d74ca .bp_search_module_searchIcon--d74ca.bp_search_module_global--d74ca{
|
|
4516
4516
|
height:var(--size-5);
|
|
4517
4517
|
left:var(--space-4);
|
|
4518
4518
|
width:var(--size-5);
|
|
4519
4519
|
}
|
|
4520
|
-
.bp_search_module_search--
|
|
4520
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca{
|
|
4521
4521
|
background-color:var(--surface-search-surface);
|
|
4522
4522
|
border:var(--border-1) solid #0000;
|
|
4523
4523
|
border-radius:var(--radius-2);
|
|
@@ -4538,45 +4538,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4538
4538
|
transition:border-color .15s ease,background-color .15s ease;
|
|
4539
4539
|
width:100%;
|
|
4540
4540
|
}
|
|
4541
|
-
.bp_search_module_search--
|
|
4541
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca.bp_search_module_global--d74ca{
|
|
4542
4542
|
border-radius:var(--radius-7);
|
|
4543
4543
|
height:var(--size-12);
|
|
4544
4544
|
padding-inline:var(--space-12) var(--space-2);
|
|
4545
4545
|
}
|
|
4546
|
-
.bp_search_module_search--
|
|
4546
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca::-webkit-search-cancel-button,.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca::-webkit-search-decoration,.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca::-webkit-search-results-button,.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca::-webkit-search-results-decoration{
|
|
4547
4547
|
appearance:none;
|
|
4548
4548
|
}
|
|
4549
|
-
.bp_search_module_search--
|
|
4549
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca:hover{
|
|
4550
4550
|
box-shadow:unset;
|
|
4551
4551
|
}
|
|
4552
|
-
.bp_search_module_search--
|
|
4552
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca .bp_search_module_firefoxDefaultOpacityFix--d74ca,.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca .bp_search_module_searchInput--d74ca::placeholder{
|
|
4553
4553
|
opacity:1;
|
|
4554
4554
|
}
|
|
4555
|
-
.bp_search_module_search--
|
|
4555
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca::placeholder{
|
|
4556
4556
|
color:var(--text-text-on-light-secondary);
|
|
4557
4557
|
}
|
|
4558
|
-
.bp_search_module_search--
|
|
4558
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca:not(:placeholder-shown){
|
|
4559
4559
|
padding-inline-end:var(--space-8);
|
|
4560
4560
|
}
|
|
4561
|
-
.bp_search_module_search--
|
|
4561
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca:not(:placeholder-shown).bp_search_module_global--d74ca{
|
|
4562
4562
|
padding-inline-end:calc(var(--size-8)*2 + var(--space-6));
|
|
4563
4563
|
}
|
|
4564
|
-
.bp_search_module_search--
|
|
4564
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca:not(:placeholder-shown).bp_search_module_global--d74ca.bp_search_module_withoutActionButton--d74ca{
|
|
4565
4565
|
padding-inline-end:calc(var(--size-8) + var(--space-3));
|
|
4566
4566
|
}
|
|
4567
|
-
.bp_search_module_search--
|
|
4567
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca:focus-visible{
|
|
4568
4568
|
background-color:var(--surface-search-surface-focused);
|
|
4569
4569
|
border:var(--border-2) solid #2486fc;
|
|
4570
4570
|
padding-inline-start:calc(var(--space-8) - var(--border-1));
|
|
4571
4571
|
}
|
|
4572
|
-
.bp_search_module_search--
|
|
4572
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca:focus-visible.bp_search_module_global--d74ca{
|
|
4573
4573
|
padding-inline-start:calc(var(--space-12) - var(--border-1));
|
|
4574
4574
|
}
|
|
4575
|
-
.bp_search_module_search--
|
|
4575
|
+
.bp_search_module_search--d74ca .bp_search_module_searchInput--d74ca:not(:focus-visible):not(:disabled):hover{
|
|
4576
4576
|
background-color:var(--surface-search-surface-hover);
|
|
4577
4577
|
border-color:#6f6f6f;
|
|
4578
4578
|
}
|
|
4579
|
-
.bp_search_module_search--
|
|
4579
|
+
.bp_search_module_search--d74ca .bp_search_module_clearSearchIcon--d74ca{
|
|
4580
4580
|
background:var(--surface-cta-surface-icon);
|
|
4581
4581
|
height:var(--size-4);
|
|
4582
4582
|
position:absolute;
|
|
@@ -4585,38 +4585,38 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4585
4585
|
transform:translateY(-50%);
|
|
4586
4586
|
width:var(--size-4);
|
|
4587
4587
|
}
|
|
4588
|
-
.bp_search_module_search--
|
|
4588
|
+
.bp_search_module_search--d74ca .bp_search_module_clearSearchIcon--d74ca.bp_search_module_global--d74ca{
|
|
4589
4589
|
height:var(--size-8);
|
|
4590
4590
|
right:calc(var(--space-12) + var(--space-1));
|
|
4591
4591
|
width:var(--size-8);
|
|
4592
4592
|
}
|
|
4593
|
-
.bp_search_module_search--
|
|
4593
|
+
.bp_search_module_search--d74ca .bp_search_module_clearSearchIcon--d74ca.bp_search_module_withoutActionButton--d74ca{
|
|
4594
4594
|
right:var(--space-3);
|
|
4595
4595
|
}
|
|
4596
|
-
.bp_search_module_search--
|
|
4596
|
+
.bp_search_module_search--d74ca .bp_search_module_clearSearchIcon--d74ca *{
|
|
4597
4597
|
fill:var(--icon-cta-icon);
|
|
4598
4598
|
}
|
|
4599
|
-
.bp_search_module_search--
|
|
4599
|
+
.bp_search_module_search--d74ca .bp_search_module_clearSearchIcon--d74ca:focus-visible{
|
|
4600
4600
|
background:var(--surface-cta-surface-icon-hover);
|
|
4601
4601
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
4602
4602
|
}
|
|
4603
|
-
.bp_search_module_search--
|
|
4603
|
+
.bp_search_module_search--d74ca .bp_search_module_clearSearchIcon--d74ca:focus-visible *{
|
|
4604
4604
|
fill:var(--icon-cta-icon-hover);
|
|
4605
4605
|
}
|
|
4606
|
-
.bp_search_module_search--
|
|
4606
|
+
.bp_search_module_search--d74ca .bp_search_module_clearSearchIcon--d74ca:hover{
|
|
4607
4607
|
background:var(--surface-cta-surface-icon-hover);
|
|
4608
4608
|
}
|
|
4609
|
-
.bp_search_module_search--
|
|
4609
|
+
.bp_search_module_search--d74ca .bp_search_module_clearSearchIcon--d74ca:hover *{
|
|
4610
4610
|
fill:var(--icon-cta-icon-hover);
|
|
4611
4611
|
}
|
|
4612
|
-
.bp_search_module_search--
|
|
4612
|
+
.bp_search_module_search--d74ca .bp_search_module_actionButton--d74ca{
|
|
4613
4613
|
position:absolute;
|
|
4614
4614
|
right:var(--space-4);
|
|
4615
4615
|
top:50%;
|
|
4616
4616
|
transform:translateY(-50%);
|
|
4617
4617
|
}
|
|
4618
4618
|
|
|
4619
|
-
.bp_select_module_container--
|
|
4619
|
+
.bp_select_module_container--2e2ab{
|
|
4620
4620
|
display:flex;
|
|
4621
4621
|
flex-direction:column;
|
|
4622
4622
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4628,15 +4628,15 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4628
4628
|
text-decoration:none;
|
|
4629
4629
|
text-transform:none;
|
|
4630
4630
|
}
|
|
4631
|
-
.bp_select_module_container--
|
|
4631
|
+
.bp_select_module_container--2e2ab.bp_select_module_disabled--2e2ab{
|
|
4632
4632
|
opacity:60%;
|
|
4633
4633
|
}
|
|
4634
|
-
.bp_select_module_container--
|
|
4634
|
+
.bp_select_module_container--2e2ab .bp_select_module_label--2e2ab{
|
|
4635
4635
|
flex:0 0 fit-content;
|
|
4636
4636
|
font-weight:700;
|
|
4637
4637
|
overflow-wrap:break-word;
|
|
4638
4638
|
}
|
|
4639
|
-
.bp_select_module_container--
|
|
4639
|
+
.bp_select_module_container--2e2ab .bp_select_module_label--2e2ab,.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab{
|
|
4640
4640
|
color:var(--text-text-on-light);
|
|
4641
4641
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4642
4642
|
font-size:.875rem;
|
|
@@ -4645,7 +4645,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4645
4645
|
text-decoration:none;
|
|
4646
4646
|
text-transform:none;
|
|
4647
4647
|
}
|
|
4648
|
-
.bp_select_module_container--
|
|
4648
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab{
|
|
4649
4649
|
align-items:center;
|
|
4650
4650
|
background-color:var(--surface-dropdown-surface);
|
|
4651
4651
|
border:var(--border-1) solid var(--border-dropdown-border);
|
|
@@ -4663,45 +4663,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4663
4663
|
text-align:start;
|
|
4664
4664
|
width:100%;
|
|
4665
4665
|
}
|
|
4666
|
-
.bp_select_module_container--
|
|
4666
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab span:first-child{
|
|
4667
4667
|
overflow:hidden;
|
|
4668
4668
|
text-overflow:ellipsis;
|
|
4669
4669
|
white-space:nowrap;
|
|
4670
4670
|
}
|
|
4671
|
-
.bp_select_module_container--
|
|
4671
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab:disabled{
|
|
4672
4672
|
cursor:default;
|
|
4673
4673
|
}
|
|
4674
|
-
.bp_select_module_container--
|
|
4674
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab:not(.bp_select_module_error--2e2ab):focus{
|
|
4675
4675
|
background-color:var(--surface-dropdown-surface-focus);
|
|
4676
4676
|
border-color:#0000;
|
|
4677
4677
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4678
4678
|
}
|
|
4679
|
-
.bp_select_module_container--
|
|
4679
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab:not(:disabled):not(:focus):not(.bp_select_module_error--2e2ab):hover{
|
|
4680
4680
|
background-color:var(--surface-dropdown-surface-hover);
|
|
4681
4681
|
border-color:var(--border-dropdown-border-hover);
|
|
4682
4682
|
}
|
|
4683
|
-
.bp_select_module_container--
|
|
4683
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab:not(:disabled).bp_select_module_error--2e2ab{
|
|
4684
4684
|
background-color:var(--surface-dropdown-surface-error);
|
|
4685
4685
|
border:var(--border-2) solid var(--border-dropdown-border-error);
|
|
4686
4686
|
}
|
|
4687
|
-
.bp_select_module_container--
|
|
4687
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab .bp_select_module_iconWrapper--2e2ab{
|
|
4688
4688
|
flex-shrink:0;
|
|
4689
4689
|
-webkit-user-select:none;
|
|
4690
4690
|
user-select:none;
|
|
4691
4691
|
}
|
|
4692
|
-
.bp_select_module_container--
|
|
4692
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab .bp_select_module_icon--2e2ab{
|
|
4693
4693
|
display:block;
|
|
4694
4694
|
height:var(--size-2);
|
|
4695
4695
|
width:var(--size-2);
|
|
4696
4696
|
}
|
|
4697
|
-
.bp_select_module_container--
|
|
4697
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab .bp_select_module_icon--2e2ab path{
|
|
4698
4698
|
fill:var(--icon-icon-on-light);
|
|
4699
4699
|
}
|
|
4700
|
-
.bp_select_module_container--
|
|
4700
|
+
.bp_select_module_container--2e2ab .bp_select_module_triggerBtn--2e2ab[data-state=open] .bp_select_module_icon--2e2ab{
|
|
4701
4701
|
transform:rotate(180deg);
|
|
4702
4702
|
}
|
|
4703
4703
|
|
|
4704
|
-
.bp_select_module_content--
|
|
4704
|
+
.bp_select_module_content--2e2ab{
|
|
4705
4705
|
background-color:var(--surface-menu-surface);
|
|
4706
4706
|
border:var(--border-1) solid var(--border-card-border);
|
|
4707
4707
|
border-radius:var(--radius-3);
|
|
@@ -4719,11 +4719,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4719
4719
|
text-transform:none;
|
|
4720
4720
|
z-index:380;
|
|
4721
4721
|
}
|
|
4722
|
-
.bp_select_module_content--
|
|
4722
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab{
|
|
4723
4723
|
padding-block:var(--space-3);
|
|
4724
4724
|
padding-inline:var(--space-3);
|
|
4725
4725
|
}
|
|
4726
|
-
.bp_select_module_content--
|
|
4726
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_option--2e2ab{
|
|
4727
4727
|
border:var(--border-2) solid #0000;
|
|
4728
4728
|
border-radius:var(--radius-3);
|
|
4729
4729
|
cursor:pointer;
|
|
@@ -4738,25 +4738,25 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4738
4738
|
-webkit-user-select:none;
|
|
4739
4739
|
user-select:none;
|
|
4740
4740
|
}
|
|
4741
|
-
.bp_select_module_content--
|
|
4741
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_option--2e2ab[data-disabled]{
|
|
4742
4742
|
opacity:60%;
|
|
4743
4743
|
pointer-events:none;
|
|
4744
4744
|
}
|
|
4745
|
-
.bp_select_module_content--
|
|
4745
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_option--2e2ab[data-highlighted]:not(:hover){
|
|
4746
4746
|
background-color:var(--surface-menu-surface-focus);
|
|
4747
4747
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4748
4748
|
}
|
|
4749
|
-
.bp_select_module_content--
|
|
4749
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_option--2e2ab:hover{
|
|
4750
4750
|
background-color:var(--surface-menu-surface-hover);
|
|
4751
4751
|
}
|
|
4752
|
-
.bp_select_module_content--
|
|
4752
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_option--2e2ab span:first-child{
|
|
4753
4753
|
overflow:hidden;
|
|
4754
4754
|
overflow-wrap:break-word;
|
|
4755
4755
|
}
|
|
4756
|
-
.bp_select_module_content--
|
|
4756
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_option--2e2ab .bp_select_module_secondaryText--2e2ab{
|
|
4757
4757
|
color:var(--text-text-on-light-secondary);
|
|
4758
4758
|
}
|
|
4759
|
-
.bp_select_module_content--
|
|
4759
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_option--2e2ab .bp_select_module_indicator--2e2ab{
|
|
4760
4760
|
align-items:center;
|
|
4761
4761
|
display:flex;
|
|
4762
4762
|
height:var(--size-9);
|
|
@@ -4765,17 +4765,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4765
4765
|
position:absolute;
|
|
4766
4766
|
top:0;
|
|
4767
4767
|
}
|
|
4768
|
-
.bp_select_module_content--
|
|
4768
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_option--2e2ab .bp_select_module_indicator--2e2ab path{
|
|
4769
4769
|
fill:var(--icon-icon-on-light);
|
|
4770
4770
|
}
|
|
4771
|
-
.bp_select_module_content--
|
|
4771
|
+
.bp_select_module_content--2e2ab .bp_select_module_viewport--2e2ab .bp_select_module_separator--2e2ab{
|
|
4772
4772
|
background-color:var(--border-divider-border);
|
|
4773
4773
|
flex-shrink:0;
|
|
4774
4774
|
height:var(--border-1);
|
|
4775
4775
|
margin-block:var(--space-2);
|
|
4776
4776
|
}
|
|
4777
4777
|
|
|
4778
|
-
.bp_side_panel_module_content--
|
|
4778
|
+
.bp_side_panel_module_content--d5d28{
|
|
4779
4779
|
background-color:var(--gray-white);
|
|
4780
4780
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
4781
4781
|
display:flex;
|
|
@@ -4790,11 +4790,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4790
4790
|
width:360px;
|
|
4791
4791
|
}
|
|
4792
4792
|
@media only screen and (max-width: 767px){
|
|
4793
|
-
.bp_side_panel_module_content--
|
|
4793
|
+
.bp_side_panel_module_content--d5d28{
|
|
4794
4794
|
min-width:100%;
|
|
4795
4795
|
}
|
|
4796
4796
|
}
|
|
4797
|
-
.bp_side_panel_module_content--
|
|
4797
|
+
.bp_side_panel_module_content--d5d28 .bp_side_panel_module_header--d5d28{
|
|
4798
4798
|
align-items:center;
|
|
4799
4799
|
background-color:var(--surface-surface);
|
|
4800
4800
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -4809,39 +4809,39 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4809
4809
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4810
4810
|
word-break:break-word;
|
|
4811
4811
|
}
|
|
4812
|
-
.bp_side_panel_module_content--
|
|
4812
|
+
.bp_side_panel_module_content--d5d28 .bp_side_panel_module_header--d5d28,.bp_side_panel_module_content--d5d28 .bp_side_panel_module_header--d5d28.bp_side_panel_module_headerMobile--d5d28{
|
|
4813
4813
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4814
4814
|
font-weight:700;
|
|
4815
4815
|
letter-spacing:.01875rem;
|
|
4816
4816
|
text-decoration:none;
|
|
4817
4817
|
text-transform:none;
|
|
4818
4818
|
}
|
|
4819
|
-
.bp_side_panel_module_content--
|
|
4819
|
+
.bp_side_panel_module_content--d5d28 .bp_side_panel_module_header--d5d28.bp_side_panel_module_headerMobile--d5d28{
|
|
4820
4820
|
font-size:.9375rem;
|
|
4821
4821
|
line-height:1.25rem;
|
|
4822
4822
|
}
|
|
4823
|
-
.bp_side_panel_module_content--
|
|
4823
|
+
.bp_side_panel_module_content--d5d28 .bp_side_panel_module_headerShadow--d5d28{
|
|
4824
4824
|
box-shadow:var(--dropshadow-3);
|
|
4825
4825
|
}
|
|
4826
4826
|
|
|
4827
|
-
.bp_side_panel_module_contentAnimated--
|
|
4827
|
+
.bp_side_panel_module_contentAnimated--d5d28{
|
|
4828
4828
|
animation-duration:.2s;
|
|
4829
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
4829
|
+
animation-name:bp_side_panel_module_slideIn--d5d28;
|
|
4830
4830
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4831
4831
|
}
|
|
4832
4832
|
|
|
4833
|
-
.bp_side_panel_module_dropShadowContent--
|
|
4833
|
+
.bp_side_panel_module_dropShadowContent--d5d28{
|
|
4834
4834
|
box-shadow:var(--dropshadow-3);
|
|
4835
4835
|
}
|
|
4836
4836
|
|
|
4837
|
-
.bp_side_panel_module_content--
|
|
4837
|
+
.bp_side_panel_module_content--d5d28 .bp_side_panel_module_close--d5d28{
|
|
4838
4838
|
color:var(--gray-65);
|
|
4839
4839
|
position:absolute;
|
|
4840
4840
|
right:var(--space-4);
|
|
4841
4841
|
top:var(--space-5);
|
|
4842
4842
|
}
|
|
4843
4843
|
|
|
4844
|
-
.bp_side_panel_module_overlay--
|
|
4844
|
+
.bp_side_panel_module_overlay--d5d28{
|
|
4845
4845
|
background-color:var(--black-opacity-80);
|
|
4846
4846
|
bottom:0;
|
|
4847
4847
|
display:flex;
|
|
@@ -4852,20 +4852,20 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4852
4852
|
top:0;
|
|
4853
4853
|
z-index:300;
|
|
4854
4854
|
}
|
|
4855
|
-
.bp_side_panel_module_overlay--
|
|
4855
|
+
.bp_side_panel_module_overlay--d5d28 .bp_side_panel_module_content--d5d28 .bp_side_panel_module_header--d5d28{
|
|
4856
4856
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
4857
4857
|
}
|
|
4858
4858
|
|
|
4859
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
4859
|
+
.bp_side_panel_module_dropShadowOverlay--d5d28{
|
|
4860
4860
|
background-color:initial;
|
|
4861
4861
|
}
|
|
4862
4862
|
|
|
4863
|
-
.bp_side_panel_module_scrollableContainer--
|
|
4863
|
+
.bp_side_panel_module_scrollableContainer--d5d28{
|
|
4864
4864
|
flex-grow:1;
|
|
4865
4865
|
overflow-y:auto;
|
|
4866
4866
|
}
|
|
4867
4867
|
|
|
4868
|
-
.bp_side_panel_module_footer--
|
|
4868
|
+
.bp_side_panel_module_footer--d5d28{
|
|
4869
4869
|
background-color:var(--surface-surface);
|
|
4870
4870
|
display:flex;
|
|
4871
4871
|
justify-content:flex-end;
|
|
@@ -4875,19 +4875,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4875
4875
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4876
4876
|
}
|
|
4877
4877
|
|
|
4878
|
-
.bp_side_panel_module_footerShadow--
|
|
4878
|
+
.bp_side_panel_module_footerShadow--d5d28{
|
|
4879
4879
|
box-shadow:var(--dropshadow-3-inverse);
|
|
4880
4880
|
}
|
|
4881
4881
|
|
|
4882
|
-
.bp_side_panel_module_footerButton--
|
|
4882
|
+
.bp_side_panel_module_footerButton--d5d28{
|
|
4883
4883
|
margin-inline-start:var(--space-2);
|
|
4884
4884
|
}
|
|
4885
4885
|
|
|
4886
|
-
.bp_side_panel_module_footerButton--
|
|
4886
|
+
.bp_side_panel_module_footerButton--d5d28 + .bp_side_panel_module_footerButton--d5d28{
|
|
4887
4887
|
margin-inline-start:var(--space-3);
|
|
4888
4888
|
}
|
|
4889
4889
|
|
|
4890
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
4890
|
+
@keyframes bp_side_panel_module_slideIn--d5d28{
|
|
4891
4891
|
from{
|
|
4892
4892
|
inset-inline-end:-100%;
|
|
4893
4893
|
}
|
|
@@ -4896,14 +4896,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4896
4896
|
}
|
|
4897
4897
|
}
|
|
4898
4898
|
|
|
4899
|
-
.bp_slider_incrementer_module_container--
|
|
4899
|
+
.bp_slider_incrementer_module_container--2d1fc{
|
|
4900
4900
|
align-items:center;
|
|
4901
4901
|
display:grid;
|
|
4902
4902
|
grid-template-columns:auto 1fr auto;
|
|
4903
4903
|
width:100%;
|
|
4904
4904
|
}
|
|
4905
4905
|
|
|
4906
|
-
.bp_slider_range_module_container--
|
|
4906
|
+
.bp_slider_range_module_container--e5b09{
|
|
4907
4907
|
align-items:center;
|
|
4908
4908
|
border:var(--size-05) solid #0000;
|
|
4909
4909
|
border-radius:var(--radius-1);
|
|
@@ -4914,11 +4914,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4914
4914
|
position:relative;
|
|
4915
4915
|
width:100%;
|
|
4916
4916
|
}
|
|
4917
|
-
.bp_slider_range_module_container--
|
|
4917
|
+
.bp_slider_range_module_container--e5b09.bp_slider_range_module_hasFocus--e5b09{
|
|
4918
4918
|
border-color:var(--outline-focus-on-light);
|
|
4919
4919
|
}
|
|
4920
4920
|
|
|
4921
|
-
.bp_slider_range_module_thumb--
|
|
4921
|
+
.bp_slider_range_module_thumb--e5b09{
|
|
4922
4922
|
background-color:var(--surface-sliderthumb-surface);
|
|
4923
4923
|
border-radius:50%;
|
|
4924
4924
|
display:block;
|
|
@@ -4926,15 +4926,15 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4926
4926
|
width:var(--size-3);
|
|
4927
4927
|
}
|
|
4928
4928
|
|
|
4929
|
-
.bp_slider_range_module_thumb--
|
|
4929
|
+
.bp_slider_range_module_thumb--e5b09:focus{
|
|
4930
4930
|
outline:none;
|
|
4931
4931
|
}
|
|
4932
4932
|
|
|
4933
|
-
.bp_slider_range_module_thumb--
|
|
4933
|
+
.bp_slider_range_module_thumb--e5b09:hover{
|
|
4934
4934
|
background-color:var(--surface-sliderthumb-surface-hover);
|
|
4935
4935
|
}
|
|
4936
4936
|
|
|
4937
|
-
.bp_slider_range_module_root--
|
|
4937
|
+
.bp_slider_range_module_root--e5b09{
|
|
4938
4938
|
align-items:center;
|
|
4939
4939
|
display:flex;
|
|
4940
4940
|
flex-grow:1;
|
|
@@ -4944,31 +4944,31 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4944
4944
|
-webkit-user-select:none;
|
|
4945
4945
|
user-select:none;
|
|
4946
4946
|
}
|
|
4947
|
-
.bp_slider_range_module_root--
|
|
4947
|
+
.bp_slider_range_module_root--e5b09.bp_slider_range_module_disabled--e5b09{
|
|
4948
4948
|
opacity:.3;
|
|
4949
4949
|
}
|
|
4950
|
-
.bp_slider_range_module_root--
|
|
4950
|
+
.bp_slider_range_module_root--e5b09.bp_slider_range_module_disabled--e5b09 .bp_slider_range_module_thumb--e5b09:hover{
|
|
4951
4951
|
background-color:var(--surface-sliderthumb-surface);
|
|
4952
4952
|
}
|
|
4953
4953
|
|
|
4954
|
-
.bp_slider_range_module_track--
|
|
4954
|
+
.bp_slider_range_module_track--e5b09{
|
|
4955
4955
|
background-color:var(--surface-slidertrack-surface);
|
|
4956
4956
|
border-radius:9999px;
|
|
4957
4957
|
flex-grow:1;
|
|
4958
4958
|
position:relative;
|
|
4959
4959
|
}
|
|
4960
4960
|
|
|
4961
|
-
.bp_slider_range_module_track--
|
|
4961
|
+
.bp_slider_range_module_track--e5b09[data-orientation=horizontal]{
|
|
4962
4962
|
height:var(--size-05);
|
|
4963
4963
|
}
|
|
4964
4964
|
|
|
4965
|
-
.bp_slider_module_container--
|
|
4965
|
+
.bp_slider_module_container--f9a7e{
|
|
4966
4966
|
display:flex;
|
|
4967
4967
|
position:relative;
|
|
4968
4968
|
width:100%;
|
|
4969
4969
|
}
|
|
4970
4970
|
|
|
4971
|
-
.bp_switch_module_option--
|
|
4971
|
+
.bp_switch_module_option--35896{
|
|
4972
4972
|
display:flex;
|
|
4973
4973
|
flex-direction:column;
|
|
4974
4974
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4979,26 +4979,26 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4979
4979
|
text-decoration:none;
|
|
4980
4980
|
text-transform:none;
|
|
4981
4981
|
}
|
|
4982
|
-
.bp_switch_module_option--
|
|
4982
|
+
.bp_switch_module_option--35896 .bp_switch_module_label--35896{
|
|
4983
4983
|
cursor:pointer;
|
|
4984
4984
|
display:inline-flex;
|
|
4985
4985
|
flex-direction:row;
|
|
4986
4986
|
width:-moz-fit-content;
|
|
4987
4987
|
width:fit-content;
|
|
4988
4988
|
}
|
|
4989
|
-
.bp_switch_module_option--
|
|
4989
|
+
.bp_switch_module_option--35896 .bp_switch_module_label--35896.bp_switch_module_rightAlign--35896{
|
|
4990
4990
|
flex-direction:row-reverse;
|
|
4991
4991
|
justify-content:space-between;
|
|
4992
4992
|
width:unset;
|
|
4993
4993
|
}
|
|
4994
|
-
.bp_switch_module_option--
|
|
4994
|
+
.bp_switch_module_option--35896 .bp_switch_module_description--35896{
|
|
4995
4995
|
margin-left:3.25rem;
|
|
4996
4996
|
}
|
|
4997
|
-
.bp_switch_module_option--
|
|
4997
|
+
.bp_switch_module_option--35896 .bp_switch_module_description--35896.bp_switch_module_rightAlign--35896{
|
|
4998
4998
|
margin-left:unset;
|
|
4999
4999
|
margin-right:3.25rem;
|
|
5000
5000
|
}
|
|
5001
|
-
.bp_switch_module_option--
|
|
5001
|
+
.bp_switch_module_option--35896 .bp_switch_module_switch--35896{
|
|
5002
5002
|
all:unset;
|
|
5003
5003
|
align-items:center;
|
|
5004
5004
|
background-color:#909090;
|
|
@@ -5012,17 +5012,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5012
5012
|
width:2.5rem;
|
|
5013
5013
|
will-change:transition;
|
|
5014
5014
|
}
|
|
5015
|
-
.bp_switch_module_option--
|
|
5015
|
+
.bp_switch_module_option--35896 .bp_switch_module_switch--35896.bp_switch_module_rightAlign--35896{
|
|
5016
5016
|
margin-left:2.5rem;
|
|
5017
5017
|
margin-right:unset;
|
|
5018
5018
|
}
|
|
5019
|
-
.bp_switch_module_option--
|
|
5019
|
+
.bp_switch_module_option--35896 .bp_switch_module_switch--35896:focus-visible{
|
|
5020
5020
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
5021
5021
|
}
|
|
5022
|
-
.bp_switch_module_option--
|
|
5022
|
+
.bp_switch_module_option--35896 .bp_switch_module_switch--35896[data-state=checked]{
|
|
5023
5023
|
background-color:#0061d5;
|
|
5024
5024
|
}
|
|
5025
|
-
.bp_switch_module_option--
|
|
5025
|
+
.bp_switch_module_option--35896 .bp_switch_module_thumb--35896{
|
|
5026
5026
|
background-color:#fff;
|
|
5027
5027
|
border:.0625rem solid #bcbcbc;
|
|
5028
5028
|
border-radius:2.5rem;
|
|
@@ -5034,17 +5034,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5034
5034
|
width:1.25rem;
|
|
5035
5035
|
will-change:transform;
|
|
5036
5036
|
}
|
|
5037
|
-
.bp_switch_module_option--
|
|
5037
|
+
.bp_switch_module_option--35896 .bp_switch_module_thumb--35896[data-state=checked]{
|
|
5038
5038
|
transform:translateX(1.25rem);
|
|
5039
5039
|
}
|
|
5040
|
-
.bp_switch_module_option--
|
|
5040
|
+
.bp_switch_module_option--35896.bp_switch_module_disabled--35896 .bp_switch_module_label--35896{
|
|
5041
5041
|
cursor:default;
|
|
5042
5042
|
}
|
|
5043
|
-
.bp_switch_module_option--
|
|
5043
|
+
.bp_switch_module_option--35896.bp_switch_module_disabled--35896 .bp_switch_module_switch--35896{
|
|
5044
5044
|
opacity:60%;
|
|
5045
5045
|
}
|
|
5046
5046
|
|
|
5047
|
-
.bp_text_button_module_textButton--
|
|
5047
|
+
.bp_text_button_module_textButton--fa2be{
|
|
5048
5048
|
align-items:center;
|
|
5049
5049
|
background:#0000;
|
|
5050
5050
|
border:none;
|
|
@@ -5064,46 +5064,46 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5064
5064
|
-webkit-user-select:text;
|
|
5065
5065
|
user-select:text;
|
|
5066
5066
|
}
|
|
5067
|
-
.bp_text_button_module_textButton--
|
|
5067
|
+
.bp_text_button_module_textButton--fa2be.bp_text_button_module_isFontInherited--fa2be{
|
|
5068
5068
|
border-radius:.125em;
|
|
5069
5069
|
font:inherit;
|
|
5070
5070
|
}
|
|
5071
|
-
.bp_text_button_module_textButton--
|
|
5071
|
+
.bp_text_button_module_textButton--fa2be.bp_text_button_module_isFontInherited--fa2be.bp_text_button_module_isIconButton--fa2be{
|
|
5072
5072
|
gap:.25em;
|
|
5073
5073
|
}
|
|
5074
|
-
.bp_text_button_module_textButton--
|
|
5074
|
+
.bp_text_button_module_textButton--fa2be.bp_text_button_module_isFontInherited--fa2be:not(:disabled)[data-focus-visible]{
|
|
5075
5075
|
box-shadow:0 0 0 .125em var(--outline-focus-on-light);
|
|
5076
5076
|
}
|
|
5077
|
-
.bp_text_button_module_textButton--
|
|
5077
|
+
.bp_text_button_module_textButton--fa2be .bp_text_button_module_scaleLoader--fa2be div{
|
|
5078
5078
|
border-radius:.375em;
|
|
5079
5079
|
height:.625em;
|
|
5080
5080
|
width:.125em;
|
|
5081
5081
|
}
|
|
5082
|
-
.bp_text_button_module_textButton--
|
|
5082
|
+
.bp_text_button_module_textButton--fa2be .bp_text_button_module_icon--fa2be{
|
|
5083
5083
|
align-items:center;
|
|
5084
5084
|
display:flex;
|
|
5085
5085
|
}
|
|
5086
|
-
.bp_text_button_module_textButton--
|
|
5086
|
+
.bp_text_button_module_textButton--fa2be .bp_text_button_module_hideTextContent--fa2be{
|
|
5087
5087
|
visibility:hidden;
|
|
5088
5088
|
}
|
|
5089
|
-
.bp_text_button_module_textButton--
|
|
5089
|
+
.bp_text_button_module_textButton--fa2be.bp_text_button_module_isIconButton--fa2be{
|
|
5090
5090
|
gap:var(--space-1);
|
|
5091
5091
|
}
|
|
5092
|
-
.bp_text_button_module_textButton--
|
|
5092
|
+
.bp_text_button_module_textButton--fa2be.bp_text_button_module_visuallyHidden--fa2be{
|
|
5093
5093
|
color:#0000;
|
|
5094
5094
|
pointer-events:none;
|
|
5095
5095
|
position:relative;
|
|
5096
5096
|
}
|
|
5097
|
-
.bp_text_button_module_textButton--
|
|
5097
|
+
.bp_text_button_module_textButton--fa2be:disabled{
|
|
5098
5098
|
opacity:.3;
|
|
5099
5099
|
}
|
|
5100
|
-
.bp_text_button_module_textButton--
|
|
5100
|
+
.bp_text_button_module_textButton--fa2be:not(:disabled):hover,.bp_text_button_module_textButton--fa2be:not(:disabled)[data-focus-visible]{
|
|
5101
5101
|
color:var(--text-cta-link-hover);
|
|
5102
5102
|
}
|
|
5103
|
-
.bp_text_button_module_textButton--
|
|
5103
|
+
.bp_text_button_module_textButton--fa2be:not(:disabled)[data-focus-visible]{
|
|
5104
5104
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5105
5105
|
}
|
|
5106
|
-
.bp_text_button_module_textButton--
|
|
5106
|
+
.bp_text_button_module_textButton--fa2be:not(:disabled):active{
|
|
5107
5107
|
color:var(--text-cta-link-pressed);
|
|
5108
5108
|
}
|
|
5109
5109
|
:root{
|
|
@@ -5796,7 +5796,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5796
5796
|
--z-index-card-tooltip:2147483647;
|
|
5797
5797
|
}
|
|
5798
5798
|
|
|
5799
|
-
.bp_toolbar_module_toolbarRoot--
|
|
5799
|
+
.bp_toolbar_module_toolbarRoot--85827{
|
|
5800
5800
|
align-items:center;
|
|
5801
5801
|
background:var(--surface-surface);
|
|
5802
5802
|
border:var(--border-1) solid var(--border-card-border);
|
|
@@ -5807,19 +5807,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5807
5807
|
padding:calc(var(--space-1) - var(--border-1));
|
|
5808
5808
|
}
|
|
5809
5809
|
|
|
5810
|
-
.bp_toolbar_module_separator--
|
|
5810
|
+
.bp_toolbar_module_separator--85827{
|
|
5811
5811
|
background-color:var(--border-divider-border);
|
|
5812
5812
|
border-radius:var(--radius-2);
|
|
5813
5813
|
height:var(--size-6);
|
|
5814
5814
|
width:1px;
|
|
5815
5815
|
}
|
|
5816
5816
|
|
|
5817
|
-
.bp_toolbar_module_toggleGroup--
|
|
5817
|
+
.bp_toolbar_module_toggleGroup--85827{
|
|
5818
5818
|
display:flex;
|
|
5819
5819
|
gap:var(--space-1);
|
|
5820
5820
|
}
|
|
5821
5821
|
|
|
5822
|
-
.bp_toolbar_module_toolbarItem--
|
|
5822
|
+
.bp_toolbar_module_toolbarItem--85827{
|
|
5823
5823
|
--toolbar-item-hover-opacity:0.3;
|
|
5824
5824
|
align-items:center;
|
|
5825
5825
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -5837,45 +5837,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5837
5837
|
-webkit-user-select:none;
|
|
5838
5838
|
user-select:none;
|
|
5839
5839
|
}
|
|
5840
|
-
.bp_toolbar_module_toolbarItem--
|
|
5840
|
+
.bp_toolbar_module_toolbarItem--85827[data-disabled]{
|
|
5841
5841
|
background:var(--surface-toggle-surface);
|
|
5842
5842
|
opacity:var(--toolbar-item-hover-opacity);
|
|
5843
5843
|
pointer-events:none;
|
|
5844
5844
|
}
|
|
5845
|
-
.bp_toolbar_module_toolbarItem--
|
|
5845
|
+
.bp_toolbar_module_toolbarItem--85827:not([data-disabled]):focus-visible{
|
|
5846
5846
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
5847
5847
|
}
|
|
5848
|
-
.bp_toolbar_module_toolbarItem--
|
|
5848
|
+
.bp_toolbar_module_toolbarItem--85827:not([data-disabled]):hover{
|
|
5849
5849
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
5850
5850
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
5851
5851
|
}
|
|
5852
5852
|
|
|
5853
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5853
|
+
.bp_toolbar_module_toolbarToggle--85827[data-state=on]{
|
|
5854
5854
|
background:var(--surface-toggle-surface-pressed);
|
|
5855
5855
|
}
|
|
5856
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5856
|
+
.bp_toolbar_module_toolbarToggle--85827[data-state=on] svg *{
|
|
5857
5857
|
fill:var(--icon-icon-on-dark);
|
|
5858
5858
|
}
|
|
5859
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5859
|
+
.bp_toolbar_module_toolbarToggle--85827[data-state=on]:not([data-disabled]):hover{
|
|
5860
5860
|
background:var(--surface-toggle-surface-on-hover);
|
|
5861
5861
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
5862
5862
|
}
|
|
5863
5863
|
|
|
5864
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
5864
|
+
.bp_toolbar_module_dropdownIndicator--85827.bp_toolbar_module_invertCaret--85827{
|
|
5865
5865
|
transform:rotate(.5turn);
|
|
5866
5866
|
}
|
|
5867
5867
|
|
|
5868
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5868
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--85827{
|
|
5869
5869
|
--trigger-button-hover-opacity:0.7;
|
|
5870
5870
|
}
|
|
5871
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5871
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--85827[data-state=on] .bp_toolbar_module_dropdownIndicator--85827 path{
|
|
5872
5872
|
fill:var(--icon-icon-on-light);
|
|
5873
5873
|
}
|
|
5874
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5874
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--85827[data-state=on]:hover{
|
|
5875
5875
|
opacity:var(--trigger-button-hover-opacity);
|
|
5876
5876
|
}
|
|
5877
5877
|
|
|
5878
|
-
.bp_toolbar_module_toolbarIcon--
|
|
5878
|
+
.bp_toolbar_module_toolbarIcon--85827{
|
|
5879
5879
|
align-items:center;
|
|
5880
5880
|
display:flex;
|
|
5881
5881
|
height:var(--size-5);
|