@box/blueprint-web 6.33.0 → 6.33.1
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 +779 -779
- 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 +3 -3
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--6cf32{
|
|
2
|
+
animation:bp_ghost_module_ghost-keyframes--6cf32 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--6cf32.bp_ghost_module_circle--6cf32{
|
|
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--6cf32.bp_ghost_module_pill--6cf32{
|
|
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--6cf32.bp_ghost_module_rectangle--6cf32{
|
|
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--6cf32{
|
|
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--9f9ec{
|
|
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--9f9ec: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--9f9ec: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--9f9ec: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--9f9ec{
|
|
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--9f9ec.bp_status_module_reverse--9f9ec{
|
|
77
77
|
flex-direction:row-reverse;
|
|
78
78
|
}
|
|
79
|
-
.bp_status_module_status--
|
|
79
|
+
.bp_status_module_status--9f9ec.bp_status_module_circle--9f9ec{
|
|
80
80
|
padding:0 3px;
|
|
81
81
|
}
|
|
82
|
-
.bp_status_module_status--
|
|
82
|
+
.bp_status_module_status--9f9ec .bp_status_module_text--9f9ec{
|
|
83
83
|
overflow:hidden;
|
|
84
84
|
text-overflow:ellipsis;
|
|
85
85
|
}
|
|
86
|
-
.bp_status_module_status--
|
|
86
|
+
.bp_status_module_status--9f9ec > 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--9f9ec{
|
|
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--9f9ec,.bp_status_module_colorSurfaceStatusSurfaceGray--9f9ec.bp_status_module_interactiveStatus--9f9ec:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceGray--9f9ec.bp_status_module_interactiveStatus--9f9ec:hover{
|
|
97
97
|
background-color:#e8e8e8;
|
|
98
98
|
}
|
|
99
|
-
.bp_status_module_colorSurfaceStatusSurfaceYellow--
|
|
99
|
+
.bp_status_module_colorSurfaceStatusSurfaceYellow--9f9ec,.bp_status_module_colorSurfaceStatusSurfaceYellow--9f9ec.bp_status_module_interactiveStatus--9f9ec:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceYellow--9f9ec.bp_status_module_interactiveStatus--9f9ec:hover{
|
|
100
100
|
background-color:#ffeb7f;
|
|
101
101
|
}
|
|
102
|
-
.bp_status_module_colorSurfaceStatusSurfaceOrange--
|
|
102
|
+
.bp_status_module_colorSurfaceStatusSurfaceOrange--9f9ec,.bp_status_module_colorSurfaceStatusSurfaceOrange--9f9ec.bp_status_module_interactiveStatus--9f9ec:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceOrange--9f9ec.bp_status_module_interactiveStatus--9f9ec:hover{
|
|
103
103
|
background-color:#f8c08c;
|
|
104
104
|
}
|
|
105
|
-
.bp_status_module_colorSurfaceStatusSurfaceRed--
|
|
105
|
+
.bp_status_module_colorSurfaceStatusSurfaceRed--9f9ec,.bp_status_module_colorSurfaceStatusSurfaceRed--9f9ec.bp_status_module_interactiveStatus--9f9ec:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceRed--9f9ec.bp_status_module_interactiveStatus--9f9ec:hover{
|
|
106
106
|
background-color:#f69bab;
|
|
107
107
|
}
|
|
108
|
-
.bp_status_module_colorSurfaceStatusSurfacePurple--
|
|
108
|
+
.bp_status_module_colorSurfaceStatusSurfacePurple--9f9ec,.bp_status_module_colorSurfaceStatusSurfacePurple--9f9ec.bp_status_module_interactiveStatus--9f9ec:focus-visible,.bp_status_module_colorSurfaceStatusSurfacePurple--9f9ec.bp_status_module_interactiveStatus--9f9ec:hover{
|
|
109
109
|
background-color:#cf9ff6;
|
|
110
110
|
}
|
|
111
|
-
.bp_status_module_colorSurfaceStatusSurfaceLightBlue--
|
|
111
|
+
.bp_status_module_colorSurfaceStatusSurfaceLightBlue--9f9ec,.bp_status_module_colorSurfaceStatusSurfaceLightBlue--9f9ec.bp_status_module_interactiveStatus--9f9ec:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceLightBlue--9f9ec.bp_status_module_interactiveStatus--9f9ec:hover{
|
|
112
112
|
background-color:#91c2fd;
|
|
113
113
|
}
|
|
114
|
-
.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--
|
|
114
|
+
.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--9f9ec,.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--9f9ec.bp_status_module_interactiveStatus--9f9ec:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--9f9ec.bp_status_module_interactiveStatus--9f9ec:hover{
|
|
115
115
|
background-color:#7f9dc1;
|
|
116
116
|
}
|
|
117
|
-
.bp_status_module_colorSurfaceStatusSurfaceGreen--
|
|
117
|
+
.bp_status_module_colorSurfaceStatusSurfaceGreen--9f9ec,.bp_status_module_colorSurfaceStatusSurfaceGreen--9f9ec.bp_status_module_interactiveStatus--9f9ec:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceGreen--9f9ec.bp_status_module_interactiveStatus--9f9ec: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--365fd[data-state=open]{
|
|
122
|
+
animation:bp_accordion_module_slideDown--365fd .15s ease-out;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.bp_accordion_module_accordionContent--
|
|
126
|
-
animation:bp_accordion_module_slideUp--
|
|
125
|
+
.bp_accordion_module_accordionContent--365fd[data-state=closed]{
|
|
126
|
+
animation:bp_accordion_module_slideUp--365fd .15s ease-out;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.bp_accordion_module_accordionContent--
|
|
129
|
+
.bp_accordion_module_accordionContent--365fd{
|
|
130
130
|
overflow:hidden;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
@keyframes bp_accordion_module_slideDown--
|
|
133
|
+
@keyframes bp_accordion_module_slideDown--365fd{
|
|
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--365fd{
|
|
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--365fd{
|
|
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--365fd{
|
|
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--365fd,.bp_accordion_module_accordionItem--365fd > [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--365fd{
|
|
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--365fd{
|
|
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--365fd{
|
|
192
192
|
align-items:center;
|
|
193
193
|
display:flex;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.bp_accordion_module_accordionStatus--
|
|
196
|
+
.bp_accordion_module_accordionStatus--365fd{
|
|
197
197
|
margin-inline-start:var(--space-2);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.bp_accordion_module_accordionTrigger--
|
|
200
|
+
.bp_accordion_module_accordionTrigger--365fd{
|
|
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--365fd:active{
|
|
212
212
|
background-color:var(--surface-surface);
|
|
213
213
|
}
|
|
214
|
-
.bp_accordion_module_accordionTrigger--
|
|
214
|
+
.bp_accordion_module_accordionTrigger--365fd: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--365fd: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--365fd:disabled{
|
|
224
224
|
cursor:default;
|
|
225
225
|
opacity:.3;
|
|
226
226
|
}
|
|
227
|
-
.bp_accordion_module_accordionTrigger--
|
|
227
|
+
.bp_accordion_module_accordionTrigger--365fd:disabled:hover{
|
|
228
228
|
background-color:var(--gray-white);
|
|
229
229
|
}
|
|
230
|
-
.bp_accordion_module_accordionTrigger--
|
|
230
|
+
.bp_accordion_module_accordionTrigger--365fd .bp_accordion_module_accordionTriggerIcon--365fd{
|
|
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--365fd[data-state=open] .bp_accordion_module_accordionTriggerIcon--365fd{
|
|
236
236
|
transform:rotate(180deg);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.bp_loading_indicator_module_crawler--
|
|
239
|
+
.bp_loading_indicator_module_crawler--85117{
|
|
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--85117 .bp_loading_indicator_module_segment--85117{
|
|
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--85117.bp_loading_indicator_module_small--85117{
|
|
254
254
|
transform:scale(.7);
|
|
255
255
|
}
|
|
256
|
-
.bp_loading_indicator_module_crawler--
|
|
256
|
+
.bp_loading_indicator_module_crawler--85117.bp_loading_indicator_module_large--85117{
|
|
257
257
|
transform:scale(1.5);
|
|
258
258
|
}
|
|
259
|
-
.bp_loading_indicator_module_crawler--
|
|
259
|
+
.bp_loading_indicator_module_crawler--85117.bp_loading_indicator_module_x-large--85117{
|
|
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--85117.bp_loading_indicator_module_default--85117 .bp_loading_indicator_module_segment--85117{
|
|
263
|
+
animation:bp_loading_indicator_module_segment-transform--85117 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--85117 .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--85117.bp_loading_indicator_module_dark--85117 .bp_loading_indicator_module_segment--85117{
|
|
266
|
+
animation:bp_loading_indicator_module_segment-transform--85117 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--85117 .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--85117.bp_loading_indicator_module_light--85117 .bp_loading_indicator_module_segment--85117{
|
|
269
|
+
animation:bp_loading_indicator_module_segment-transform--85117 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--85117 .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--85117 .bp_loading_indicator_module_segment--85117: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--85117 .bp_loading_indicator_module_segment--85117: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--85117{
|
|
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--85117{
|
|
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--85117{
|
|
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--85117{
|
|
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--37606{
|
|
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--37606,.bp_base_button_module_button--37606 .bp_base_button_module_icon--37606{
|
|
334
334
|
align-items:center;
|
|
335
335
|
display:flex;
|
|
336
336
|
}
|
|
337
|
-
.bp_base_button_module_button--
|
|
337
|
+
.bp_base_button_module_button--37606: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--37606:disabled{
|
|
341
341
|
opacity:.3;
|
|
342
342
|
}
|
|
343
|
-
.bp_base_button_module_button--
|
|
343
|
+
.bp_base_button_module_button--37606.bp_base_button_module_primary--37606{
|
|
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--37606.bp_base_button_module_primary--37606:disabled{
|
|
349
349
|
background:var(--surface-surface-brand-disabled);
|
|
350
350
|
}
|
|
351
|
-
.bp_base_button_module_button--
|
|
351
|
+
.bp_base_button_module_button--37606.bp_base_button_module_primary--37606:not(:disabled):hover,.bp_base_button_module_button--37606.bp_base_button_module_primary--37606: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--37606.bp_base_button_module_primary--37606: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--37606.bp_base_button_module_secondary--37606{
|
|
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--37606.bp_base_button_module_secondary--37606:not(:disabled):hover,.bp_base_button_module_button--37606.bp_base_button_module_secondary--37606: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--37606.bp_base_button_module_secondary--37606: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--37606.bp_base_button_module_tertiary--37606{
|
|
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--37606.bp_base_button_module_tertiary--37606:not(:disabled):hover,.bp_base_button_module_button--37606.bp_base_button_module_tertiary--37606: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--37606.bp_base_button_module_tertiary--37606: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--37606.bp_base_button_module_outline--37606{
|
|
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--37606.bp_base_button_module_outline--37606:not(:disabled):hover,.bp_base_button_module_button--37606.bp_base_button_module_outline--37606: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--37606.bp_base_button_module_outline--37606: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--37606.bp_base_button_module_small--37606{
|
|
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--37606.bp_base_button_module_small--37606.bp_base_button_module_isIconButton--37606{
|
|
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--37606.bp_base_button_module_large--37606{
|
|
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--37606.bp_base_button_module_large--37606.bp_base_button_module_isIconButton--37606{
|
|
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--37606.bp_base_button_module_hide--37606{
|
|
418
418
|
pointer-events:none;
|
|
419
419
|
position:relative;
|
|
420
420
|
}
|
|
421
|
-
.bp_base_button_module_button--
|
|
421
|
+
.bp_base_button_module_button--37606.bp_base_button_module_hide--37606 span{
|
|
422
422
|
color:#0000;
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
425
|
+
.bp_base_inline_notice_module_noticeWrapper--85e34{
|
|
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--85e34 .bp_base_inline_notice_module_actions--85e34{
|
|
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--85e34 .bp_base_inline_notice_module_actionButtonPrimary--85e34,.bp_base_inline_notice_module_noticeWrapper--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34{
|
|
439
439
|
height:var(--space-8);
|
|
440
440
|
}
|
|
441
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
441
|
+
.bp_base_inline_notice_module_noticeWrapper--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34,.bp_base_inline_notice_module_noticeWrapper--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34:hover{
|
|
442
442
|
background:#0000;
|
|
443
443
|
}
|
|
444
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
444
|
+
.bp_base_inline_notice_module_noticeWrapper--85e34.bp_base_inline_notice_module_backgroundYellow--85e34{
|
|
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--85e34.bp_base_inline_notice_module_backgroundBlue--85e34{
|
|
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--85e34.bp_base_inline_notice_module_backgroundRed--85e34{
|
|
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--85e34.bp_base_inline_notice_module_backgroundGreen--85e34{
|
|
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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34{
|
|
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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34{
|
|
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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34: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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34[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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34: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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34: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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonTertiary--85e34: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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonPrimary--85e34{
|
|
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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonPrimary--85e34: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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonPrimary--85e34[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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonPrimary--85e34: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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonPrimary--85e34: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--85e34.bp_base_inline_notice_module_backgroundPurple--85e34 .bp_base_inline_notice_module_actionButtonPrimary--85e34: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--85e34 .bp_base_inline_notice_module_contentContainer--85e34{
|
|
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--85e34 .bp_base_inline_notice_module_content--85e34{
|
|
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--85e34 svg{
|
|
513
513
|
display:block;
|
|
514
514
|
}
|
|
515
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
515
|
+
.bp_base_inline_notice_module_noticeWrapper--85e34 .bp_base_inline_notice_module_title--85e34{
|
|
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--85e34{
|
|
527
527
|
margin-top:var(--space-3);
|
|
528
528
|
}
|
|
529
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
529
|
+
.bp_base_inline_notice_module_noticeWrapper--85e34{
|
|
530
530
|
display:block;
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
|
|
534
|
-
.bp_text_module_textReset--
|
|
534
|
+
.bp_text_module_textReset--bc641{
|
|
535
535
|
margin:0;
|
|
536
536
|
text-align:inherit;
|
|
537
537
|
}
|
|
538
|
-
.bp_text_module_textReset--
|
|
538
|
+
.bp_text_module_textReset--bc641.bp_text_module_breakWord--bc641{
|
|
539
539
|
overflow-wrap:break-word;
|
|
540
540
|
}
|
|
541
|
-
.bp_text_module_textReset--
|
|
541
|
+
.bp_text_module_textReset--bc641.bp_text_module_textOnLightDefault--bc641{
|
|
542
542
|
color:#222;
|
|
543
543
|
}
|
|
544
|
-
.bp_text_module_textReset--
|
|
544
|
+
.bp_text_module_textReset--bc641.bp_text_module_textOnLightSecondary--bc641{
|
|
545
545
|
color:#6f6f6f;
|
|
546
546
|
}
|
|
547
|
-
.bp_text_module_textReset--
|
|
547
|
+
.bp_text_module_textReset--bc641.bp_text_module_textOnLightLink--bc641{
|
|
548
548
|
color:#0061d5;
|
|
549
549
|
}
|
|
550
|
-
.bp_text_module_textReset--
|
|
550
|
+
.bp_text_module_textReset--bc641.bp_text_module_textOnDarkDefault--bc641{
|
|
551
551
|
color:#fff;
|
|
552
552
|
}
|
|
553
|
-
.bp_text_module_textReset--
|
|
553
|
+
.bp_text_module_textReset--bc641.bp_text_module_titleMondo--bc641{
|
|
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--bc641.bp_text_module_titleXLarge--bc641{
|
|
563
563
|
font-size:1.3125rem;
|
|
564
564
|
line-height:2rem;
|
|
565
565
|
}
|
|
566
|
-
.bp_text_module_textReset--
|
|
566
|
+
.bp_text_module_textReset--bc641.bp_text_module_titleLarge--bc641,.bp_text_module_textReset--bc641.bp_text_module_titleXLarge--bc641{
|
|
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--bc641.bp_text_module_titleLarge--bc641{
|
|
574
574
|
font-size:1.125rem;
|
|
575
575
|
line-height:1.5rem;
|
|
576
576
|
}
|
|
577
|
-
.bp_text_module_textReset--
|
|
577
|
+
.bp_text_module_textReset--bc641.bp_text_module_titleMedium--bc641{
|
|
578
578
|
font-size:1rem;
|
|
579
579
|
line-height:1.5rem;
|
|
580
580
|
}
|
|
581
|
-
.bp_text_module_textReset--
|
|
581
|
+
.bp_text_module_textReset--bc641.bp_text_module_titleMedium--bc641,.bp_text_module_textReset--bc641.bp_text_module_titleSmall--bc641{
|
|
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--bc641.bp_text_module_titleSmall--bc641{
|
|
589
589
|
font-size:.9375rem;
|
|
590
590
|
line-height:1.25rem;
|
|
591
591
|
}
|
|
592
|
-
.bp_text_module_textReset--
|
|
592
|
+
.bp_text_module_textReset--bc641.bp_text_module_subtitle--bc641{
|
|
593
593
|
font-size:.875rem;
|
|
594
594
|
line-height:1.25rem;
|
|
595
595
|
}
|
|
596
|
-
.bp_text_module_textReset--
|
|
596
|
+
.bp_text_module_textReset--bc641.bp_text_module_bodyLargeBold--bc641,.bp_text_module_textReset--bc641.bp_text_module_subtitle--bc641{
|
|
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--bc641.bp_text_module_bodyLargeBold--bc641{
|
|
604
604
|
font-size:1rem;
|
|
605
605
|
line-height:1.5rem;
|
|
606
606
|
}
|
|
607
|
-
.bp_text_module_textReset--
|
|
607
|
+
.bp_text_module_textReset--bc641.bp_text_module_bodyLarge--bc641{
|
|
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--bc641.bp_text_module_bodyDefaultBold--bc641,.bp_text_module_textReset--bc641.bp_text_module_bodyLarge--bc641{
|
|
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--bc641.bp_text_module_bodyDefaultBold--bc641{
|
|
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--bc641.bp_text_module_bodyDefaultSemibold--bc641{
|
|
624
624
|
font-weight:600;
|
|
625
625
|
}
|
|
626
|
-
.bp_text_module_textReset--
|
|
626
|
+
.bp_text_module_textReset--bc641.bp_text_module_bodyDefault--bc641,.bp_text_module_textReset--bc641.bp_text_module_bodyDefaultSemibold--bc641{
|
|
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--bc641.bp_text_module_bodyDefault--bc641{
|
|
635
635
|
font-weight:400;
|
|
636
636
|
}
|
|
637
|
-
.bp_text_module_textReset--
|
|
637
|
+
.bp_text_module_textReset--bc641.bp_text_module_caption--bc641{
|
|
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--bc641.bp_text_module_caption--bc641,.bp_text_module_textReset--bc641.bp_text_module_labelBold--bc641{
|
|
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--bc641.bp_text_module_labelBold--bc641{
|
|
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--bc641.bp_text_module_label--bc641{
|
|
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--ac0c5{
|
|
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--ac0c5 .bp_avatar_module_badge--ac0c5{
|
|
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--ac0c5 .bp_avatar_module_text--ac0c5{
|
|
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--ac0c5.bp_avatar_module_small--ac0c5{
|
|
697
697
|
height:var(--size-6);
|
|
698
698
|
width:var(--size-6);
|
|
699
699
|
}
|
|
700
|
-
.bp_avatar_module_avatar--
|
|
700
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_small--ac0c5 .bp_avatar_module_text--ac0c5{
|
|
701
701
|
font-size:.5rem;
|
|
702
702
|
}
|
|
703
|
-
.bp_avatar_module_avatar--
|
|
703
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_small--ac0c5 .bp_avatar_module_length-1--ac0c5.bp_avatar_module_text--ac0c5,.bp_avatar_module_avatar--ac0c5.bp_avatar_module_small--ac0c5 .bp_avatar_module_length-2--ac0c5.bp_avatar_module_text--ac0c5{
|
|
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--ac0c5.bp_avatar_module_small--ac0c5 .bp_avatar_module_badge--ac0c5{
|
|
713
713
|
right:-.25rem;
|
|
714
714
|
}
|
|
715
|
-
.bp_avatar_module_avatar--
|
|
715
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_medium--ac0c5{
|
|
716
716
|
height:var(--size-7);
|
|
717
717
|
width:var(--size-7);
|
|
718
718
|
}
|
|
719
|
-
.bp_avatar_module_avatar--
|
|
719
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_medium--ac0c5 .bp_avatar_module_text--ac0c5{
|
|
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--ac0c5.bp_avatar_module_medium--ac0c5 .bp_avatar_module_length-1--ac0c5.bp_avatar_module_text--ac0c5,.bp_avatar_module_avatar--ac0c5.bp_avatar_module_medium--ac0c5 .bp_avatar_module_length-2--ac0c5.bp_avatar_module_text--ac0c5{
|
|
729
729
|
font-size:.8125rem;
|
|
730
730
|
}
|
|
731
|
-
.bp_avatar_module_avatar--
|
|
731
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_medium--ac0c5 .bp_avatar_module_badge--ac0c5{
|
|
732
732
|
right:-.375rem;
|
|
733
733
|
}
|
|
734
|
-
.bp_avatar_module_avatar--
|
|
734
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_large--ac0c5{
|
|
735
735
|
height:var(--size-8);
|
|
736
736
|
width:var(--size-8);
|
|
737
737
|
}
|
|
738
|
-
.bp_avatar_module_avatar--
|
|
738
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_large--ac0c5 .bp_avatar_module_text--ac0c5{
|
|
739
739
|
font-size:.5rem;
|
|
740
740
|
}
|
|
741
|
-
.bp_avatar_module_avatar--
|
|
741
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_large--ac0c5 .bp_avatar_module_length-1--ac0c5.bp_avatar_module_text--ac0c5,.bp_avatar_module_avatar--ac0c5.bp_avatar_module_large--ac0c5 .bp_avatar_module_length-2--ac0c5.bp_avatar_module_text--ac0c5{
|
|
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--ac0c5.bp_avatar_module_large--ac0c5 .bp_avatar_module_length-3--ac0c5.bp_avatar_module_text--ac0c5{
|
|
751
751
|
font-size:.6875rem;
|
|
752
752
|
}
|
|
753
|
-
.bp_avatar_module_avatar--
|
|
753
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_large--ac0c5 .bp_avatar_module_length-4--ac0c5.bp_avatar_module_text--ac0c5{
|
|
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--ac0c5.bp_avatar_module_large--ac0c5 .bp_avatar_module_badge--ac0c5{
|
|
763
763
|
right:-.25rem;
|
|
764
764
|
}
|
|
765
|
-
.bp_avatar_module_avatar--
|
|
765
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_xlarge--ac0c5{
|
|
766
766
|
height:var(--size-11);
|
|
767
767
|
width:var(--size-11);
|
|
768
768
|
}
|
|
769
|
-
.bp_avatar_module_avatar--
|
|
769
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_xlarge--ac0c5 .bp_avatar_module_text--ac0c5{
|
|
770
770
|
font-size:1rem;
|
|
771
771
|
}
|
|
772
|
-
.bp_avatar_module_avatar--
|
|
772
|
+
.bp_avatar_module_avatar--ac0c5.bp_avatar_module_xlarge--ac0c5 .bp_avatar_module_length-1--ac0c5.bp_avatar_module_text--ac0c5,.bp_avatar_module_avatar--ac0c5.bp_avatar_module_xlarge--ac0c5 .bp_avatar_module_length-2--ac0c5.bp_avatar_module_text--ac0c5{
|
|
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--ac0c5.bp_avatar_module_xlarge--ac0c5 .bp_avatar_module_badge--ac0c5{
|
|
782
782
|
right:-.375rem;
|
|
783
783
|
}
|
|
784
|
-
.bp_avatar_module_avatar--
|
|
784
|
+
.bp_avatar_module_avatar--ac0c5 .bp_avatar_module_image--ac0c5{
|
|
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--ac0c5 .bp_avatar_module_image--ac0c5.bp_avatar_module_loading--ac0c5{
|
|
791
791
|
height:0;
|
|
792
792
|
width:0;
|
|
793
793
|
}
|
|
794
794
|
|
|
795
|
-
.bp_avatar_module_anonymousAvatar--
|
|
795
|
+
.bp_avatar_module_anonymousAvatar--ac0c5{
|
|
796
796
|
position:relative;
|
|
797
797
|
}
|
|
798
|
-
.bp_avatar_module_anonymousAvatar--
|
|
798
|
+
.bp_avatar_module_anonymousAvatar--ac0c5 .bp_avatar_module_svg--ac0c5{
|
|
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--c509d{
|
|
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--c509d .bp_icon_button_module_iconColor--c509d *{
|
|
816
816
|
fill:var(--icon-cta-icon);
|
|
817
817
|
}
|
|
818
|
-
.bp_icon_button_module_iconButton--
|
|
818
|
+
.bp_icon_button_module_iconButton--c509d[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--c509d[aria-disabled=true] .bp_icon_button_module_iconColor--c509d *{
|
|
823
823
|
fill:var(--gray-50);
|
|
824
824
|
}
|
|
825
|
-
.bp_icon_button_module_iconButton--
|
|
825
|
+
.bp_icon_button_module_iconButton--c509d:focus-visible{
|
|
826
826
|
outline:none;
|
|
827
827
|
}
|
|
828
|
-
.bp_icon_button_module_iconButton--
|
|
828
|
+
.bp_icon_button_module_iconButton--c509d[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--c509d[data-focus-visible] .bp_icon_button_module_iconColor--c509d *{
|
|
833
833
|
fill:var(--icon-cta-icon-hover);
|
|
834
834
|
}
|
|
835
|
-
.bp_icon_button_module_iconButton--
|
|
835
|
+
.bp_icon_button_module_iconButton--c509d:hover{
|
|
836
836
|
background:var(--surface-cta-surface-icon-hover);
|
|
837
837
|
}
|
|
838
|
-
.bp_icon_button_module_iconButton--
|
|
838
|
+
.bp_icon_button_module_iconButton--c509d:hover .bp_icon_button_module_iconColor--c509d *{
|
|
839
839
|
fill:var(--icon-cta-icon-hover);
|
|
840
840
|
}
|
|
841
|
-
.bp_icon_button_module_iconButton--
|
|
841
|
+
.bp_icon_button_module_iconButton--c509d:active,.bp_icon_button_module_iconButton--c509d[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--c509d:active .bp_icon_button_module_iconColor--c509d *,.bp_icon_button_module_iconButton--c509d[data-active] .bp_icon_button_module_iconColor--c509d *{
|
|
845
845
|
fill:var(--icon-cta-icon-pressed);
|
|
846
846
|
}
|
|
847
|
-
.bp_icon_button_module_iconButton--
|
|
847
|
+
.bp_icon_button_module_iconButton--c509d.bp_icon_button_module_large--c509d{
|
|
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--c509d.bp_icon_button_module_small--c509d{
|
|
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--c509d.bp_icon_button_module_x-small--c509d{
|
|
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--85003{
|
|
861
861
|
width:100%;
|
|
862
862
|
}
|
|
863
|
-
.bp_collapsible_section_module_collapsibleSectionHeader--
|
|
863
|
+
.bp_collapsible_section_module_collapsibleSectionHeader--85003{
|
|
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--85003: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--85003[aria-expanded=true],.bp_collapsible_section_module_collapsibleSectionHeader--85003[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--85003{
|
|
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--85003 > svg{
|
|
899
899
|
vertical-align:middle;
|
|
900
900
|
}
|
|
901
|
-
.bp_collapsible_section_module_collapsibleSectionContent--
|
|
901
|
+
.bp_collapsible_section_module_collapsibleSectionContent--85003{
|
|
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--85003[data-state=open]{
|
|
905
|
+
animation:bp_collapsible_section_module_slideDown--85003 .25s ease-out;
|
|
906
906
|
}
|
|
907
|
-
.bp_collapsible_section_module_collapsibleSectionContent--
|
|
908
|
-
animation:bp_collapsible_section_module_slideUp--
|
|
907
|
+
.bp_collapsible_section_module_collapsibleSectionContent--85003[data-state=closed]{
|
|
908
|
+
animation:bp_collapsible_section_module_slideUp--85003 .25s ease-out;
|
|
909
909
|
}
|
|
910
|
-
.bp_collapsible_section_module_collapsibleSectionBody--
|
|
910
|
+
.bp_collapsible_section_module_collapsibleSectionBody--85003{
|
|
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--85003{
|
|
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--85003{
|
|
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--8c553{
|
|
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--8c553 .bp_calendar_module_calendarGrid--8c553{
|
|
958
958
|
border-collapse:revert;
|
|
959
959
|
border-spacing:revert;
|
|
960
960
|
}
|
|
961
|
-
.bp_calendar_module_calendar--
|
|
961
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarGrid--8c553 td{
|
|
962
962
|
padding:1px;
|
|
963
963
|
}
|
|
964
|
-
.bp_calendar_module_calendar--
|
|
964
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarHeaderCell--8c553{
|
|
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--8c553 .bp_calendar_module_calendarHeader--8c553{
|
|
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--8c553 .bp_calendar_module_calendarHeader--8c553 .bp_calendar_module_calendarHeaderHeading--8c553{
|
|
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--8c553 .bp_calendar_module_calendarHeader--8c553 .bp_calendar_module_calendarHeaderButton--8c553{
|
|
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--8c553 .bp_calendar_module_calendarHeader--8c553 .bp_calendar_module_calendarHeaderButton--8c553:disabled{
|
|
1009
1009
|
cursor:default;
|
|
1010
1010
|
opacity:60%;
|
|
1011
1011
|
}
|
|
1012
|
-
.bp_calendar_module_calendar--
|
|
1012
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarHeader--8c553 .bp_calendar_module_calendarHeaderButton--8c553:disabled *{
|
|
1013
1013
|
fill:var(--gray-30);
|
|
1014
1014
|
}
|
|
1015
|
-
.bp_calendar_module_calendar--
|
|
1015
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarHeader--8c553 .bp_calendar_module_calendarHeaderButton--8c553:hover:not(:disabled){
|
|
1016
1016
|
background-color:var(--gray-05);
|
|
1017
1017
|
}
|
|
1018
|
-
.bp_calendar_module_calendar--
|
|
1018
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarHeader--8c553 .bp_calendar_module_calendarHeaderButton--8c553[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--8c553 .bp_calendar_module_calendarCell--8c553{
|
|
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--8c553 .bp_calendar_module_calendarCell--8c553.bp_calendar_module_today--8c553{
|
|
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--8c553 .bp_calendar_module_calendarCell--8c553.bp_calendar_module_today--8c553[data-disabled]{
|
|
1043
1043
|
cursor:default;
|
|
1044
1044
|
opacity:.6;
|
|
1045
1045
|
}
|
|
1046
|
-
.bp_calendar_module_calendar--
|
|
1046
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarCell--8c553.bp_calendar_module_today--8c553::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--8c553 .bp_calendar_module_calendarCell--8c553:not([data-outside-month]){
|
|
1058
1058
|
cursor:pointer;
|
|
1059
1059
|
}
|
|
1060
|
-
.bp_calendar_module_calendar--
|
|
1060
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarCell--8c553: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--8c553 .bp_calendar_module_calendarCell--8c553[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--8c553 .bp_calendar_module_calendarCell--8c553[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--8c553 .bp_calendar_module_calendarCell--8c553[data-selected]:hover{
|
|
1071
1071
|
background-color:var(--dark-blue-100);
|
|
1072
1072
|
}
|
|
1073
|
-
.bp_calendar_module_calendar--
|
|
1073
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarCell--8c553[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--8c553 .bp_calendar_module_calendarCell--8c553[data-selected]::after{
|
|
1080
1080
|
background-color:var(--gray-white);
|
|
1081
1081
|
}
|
|
1082
|
-
.bp_calendar_module_calendar--
|
|
1082
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarCell--8c553[data-disabled]:not(.bp_calendar_module_today--8c553){
|
|
1083
1083
|
color:var(--gray-10);
|
|
1084
1084
|
cursor:default;
|
|
1085
1085
|
}
|
|
1086
|
-
.bp_calendar_module_calendar--
|
|
1086
|
+
.bp_calendar_module_calendar--8c553 .bp_calendar_module_calendarCell--8c553[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--ed6d7{
|
|
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--ed6d7.bp_inline_error_module_empty--ed6d7{
|
|
1106
1106
|
display:none;
|
|
1107
1107
|
}
|
|
1108
|
-
.bp_inline_error_module_inlineError--
|
|
1108
|
+
.bp_inline_error_module_inlineError--ed6d7 .bp_inline_error_module_errorIcon--ed6d7{
|
|
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--9cd94{
|
|
1115
1115
|
width:100%;
|
|
1116
1116
|
}
|
|
1117
|
-
.bp_date_picker_module_datePicker--
|
|
1117
|
+
.bp_date_picker_module_datePicker--9cd94.bp_date_picker_module_disabled--9cd94{
|
|
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--9cd94 .bp_date_picker_module_label--9cd94{
|
|
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--9cd94 .bp_date_picker_module_group--9cd94,.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_label--9cd94{
|
|
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--9cd94 .bp_date_picker_module_group--9cd94{
|
|
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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94{
|
|
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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94: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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94.bp_date_picker_module_error--9cd94: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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94.bp_date_picker_module_error--9cd94: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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94 .bp_date_picker_module_groupContainerInput--9cd94{
|
|
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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94 .bp_date_picker_module_groupContainerInput--9cd94 .bp_date_picker_module_groupContainerInputSegment--9cd94{
|
|
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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94 .bp_date_picker_module_groupContainerInput--9cd94 .bp_date_picker_module_groupContainerInputSegment--9cd94[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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94 .bp_date_picker_module_groupContainerInput--9cd94 .bp_date_picker_module_groupContainerInputSegment--9cd94: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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_groupContainer--9cd94 .bp_date_picker_module_groupContainerInput--9cd94 .bp_date_picker_module_groupContainerInputSegment--9cd94: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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94{
|
|
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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94.bp_date_picker_module_clear--9cd94{
|
|
1210
1210
|
right:var(--size-9);
|
|
1211
1211
|
}
|
|
1212
|
-
.bp_date_picker_module_datePicker--
|
|
1212
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94:focus-visible,.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94[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--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94:hover{
|
|
1217
1217
|
background:var(--surface-cta-surface-icon-hover);
|
|
1218
1218
|
}
|
|
1219
|
-
.bp_date_picker_module_datePicker--
|
|
1219
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94:hover *{
|
|
1220
1220
|
fill:var(--icon-cta-icon-hover);
|
|
1221
1221
|
}
|
|
1222
|
-
.bp_date_picker_module_datePicker--
|
|
1222
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94:active{
|
|
1223
1223
|
background:var(--surface-cta-surface-icon-pressed);
|
|
1224
1224
|
}
|
|
1225
|
-
.bp_date_picker_module_datePicker--
|
|
1225
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94:active *{
|
|
1226
1226
|
fill:var(--icon-cta-icon-pressed);
|
|
1227
1227
|
}
|
|
1228
|
-
.bp_date_picker_module_datePicker--
|
|
1228
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_group--9cd94 .bp_date_picker_module_button--9cd94:disabled{
|
|
1229
1229
|
opacity:1;
|
|
1230
1230
|
}
|
|
1231
|
-
.bp_date_picker_module_datePicker--
|
|
1231
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_popover--9cd94{
|
|
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--9cd94 .bp_date_picker_module_popover--9cd94[data-placement=top]{
|
|
1236
1236
|
--popover-slide-translation:translateY($animationTranslateDistance);
|
|
1237
1237
|
}
|
|
1238
|
-
.bp_date_picker_module_datePicker--
|
|
1238
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_popover--9cd94[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--9cd94 .bp_date_picker_module_popover--9cd94[data-entering]{
|
|
1242
|
+
animation:bp_date_picker_module_slide--9cd94 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--9cd94 .bp_date_picker_module_popover--9cd94[data-exiting]{
|
|
1245
|
+
animation:bp_date_picker_module_slide--9cd94 var(--animation-duration-2) reverse var(--animation-easing-ease-base);
|
|
1246
1246
|
}
|
|
1247
|
-
.bp_date_picker_module_datePicker--
|
|
1247
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_popoverContent--9cd94{
|
|
1248
1248
|
z-index:380;
|
|
1249
1249
|
}
|
|
1250
|
-
.bp_date_picker_module_datePicker--
|
|
1250
|
+
.bp_date_picker_module_datePicker--9cd94 .bp_date_picker_module_inlineError--9cd94{
|
|
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--9cd94{
|
|
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--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185.bp_base_grid_list_item_module_loading--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185 img,.bp_base_grid_list_item_module_smallList--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185 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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185.bp_base_grid_list_item_module_customSize--cb185 img,.bp_base_grid_list_item_module_smallList--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185.bp_base_grid_list_item_module_customSize--cb185 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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_header--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_header--cb185.bp_base_grid_list_item_module_loading--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_subtitle--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_header--cb185,.bp_base_grid_list_item_module_smallList--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_subtitle--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185:not(:has(.bp_base_grid_list_item_module_header--cb185)),.bp_base_grid_list_item_module_smallList--cb185 .bp_base_grid_list_item_module_smallListItem--cb185:not(:has(.bp_base_grid_list_item_module_subtitle--cb185)){
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_actions--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_actions--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_selection--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_selection--cb185: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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_inner--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_inner--cb185: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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_actionsCheckboxWrapper--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185[data-active-item],.bp_base_grid_list_item_module_smallList--cb185 .bp_base_grid_list_item_module_smallListItem--cb185[data-focus-visible],.bp_base_grid_list_item_module_smallList--cb185 .bp_base_grid_list_item_module_smallListItem--cb185[data-focused],.bp_base_grid_list_item_module_smallList--cb185 .bp_base_grid_list_item_module_smallListItem--cb185[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--cb185 .bp_base_grid_list_item_module_smallListItem--cb185[data-active-item]::before,.bp_base_grid_list_item_module_smallList--cb185 .bp_base_grid_list_item_module_smallListItem--cb185[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--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185.bp_base_grid_list_item_module_loading--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185: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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185 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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185.bp_base_grid_list_item_module_loading--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185{
|
|
1471
1471
|
aspect-ratio:1/1;
|
|
1472
1472
|
}
|
|
1473
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1473
|
+
.bp_base_grid_list_item_module_largeList--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185 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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_actions--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_actions--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_selection--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_selection--cb185: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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_fade--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_inner--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_inner--cb185: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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_actionsCheckboxWrapper--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_header--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_subtitle--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_description--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_snippet--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185 .bp_base_grid_list_item_module_snippet--cb185 .bp_base_grid_list_item_module_snippetContent--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[data-active-item],.bp_base_grid_list_item_module_largeList--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[data-focus-visible],.bp_base_grid_list_item_module_largeList--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[data-focused],.bp_base_grid_list_item_module_largeList--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[data-active-item]::before,.bp_base_grid_list_item_module_largeList--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[aria-selected=true] .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_fade--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused]) .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_inner--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[aria-selected=true]:has(+ .bp_base_grid_list_item_module_react-aria-DropIndicator--cb185 + [aria-selected=true]),.bp_base_grid_list_item_module_largeList--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[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--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[aria-selected=true] + .bp_base_grid_list_item_module_react-aria-DropIndicator--cb185 + [aria-selected=true],.bp_base_grid_list_item_module_largeList--cb185 .bp_base_grid_list_item_module_largeListItem--cb185[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--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185: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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_statusPin--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185 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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185.bp_base_grid_list_item_module_loading--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_thumbnail--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_actions--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_selection--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_selection--cb185: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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_inner--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_actions--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_header--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_header--cb185.bp_base_grid_list_item_module_loading--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_subtitle--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185 .bp_base_grid_list_item_module_subtitle--cb185.bp_base_grid_list_item_module_loading--cb185{
|
|
1770
1770
|
height:1.25rem;
|
|
1771
1771
|
}
|
|
1772
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1772
|
+
.bp_base_grid_list_item_module_gridList--cb185 .bp_base_grid_list_item_module_gridListItem--cb185.bp_base_grid_list_item_module_isItemInteracted--cb185,.bp_base_grid_list_item_module_gridList--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[data-active-item],.bp_base_grid_list_item_module_gridList--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[data-focus-visible],.bp_base_grid_list_item_module_gridList--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[data-focused],.bp_base_grid_list_item_module_gridList--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[data-active-item]::before,.bp_base_grid_list_item_module_gridList--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[data-active-item]::after,.bp_base_grid_list_item_module_gridList--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused], .bp_base_grid_list_item_module_isItemInteracted--cb185) .bp_base_grid_list_item_module_actions--cb185 .bp_base_grid_list_item_module_inner--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_gridListItem--cb185{
|
|
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--cb185{
|
|
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--cb185 .bp_base_grid_list_item_module_tooltipArrow--cb185 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--cb185[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--cb185[data-placement=top] .bp_base_grid_list_item_module_tooltipArrow--cb185 svg{
|
|
1845
1845
|
transform:rotate(180deg);
|
|
1846
1846
|
}
|
|
1847
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1847
|
+
.bp_base_grid_list_item_module_tooltipContent--cb185[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--cb185[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--cb185[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--cb185 .bp_base_grid_list_item_module_staticListItem--cb185{
|
|
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--39d36{
|
|
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--39d36.bp_tooltip_module_standard--39d36{
|
|
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--39d36.bp_tooltip_module_error--39d36{
|
|
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--39d36{
|
|
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--39d36.bp_tooltip_module_error--39d36{
|
|
1936
1936
|
border-top-color:var(--border-tooltip-border-error);
|
|
1937
1937
|
}
|
|
1938
|
-
.bp_tooltip_module_arrow--
|
|
1938
|
+
.bp_tooltip_module_arrow--39d36.bp_tooltip_module_error--39d36::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--53088{
|
|
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--53088{
|
|
1957
1957
|
display:inline;
|
|
1958
1958
|
}
|
|
1959
1959
|
|
|
1960
|
-
.bp_dropdown_menu_module_content--
|
|
1960
|
+
.bp_dropdown_menu_module_content--a4484{
|
|
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--a4484{
|
|
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--a4484{
|
|
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--a4484,.bp_dropdown_menu_module_subMenuTrigger--a4484{
|
|
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--a4484[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--a4484[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--a4484[data-highlighted]:not(:hover),.bp_dropdown_menu_module_subMenuTrigger--a4484[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--a4484:hover,.bp_dropdown_menu_module_item--a4484[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--a4484:hover,.bp_dropdown_menu_module_subMenuTrigger--a4484[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--a4484.bp_dropdown_menu_module_checkboxItem--a4484,.bp_dropdown_menu_module_item--a4484.bp_dropdown_menu_module_radioItem--a4484,.bp_dropdown_menu_module_subMenuTrigger--a4484.bp_dropdown_menu_module_checkboxItem--a4484,.bp_dropdown_menu_module_subMenuTrigger--a4484.bp_dropdown_menu_module_radioItem--a4484{
|
|
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--a4484{
|
|
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--f43dc{
|
|
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--f43dc .bp_menu_item_sections_module_label--f43dc{
|
|
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--f43dc .bp_menu_item_sections_module_label--f43dc.bp_menu_item_sections_module_bold--f43dc{
|
|
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--f43dc .bp_menu_item_sections_module_description--f43dc{
|
|
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--f43dc .bp_menu_item_sections_module_description--f43dc,.bp_menu_item_sections_module_menuItemSideContent--f43dc{
|
|
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--f43dc{
|
|
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--f43dc.bp_menu_item_sections_module_textOnLightSecondary--f43dc{
|
|
2072
2072
|
color:var(--text-text-on-light-secondary);
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
|
-
.bp_link_module_link--
|
|
2075
|
+
.bp_link_module_link--b7d7a{
|
|
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--b7d7a:hover{
|
|
2086
2086
|
color:var(--text-cta-link-hover);
|
|
2087
2087
|
}
|
|
2088
|
-
.bp_link_module_link--
|
|
2088
|
+
.bp_link_module_link--b7d7a:active{
|
|
2089
2089
|
color:var(--text-cta-link-pressed);
|
|
2090
2090
|
}
|
|
2091
|
-
.bp_link_module_link--
|
|
2091
|
+
.bp_link_module_link--b7d7a: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--b7d7a: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--b7d7a:focus-visible:active{
|
|
2101
2101
|
color:var(--text-cta-link-pressed);
|
|
2102
2102
|
}
|
|
2103
|
-
.bp_link_module_link--
|
|
2103
|
+
.bp_link_module_link--b7d7a.bp_link_module_inheritFont--b7d7a{
|
|
2104
2104
|
font:inherit;
|
|
2105
2105
|
}
|
|
2106
|
-
.bp_link_module_link--
|
|
2106
|
+
.bp_link_module_link--b7d7a.bp_link_module_standalone--b7d7a{
|
|
2107
2107
|
text-decoration:none;
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
2110
|
-
.bp_navigation_menu_module_link--
|
|
2110
|
+
.bp_navigation_menu_module_link--e916f{
|
|
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--e916f:hover{
|
|
2121
2121
|
color:var(--text-text-on-light);
|
|
2122
2122
|
}
|
|
2123
|
-
.bp_navigation_menu_module_link--
|
|
2123
|
+
.bp_navigation_menu_module_link--e916f.bp_navigation_menu_module_ellipsis--e916f{
|
|
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--dbaff{
|
|
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--dbaff,.bp_text_input_module_textInputContainer--dbaff .bp_text_input_module_label--dbaff{
|
|
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--dbaff .bp_text_input_module_label--dbaff{
|
|
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--dbaff .bp_text_input_module_label--dbaff:not(.bp_text_input_module_hidden--dbaff){
|
|
2151
2151
|
margin-block-end:var(--space-2);
|
|
2152
2152
|
}
|
|
2153
|
-
.bp_text_input_module_textInputContainer--
|
|
2153
|
+
.bp_text_input_module_textInputContainer--dbaff .bp_text_input_module_textInput--dbaff{
|
|
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--dbaff .bp_text_input_module_textInput--dbaff:hover{
|
|
2173
2173
|
box-shadow:var(--innershadow-1);
|
|
2174
2174
|
}
|
|
2175
|
-
.bp_text_input_module_textInputContainer--
|
|
2175
|
+
.bp_text_input_module_textInputContainer--dbaff .bp_text_input_module_textInput--dbaff::placeholder{
|
|
2176
2176
|
color:#6f6f6f;
|
|
2177
2177
|
opacity:1;
|
|
2178
2178
|
}
|
|
2179
|
-
.bp_text_input_module_textInputContainer--
|
|
2179
|
+
.bp_text_input_module_textInputContainer--dbaff .bp_text_input_module_textInput--dbaff.bp_text_input_module_error--dbaff{
|
|
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--dbaff .bp_text_input_module_textInput--dbaff: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--dbaff .bp_text_input_module_textInput--dbaff:disabled:hover{
|
|
2192
2192
|
border-color:var(--border-input-border);
|
|
2193
2193
|
}
|
|
2194
|
-
.bp_text_input_module_textInputContainer--
|
|
2194
|
+
.bp_text_input_module_textInputContainer--dbaff .bp_text_input_module_textInput--dbaff: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--dbaff .bp_text_input_module_textInput--dbaff:focus-visible:not(.bp_text_input_module_loading--dbaff){
|
|
2201
2201
|
padding-inline:.6875rem;
|
|
2202
2202
|
}
|
|
2203
|
-
.bp_text_input_module_textInputContainer--
|
|
2203
|
+
.bp_text_input_module_textInputContainer--dbaff .bp_text_input_module_textInput--dbaff:not(:disabled):not(:focus-visible):not(.bp_text_input_module_error--dbaff):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--dbaff .bp_text_input_module_textInput--dbaff.bp_text_input_module_loading--dbaff{
|
|
2208
2208
|
padding-inline-end:1.875rem;
|
|
2209
2209
|
}
|
|
2210
|
-
.bp_text_input_module_textInputContainer--
|
|
2210
|
+
.bp_text_input_module_textInputContainer--dbaff .bp_text_input_module_loadingIndicator--dbaff{
|
|
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--dbaff.bp_text_input_module_disabled--dbaff{
|
|
2220
2220
|
opacity:60%;
|
|
2221
2221
|
}
|
|
2222
2222
|
|
|
2223
|
-
.bp_text_input_module_inlineError--
|
|
2223
|
+
.bp_text_input_module_inlineError--dbaff{
|
|
2224
2224
|
margin-block-start:var(--space-2);
|
|
2225
2225
|
}
|
|
2226
2226
|
|
|
2227
|
-
.bp_card_module_card--
|
|
2227
|
+
.bp_card_module_card--6144b{
|
|
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--6144b.bp_card_module_dropshadow-1--6144b{
|
|
2234
2234
|
box-shadow:var(--dropshadow-1);
|
|
2235
2235
|
}
|
|
2236
|
-
.bp_card_module_card--
|
|
2236
|
+
.bp_card_module_card--6144b.bp_card_module_dropshadow-3--6144b{
|
|
2237
2237
|
box-shadow:var(--dropshadow-3);
|
|
2238
2238
|
}
|
|
2239
2239
|
|
|
2240
|
-
.bp_card_tooltip_module_content--
|
|
2240
|
+
.bp_card_tooltip_module_content--050a8{
|
|
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--050a8.bp_card_tooltip_module_card--050a8{
|
|
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--050a8[data-state=delayed-open][data-side=top]{
|
|
2264
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--050a8;
|
|
2265
2265
|
}
|
|
2266
|
-
.bp_card_tooltip_module_content--
|
|
2267
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
2266
|
+
.bp_card_tooltip_module_content--050a8[data-state=delayed-open][data-side=right]{
|
|
2267
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--050a8;
|
|
2268
2268
|
}
|
|
2269
|
-
.bp_card_tooltip_module_content--
|
|
2270
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
2269
|
+
.bp_card_tooltip_module_content--050a8[data-state=delayed-open][data-side=bottom]{
|
|
2270
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--050a8;
|
|
2271
2271
|
}
|
|
2272
|
-
.bp_card_tooltip_module_content--
|
|
2273
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
2272
|
+
.bp_card_tooltip_module_content--050a8[data-state=delayed-open][data-side=left]{
|
|
2273
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--050a8;
|
|
2274
2274
|
}
|
|
2275
2275
|
|
|
2276
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
2276
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--050a8{
|
|
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--050a8{
|
|
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--050a8{
|
|
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--050a8{
|
|
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--4a6b9{
|
|
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--4a6b9: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--95c9a{
|
|
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--95c9a.bp_text_with_info_badge_module_muted--95c9a{
|
|
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--95c9a .bp_text_with_info_badge_module_badgeContainer--95c9a{
|
|
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--95c9a .bp_text_with_info_badge_module_badgeContainer--95c9a .bp_text_with_info_badge_module_badge--95c9a{
|
|
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--cda71{
|
|
2358
2358
|
font-weight:bold;
|
|
2359
2359
|
}
|
|
2360
2360
|
|
|
2361
|
-
.bp_legend_module_fieldset--
|
|
2361
|
+
.bp_legend_module_fieldset--cda71{
|
|
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--cda71 .bp_legend_module_legend--cda71{
|
|
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--cda71.bp_legend_module_wide--cda71{
|
|
2380
2380
|
gap:var(--size-4);
|
|
2381
2381
|
}
|
|
2382
|
-
.bp_legend_module_fieldset--
|
|
2382
|
+
.bp_legend_module_fieldset--cda71.bp_legend_module_wide--cda71 .bp_legend_module_legend--cda71{
|
|
2383
2383
|
padding-bottom:var(--size-4);
|
|
2384
2384
|
}
|
|
2385
2385
|
|
|
2386
|
-
.bp_checkbox_module_option--
|
|
2386
|
+
.bp_checkbox_module_option--a6938{
|
|
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--a6938 .bp_checkbox_module_checkbox--a6938{
|
|
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--a6938 .bp_checkbox_module_checkbox--a6938 .bp_checkbox_module_indicator--a6938{
|
|
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--a6938 .bp_checkbox_module_checkbox--a6938: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--a6938 .bp_checkbox_module_checkbox--a6938[data-disabled]{
|
|
2420
2420
|
opacity:60%;
|
|
2421
2421
|
}
|
|
2422
|
-
.bp_checkbox_module_option--
|
|
2422
|
+
.bp_checkbox_module_option--a6938 .bp_checkbox_module_checkbox--a6938[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--a6938 .bp_checkbox_module_checkbox--a6938[data-state=unchecked] .bp_checkbox_module_indicator--a6938{
|
|
2427
2427
|
transform:scale(0);
|
|
2428
2428
|
}
|
|
2429
|
-
.bp_checkbox_module_option--
|
|
2429
|
+
.bp_checkbox_module_option--a6938 .bp_checkbox_module_label--a6938{
|
|
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--a6938 .bp_checkbox_module_description--a6938{
|
|
2438
2438
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
2439
2439
|
}
|
|
2440
|
-
.bp_checkbox_module_option--
|
|
2440
|
+
.bp_checkbox_module_option--a6938.bp_checkbox_module_disabled--a6938 .bp_checkbox_module_label--a6938{
|
|
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--f92d7{
|
|
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--f92d7::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--f92d7.bp_text_area_autosize_module_error--f92d7{
|
|
2538
2538
|
background:#fff;
|
|
2539
2539
|
outline:0;
|
|
2540
2540
|
}
|
|
2541
|
-
.bp_text_area_autosize_module_textArea--
|
|
2541
|
+
.bp_text_area_autosize_module_textArea--f92d7:focus{
|
|
2542
2542
|
border:none;
|
|
2543
2543
|
}
|
|
2544
|
-
.bp_text_area_autosize_module_textArea--
|
|
2544
|
+
.bp_text_area_autosize_module_textArea--f92d7:hover{
|
|
2545
2545
|
box-shadow:var(--innershadow-1);
|
|
2546
2546
|
}
|
|
2547
|
-
.bp_text_area_autosize_module_textArea--
|
|
2547
|
+
.bp_text_area_autosize_module_textArea--f92d7: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--f92d7: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--f92d7:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--f92d7):hover{
|
|
2558
2558
|
background:#fff;
|
|
2559
2559
|
}
|
|
2560
|
-
.bp_text_area_autosize_module_textArea--
|
|
2560
|
+
.bp_text_area_autosize_module_textArea--f92d7.bp_text_area_autosize_module_loading--f92d7{
|
|
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--f92d7{
|
|
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--f92d7{
|
|
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--20077{
|
|
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--20077,.bp_text_area_module_textAreaContainer--20077 .bp_text_area_module_label--20077{
|
|
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--20077 .bp_text_area_module_label--20077{
|
|
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--20077 .bp_text_area_module_label--20077:not(.bp_text_area_module_hidden--20077){
|
|
2604
2604
|
margin-block-end:var(--space-2);
|
|
2605
2605
|
}
|
|
2606
|
-
.bp_text_area_module_textAreaContainer--
|
|
2606
|
+
.bp_text_area_module_textAreaContainer--20077.bp_text_area_module_disabled--20077{
|
|
2607
2607
|
opacity:60%;
|
|
2608
2608
|
}
|
|
2609
|
-
.bp_text_area_module_textAreaContainer--
|
|
2609
|
+
.bp_text_area_module_textAreaContainer--20077 .bp_text_area_module_inlineError--20077{
|
|
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--a244e{
|
|
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--a244e.bp_combobox_module_disabled--a244e{
|
|
2636
2636
|
opacity:60%;
|
|
2637
2637
|
}
|
|
2638
|
-
.bp_combobox_module_container--
|
|
2638
|
+
.bp_combobox_module_container--a244e .bp_combobox_module_label--a244e{
|
|
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--a244e .bp_combobox_module_label--a244e:not(.bp_combobox_module_hiddenLabel--a244e){
|
|
2651
2651
|
margin-block-end:var(--space-2);
|
|
2652
2652
|
}
|
|
2653
|
-
.bp_combobox_module_container--
|
|
2653
|
+
.bp_combobox_module_container--a244e .bp_combobox_module_comboboxContainer--a244e{
|
|
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--a244e .bp_combobox_module_comboboxContainer--a244e:not(.bp_combobox_module_error--a244e):has(input:focus),.bp_combobox_module_container--a244e .bp_combobox_module_comboboxContainer--a244e:not(.bp_combobox_module_error--a244e):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--a244e .bp_combobox_module_comboboxContainer--a244e:not(:disabled).bp_combobox_module_error--a244e{
|
|
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--a244e .bp_combobox_module_comboboxContainer--a244e .bp_combobox_module_textInputWrapper--a244e{
|
|
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--a244e .bp_combobox_module_comboboxContainer--a244e .bp_combobox_module_textInputWrapper--a244e .bp_combobox_module_textInput--a244e{
|
|
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--a244e .bp_combobox_module_comboboxContainer--a244e .bp_combobox_module_textInputWrapper--a244e .bp_combobox_module_errorIcon--a244e path{
|
|
2698
2698
|
fill:var(--icon-icon-error-on-light);
|
|
2699
2699
|
}
|
|
2700
|
-
.bp_combobox_module_container--
|
|
2700
|
+
.bp_combobox_module_container--a244e .bp_combobox_module_comboboxContainer--a244e.bp_combobox_module_withChipsGroup--a244e{
|
|
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--a244e .bp_combobox_module_comboboxContainer--a244e.bp_combobox_module_withChipsGroup--a244e:not(:disabled).bp_combobox_module_error--a244e{
|
|
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--a244e .bp_combobox_module_inlineError--a244e{
|
|
2708
2708
|
margin-block-start:var(--space-2);
|
|
2709
2709
|
}
|
|
2710
2710
|
|
|
2711
|
-
.bp_combobox_module_popover--
|
|
2711
|
+
.bp_combobox_module_popover--a244e{
|
|
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--a244e .bp_combobox_module_option--a244e{
|
|
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--a244e .bp_combobox_module_option--a244e[aria-disabled]{
|
|
2744
2744
|
opacity:60%;
|
|
2745
2745
|
}
|
|
2746
|
-
.bp_combobox_module_popover--
|
|
2746
|
+
.bp_combobox_module_popover--a244e .bp_combobox_module_option--a244e[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--a244e .bp_combobox_module_option--a244e:hover{
|
|
2751
2751
|
background-color:var(--surface-menu-surface-hover);
|
|
2752
2752
|
}
|
|
2753
|
-
.bp_combobox_module_popover--
|
|
2753
|
+
.bp_combobox_module_popover--a244e .bp_combobox_module_option--a244e .bp_combobox_module_indicator--a244e{
|
|
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--a244e .bp_combobox_module_option--a244e .bp_combobox_module_indicator--a244e .bp_combobox_module_indicatorIcon--a244e path{
|
|
2763
2763
|
fill:var(--icon-icon-on-light);
|
|
2764
2764
|
}
|
|
2765
|
-
.bp_combobox_module_popover--
|
|
2765
|
+
.bp_combobox_module_popover--a244e .bp_combobox_module_optionWithIndicator--a244e{
|
|
2766
2766
|
padding-inline:var(--space-10) var(--space-2);
|
|
2767
2767
|
}
|
|
2768
|
-
.bp_combobox_module_popover--
|
|
2768
|
+
.bp_combobox_module_popover--a244e .bp_combobox_module_loadingIndicator--a244e{
|
|
2769
2769
|
position:unset;
|
|
2770
2770
|
}
|
|
2771
|
-
.bp_combobox_module_popover--
|
|
2771
|
+
.bp_combobox_module_popover--a244e .bp_combobox_module_noResultOption--a244e{
|
|
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--7794a{
|
|
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--7794a:hover{
|
|
2789
2789
|
box-shadow:var(--dropshadow-3);
|
|
2790
2790
|
}
|
|
2791
|
-
.bp_content_card_module_card--
|
|
2791
|
+
.bp_content_card_module_card--7794a: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--7794a: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--7794a{
|
|
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--7794a{
|
|
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--7794a{
|
|
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--7794a{
|
|
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--7794a{
|
|
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--7794a{
|
|
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--7794a{
|
|
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--7794a{
|
|
2859
2859
|
height:100%;
|
|
2860
2860
|
width:100%;
|
|
2861
2861
|
}
|
|
2862
2862
|
|
|
2863
|
-
.bp_content_card_module_ghostCard--
|
|
2863
|
+
.bp_content_card_module_ghostCard--7794a{
|
|
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--7794a,.bp_content_card_module_titleGhost--7794a{
|
|
2873
2873
|
margin-block-end:var(--size-4);
|
|
2874
2874
|
}
|
|
2875
2875
|
|
|
2876
|
-
.bp_content_card_module_bodyGhost--
|
|
2876
|
+
.bp_content_card_module_bodyGhost--7794a{
|
|
2877
2877
|
margin-block-end:var(--size-2);
|
|
2878
2878
|
}
|
|
2879
2879
|
|
|
2880
|
-
.bp_content_card_module_pillGhostContainer--
|
|
2880
|
+
.bp_content_card_module_pillGhostContainer--7794a{
|
|
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--7794a{
|
|
2887
2887
|
margin-inline-end:var(--size-2);
|
|
2888
2888
|
}
|
|
2889
2889
|
.bp_content_field_module_contentFieldWrapper--d616b{
|
|
@@ -2974,7 +2974,7 @@
|
|
|
2974
2974
|
overflow:auto;
|
|
2975
2975
|
}
|
|
2976
2976
|
|
|
2977
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2977
|
+
.bp_data_table_module_dataTableWrapper--e18cf{
|
|
2978
2978
|
--border-radius-datatable:0;
|
|
2979
2979
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
2980
2980
|
--outline-select-color-datatable:#0000;
|
|
@@ -2987,27 +2987,27 @@
|
|
|
2987
2987
|
scroll-padding-top:60px;
|
|
2988
2988
|
width:100%;
|
|
2989
2989
|
}
|
|
2990
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2990
|
+
.bp_data_table_module_dataTableWrapper--e18cf table > thead > tr{
|
|
2991
2991
|
background:var(--gray-white);
|
|
2992
2992
|
position:sticky;
|
|
2993
2993
|
top:0;
|
|
2994
2994
|
z-index:var(--sticky-element-z-index);
|
|
2995
2995
|
}
|
|
2996
|
-
.bp_data_table_module_dataTableWrapper--
|
|
2996
|
+
.bp_data_table_module_dataTableWrapper--e18cf table > thead > tr th:first-child{
|
|
2997
2997
|
background:inherit;
|
|
2998
2998
|
height:100%;
|
|
2999
2999
|
left:0;
|
|
3000
3000
|
position:sticky;
|
|
3001
3001
|
z-index:var(--sticky-element-z-index);
|
|
3002
3002
|
}
|
|
3003
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3003
|
+
.bp_data_table_module_dataTableWrapper--e18cf table > thead > tr th:first-child[data-focus-visible]{
|
|
3004
3004
|
position:sticky;
|
|
3005
3005
|
z-index:var(--sticky-element-z-index);
|
|
3006
3006
|
}
|
|
3007
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3007
|
+
.bp_data_table_module_dataTableWrapper--e18cf table tbody > tr{
|
|
3008
3008
|
--is-row-focused:0;
|
|
3009
3009
|
}
|
|
3010
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3010
|
+
.bp_data_table_module_dataTableWrapper--e18cf table tbody > tr > td [data-actionswrapper]::after{
|
|
3011
3011
|
background:inherit;
|
|
3012
3012
|
content:"";
|
|
3013
3013
|
display:block;
|
|
@@ -3017,18 +3017,18 @@
|
|
|
3017
3017
|
width:100%;
|
|
3018
3018
|
z-index:-1;
|
|
3019
3019
|
}
|
|
3020
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3020
|
+
.bp_data_table_module_dataTableWrapper--e18cf table tbody > tr[data-focus-visible]{
|
|
3021
3021
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3022
3022
|
--is-row-focused:1;
|
|
3023
3023
|
}
|
|
3024
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3024
|
+
.bp_data_table_module_dataTableWrapper--e18cf table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3025
3025
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3026
3026
|
}
|
|
3027
3027
|
|
|
3028
|
-
.bp_data_table_module_isScrolledX--
|
|
3028
|
+
.bp_data_table_module_isScrolledX--e18cf table > thead > tr > th:first-child{
|
|
3029
3029
|
overflow:visible;
|
|
3030
3030
|
}
|
|
3031
|
-
.bp_data_table_module_isScrolledX--
|
|
3031
|
+
.bp_data_table_module_isScrolledX--e18cf table > thead > tr > th:first-child::after{
|
|
3032
3032
|
background:inherit;
|
|
3033
3033
|
border-right:1px solid var(--border-divider-border);
|
|
3034
3034
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3042,7 +3042,7 @@
|
|
|
3042
3042
|
z-index:-1;
|
|
3043
3043
|
}
|
|
3044
3044
|
|
|
3045
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
3045
|
+
.bp_data_table_module_hideActionWrapperRight--e18cf table tbody > tr > td [data-actionswrapper]::after{
|
|
3046
3046
|
display:none;
|
|
3047
3047
|
}
|
|
3048
3048
|
.bp_main_module_resizableTableContainer--3168d{
|
|
@@ -3282,7 +3282,7 @@
|
|
|
3282
3282
|
transform:translateZ(0);
|
|
3283
3283
|
}
|
|
3284
3284
|
|
|
3285
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3285
|
+
.bp_sticky_cell_module_stickyCell--29cac{
|
|
3286
3286
|
background:inherit;
|
|
3287
3287
|
background-clip:content-box;
|
|
3288
3288
|
left:0;
|
|
@@ -3291,16 +3291,16 @@
|
|
|
3291
3291
|
position:sticky !important;
|
|
3292
3292
|
z-index:var(--sticky-element-z-index);
|
|
3293
3293
|
}
|
|
3294
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3294
|
+
.bp_sticky_cell_module_stickyCell--29cac[data-focus-visible]{
|
|
3295
3295
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3296
3296
|
}
|
|
3297
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3297
|
+
.bp_sticky_cell_module_stickyCell--29cac .bp_sticky_cell_module_childrenWrapper--29cac{
|
|
3298
3298
|
overflow:hidden;
|
|
3299
3299
|
text-align:start;
|
|
3300
3300
|
text-overflow:ellipsis;
|
|
3301
3301
|
white-space:nowrap;
|
|
3302
3302
|
}
|
|
3303
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3303
|
+
.bp_sticky_cell_module_stickyCell--29cac .bp_sticky_cell_module_verticalBar--29cac{
|
|
3304
3304
|
background:inherit;
|
|
3305
3305
|
border-right:1px solid var(--border-divider-border);
|
|
3306
3306
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3313,10 +3313,10 @@
|
|
|
3313
3313
|
width:var(--space-3);
|
|
3314
3314
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3315
3315
|
}
|
|
3316
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3316
|
+
.bp_sticky_cell_module_stickyCell--29cac .bp_sticky_cell_module_verticalBar--29cac.bp_sticky_cell_module_isScrolledX--29cac{
|
|
3317
3317
|
display:block;
|
|
3318
3318
|
}
|
|
3319
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3319
|
+
.bp_sticky_cell_module_stickyCell--29cac .bp_sticky_cell_module_stickyCellBelow--29cac{
|
|
3320
3320
|
background:inherit;
|
|
3321
3321
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3322
3322
|
border-radius:unset;
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3331
3331
|
z-index:-1;
|
|
3332
3332
|
}
|
|
3333
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3333
|
+
.bp_sticky_cell_module_stickyCell--29cac .bp_sticky_cell_module_stickyCellOuterLeft--29cac{
|
|
3334
3334
|
background:inherit;
|
|
3335
3335
|
border-radius:unset;
|
|
3336
3336
|
box-sizing:border-box;
|
|
@@ -3344,7 +3344,7 @@
|
|
|
3344
3344
|
z-index:-1;
|
|
3345
3345
|
}
|
|
3346
3346
|
|
|
3347
|
-
.bp_empty_state_module_emptyState--
|
|
3347
|
+
.bp_empty_state_module_emptyState--c3a0d{
|
|
3348
3348
|
align-items:center;
|
|
3349
3349
|
display:flex;
|
|
3350
3350
|
flex-direction:column;
|
|
@@ -3353,36 +3353,36 @@
|
|
|
3353
3353
|
text-align:center;
|
|
3354
3354
|
width:100%;
|
|
3355
3355
|
}
|
|
3356
|
-
.bp_empty_state_module_emptyState--
|
|
3356
|
+
.bp_empty_state_module_emptyState--c3a0d .bp_empty_state_module_illustration--c3a0d{
|
|
3357
3357
|
margin-block-end:var(--space-6);
|
|
3358
3358
|
}
|
|
3359
|
-
.bp_empty_state_module_emptyState--
|
|
3359
|
+
.bp_empty_state_module_emptyState--c3a0d .bp_empty_state_module_body--c3a0d{
|
|
3360
3360
|
max-width:22.5rem;
|
|
3361
3361
|
}
|
|
3362
|
-
.bp_empty_state_module_emptyState--
|
|
3362
|
+
.bp_empty_state_module_emptyState--c3a0d .bp_empty_state_module_body--c3a0d:not(:last-child){
|
|
3363
3363
|
margin-block-end:var(--space-6);
|
|
3364
3364
|
}
|
|
3365
|
-
.bp_empty_state_module_emptyState--
|
|
3365
|
+
.bp_empty_state_module_emptyState--c3a0d .bp_empty_state_module_heading--c3a0d{
|
|
3366
3366
|
margin-block-end:var(--space-3);
|
|
3367
3367
|
}
|
|
3368
|
-
.bp_empty_state_module_emptyState--
|
|
3368
|
+
.bp_empty_state_module_emptyState--c3a0d .bp_empty_state_module_button--c3a0d:not(:last-child){
|
|
3369
3369
|
margin-block-end:var(--space-6);
|
|
3370
3370
|
}
|
|
3371
|
-
.bp_empty_state_module_emptyState--
|
|
3371
|
+
.bp_empty_state_module_emptyState--c3a0d.bp_empty_state_module_small--c3a0d .bp_empty_state_module_illustration--c3a0d{
|
|
3372
3372
|
margin-block-end:var(--space-4);
|
|
3373
3373
|
}
|
|
3374
|
-
.bp_empty_state_module_emptyState--
|
|
3374
|
+
.bp_empty_state_module_emptyState--c3a0d.bp_empty_state_module_small--c3a0d .bp_empty_state_module_illustration--c3a0d svg{
|
|
3375
3375
|
height:var(--size-14);
|
|
3376
3376
|
width:var(--size-14);
|
|
3377
3377
|
}
|
|
3378
|
-
.bp_empty_state_module_emptyState--
|
|
3378
|
+
.bp_empty_state_module_emptyState--c3a0d.bp_empty_state_module_small--c3a0d .bp_empty_state_module_body--c3a0d{
|
|
3379
3379
|
max-width:220px;
|
|
3380
3380
|
}
|
|
3381
|
-
.bp_empty_state_module_emptyState--
|
|
3381
|
+
.bp_empty_state_module_emptyState--c3a0d.bp_empty_state_module_small--c3a0d .bp_empty_state_module_body--c3a0d:not(:last-child){
|
|
3382
3382
|
margin-block-end:var(--space-4);
|
|
3383
3383
|
}
|
|
3384
3384
|
|
|
3385
|
-
.bp_guided_tooltip_module_content--
|
|
3385
|
+
.bp_guided_tooltip_module_content--47972{
|
|
3386
3386
|
background-color:var(--gray-white);
|
|
3387
3387
|
border:var(--border-1) solid var(--border-card-border);
|
|
3388
3388
|
border-radius:var(--radius-4);
|
|
@@ -3393,39 +3393,39 @@
|
|
|
3393
3393
|
padding-inline:var(--space-7);
|
|
3394
3394
|
z-index:10;
|
|
3395
3395
|
}
|
|
3396
|
-
.bp_guided_tooltip_module_content--
|
|
3396
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_body--47972.bp_guided_tooltip_module_noTitle--47972{
|
|
3397
3397
|
padding-inline-end:var(--space-6);
|
|
3398
3398
|
}
|
|
3399
|
-
.bp_guided_tooltip_module_content--
|
|
3399
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_title--47972{
|
|
3400
3400
|
margin-block-end:var(--space-2);
|
|
3401
3401
|
padding-inline-end:var(--space-6);
|
|
3402
3402
|
}
|
|
3403
|
-
.bp_guided_tooltip_module_content--
|
|
3403
|
+
.bp_guided_tooltip_module_content--47972 * + .bp_guided_tooltip_module_footer--47972{
|
|
3404
3404
|
margin-block-start:var(--space-5);
|
|
3405
3405
|
}
|
|
3406
|
-
.bp_guided_tooltip_module_content--
|
|
3406
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_footer--47972{
|
|
3407
3407
|
display:flex;
|
|
3408
3408
|
justify-content:flex-end;
|
|
3409
3409
|
width:100%;
|
|
3410
3410
|
}
|
|
3411
|
-
.bp_guided_tooltip_module_content--
|
|
3411
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_actionButtons--47972{
|
|
3412
3412
|
display:flex;
|
|
3413
3413
|
gap:var(--space-2);
|
|
3414
3414
|
justify-content:flex-end;
|
|
3415
3415
|
width:100%;
|
|
3416
3416
|
}
|
|
3417
|
-
.bp_guided_tooltip_module_content--
|
|
3417
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_stepsIndicator--47972{
|
|
3418
3418
|
align-self:center;
|
|
3419
3419
|
color:var(--text-text-on-light-secondary);
|
|
3420
3420
|
width:100%;
|
|
3421
3421
|
}
|
|
3422
|
-
.bp_guided_tooltip_module_content--
|
|
3422
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_closeButton--47972{
|
|
3423
3423
|
color:var(--gray-black);
|
|
3424
3424
|
position:absolute;
|
|
3425
3425
|
right:var(--space-3);
|
|
3426
3426
|
top:var(--space-3);
|
|
3427
3427
|
}
|
|
3428
|
-
.bp_guided_tooltip_module_content--
|
|
3428
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_arrow--47972{
|
|
3429
3429
|
align-content:center;
|
|
3430
3430
|
display:flex !important;
|
|
3431
3431
|
height:var(--size-4);
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
visibility:visible;
|
|
3434
3434
|
width:var(--size-9);
|
|
3435
3435
|
}
|
|
3436
|
-
.bp_guided_tooltip_module_content--
|
|
3436
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_arrow--47972::after{
|
|
3437
3437
|
background-color:var(--gray-white);
|
|
3438
3438
|
border-bottom-right-radius:var(--radius-1);
|
|
3439
3439
|
border-color:var(--border-card-border);
|
|
@@ -3444,7 +3444,7 @@
|
|
|
3444
3444
|
transform:translateY(-50%) rotate(45deg);
|
|
3445
3445
|
width:var(--size-6);
|
|
3446
3446
|
}
|
|
3447
|
-
.bp_guided_tooltip_module_content--
|
|
3447
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_icon--47972{
|
|
3448
3448
|
align-items:center;
|
|
3449
3449
|
background-color:var(--box-blue-10);
|
|
3450
3450
|
border-radius:var(--radius-2);
|
|
@@ -3454,11 +3454,11 @@
|
|
|
3454
3454
|
margin-block-end:var(--space-4);
|
|
3455
3455
|
width:var(--size-7);
|
|
3456
3456
|
}
|
|
3457
|
-
.bp_guided_tooltip_module_content--
|
|
3457
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_icon--47972::after{
|
|
3458
3458
|
height:var(--size-4);
|
|
3459
3459
|
width:var(--size-4);
|
|
3460
3460
|
}
|
|
3461
|
-
.bp_guided_tooltip_module_content--
|
|
3461
|
+
.bp_guided_tooltip_module_content--47972 .bp_guided_tooltip_module_illustration--47972{
|
|
3462
3462
|
border-radius:var(--radius-4);
|
|
3463
3463
|
margin-block-start:var(--space-5);
|
|
3464
3464
|
width:100%;
|
|
@@ -3515,7 +3515,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3515
3515
|
border-block-end:var(--border-1) solid var(--gray-10);
|
|
3516
3516
|
}
|
|
3517
3517
|
|
|
3518
|
-
.bp_modal_module_overlay--
|
|
3518
|
+
.bp_modal_module_overlay--23c83{
|
|
3519
3519
|
background-color:var(--black-opacity-80);
|
|
3520
3520
|
bottom:0;
|
|
3521
3521
|
display:grid;
|
|
@@ -3527,13 +3527,13 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3527
3527
|
z-index:370;
|
|
3528
3528
|
}
|
|
3529
3529
|
@media (min-width: 460px){
|
|
3530
|
-
.bp_modal_module_overlay--
|
|
3530
|
+
.bp_modal_module_overlay--23c83{
|
|
3531
3531
|
place-items:center;
|
|
3532
3532
|
}
|
|
3533
3533
|
}
|
|
3534
3534
|
|
|
3535
|
-
.bp_modal_module_content--
|
|
3536
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
3535
|
+
.bp_modal_module_content--23c83{
|
|
3536
|
+
animation:bp_modal_module_popup_bounce_in--23c83 var(--animation-duration-3);
|
|
3537
3537
|
background-color:var(--gray-white);
|
|
3538
3538
|
display:flex;
|
|
3539
3539
|
flex-direction:column;
|
|
@@ -3543,7 +3543,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3543
3543
|
position:relative;
|
|
3544
3544
|
}
|
|
3545
3545
|
@media (min-width: 460px){
|
|
3546
|
-
.bp_modal_module_content--
|
|
3546
|
+
.bp_modal_module_content--23c83{
|
|
3547
3547
|
border-radius:var(--radius-4);
|
|
3548
3548
|
height:auto;
|
|
3549
3549
|
margin:0 var(--space-8);
|
|
@@ -3551,69 +3551,69 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3551
3551
|
}
|
|
3552
3552
|
}
|
|
3553
3553
|
|
|
3554
|
-
.bp_modal_module_content--
|
|
3554
|
+
.bp_modal_module_content--23c83 .bp_modal_module_close--23c83{
|
|
3555
3555
|
color:var(--gray-65);
|
|
3556
3556
|
position:absolute;
|
|
3557
3557
|
right:var(--space-4);
|
|
3558
3558
|
top:var(--space-4);
|
|
3559
3559
|
}
|
|
3560
3560
|
|
|
3561
|
-
.bp_modal_module_close--
|
|
3561
|
+
.bp_modal_module_close--23c83.bp_modal_module_onColor--23c83{
|
|
3562
3562
|
background-color:var(--surface-cta-surface-tertiary);
|
|
3563
3563
|
}
|
|
3564
|
-
.bp_modal_module_close--
|
|
3564
|
+
.bp_modal_module_close--23c83.bp_modal_module_onColor--23c83:hover{
|
|
3565
3565
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
3566
3566
|
}
|
|
3567
|
-
.bp_modal_module_close--
|
|
3567
|
+
.bp_modal_module_close--23c83.bp_modal_module_onColor--23c83:active{
|
|
3568
3568
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
|
-
.bp_modal_module_content--
|
|
3571
|
+
.bp_modal_module_content--23c83 .bp_modal_module_backButton--23c83{
|
|
3572
3572
|
color:var(--gray-65);
|
|
3573
3573
|
margin-block-start:var(--space-4);
|
|
3574
3574
|
margin-inline-start:var(--space-4);
|
|
3575
3575
|
}
|
|
3576
3576
|
@media (min-width: 460px){
|
|
3577
|
-
.bp_modal_module_content--
|
|
3577
|
+
.bp_modal_module_content--23c83 .bp_modal_module_backButton--23c83{
|
|
3578
3578
|
height:var(--size-10);
|
|
3579
3579
|
width:var(--size-10);
|
|
3580
3580
|
}
|
|
3581
3581
|
}
|
|
3582
3582
|
|
|
3583
|
-
.bp_modal_module_modalHeader--
|
|
3583
|
+
.bp_modal_module_modalHeader--23c83{
|
|
3584
3584
|
display:flex;
|
|
3585
3585
|
}
|
|
3586
3586
|
|
|
3587
|
-
.bp_modal_module_modalTitle--
|
|
3587
|
+
.bp_modal_module_modalTitle--23c83{
|
|
3588
3588
|
display:flex;
|
|
3589
3589
|
flex-direction:column;
|
|
3590
3590
|
gap:var(--space-2);
|
|
3591
3591
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
3592
3592
|
}
|
|
3593
3593
|
@media (min-width: 460px){
|
|
3594
|
-
.bp_modal_module_modalTitle--
|
|
3594
|
+
.bp_modal_module_modalTitle--23c83{
|
|
3595
3595
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
3596
3596
|
}
|
|
3597
3597
|
}
|
|
3598
3598
|
|
|
3599
|
-
.bp_modal_module_body--
|
|
3599
|
+
.bp_modal_module_body--23c83{
|
|
3600
3600
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
3601
3601
|
}
|
|
3602
3602
|
@media (min-width: 460px){
|
|
3603
|
-
.bp_modal_module_body--
|
|
3603
|
+
.bp_modal_module_body--23c83{
|
|
3604
3604
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
3605
3605
|
}
|
|
3606
3606
|
}
|
|
3607
3607
|
|
|
3608
|
-
.bp_modal_module_scrollableContainer--
|
|
3608
|
+
.bp_modal_module_scrollableContainer--23c83{
|
|
3609
3609
|
flex-grow:1;
|
|
3610
3610
|
overflow-y:auto;
|
|
3611
3611
|
}
|
|
3612
3612
|
|
|
3613
|
-
.bp_modal_module_headerDividerLine--
|
|
3613
|
+
.bp_modal_module_headerDividerLine--23c83{
|
|
3614
3614
|
position:relative;
|
|
3615
3615
|
}
|
|
3616
|
-
.bp_modal_module_headerDividerLine--
|
|
3616
|
+
.bp_modal_module_headerDividerLine--23c83::after{
|
|
3617
3617
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3618
3618
|
bottom:0;
|
|
3619
3619
|
content:"";
|
|
@@ -3622,16 +3622,16 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3622
3622
|
right:var(--space-4);
|
|
3623
3623
|
}
|
|
3624
3624
|
@media (min-width: 460px){
|
|
3625
|
-
.bp_modal_module_headerDividerLine--
|
|
3625
|
+
.bp_modal_module_headerDividerLine--23c83::after{
|
|
3626
3626
|
left:var(--space-6);
|
|
3627
3627
|
right:var(--space-6);
|
|
3628
3628
|
}
|
|
3629
3629
|
}
|
|
3630
3630
|
|
|
3631
|
-
.bp_modal_module_footerDividerLine--
|
|
3631
|
+
.bp_modal_module_footerDividerLine--23c83{
|
|
3632
3632
|
position:relative;
|
|
3633
3633
|
}
|
|
3634
|
-
.bp_modal_module_footerDividerLine--
|
|
3634
|
+
.bp_modal_module_footerDividerLine--23c83::before{
|
|
3635
3635
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3636
3636
|
content:"";
|
|
3637
3637
|
left:var(--space-4);
|
|
@@ -3640,28 +3640,28 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3640
3640
|
top:0;
|
|
3641
3641
|
}
|
|
3642
3642
|
@media (min-width: 460px){
|
|
3643
|
-
.bp_modal_module_footerDividerLine--
|
|
3643
|
+
.bp_modal_module_footerDividerLine--23c83::before{
|
|
3644
3644
|
left:var(--space-6);
|
|
3645
3645
|
right:var(--space-6);
|
|
3646
3646
|
}
|
|
3647
3647
|
}
|
|
3648
3648
|
|
|
3649
|
-
.bp_modal_module_footer--
|
|
3649
|
+
.bp_modal_module_footer--23c83{
|
|
3650
3650
|
display:flex;
|
|
3651
3651
|
justify-content:flex-end;
|
|
3652
3652
|
padding:var(--space-4);
|
|
3653
3653
|
}
|
|
3654
3654
|
@media (min-width: 460px){
|
|
3655
|
-
.bp_modal_module_footer--
|
|
3655
|
+
.bp_modal_module_footer--23c83{
|
|
3656
3656
|
padding:var(--space-6);
|
|
3657
3657
|
}
|
|
3658
3658
|
}
|
|
3659
3659
|
|
|
3660
|
-
.bp_modal_module_footerButton--
|
|
3660
|
+
.bp_modal_module_footerButton--23c83 + .bp_modal_module_footerButton--23c83{
|
|
3661
3661
|
margin-inline-start:var(--space-3);
|
|
3662
3662
|
}
|
|
3663
3663
|
|
|
3664
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
3664
|
+
@keyframes bp_modal_module_popup_bounce_in--23c83{
|
|
3665
3665
|
0%{
|
|
3666
3666
|
transform:scale3d(.1, .1, 1);
|
|
3667
3667
|
}
|
|
@@ -3669,7 +3669,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3669
3669
|
transform:scaleX(1);
|
|
3670
3670
|
}
|
|
3671
3671
|
}
|
|
3672
|
-
.bp_chip_module_chip--
|
|
3672
|
+
.bp_chip_module_chip--c09c4{
|
|
3673
3673
|
align-items:center;
|
|
3674
3674
|
border:none;
|
|
3675
3675
|
border-radius:var(--radius-half);
|
|
@@ -3686,19 +3686,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3686
3686
|
text-decoration:none;
|
|
3687
3687
|
text-transform:none;
|
|
3688
3688
|
}
|
|
3689
|
-
.bp_chip_module_chip--
|
|
3689
|
+
.bp_chip_module_chip--c09c4 .bp_chip_module_labelText--c09c4:first-child{
|
|
3690
3690
|
margin-inline-start:var(--space-4);
|
|
3691
3691
|
}
|
|
3692
|
-
.bp_chip_module_chip--
|
|
3692
|
+
.bp_chip_module_chip--c09c4 .bp_chip_module_labelText--c09c4:last-child{
|
|
3693
3693
|
margin-inline-end:var(--space-4);
|
|
3694
3694
|
}
|
|
3695
|
-
.bp_chip_module_chip--
|
|
3695
|
+
.bp_chip_module_chip--c09c4 .bp_chip_module_chipStatus--c09c4:first-child,.bp_chip_module_chip--c09c4 svg:first-child{
|
|
3696
3696
|
margin-inline-start:var(--space-2);
|
|
3697
3697
|
}
|
|
3698
|
-
.bp_chip_module_chip--
|
|
3698
|
+
.bp_chip_module_chip--c09c4 .bp_chip_module_chipStatus--c09c4:last-child,.bp_chip_module_chip--c09c4 svg:last-child{
|
|
3699
3699
|
margin-inline-end:var(--space-2);
|
|
3700
3700
|
}
|
|
3701
|
-
.bp_chip_module_chip--
|
|
3701
|
+
.bp_chip_module_chip--c09c4 .bp_chip_module_chipStatus--c09c4{
|
|
3702
3702
|
align-items:center;
|
|
3703
3703
|
background-color:var(--gray-10);
|
|
3704
3704
|
border-radius:var(--radius-half);
|
|
@@ -3717,10 +3717,10 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3717
3717
|
text-decoration:none;
|
|
3718
3718
|
text-transform:none;
|
|
3719
3719
|
}
|
|
3720
|
-
.bp_chip_module_chip--
|
|
3720
|
+
.bp_chip_module_chip--c09c4 .bp_chip_module_labelText--c09c4{
|
|
3721
3721
|
white-space:nowrap;
|
|
3722
3722
|
}
|
|
3723
|
-
.bp_chip_module_chip--
|
|
3723
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_chipButton--c09c4{
|
|
3724
3724
|
background-color:var(--surface-chip-button-surface);
|
|
3725
3725
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
3726
3726
|
font-size:.875rem;
|
|
@@ -3730,50 +3730,50 @@ 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--c09c4.bp_chip_module_chipButton--c09c4:focus-visible{
|
|
3734
3734
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3735
3735
|
outline:none;
|
|
3736
3736
|
overflow:visible;
|
|
3737
3737
|
}
|
|
3738
|
-
.bp_chip_module_chip--
|
|
3738
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_chipButton--c09c4 .bp_chip_module_chipStatus--c09c4{
|
|
3739
3739
|
background-color:var(--box-blue-100);
|
|
3740
3740
|
color:var(--text-text-on-dark);
|
|
3741
3741
|
}
|
|
3742
|
-
.bp_chip_module_chip--
|
|
3742
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_chipButton--c09c4:focus-visible,.bp_chip_module_chip--c09c4.bp_chip_module_chipButton--c09c4[data-active-item]{
|
|
3743
3743
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3744
3744
|
outline:none;
|
|
3745
3745
|
}
|
|
3746
|
-
.bp_chip_module_chip--
|
|
3746
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_chipButton--c09c4:disabled{
|
|
3747
3747
|
pointer-events:none;
|
|
3748
3748
|
}
|
|
3749
|
-
.bp_chip_module_chip--
|
|
3749
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_chipButton--c09c4:disabled .bp_chip_module_chipStatus--c09c4{
|
|
3750
3750
|
opacity:.4;
|
|
3751
3751
|
}
|
|
3752
|
-
.bp_chip_module_chip--
|
|
3752
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_chipButton--c09c4:hover:enabled{
|
|
3753
3753
|
background-color:var(--surface-chip-button-surface-hover);
|
|
3754
3754
|
}
|
|
3755
|
-
.bp_chip_module_chip--
|
|
3755
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_singleSelectChip--c09c4{
|
|
3756
3756
|
background-color:var(--surface-filterchip-surface-single);
|
|
3757
3757
|
}
|
|
3758
|
-
.bp_chip_module_chip--
|
|
3758
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_singleSelectChip--c09c4[data-state=on]{
|
|
3759
3759
|
background-color:var(--surface-filterchip-surface-single-on);
|
|
3760
3760
|
color:var(--text-text-on-dark);
|
|
3761
3761
|
}
|
|
3762
|
-
.bp_chip_module_chip--
|
|
3762
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_singleSelectChip--c09c4[data-state=on]:hover{
|
|
3763
3763
|
background-color:var(--surface-filterchip-surface-single-on-hover);
|
|
3764
3764
|
}
|
|
3765
|
-
.bp_chip_module_chip--
|
|
3765
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_singleSelectChip--c09c4[data-state=on] .bp_chip_module_chipStatus--c09c4{
|
|
3766
3766
|
color:var(--text-text-on-light);
|
|
3767
3767
|
}
|
|
3768
|
-
.bp_chip_module_chip--
|
|
3768
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_singleSelectChip--c09c4:focus-visible,.bp_chip_module_chip--c09c4.bp_chip_module_singleSelectChip--c09c4[data-active-item]{
|
|
3769
3769
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3770
3770
|
outline:var(--border-1) solid var(--gray-white);
|
|
3771
3771
|
outline-offset:calc(var(--border-1)*-1);
|
|
3772
3772
|
}
|
|
3773
|
-
.bp_chip_module_chip--
|
|
3773
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_singleSelectChip--c09c4:hover:not([data-state=on]){
|
|
3774
3774
|
background-color:var(--surface-filterchip-surface-single-hover);
|
|
3775
3775
|
}
|
|
3776
|
-
.bp_chip_module_chip--
|
|
3776
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4{
|
|
3777
3777
|
background-color:var(--surface-filterchip-surface-multi);
|
|
3778
3778
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi);
|
|
3779
3779
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3784,10 +3784,10 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3784
3784
|
text-decoration:none;
|
|
3785
3785
|
text-transform:none;
|
|
3786
3786
|
}
|
|
3787
|
-
.bp_chip_module_chip--
|
|
3787
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4 path{
|
|
3788
3788
|
fill:var(--icon-icon-on-light);
|
|
3789
3789
|
}
|
|
3790
|
-
.bp_chip_module_chip--
|
|
3790
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4[data-state=on]{
|
|
3791
3791
|
background-color:var(--surface-filterchip-surface-multi-on);
|
|
3792
3792
|
border:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3793
3793
|
color:var(--text-cta-link);
|
|
@@ -3799,32 +3799,32 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3799
3799
|
text-decoration:none;
|
|
3800
3800
|
text-transform:none;
|
|
3801
3801
|
}
|
|
3802
|
-
.bp_chip_module_chip--
|
|
3802
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4[data-state=on] path{
|
|
3803
3803
|
fill:var(--text-cta-link);
|
|
3804
3804
|
}
|
|
3805
|
-
.bp_chip_module_chip--
|
|
3805
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4[data-state=on]:hover{
|
|
3806
3806
|
background-color:var(--surface-filterchip-surface-multi-on-hover);
|
|
3807
3807
|
}
|
|
3808
|
-
.bp_chip_module_chip--
|
|
3808
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4[data-state=on]:focus-visible,.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4[data-state=on][data-active-item]{
|
|
3809
3809
|
border:var(--border-1) solid var(--gray-white);
|
|
3810
3810
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3811
3811
|
outline:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3812
3812
|
outline-offset:calc(var(--border-2)*-1);
|
|
3813
3813
|
}
|
|
3814
|
-
.bp_chip_module_chip--
|
|
3814
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4[data-state=on] .bp_chip_module_chipStatus--c09c4{
|
|
3815
3815
|
background-color:var(--box-blue-100);
|
|
3816
3816
|
color:var(--text-text-on-dark);
|
|
3817
3817
|
}
|
|
3818
|
-
.bp_chip_module_chip--
|
|
3818
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4:focus-visible:not([data-state=on]),.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4[data-active-item]:not([data-state=on]){
|
|
3819
3819
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3820
3820
|
outline:var(--border-1) solid var(--gray-white);
|
|
3821
3821
|
outline-offset:calc(var(--border-1)*-1);
|
|
3822
3822
|
}
|
|
3823
|
-
.bp_chip_module_chip--
|
|
3823
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4:hover:not([data-state=on]){
|
|
3824
3824
|
background-color:var(--surface-filterchip-surface-multi-hover);
|
|
3825
3825
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi-hover);
|
|
3826
3826
|
}
|
|
3827
|
-
.bp_chip_module_chip--
|
|
3827
|
+
.bp_chip_module_chip--c09c4.bp_chip_module_multiSelectChip--c09c4 span::before{
|
|
3828
3828
|
content:attr(data-text);
|
|
3829
3829
|
display:block;
|
|
3830
3830
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3839,25 +3839,25 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3839
3839
|
visibility:hidden;
|
|
3840
3840
|
}
|
|
3841
3841
|
|
|
3842
|
-
.bp_chip_module_chipsGroup--
|
|
3842
|
+
.bp_chip_module_chipsGroup--c09c4{
|
|
3843
3843
|
display:flex;
|
|
3844
3844
|
flex-wrap:wrap;
|
|
3845
3845
|
gap:var(--space-2);
|
|
3846
3846
|
}
|
|
3847
3847
|
@media (max-width: 1023px){
|
|
3848
|
-
.bp_chip_module_chipsGroup--
|
|
3848
|
+
.bp_chip_module_chipsGroup--c09c4{
|
|
3849
3849
|
-ms-overflow-style:none;
|
|
3850
3850
|
flex-wrap:nowrap;
|
|
3851
3851
|
overflow-x:scroll;
|
|
3852
3852
|
padding:var(--space-05);
|
|
3853
3853
|
scrollbar-width:none;
|
|
3854
3854
|
}
|
|
3855
|
-
.bp_chip_module_chipsGroup--
|
|
3855
|
+
.bp_chip_module_chipsGroup--c09c4::-webkit-scrollbar{
|
|
3856
3856
|
display:none;
|
|
3857
3857
|
}
|
|
3858
3858
|
}
|
|
3859
3859
|
|
|
3860
|
-
.bp_context_menu_module_menuBlock--
|
|
3860
|
+
.bp_context_menu_module_menuBlock--a8202{
|
|
3861
3861
|
background-color:var(--surface-menu-surface);
|
|
3862
3862
|
border:var(--border-1) solid var(--border-card-border);
|
|
3863
3863
|
border-radius:var(--radius-3);
|
|
@@ -3868,14 +3868,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3868
3868
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
3869
3869
|
padding:var(--space-3);
|
|
3870
3870
|
}
|
|
3871
|
-
.bp_context_menu_module_menuBlock--
|
|
3871
|
+
.bp_context_menu_module_menuBlock--a8202 .bp_context_menu_module_menuItemsSeparator--a8202{
|
|
3872
3872
|
background-color:var(--border-divider-border);
|
|
3873
3873
|
flex-shrink:0;
|
|
3874
3874
|
height:var(--border-1);
|
|
3875
3875
|
margin-block:var(--space-2);
|
|
3876
3876
|
margin-inline:var(--space-2);
|
|
3877
3877
|
}
|
|
3878
|
-
.bp_context_menu_module_menuBlock--
|
|
3878
|
+
.bp_context_menu_module_menuBlock--a8202 .bp_context_menu_module_menuItem--a8202{
|
|
3879
3879
|
align-items:center;
|
|
3880
3880
|
background-color:var(--surface-menu-surface);
|
|
3881
3881
|
border:var(--border-2) solid #0000;
|
|
@@ -3888,19 +3888,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3888
3888
|
padding-inline:var(--space-2);
|
|
3889
3889
|
position:relative;
|
|
3890
3890
|
}
|
|
3891
|
-
.bp_context_menu_module_menuBlock--
|
|
3891
|
+
.bp_context_menu_module_menuBlock--a8202 .bp_context_menu_module_menuItem--a8202[data-disabled]{
|
|
3892
3892
|
opacity:60%;
|
|
3893
3893
|
pointer-events:none;
|
|
3894
3894
|
}
|
|
3895
|
-
.bp_context_menu_module_menuBlock--
|
|
3895
|
+
.bp_context_menu_module_menuBlock--a8202 .bp_context_menu_module_menuItem--a8202[data-highlighted]:not(:hover){
|
|
3896
3896
|
background-color:var(--surface-menu-surface-focus);
|
|
3897
3897
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3898
3898
|
}
|
|
3899
|
-
.bp_context_menu_module_menuBlock--
|
|
3899
|
+
.bp_context_menu_module_menuBlock--a8202 .bp_context_menu_module_menuItem--a8202:hover{
|
|
3900
3900
|
background-color:var(--surface-menu-surface-focus);
|
|
3901
3901
|
}
|
|
3902
3902
|
|
|
3903
|
-
.bp_notification_module_viewport--
|
|
3903
|
+
.bp_notification_module_viewport--512bc{
|
|
3904
3904
|
all:unset;
|
|
3905
3905
|
align-items:center;
|
|
3906
3906
|
display:flex;
|
|
@@ -3913,14 +3913,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3913
3913
|
z-index:2147483647;
|
|
3914
3914
|
}
|
|
3915
3915
|
|
|
3916
|
-
.bp_notification_module_root--
|
|
3916
|
+
.bp_notification_module_root--512bc{
|
|
3917
3917
|
border:var(--border-2) solid;
|
|
3918
3918
|
border-radius:var(--radius-3);
|
|
3919
3919
|
display:flex;
|
|
3920
3920
|
max-width:586px;
|
|
3921
3921
|
width:calc(100vw - var(--space-4)*2);
|
|
3922
3922
|
}
|
|
3923
|
-
.bp_notification_module_root--
|
|
3923
|
+
.bp_notification_module_root--512bc .bp_notification_module_container--512bc{
|
|
3924
3924
|
align-items:center;
|
|
3925
3925
|
box-shadow:var(--dropshadow-3);
|
|
3926
3926
|
display:flex;
|
|
@@ -3928,31 +3928,31 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3928
3928
|
padding:var(--space-3) 0;
|
|
3929
3929
|
width:100%;
|
|
3930
3930
|
}
|
|
3931
|
-
.bp_notification_module_root--
|
|
3931
|
+
.bp_notification_module_root--512bc.bp_notification_module_info--512bc{
|
|
3932
3932
|
background:var(--surface-message-surface-info);
|
|
3933
3933
|
border-color:var(--border-message-border-info);
|
|
3934
3934
|
}
|
|
3935
|
-
.bp_notification_module_root--
|
|
3935
|
+
.bp_notification_module_root--512bc.bp_notification_module_success--512bc{
|
|
3936
3936
|
background:var(--surface-message-surface-success);
|
|
3937
3937
|
border-color:var(--border-message-border-success);
|
|
3938
3938
|
}
|
|
3939
|
-
.bp_notification_module_root--
|
|
3939
|
+
.bp_notification_module_root--512bc.bp_notification_module_warning--512bc{
|
|
3940
3940
|
background:var(--surface-message-surface-warning);
|
|
3941
3941
|
border-color:var(--border-message-border-warning);
|
|
3942
3942
|
}
|
|
3943
|
-
.bp_notification_module_root--
|
|
3943
|
+
.bp_notification_module_root--512bc.bp_notification_module_error--512bc{
|
|
3944
3944
|
background:var(--surface-message-surface-error);
|
|
3945
3945
|
border-color:var(--border-message-border-error);
|
|
3946
3946
|
}
|
|
3947
|
-
.bp_notification_module_root--
|
|
3947
|
+
.bp_notification_module_root--512bc:focus-visible{
|
|
3948
3948
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
3949
3949
|
outline:none;
|
|
3950
3950
|
}
|
|
3951
|
-
.bp_notification_module_root--
|
|
3951
|
+
.bp_notification_module_root--512bc .bp_notification_module_typeIcon--512bc{
|
|
3952
3952
|
flex-shrink:0;
|
|
3953
3953
|
margin-left:var(--space-4);
|
|
3954
3954
|
}
|
|
3955
|
-
.bp_notification_module_root--
|
|
3955
|
+
.bp_notification_module_root--512bc .bp_notification_module_text--512bc{
|
|
3956
3956
|
align-items:center;
|
|
3957
3957
|
color:var(--text-text-on-light);
|
|
3958
3958
|
display:flex;
|
|
@@ -3966,28 +3966,28 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3966
3966
|
text-decoration:none;
|
|
3967
3967
|
text-transform:none;
|
|
3968
3968
|
}
|
|
3969
|
-
.bp_notification_module_root--
|
|
3969
|
+
.bp_notification_module_root--512bc .bp_notification_module_text--512bc > div{
|
|
3970
3970
|
overflow:hidden;
|
|
3971
3971
|
overflow-wrap:break-word;
|
|
3972
3972
|
}
|
|
3973
|
-
.bp_notification_module_root--
|
|
3973
|
+
.bp_notification_module_root--512bc .bp_notification_module_buttonSection--512bc{
|
|
3974
3974
|
display:flex;
|
|
3975
3975
|
gap:var(--space-3);
|
|
3976
3976
|
margin-left:auto;
|
|
3977
3977
|
margin-right:var(--space-4);
|
|
3978
3978
|
}
|
|
3979
|
-
.bp_notification_module_root--
|
|
3979
|
+
.bp_notification_module_root--512bc .bp_notification_module_buttonSection--512bc .bp_notification_module_contentButtons--512bc{
|
|
3980
3980
|
display:flex;
|
|
3981
3981
|
gap:var(--space-3);
|
|
3982
3982
|
}
|
|
3983
|
-
.bp_notification_module_root--
|
|
3983
|
+
.bp_notification_module_root--512bc .bp_notification_module_buttonSection--512bc .bp_notification_module_closeButton--512bc{
|
|
3984
3984
|
align-self:center;
|
|
3985
3985
|
}
|
|
3986
|
-
.bp_notification_module_root--
|
|
3986
|
+
.bp_notification_module_root--512bc .bp_notification_module_buttonSection--512bc .bp_notification_module_closeButton--512bc svg *{
|
|
3987
3987
|
fill:currentColor;
|
|
3988
3988
|
}
|
|
3989
3989
|
|
|
3990
|
-
.bp_page_header_module_pageHeader--
|
|
3990
|
+
.bp_page_header_module_pageHeader--e709c{
|
|
3991
3991
|
align-items:center;
|
|
3992
3992
|
background:var(--surface-surface);
|
|
3993
3993
|
display:flex;
|
|
@@ -3997,35 +3997,35 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3997
3997
|
min-height:var(--size-10);
|
|
3998
3998
|
width:100%;
|
|
3999
3999
|
}
|
|
4000
|
-
.bp_page_header_module_pageHeader--
|
|
4000
|
+
.bp_page_header_module_pageHeader--e709c.bp_page_header_module_sticky--e709c{
|
|
4001
4001
|
bottom:var(--blueprint-page-header-bottom, 0);
|
|
4002
4002
|
left:var(--blueprint-page-header-left, 0);
|
|
4003
4003
|
position:sticky;
|
|
4004
4004
|
right:var(--blueprint-page-header-right, 0);
|
|
4005
4005
|
top:var(--blueprint-page-header-top, 0);
|
|
4006
4006
|
}
|
|
4007
|
-
.bp_page_header_module_pageHeader--
|
|
4007
|
+
.bp_page_header_module_pageHeader--e709c.bp_page_header_module_default--e709c{
|
|
4008
4008
|
height:var(--size-16);
|
|
4009
4009
|
padding-inline:var(--space-2);
|
|
4010
4010
|
}
|
|
4011
|
-
.bp_page_header_module_pageHeader--
|
|
4011
|
+
.bp_page_header_module_pageHeader--e709c.bp_page_header_module_inline--e709c{
|
|
4012
4012
|
height:var(--size-10);
|
|
4013
4013
|
}
|
|
4014
|
-
.bp_page_header_module_pageHeader--
|
|
4014
|
+
.bp_page_header_module_pageHeader--e709c .bp_page_header_module_corner--e709c{
|
|
4015
4015
|
align-items:center;
|
|
4016
4016
|
display:flex;
|
|
4017
4017
|
flex-basis:content;
|
|
4018
4018
|
flex-grow:0;
|
|
4019
4019
|
flex-shrink:0;
|
|
4020
4020
|
}
|
|
4021
|
-
.bp_page_header_module_pageHeader--
|
|
4021
|
+
.bp_page_header_module_pageHeader--e709c .bp_page_header_module_startElements--e709c{
|
|
4022
4022
|
align-items:center;
|
|
4023
4023
|
display:flex;
|
|
4024
4024
|
flex-grow:1;
|
|
4025
4025
|
justify-content:flex-start;
|
|
4026
4026
|
overflow:hidden;
|
|
4027
4027
|
}
|
|
4028
|
-
.bp_page_header_module_pageHeader--
|
|
4028
|
+
.bp_page_header_module_pageHeader--e709c .bp_page_header_module_endElements--e709c{
|
|
4029
4029
|
align-items:center;
|
|
4030
4030
|
display:flex;
|
|
4031
4031
|
flex-direction:row;
|
|
@@ -4033,41 +4033,41 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4033
4033
|
justify-content:flex-end;
|
|
4034
4034
|
}
|
|
4035
4035
|
|
|
4036
|
-
.bp_popover_module_popoverMainContent--
|
|
4036
|
+
.bp_popover_module_popoverMainContent--b0a03{
|
|
4037
4037
|
mask-image:linear-gradient(to top, #0000, var(--gray-black)), linear-gradient(to left, #0000 var(--space-4), var(--gray-black) var(--space-4));
|
|
4038
4038
|
overflow-y:auto;
|
|
4039
4039
|
}
|
|
4040
4040
|
|
|
4041
|
-
.bp_popover_module_popoverContentContainer--
|
|
4041
|
+
.bp_popover_module_popoverContentContainer--b0a03{
|
|
4042
4042
|
max-width:320px;
|
|
4043
4043
|
z-index:380;
|
|
4044
4044
|
}
|
|
4045
|
-
.bp_popover_module_popoverContentContainer--
|
|
4045
|
+
.bp_popover_module_popoverContentContainer--b0a03 .bp_popover_module_popoverCard--b0a03{
|
|
4046
4046
|
box-shadow:var(--dropshadow-3);
|
|
4047
4047
|
margin-block:var(--space-1);
|
|
4048
4048
|
}
|
|
4049
|
-
.bp_popover_module_popoverContentContainer--
|
|
4049
|
+
.bp_popover_module_popoverContentContainer--b0a03 .bp_popover_module_popoverCard--b0a03 .bp_popover_module_popoverMainContent--b0a03{
|
|
4050
4050
|
margin-inline-end:calc(var(--space-4)*-1);
|
|
4051
4051
|
mask-position:left bottom;
|
|
4052
4052
|
mask-size:100% 20000px;
|
|
4053
4053
|
padding-right:var(--space-4);
|
|
4054
4054
|
transition:mask-position var(--animation-duration-3);
|
|
4055
4055
|
}
|
|
4056
|
-
.bp_popover_module_popoverContentContainer--
|
|
4056
|
+
.bp_popover_module_popoverContentContainer--b0a03 .bp_popover_module_popoverCard--b0a03 .bp_popover_module_popoverMainContent--b0a03:hover{
|
|
4057
4057
|
mask-position:left top;
|
|
4058
4058
|
}
|
|
4059
|
-
.bp_popover_module_popoverContentContainer--
|
|
4059
|
+
.bp_popover_module_popoverContentContainer--b0a03 .bp_popover_module_popoverCard--b0a03 .bp_popover_module_popoverMainContent--b0a03 .bp_popover_module_popoverMainContentOuterContainer--b0a03{
|
|
4060
4060
|
max-height:inherit;
|
|
4061
4061
|
}
|
|
4062
|
-
.bp_popover_module_popoverContentContainer--
|
|
4062
|
+
.bp_popover_module_popoverContentContainer--b0a03 .bp_popover_module_popoverCard--b0a03 .bp_popover_module_popoverMainContent--b0a03 .bp_popover_module_popoverMainContentOuterContainer--b0a03 .bp_popover_module_popoverMainContentInnerContainerPadding--b0a03{
|
|
4063
4063
|
padding-block-end:var(--space-3);
|
|
4064
4064
|
}
|
|
4065
|
-
.bp_popover_module_popoverContentContainer--
|
|
4065
|
+
.bp_popover_module_popoverContentContainer--b0a03 .bp_popover_module_popoverFooter--b0a03{
|
|
4066
4066
|
margin-inline:calc(var(--space-4)*-1);
|
|
4067
4067
|
padding-block-start:var(--space-4);
|
|
4068
4068
|
padding-inline:var(--space-4);
|
|
4069
4069
|
}
|
|
4070
|
-
.bp_popover_module_popoverContentContainer--
|
|
4070
|
+
.bp_popover_module_popoverContentContainer--b0a03 .bp_popover_module_popoverFooter--b0a03.bp_popover_module_popoverFooterTopBorder--b0a03{
|
|
4071
4071
|
border-top:var(--border-1) solid var(--border-card-border);
|
|
4072
4072
|
}
|
|
4073
4073
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -4160,7 +4160,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4160
4160
|
opacity:.3;
|
|
4161
4161
|
}
|
|
4162
4162
|
|
|
4163
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
4163
|
+
.bp_tabs_module_hiddenWidthSetter--049a9{
|
|
4164
4164
|
display:block;
|
|
4165
4165
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4166
4166
|
font-size:.875rem;
|
|
@@ -4173,11 +4173,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4173
4173
|
text-transform:none;
|
|
4174
4174
|
visibility:hidden;
|
|
4175
4175
|
}
|
|
4176
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
4176
|
+
.bp_tabs_module_hiddenWidthSetter--049a9 > *{
|
|
4177
4177
|
visibility:hidden;
|
|
4178
4178
|
}
|
|
4179
4179
|
|
|
4180
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4180
|
+
.bp_tabs_module_contentSwitchTabList--049a9{
|
|
4181
4181
|
background:var(--surface-contentswitcher-surface);
|
|
4182
4182
|
border-radius:var(--radius-3);
|
|
4183
4183
|
display:grid;
|
|
@@ -4188,7 +4188,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4188
4188
|
min-width:fit-content;
|
|
4189
4189
|
padding:var(--space-1);
|
|
4190
4190
|
}
|
|
4191
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4191
|
+
.bp_tabs_module_contentSwitchTabList--049a9 .bp_tabs_module_contentSwitchTab--049a9{
|
|
4192
4192
|
align-items:center;
|
|
4193
4193
|
background:#0000;
|
|
4194
4194
|
border:none;
|
|
@@ -4202,7 +4202,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4202
4202
|
padding-inline:var(--space-4);
|
|
4203
4203
|
white-space:nowrap;
|
|
4204
4204
|
}
|
|
4205
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4205
|
+
.bp_tabs_module_contentSwitchTabList--049a9 .bp_tabs_module_contentSwitchTab--049a9,.bp_tabs_module_contentSwitchTabList--049a9 .bp_tabs_module_contentSwitchTab--049a9[aria-selected=true]{
|
|
4206
4206
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4207
4207
|
font-size:.875rem;
|
|
4208
4208
|
letter-spacing:.01875rem;
|
|
@@ -4210,50 +4210,50 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4210
4210
|
text-decoration:none;
|
|
4211
4211
|
text-transform:none;
|
|
4212
4212
|
}
|
|
4213
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4213
|
+
.bp_tabs_module_contentSwitchTabList--049a9 .bp_tabs_module_contentSwitchTab--049a9[aria-selected=true]{
|
|
4214
4214
|
background:var(--surface-cta-surface-secondary);
|
|
4215
4215
|
box-shadow:0 0 0 var(--border-1) var(--gray-50);
|
|
4216
4216
|
color:var(--text-text-on-light);
|
|
4217
4217
|
font-weight:700;
|
|
4218
4218
|
}
|
|
4219
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4219
|
+
.bp_tabs_module_contentSwitchTabList--049a9 .bp_tabs_module_contentSwitchTab--049a9:not([aria-disabled=true])[data-focus-visible]{
|
|
4220
4220
|
border-color:#0000;
|
|
4221
4221
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4222
4222
|
}
|
|
4223
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4223
|
+
.bp_tabs_module_contentSwitchTabList--049a9 .bp_tabs_module_contentSwitchTab--049a9:not([aria-disabled=true]):hover{
|
|
4224
4224
|
background:var(--surface-surface-hover);
|
|
4225
4225
|
}
|
|
4226
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4226
|
+
.bp_tabs_module_contentSwitchTabList--049a9 .bp_tabs_module_contentSwitchTab--049a9:not([aria-disabled=true]):active{
|
|
4227
4227
|
background:var(--surface-cta-surface-secondary-pressed);
|
|
4228
4228
|
}
|
|
4229
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4229
|
+
.bp_tabs_module_contentSwitchTabList--049a9 .bp_tabs_module_contentSwitchTab--049a9[aria-disabled=true]{
|
|
4230
4230
|
opacity:.3;
|
|
4231
4231
|
pointer-events:none;
|
|
4232
4232
|
}
|
|
4233
4233
|
|
|
4234
|
-
.bp_tabs_module_tabsListContainer--
|
|
4234
|
+
.bp_tabs_module_tabsListContainer--049a9{
|
|
4235
4235
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
4236
4236
|
overflow-y:hidden;
|
|
4237
4237
|
scroll-behavior:smooth;
|
|
4238
4238
|
}
|
|
4239
|
-
.bp_tabs_module_tabsListContainer--
|
|
4239
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9{
|
|
4240
4240
|
display:flex;
|
|
4241
4241
|
overflow-x:auto;
|
|
4242
4242
|
padding:calc(var(--border-3) + 1px);
|
|
4243
4243
|
}
|
|
4244
|
-
.bp_tabs_module_tabsListContainer--
|
|
4244
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tabSeparator--049a9{
|
|
4245
4245
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
4246
4246
|
min-width:var(--space-4);
|
|
4247
4247
|
}
|
|
4248
|
-
.bp_tabs_module_tabsListContainer--
|
|
4248
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tabSeparator--049a9:last-child{
|
|
4249
4249
|
display:none;
|
|
4250
4250
|
}
|
|
4251
4251
|
@media only screen and (max-width: 1023px){
|
|
4252
|
-
.bp_tabs_module_tabsListContainer--
|
|
4252
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tabSeparator--049a9{
|
|
4253
4253
|
min-width:calc(var(--border-3) + 1px);
|
|
4254
4254
|
}
|
|
4255
4255
|
}
|
|
4256
|
-
.bp_tabs_module_tabsListContainer--
|
|
4256
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9{
|
|
4257
4257
|
background:var(--background-background);
|
|
4258
4258
|
border-style:none;
|
|
4259
4259
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -4267,7 +4267,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4267
4267
|
scroll-margin:calc(var(--border-3) + 1px);
|
|
4268
4268
|
z-index:2;
|
|
4269
4269
|
}
|
|
4270
|
-
.bp_tabs_module_tabsListContainer--
|
|
4270
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9,.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9[aria-selected=true]{
|
|
4271
4271
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4272
4272
|
font-size:.875rem;
|
|
4273
4273
|
letter-spacing:.01875rem;
|
|
@@ -4275,26 +4275,26 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4275
4275
|
text-decoration:none;
|
|
4276
4276
|
text-transform:none;
|
|
4277
4277
|
}
|
|
4278
|
-
.bp_tabs_module_tabsListContainer--
|
|
4278
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9[aria-selected=true]{
|
|
4279
4279
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
4280
4280
|
color:var(--text-cta-link);
|
|
4281
4281
|
font-weight:700;
|
|
4282
4282
|
}
|
|
4283
|
-
.bp_tabs_module_tabsListContainer--
|
|
4283
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9:hover{
|
|
4284
4284
|
background-color:var(--surface-tab-surface-hover);
|
|
4285
4285
|
color:var(--text-text-on-light-secondary-hover);
|
|
4286
4286
|
}
|
|
4287
|
-
.bp_tabs_module_tabsListContainer--
|
|
4287
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9:hover[aria-selected=true]{
|
|
4288
4288
|
color:var(--text-cta-link);
|
|
4289
4289
|
}
|
|
4290
|
-
.bp_tabs_module_tabsListContainer--
|
|
4290
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9:active{
|
|
4291
4291
|
background-color:var(--surface-tab-surface-pressed);
|
|
4292
4292
|
color:var(--text-text-on-light-secondary-hover);
|
|
4293
4293
|
}
|
|
4294
|
-
.bp_tabs_module_tabsListContainer--
|
|
4294
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9:active[aria-selected=true]{
|
|
4295
4295
|
color:var(--text-cta-link);
|
|
4296
4296
|
}
|
|
4297
|
-
.bp_tabs_module_tabsListContainer--
|
|
4297
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9:focus-visible,.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9[data-focus-visible]{
|
|
4298
4298
|
background-color:var(--surface-tab-surface-hover);
|
|
4299
4299
|
border-radius:var(--radius-05);
|
|
4300
4300
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -4302,14 +4302,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4302
4302
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
4303
4303
|
outline-offset:1px;
|
|
4304
4304
|
}
|
|
4305
|
-
.bp_tabs_module_tabsListContainer--
|
|
4305
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9[data-focus-visible][aria-selected=true]{
|
|
4306
4306
|
color:var(--text-cta-link);
|
|
4307
4307
|
}
|
|
4308
|
-
.bp_tabs_module_tabsListContainer--
|
|
4308
|
+
.bp_tabs_module_tabsListContainer--049a9 .bp_tabs_module_tabList--049a9 .bp_tabs_module_tab--049a9[aria-disabled=true]{
|
|
4309
4309
|
opacity:.5;
|
|
4310
4310
|
}
|
|
4311
4311
|
|
|
4312
|
-
.bp_radio_group_module_root--
|
|
4312
|
+
.bp_radio_group_module_root--3cee2{
|
|
4313
4313
|
display:flex;
|
|
4314
4314
|
flex-direction:column;
|
|
4315
4315
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4322,31 +4322,31 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4322
4322
|
text-transform:none;
|
|
4323
4323
|
}
|
|
4324
4324
|
|
|
4325
|
-
.bp_radio_group_module_horizontal--
|
|
4325
|
+
.bp_radio_group_module_horizontal--3cee2{
|
|
4326
4326
|
flex-direction:row;
|
|
4327
4327
|
gap:1.625rem;
|
|
4328
4328
|
}
|
|
4329
4329
|
|
|
4330
|
-
.bp_radio_group_module_radioOption--
|
|
4330
|
+
.bp_radio_group_module_radioOption--3cee2{
|
|
4331
4331
|
display:flex;
|
|
4332
4332
|
flex-direction:column;
|
|
4333
4333
|
}
|
|
4334
|
-
.bp_radio_group_module_radioOption--
|
|
4334
|
+
.bp_radio_group_module_radioOption--3cee2 .bp_radio_group_module_label--3cee2{
|
|
4335
4335
|
align-items:flex-start;
|
|
4336
4336
|
cursor:pointer;
|
|
4337
4337
|
display:inline-flex;
|
|
4338
4338
|
gap:var(--size-3);
|
|
4339
4339
|
line-height:var(--body-default-line-height);
|
|
4340
4340
|
}
|
|
4341
|
-
.bp_radio_group_module_radioOption--
|
|
4341
|
+
.bp_radio_group_module_radioOption--3cee2 .bp_radio_group_module_description--3cee2{
|
|
4342
4342
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
4343
4343
|
}
|
|
4344
|
-
.bp_radio_group_module_radioOption--
|
|
4344
|
+
.bp_radio_group_module_radioOption--3cee2.bp_radio_group_module_disabled--3cee2 .bp_radio_group_module_label--3cee2{
|
|
4345
4345
|
color:var(--text-text-on-light-secondary);
|
|
4346
4346
|
cursor:default;
|
|
4347
4347
|
}
|
|
4348
4348
|
|
|
4349
|
-
.bp_radio_group_module_radioButton--
|
|
4349
|
+
.bp_radio_group_module_radioButton--3cee2{
|
|
4350
4350
|
all:unset;
|
|
4351
4351
|
align-items:center;
|
|
4352
4352
|
background-color:var(--surface-radio-surface-selected);
|
|
@@ -4360,36 +4360,36 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4360
4360
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
4361
4361
|
width:var(--size-4);
|
|
4362
4362
|
}
|
|
4363
|
-
.bp_radio_group_module_radioButton--
|
|
4363
|
+
.bp_radio_group_module_radioButton--3cee2 .bp_radio_group_module_indicator--3cee2{
|
|
4364
4364
|
background-color:var(--icon-icon-blue);
|
|
4365
4365
|
border-radius:50%;
|
|
4366
4366
|
height:var(--size-2);
|
|
4367
4367
|
transition:transform .1s;
|
|
4368
4368
|
width:var(--size-2);
|
|
4369
4369
|
}
|
|
4370
|
-
.bp_radio_group_module_radioButton--
|
|
4370
|
+
.bp_radio_group_module_radioButton--3cee2:focus-visible{
|
|
4371
4371
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4372
4372
|
}
|
|
4373
|
-
.bp_radio_group_module_radioButton--
|
|
4373
|
+
.bp_radio_group_module_radioButton--3cee2[data-disabled]{
|
|
4374
4374
|
opacity:60%;
|
|
4375
4375
|
}
|
|
4376
|
-
.bp_radio_group_module_radioButton--
|
|
4376
|
+
.bp_radio_group_module_radioButton--3cee2[data-state=unchecked]{
|
|
4377
4377
|
background-color:var(--surface-radio-surface);
|
|
4378
4378
|
border:var(--border-2) solid var(--border-radio-border);
|
|
4379
4379
|
}
|
|
4380
|
-
.bp_radio_group_module_radioButton--
|
|
4380
|
+
.bp_radio_group_module_radioButton--3cee2[data-state=unchecked] .bp_radio_group_module_indicator--3cee2{
|
|
4381
4381
|
transform:scale(0);
|
|
4382
4382
|
}
|
|
4383
|
-
.bp_radio_group_module_radioButton--
|
|
4383
|
+
.bp_radio_group_module_radioButton--3cee2:not([data-disabled]):hover{
|
|
4384
4384
|
background-color:var(--surface-radio-surface-hover);
|
|
4385
4385
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
4386
4386
|
}
|
|
4387
|
-
.bp_radio_group_module_radioButton--
|
|
4387
|
+
.bp_radio_group_module_radioButton--3cee2:not([data-disabled]):hover[data-state=checked]{
|
|
4388
4388
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
4389
4389
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
4390
4390
|
}
|
|
4391
4391
|
|
|
4392
|
-
.bp_search_module_search--
|
|
4392
|
+
.bp_search_module_search--9ff31{
|
|
4393
4393
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4394
4394
|
font-size:.875rem;
|
|
4395
4395
|
font-weight:400;
|
|
@@ -4402,7 +4402,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4402
4402
|
text-transform:none;
|
|
4403
4403
|
width:100%;
|
|
4404
4404
|
}
|
|
4405
|
-
.bp_search_module_search--
|
|
4405
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchIcon--9ff31{
|
|
4406
4406
|
height:var(--size-4);
|
|
4407
4407
|
left:var(--space-2);
|
|
4408
4408
|
pointer-events:none;
|
|
@@ -4411,12 +4411,12 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4411
4411
|
transform:translateY(-50%);
|
|
4412
4412
|
width:var(--size-4);
|
|
4413
4413
|
}
|
|
4414
|
-
.bp_search_module_search--
|
|
4414
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchIcon--9ff31.bp_search_module_global--9ff31{
|
|
4415
4415
|
height:var(--size-5);
|
|
4416
4416
|
left:var(--space-4);
|
|
4417
4417
|
width:var(--size-5);
|
|
4418
4418
|
}
|
|
4419
|
-
.bp_search_module_search--
|
|
4419
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31{
|
|
4420
4420
|
background-color:var(--surface-search-surface);
|
|
4421
4421
|
border:var(--border-1) solid #0000;
|
|
4422
4422
|
border-radius:var(--radius-2);
|
|
@@ -4437,45 +4437,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4437
4437
|
transition:border-color .15s ease,background-color .15s ease;
|
|
4438
4438
|
width:100%;
|
|
4439
4439
|
}
|
|
4440
|
-
.bp_search_module_search--
|
|
4440
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31.bp_search_module_global--9ff31{
|
|
4441
4441
|
border-radius:var(--radius-7);
|
|
4442
4442
|
height:var(--size-12);
|
|
4443
4443
|
padding-inline:var(--space-12) var(--space-2);
|
|
4444
4444
|
}
|
|
4445
|
-
.bp_search_module_search--
|
|
4445
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31::-webkit-search-cancel-button,.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31::-webkit-search-decoration,.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31::-webkit-search-results-button,.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31::-webkit-search-results-decoration{
|
|
4446
4446
|
appearance:none;
|
|
4447
4447
|
}
|
|
4448
|
-
.bp_search_module_search--
|
|
4448
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31:hover{
|
|
4449
4449
|
box-shadow:unset;
|
|
4450
4450
|
}
|
|
4451
|
-
.bp_search_module_search--
|
|
4451
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31 .bp_search_module_firefoxDefaultOpacityFix--9ff31,.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31 .bp_search_module_searchInput--9ff31::placeholder{
|
|
4452
4452
|
opacity:1;
|
|
4453
4453
|
}
|
|
4454
|
-
.bp_search_module_search--
|
|
4454
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31::placeholder{
|
|
4455
4455
|
color:var(--text-text-on-light-secondary);
|
|
4456
4456
|
}
|
|
4457
|
-
.bp_search_module_search--
|
|
4457
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31:not(:placeholder-shown){
|
|
4458
4458
|
padding-inline-end:var(--space-8);
|
|
4459
4459
|
}
|
|
4460
|
-
.bp_search_module_search--
|
|
4460
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31:not(:placeholder-shown).bp_search_module_global--9ff31{
|
|
4461
4461
|
padding-inline-end:calc(var(--size-8)*2 + var(--space-6));
|
|
4462
4462
|
}
|
|
4463
|
-
.bp_search_module_search--
|
|
4463
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31:not(:placeholder-shown).bp_search_module_global--9ff31.bp_search_module_withoutActionButton--9ff31{
|
|
4464
4464
|
padding-inline-end:calc(var(--size-8) + var(--space-3));
|
|
4465
4465
|
}
|
|
4466
|
-
.bp_search_module_search--
|
|
4466
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31:focus-visible{
|
|
4467
4467
|
background-color:var(--surface-search-surface-focused);
|
|
4468
4468
|
border:var(--border-2) solid #2486fc;
|
|
4469
4469
|
padding-inline-start:calc(var(--space-8) - var(--border-1));
|
|
4470
4470
|
}
|
|
4471
|
-
.bp_search_module_search--
|
|
4471
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31:focus-visible.bp_search_module_global--9ff31{
|
|
4472
4472
|
padding-inline-start:calc(var(--space-12) - var(--border-1));
|
|
4473
4473
|
}
|
|
4474
|
-
.bp_search_module_search--
|
|
4474
|
+
.bp_search_module_search--9ff31 .bp_search_module_searchInput--9ff31:not(:focus-visible):not(:disabled):hover{
|
|
4475
4475
|
background-color:var(--surface-search-surface-hover);
|
|
4476
4476
|
border-color:#6f6f6f;
|
|
4477
4477
|
}
|
|
4478
|
-
.bp_search_module_search--
|
|
4478
|
+
.bp_search_module_search--9ff31 .bp_search_module_clearSearchIcon--9ff31{
|
|
4479
4479
|
background:var(--surface-cta-surface-icon);
|
|
4480
4480
|
height:var(--size-4);
|
|
4481
4481
|
position:absolute;
|
|
@@ -4484,38 +4484,38 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4484
4484
|
transform:translateY(-50%);
|
|
4485
4485
|
width:var(--size-4);
|
|
4486
4486
|
}
|
|
4487
|
-
.bp_search_module_search--
|
|
4487
|
+
.bp_search_module_search--9ff31 .bp_search_module_clearSearchIcon--9ff31.bp_search_module_global--9ff31{
|
|
4488
4488
|
height:var(--size-8);
|
|
4489
4489
|
right:calc(var(--space-12) + var(--space-1));
|
|
4490
4490
|
width:var(--size-8);
|
|
4491
4491
|
}
|
|
4492
|
-
.bp_search_module_search--
|
|
4492
|
+
.bp_search_module_search--9ff31 .bp_search_module_clearSearchIcon--9ff31.bp_search_module_withoutActionButton--9ff31{
|
|
4493
4493
|
right:var(--space-3);
|
|
4494
4494
|
}
|
|
4495
|
-
.bp_search_module_search--
|
|
4495
|
+
.bp_search_module_search--9ff31 .bp_search_module_clearSearchIcon--9ff31 *{
|
|
4496
4496
|
fill:var(--icon-cta-icon);
|
|
4497
4497
|
}
|
|
4498
|
-
.bp_search_module_search--
|
|
4498
|
+
.bp_search_module_search--9ff31 .bp_search_module_clearSearchIcon--9ff31:focus-visible{
|
|
4499
4499
|
background:var(--surface-cta-surface-icon-hover);
|
|
4500
4500
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
4501
4501
|
}
|
|
4502
|
-
.bp_search_module_search--
|
|
4502
|
+
.bp_search_module_search--9ff31 .bp_search_module_clearSearchIcon--9ff31:focus-visible *{
|
|
4503
4503
|
fill:var(--icon-cta-icon-hover);
|
|
4504
4504
|
}
|
|
4505
|
-
.bp_search_module_search--
|
|
4505
|
+
.bp_search_module_search--9ff31 .bp_search_module_clearSearchIcon--9ff31:hover{
|
|
4506
4506
|
background:var(--surface-cta-surface-icon-hover);
|
|
4507
4507
|
}
|
|
4508
|
-
.bp_search_module_search--
|
|
4508
|
+
.bp_search_module_search--9ff31 .bp_search_module_clearSearchIcon--9ff31:hover *{
|
|
4509
4509
|
fill:var(--icon-cta-icon-hover);
|
|
4510
4510
|
}
|
|
4511
|
-
.bp_search_module_search--
|
|
4511
|
+
.bp_search_module_search--9ff31 .bp_search_module_actionButton--9ff31{
|
|
4512
4512
|
position:absolute;
|
|
4513
4513
|
right:var(--space-4);
|
|
4514
4514
|
top:50%;
|
|
4515
4515
|
transform:translateY(-50%);
|
|
4516
4516
|
}
|
|
4517
4517
|
|
|
4518
|
-
.bp_select_module_container--
|
|
4518
|
+
.bp_select_module_container--8e5c3{
|
|
4519
4519
|
display:flex;
|
|
4520
4520
|
flex-direction:column;
|
|
4521
4521
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4527,15 +4527,15 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4527
4527
|
text-decoration:none;
|
|
4528
4528
|
text-transform:none;
|
|
4529
4529
|
}
|
|
4530
|
-
.bp_select_module_container--
|
|
4530
|
+
.bp_select_module_container--8e5c3.bp_select_module_disabled--8e5c3{
|
|
4531
4531
|
opacity:60%;
|
|
4532
4532
|
}
|
|
4533
|
-
.bp_select_module_container--
|
|
4533
|
+
.bp_select_module_container--8e5c3 .bp_select_module_label--8e5c3{
|
|
4534
4534
|
flex:0 0 fit-content;
|
|
4535
4535
|
font-weight:700;
|
|
4536
4536
|
overflow-wrap:break-word;
|
|
4537
4537
|
}
|
|
4538
|
-
.bp_select_module_container--
|
|
4538
|
+
.bp_select_module_container--8e5c3 .bp_select_module_label--8e5c3,.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3{
|
|
4539
4539
|
color:var(--text-text-on-light);
|
|
4540
4540
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4541
4541
|
font-size:.875rem;
|
|
@@ -4544,7 +4544,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4544
4544
|
text-decoration:none;
|
|
4545
4545
|
text-transform:none;
|
|
4546
4546
|
}
|
|
4547
|
-
.bp_select_module_container--
|
|
4547
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3{
|
|
4548
4548
|
align-items:center;
|
|
4549
4549
|
background-color:var(--surface-dropdown-surface);
|
|
4550
4550
|
border:var(--border-1) solid var(--border-dropdown-border);
|
|
@@ -4562,45 +4562,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4562
4562
|
text-align:start;
|
|
4563
4563
|
width:100%;
|
|
4564
4564
|
}
|
|
4565
|
-
.bp_select_module_container--
|
|
4565
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3 span:first-child{
|
|
4566
4566
|
overflow:hidden;
|
|
4567
4567
|
text-overflow:ellipsis;
|
|
4568
4568
|
white-space:nowrap;
|
|
4569
4569
|
}
|
|
4570
|
-
.bp_select_module_container--
|
|
4570
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3:disabled{
|
|
4571
4571
|
cursor:default;
|
|
4572
4572
|
}
|
|
4573
|
-
.bp_select_module_container--
|
|
4573
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3:not(.bp_select_module_error--8e5c3):focus{
|
|
4574
4574
|
background-color:var(--surface-dropdown-surface-focus);
|
|
4575
4575
|
border-color:#0000;
|
|
4576
4576
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4577
4577
|
}
|
|
4578
|
-
.bp_select_module_container--
|
|
4578
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3:not(:disabled):not(:focus):not(.bp_select_module_error--8e5c3):hover{
|
|
4579
4579
|
background-color:var(--surface-dropdown-surface-hover);
|
|
4580
4580
|
border-color:var(--border-dropdown-border-hover);
|
|
4581
4581
|
}
|
|
4582
|
-
.bp_select_module_container--
|
|
4582
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3:not(:disabled).bp_select_module_error--8e5c3{
|
|
4583
4583
|
background-color:var(--surface-dropdown-surface-error);
|
|
4584
4584
|
border:var(--border-2) solid var(--border-dropdown-border-error);
|
|
4585
4585
|
}
|
|
4586
|
-
.bp_select_module_container--
|
|
4586
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3 .bp_select_module_iconWrapper--8e5c3{
|
|
4587
4587
|
flex-shrink:0;
|
|
4588
4588
|
-webkit-user-select:none;
|
|
4589
4589
|
user-select:none;
|
|
4590
4590
|
}
|
|
4591
|
-
.bp_select_module_container--
|
|
4591
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3 .bp_select_module_icon--8e5c3{
|
|
4592
4592
|
display:block;
|
|
4593
4593
|
height:var(--size-2);
|
|
4594
4594
|
width:var(--size-2);
|
|
4595
4595
|
}
|
|
4596
|
-
.bp_select_module_container--
|
|
4596
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3 .bp_select_module_icon--8e5c3 path{
|
|
4597
4597
|
fill:var(--icon-icon-on-light);
|
|
4598
4598
|
}
|
|
4599
|
-
.bp_select_module_container--
|
|
4599
|
+
.bp_select_module_container--8e5c3 .bp_select_module_triggerBtn--8e5c3[data-state=open] .bp_select_module_icon--8e5c3{
|
|
4600
4600
|
transform:rotate(180deg);
|
|
4601
4601
|
}
|
|
4602
4602
|
|
|
4603
|
-
.bp_select_module_content--
|
|
4603
|
+
.bp_select_module_content--8e5c3{
|
|
4604
4604
|
background-color:var(--surface-menu-surface);
|
|
4605
4605
|
border:var(--border-1) solid var(--border-card-border);
|
|
4606
4606
|
border-radius:var(--radius-3);
|
|
@@ -4618,11 +4618,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4618
4618
|
text-transform:none;
|
|
4619
4619
|
z-index:380;
|
|
4620
4620
|
}
|
|
4621
|
-
.bp_select_module_content--
|
|
4621
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3{
|
|
4622
4622
|
padding-block:var(--space-3);
|
|
4623
4623
|
padding-inline:var(--space-3);
|
|
4624
4624
|
}
|
|
4625
|
-
.bp_select_module_content--
|
|
4625
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_option--8e5c3{
|
|
4626
4626
|
border:var(--border-2) solid #0000;
|
|
4627
4627
|
border-radius:var(--radius-3);
|
|
4628
4628
|
cursor:pointer;
|
|
@@ -4637,25 +4637,25 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4637
4637
|
-webkit-user-select:none;
|
|
4638
4638
|
user-select:none;
|
|
4639
4639
|
}
|
|
4640
|
-
.bp_select_module_content--
|
|
4640
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_option--8e5c3[data-disabled]{
|
|
4641
4641
|
opacity:60%;
|
|
4642
4642
|
pointer-events:none;
|
|
4643
4643
|
}
|
|
4644
|
-
.bp_select_module_content--
|
|
4644
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_option--8e5c3[data-highlighted]:not(:hover){
|
|
4645
4645
|
background-color:var(--surface-menu-surface-focus);
|
|
4646
4646
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4647
4647
|
}
|
|
4648
|
-
.bp_select_module_content--
|
|
4648
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_option--8e5c3:hover{
|
|
4649
4649
|
background-color:var(--surface-menu-surface-hover);
|
|
4650
4650
|
}
|
|
4651
|
-
.bp_select_module_content--
|
|
4651
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_option--8e5c3 span:first-child{
|
|
4652
4652
|
overflow:hidden;
|
|
4653
4653
|
overflow-wrap:break-word;
|
|
4654
4654
|
}
|
|
4655
|
-
.bp_select_module_content--
|
|
4655
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_option--8e5c3 .bp_select_module_secondaryText--8e5c3{
|
|
4656
4656
|
color:var(--text-text-on-light-secondary);
|
|
4657
4657
|
}
|
|
4658
|
-
.bp_select_module_content--
|
|
4658
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_option--8e5c3 .bp_select_module_indicator--8e5c3{
|
|
4659
4659
|
align-items:center;
|
|
4660
4660
|
display:flex;
|
|
4661
4661
|
height:var(--size-9);
|
|
@@ -4664,17 +4664,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4664
4664
|
position:absolute;
|
|
4665
4665
|
top:0;
|
|
4666
4666
|
}
|
|
4667
|
-
.bp_select_module_content--
|
|
4667
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_option--8e5c3 .bp_select_module_indicator--8e5c3 path{
|
|
4668
4668
|
fill:var(--icon-icon-on-light);
|
|
4669
4669
|
}
|
|
4670
|
-
.bp_select_module_content--
|
|
4670
|
+
.bp_select_module_content--8e5c3 .bp_select_module_viewport--8e5c3 .bp_select_module_separator--8e5c3{
|
|
4671
4671
|
background-color:var(--border-divider-border);
|
|
4672
4672
|
flex-shrink:0;
|
|
4673
4673
|
height:var(--border-1);
|
|
4674
4674
|
margin-block:var(--space-2);
|
|
4675
4675
|
}
|
|
4676
4676
|
|
|
4677
|
-
.bp_side_panel_module_content--
|
|
4677
|
+
.bp_side_panel_module_content--cf924{
|
|
4678
4678
|
background-color:var(--gray-white);
|
|
4679
4679
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
4680
4680
|
display:flex;
|
|
@@ -4689,11 +4689,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4689
4689
|
width:360px;
|
|
4690
4690
|
}
|
|
4691
4691
|
@media only screen and (max-width: 767px){
|
|
4692
|
-
.bp_side_panel_module_content--
|
|
4692
|
+
.bp_side_panel_module_content--cf924{
|
|
4693
4693
|
min-width:100%;
|
|
4694
4694
|
}
|
|
4695
4695
|
}
|
|
4696
|
-
.bp_side_panel_module_content--
|
|
4696
|
+
.bp_side_panel_module_content--cf924 .bp_side_panel_module_header--cf924{
|
|
4697
4697
|
align-items:center;
|
|
4698
4698
|
background-color:var(--surface-surface);
|
|
4699
4699
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -4708,39 +4708,39 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4708
4708
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4709
4709
|
word-break:break-word;
|
|
4710
4710
|
}
|
|
4711
|
-
.bp_side_panel_module_content--
|
|
4711
|
+
.bp_side_panel_module_content--cf924 .bp_side_panel_module_header--cf924,.bp_side_panel_module_content--cf924 .bp_side_panel_module_header--cf924.bp_side_panel_module_headerMobile--cf924{
|
|
4712
4712
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4713
4713
|
font-weight:700;
|
|
4714
4714
|
letter-spacing:.01875rem;
|
|
4715
4715
|
text-decoration:none;
|
|
4716
4716
|
text-transform:none;
|
|
4717
4717
|
}
|
|
4718
|
-
.bp_side_panel_module_content--
|
|
4718
|
+
.bp_side_panel_module_content--cf924 .bp_side_panel_module_header--cf924.bp_side_panel_module_headerMobile--cf924{
|
|
4719
4719
|
font-size:.9375rem;
|
|
4720
4720
|
line-height:1.25rem;
|
|
4721
4721
|
}
|
|
4722
|
-
.bp_side_panel_module_content--
|
|
4722
|
+
.bp_side_panel_module_content--cf924 .bp_side_panel_module_headerShadow--cf924{
|
|
4723
4723
|
box-shadow:var(--dropshadow-3);
|
|
4724
4724
|
}
|
|
4725
4725
|
|
|
4726
|
-
.bp_side_panel_module_contentAnimated--
|
|
4726
|
+
.bp_side_panel_module_contentAnimated--cf924{
|
|
4727
4727
|
animation-duration:.2s;
|
|
4728
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
4728
|
+
animation-name:bp_side_panel_module_slideIn--cf924;
|
|
4729
4729
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4730
4730
|
}
|
|
4731
4731
|
|
|
4732
|
-
.bp_side_panel_module_dropShadowContent--
|
|
4732
|
+
.bp_side_panel_module_dropShadowContent--cf924{
|
|
4733
4733
|
box-shadow:var(--dropshadow-3);
|
|
4734
4734
|
}
|
|
4735
4735
|
|
|
4736
|
-
.bp_side_panel_module_content--
|
|
4736
|
+
.bp_side_panel_module_content--cf924 .bp_side_panel_module_close--cf924{
|
|
4737
4737
|
color:var(--gray-65);
|
|
4738
4738
|
position:absolute;
|
|
4739
4739
|
right:var(--space-4);
|
|
4740
4740
|
top:var(--space-5);
|
|
4741
4741
|
}
|
|
4742
4742
|
|
|
4743
|
-
.bp_side_panel_module_overlay--
|
|
4743
|
+
.bp_side_panel_module_overlay--cf924{
|
|
4744
4744
|
background-color:var(--black-opacity-80);
|
|
4745
4745
|
bottom:0;
|
|
4746
4746
|
display:flex;
|
|
@@ -4751,20 +4751,20 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4751
4751
|
top:0;
|
|
4752
4752
|
z-index:300;
|
|
4753
4753
|
}
|
|
4754
|
-
.bp_side_panel_module_overlay--
|
|
4754
|
+
.bp_side_panel_module_overlay--cf924 .bp_side_panel_module_content--cf924 .bp_side_panel_module_header--cf924{
|
|
4755
4755
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
4756
4756
|
}
|
|
4757
4757
|
|
|
4758
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
4758
|
+
.bp_side_panel_module_dropShadowOverlay--cf924{
|
|
4759
4759
|
background-color:initial;
|
|
4760
4760
|
}
|
|
4761
4761
|
|
|
4762
|
-
.bp_side_panel_module_scrollableContainer--
|
|
4762
|
+
.bp_side_panel_module_scrollableContainer--cf924{
|
|
4763
4763
|
flex-grow:1;
|
|
4764
4764
|
overflow-y:auto;
|
|
4765
4765
|
}
|
|
4766
4766
|
|
|
4767
|
-
.bp_side_panel_module_footer--
|
|
4767
|
+
.bp_side_panel_module_footer--cf924{
|
|
4768
4768
|
background-color:var(--surface-surface);
|
|
4769
4769
|
display:flex;
|
|
4770
4770
|
justify-content:flex-end;
|
|
@@ -4774,19 +4774,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4774
4774
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4775
4775
|
}
|
|
4776
4776
|
|
|
4777
|
-
.bp_side_panel_module_footerShadow--
|
|
4777
|
+
.bp_side_panel_module_footerShadow--cf924{
|
|
4778
4778
|
box-shadow:var(--dropshadow-3-inverse);
|
|
4779
4779
|
}
|
|
4780
4780
|
|
|
4781
|
-
.bp_side_panel_module_footerButton--
|
|
4781
|
+
.bp_side_panel_module_footerButton--cf924{
|
|
4782
4782
|
margin-inline-start:var(--space-2);
|
|
4783
4783
|
}
|
|
4784
4784
|
|
|
4785
|
-
.bp_side_panel_module_footerButton--
|
|
4785
|
+
.bp_side_panel_module_footerButton--cf924 + .bp_side_panel_module_footerButton--cf924{
|
|
4786
4786
|
margin-inline-start:var(--space-3);
|
|
4787
4787
|
}
|
|
4788
4788
|
|
|
4789
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
4789
|
+
@keyframes bp_side_panel_module_slideIn--cf924{
|
|
4790
4790
|
from{
|
|
4791
4791
|
inset-inline-end:-100%;
|
|
4792
4792
|
}
|
|
@@ -4795,14 +4795,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4795
4795
|
}
|
|
4796
4796
|
}
|
|
4797
4797
|
|
|
4798
|
-
.bp_slider_incrementer_module_container--
|
|
4798
|
+
.bp_slider_incrementer_module_container--06602{
|
|
4799
4799
|
align-items:center;
|
|
4800
4800
|
display:grid;
|
|
4801
4801
|
grid-template-columns:auto 1fr auto;
|
|
4802
4802
|
width:100%;
|
|
4803
4803
|
}
|
|
4804
4804
|
|
|
4805
|
-
.bp_slider_range_module_container--
|
|
4805
|
+
.bp_slider_range_module_container--58f52{
|
|
4806
4806
|
align-items:center;
|
|
4807
4807
|
border:var(--size-05) solid #0000;
|
|
4808
4808
|
border-radius:var(--radius-1);
|
|
@@ -4813,11 +4813,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4813
4813
|
position:relative;
|
|
4814
4814
|
width:100%;
|
|
4815
4815
|
}
|
|
4816
|
-
.bp_slider_range_module_container--
|
|
4816
|
+
.bp_slider_range_module_container--58f52.bp_slider_range_module_hasFocus--58f52{
|
|
4817
4817
|
border-color:var(--outline-focus-on-light);
|
|
4818
4818
|
}
|
|
4819
4819
|
|
|
4820
|
-
.bp_slider_range_module_thumb--
|
|
4820
|
+
.bp_slider_range_module_thumb--58f52{
|
|
4821
4821
|
background-color:var(--surface-sliderthumb-surface);
|
|
4822
4822
|
border-radius:50%;
|
|
4823
4823
|
display:block;
|
|
@@ -4825,15 +4825,15 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4825
4825
|
width:var(--size-3);
|
|
4826
4826
|
}
|
|
4827
4827
|
|
|
4828
|
-
.bp_slider_range_module_thumb--
|
|
4828
|
+
.bp_slider_range_module_thumb--58f52:focus{
|
|
4829
4829
|
outline:none;
|
|
4830
4830
|
}
|
|
4831
4831
|
|
|
4832
|
-
.bp_slider_range_module_thumb--
|
|
4832
|
+
.bp_slider_range_module_thumb--58f52:hover{
|
|
4833
4833
|
background-color:var(--surface-sliderthumb-surface-hover);
|
|
4834
4834
|
}
|
|
4835
4835
|
|
|
4836
|
-
.bp_slider_range_module_root--
|
|
4836
|
+
.bp_slider_range_module_root--58f52{
|
|
4837
4837
|
align-items:center;
|
|
4838
4838
|
display:flex;
|
|
4839
4839
|
flex-grow:1;
|
|
@@ -4843,31 +4843,31 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4843
4843
|
-webkit-user-select:none;
|
|
4844
4844
|
user-select:none;
|
|
4845
4845
|
}
|
|
4846
|
-
.bp_slider_range_module_root--
|
|
4846
|
+
.bp_slider_range_module_root--58f52.bp_slider_range_module_disabled--58f52{
|
|
4847
4847
|
opacity:.3;
|
|
4848
4848
|
}
|
|
4849
|
-
.bp_slider_range_module_root--
|
|
4849
|
+
.bp_slider_range_module_root--58f52.bp_slider_range_module_disabled--58f52 .bp_slider_range_module_thumb--58f52:hover{
|
|
4850
4850
|
background-color:var(--surface-sliderthumb-surface);
|
|
4851
4851
|
}
|
|
4852
4852
|
|
|
4853
|
-
.bp_slider_range_module_track--
|
|
4853
|
+
.bp_slider_range_module_track--58f52{
|
|
4854
4854
|
background-color:var(--surface-slidertrack-surface);
|
|
4855
4855
|
border-radius:9999px;
|
|
4856
4856
|
flex-grow:1;
|
|
4857
4857
|
position:relative;
|
|
4858
4858
|
}
|
|
4859
4859
|
|
|
4860
|
-
.bp_slider_range_module_track--
|
|
4860
|
+
.bp_slider_range_module_track--58f52[data-orientation=horizontal]{
|
|
4861
4861
|
height:var(--size-05);
|
|
4862
4862
|
}
|
|
4863
4863
|
|
|
4864
|
-
.bp_slider_module_container--
|
|
4864
|
+
.bp_slider_module_container--78e5c{
|
|
4865
4865
|
display:flex;
|
|
4866
4866
|
position:relative;
|
|
4867
4867
|
width:100%;
|
|
4868
4868
|
}
|
|
4869
4869
|
|
|
4870
|
-
.bp_switch_module_option--
|
|
4870
|
+
.bp_switch_module_option--814f8{
|
|
4871
4871
|
display:flex;
|
|
4872
4872
|
flex-direction:column;
|
|
4873
4873
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4878,26 +4878,26 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4878
4878
|
text-decoration:none;
|
|
4879
4879
|
text-transform:none;
|
|
4880
4880
|
}
|
|
4881
|
-
.bp_switch_module_option--
|
|
4881
|
+
.bp_switch_module_option--814f8 .bp_switch_module_label--814f8{
|
|
4882
4882
|
cursor:pointer;
|
|
4883
4883
|
display:inline-flex;
|
|
4884
4884
|
flex-direction:row;
|
|
4885
4885
|
width:-moz-fit-content;
|
|
4886
4886
|
width:fit-content;
|
|
4887
4887
|
}
|
|
4888
|
-
.bp_switch_module_option--
|
|
4888
|
+
.bp_switch_module_option--814f8 .bp_switch_module_label--814f8.bp_switch_module_rightAlign--814f8{
|
|
4889
4889
|
flex-direction:row-reverse;
|
|
4890
4890
|
justify-content:space-between;
|
|
4891
4891
|
width:unset;
|
|
4892
4892
|
}
|
|
4893
|
-
.bp_switch_module_option--
|
|
4893
|
+
.bp_switch_module_option--814f8 .bp_switch_module_description--814f8{
|
|
4894
4894
|
margin-left:3.25rem;
|
|
4895
4895
|
}
|
|
4896
|
-
.bp_switch_module_option--
|
|
4896
|
+
.bp_switch_module_option--814f8 .bp_switch_module_description--814f8.bp_switch_module_rightAlign--814f8{
|
|
4897
4897
|
margin-left:unset;
|
|
4898
4898
|
margin-right:3.25rem;
|
|
4899
4899
|
}
|
|
4900
|
-
.bp_switch_module_option--
|
|
4900
|
+
.bp_switch_module_option--814f8 .bp_switch_module_switch--814f8{
|
|
4901
4901
|
all:unset;
|
|
4902
4902
|
align-items:center;
|
|
4903
4903
|
background-color:#909090;
|
|
@@ -4911,17 +4911,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4911
4911
|
width:2.5rem;
|
|
4912
4912
|
will-change:transition;
|
|
4913
4913
|
}
|
|
4914
|
-
.bp_switch_module_option--
|
|
4914
|
+
.bp_switch_module_option--814f8 .bp_switch_module_switch--814f8.bp_switch_module_rightAlign--814f8{
|
|
4915
4915
|
margin-left:2.5rem;
|
|
4916
4916
|
margin-right:unset;
|
|
4917
4917
|
}
|
|
4918
|
-
.bp_switch_module_option--
|
|
4918
|
+
.bp_switch_module_option--814f8 .bp_switch_module_switch--814f8:focus-visible{
|
|
4919
4919
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4920
4920
|
}
|
|
4921
|
-
.bp_switch_module_option--
|
|
4921
|
+
.bp_switch_module_option--814f8 .bp_switch_module_switch--814f8[data-state=checked]{
|
|
4922
4922
|
background-color:#0061d5;
|
|
4923
4923
|
}
|
|
4924
|
-
.bp_switch_module_option--
|
|
4924
|
+
.bp_switch_module_option--814f8 .bp_switch_module_thumb--814f8{
|
|
4925
4925
|
background-color:#fff;
|
|
4926
4926
|
border:.0625rem solid #bcbcbc;
|
|
4927
4927
|
border-radius:2.5rem;
|
|
@@ -4933,17 +4933,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4933
4933
|
width:1.25rem;
|
|
4934
4934
|
will-change:transform;
|
|
4935
4935
|
}
|
|
4936
|
-
.bp_switch_module_option--
|
|
4936
|
+
.bp_switch_module_option--814f8 .bp_switch_module_thumb--814f8[data-state=checked]{
|
|
4937
4937
|
transform:translateX(1.25rem);
|
|
4938
4938
|
}
|
|
4939
|
-
.bp_switch_module_option--
|
|
4939
|
+
.bp_switch_module_option--814f8.bp_switch_module_disabled--814f8 .bp_switch_module_label--814f8{
|
|
4940
4940
|
cursor:default;
|
|
4941
4941
|
}
|
|
4942
|
-
.bp_switch_module_option--
|
|
4942
|
+
.bp_switch_module_option--814f8.bp_switch_module_disabled--814f8 .bp_switch_module_switch--814f8{
|
|
4943
4943
|
opacity:60%;
|
|
4944
4944
|
}
|
|
4945
4945
|
|
|
4946
|
-
.bp_text_button_module_textButton--
|
|
4946
|
+
.bp_text_button_module_textButton--3fb54{
|
|
4947
4947
|
align-items:center;
|
|
4948
4948
|
background:#0000;
|
|
4949
4949
|
border:none;
|
|
@@ -4963,46 +4963,46 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4963
4963
|
-webkit-user-select:text;
|
|
4964
4964
|
user-select:text;
|
|
4965
4965
|
}
|
|
4966
|
-
.bp_text_button_module_textButton--
|
|
4966
|
+
.bp_text_button_module_textButton--3fb54.bp_text_button_module_isFontInherited--3fb54{
|
|
4967
4967
|
border-radius:.125em;
|
|
4968
4968
|
font:inherit;
|
|
4969
4969
|
}
|
|
4970
|
-
.bp_text_button_module_textButton--
|
|
4970
|
+
.bp_text_button_module_textButton--3fb54.bp_text_button_module_isFontInherited--3fb54.bp_text_button_module_isIconButton--3fb54{
|
|
4971
4971
|
gap:.25em;
|
|
4972
4972
|
}
|
|
4973
|
-
.bp_text_button_module_textButton--
|
|
4973
|
+
.bp_text_button_module_textButton--3fb54.bp_text_button_module_isFontInherited--3fb54:not(:disabled)[data-focus-visible]{
|
|
4974
4974
|
box-shadow:0 0 0 .125em var(--outline-focus-on-light);
|
|
4975
4975
|
}
|
|
4976
|
-
.bp_text_button_module_textButton--
|
|
4976
|
+
.bp_text_button_module_textButton--3fb54 .bp_text_button_module_scaleLoader--3fb54 div{
|
|
4977
4977
|
border-radius:.375em;
|
|
4978
4978
|
height:.625em;
|
|
4979
4979
|
width:.125em;
|
|
4980
4980
|
}
|
|
4981
|
-
.bp_text_button_module_textButton--
|
|
4981
|
+
.bp_text_button_module_textButton--3fb54 .bp_text_button_module_icon--3fb54{
|
|
4982
4982
|
align-items:center;
|
|
4983
4983
|
display:flex;
|
|
4984
4984
|
}
|
|
4985
|
-
.bp_text_button_module_textButton--
|
|
4985
|
+
.bp_text_button_module_textButton--3fb54 .bp_text_button_module_hideTextContent--3fb54{
|
|
4986
4986
|
visibility:hidden;
|
|
4987
4987
|
}
|
|
4988
|
-
.bp_text_button_module_textButton--
|
|
4988
|
+
.bp_text_button_module_textButton--3fb54.bp_text_button_module_isIconButton--3fb54{
|
|
4989
4989
|
gap:var(--space-1);
|
|
4990
4990
|
}
|
|
4991
|
-
.bp_text_button_module_textButton--
|
|
4991
|
+
.bp_text_button_module_textButton--3fb54.bp_text_button_module_visuallyHidden--3fb54{
|
|
4992
4992
|
color:#0000;
|
|
4993
4993
|
pointer-events:none;
|
|
4994
4994
|
position:relative;
|
|
4995
4995
|
}
|
|
4996
|
-
.bp_text_button_module_textButton--
|
|
4996
|
+
.bp_text_button_module_textButton--3fb54:disabled{
|
|
4997
4997
|
opacity:.3;
|
|
4998
4998
|
}
|
|
4999
|
-
.bp_text_button_module_textButton--
|
|
4999
|
+
.bp_text_button_module_textButton--3fb54:not(:disabled):hover,.bp_text_button_module_textButton--3fb54:not(:disabled)[data-focus-visible]{
|
|
5000
5000
|
color:var(--text-cta-link-hover);
|
|
5001
5001
|
}
|
|
5002
|
-
.bp_text_button_module_textButton--
|
|
5002
|
+
.bp_text_button_module_textButton--3fb54:not(:disabled)[data-focus-visible]{
|
|
5003
5003
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5004
5004
|
}
|
|
5005
|
-
.bp_text_button_module_textButton--
|
|
5005
|
+
.bp_text_button_module_textButton--3fb54:not(:disabled):active{
|
|
5006
5006
|
color:var(--text-cta-link-pressed);
|
|
5007
5007
|
}
|
|
5008
5008
|
:root{
|
|
@@ -5383,7 +5383,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5383
5383
|
--text-nav-text-on-dark-hover:var(--gray-white);
|
|
5384
5384
|
--text-nav-text-on-dark:var(--gray-white);
|
|
5385
5385
|
--text-cta-link-pressed:var(--light-blue-100);
|
|
5386
|
-
--text-cta-link-hover:var(--
|
|
5386
|
+
--text-cta-link-hover:var(--light-blue-120);
|
|
5387
5387
|
--text-cta-link:var(--box-blue-100);
|
|
5388
5388
|
--text-text-brand-on-color:var(--gray-white);
|
|
5389
5389
|
--text-text-on-dark:var(--gray-white);
|
|
@@ -5529,7 +5529,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5529
5529
|
--surface-badge-boxnote-surface:var(--gray-10);
|
|
5530
5530
|
--surface-badge-canvas-surface:var(--orange-100);
|
|
5531
5531
|
--surface-badge-image-surface:var(--green-light-100);
|
|
5532
|
-
--surface-accordion-surface-hover:var(--gray-
|
|
5532
|
+
--surface-accordion-surface-hover:var(--gray-05);
|
|
5533
5533
|
--surface-accordion-surface:var(--gray-white);
|
|
5534
5534
|
--surface-tab-surface-pressed:var(--gray-10);
|
|
5535
5535
|
--surface-tab-surface-hover:var(--gray-05);
|
|
@@ -5693,7 +5693,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5693
5693
|
--z-index-card-tooltip:2147483647;
|
|
5694
5694
|
}
|
|
5695
5695
|
|
|
5696
|
-
.bp_toolbar_module_toolbarRoot--
|
|
5696
|
+
.bp_toolbar_module_toolbarRoot--fdb05{
|
|
5697
5697
|
align-items:center;
|
|
5698
5698
|
background:var(--surface-surface);
|
|
5699
5699
|
border:var(--border-1) solid var(--border-card-border);
|
|
@@ -5704,19 +5704,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5704
5704
|
padding:calc(var(--space-1) - var(--border-1));
|
|
5705
5705
|
}
|
|
5706
5706
|
|
|
5707
|
-
.bp_toolbar_module_separator--
|
|
5707
|
+
.bp_toolbar_module_separator--fdb05{
|
|
5708
5708
|
background-color:var(--border-divider-border);
|
|
5709
5709
|
border-radius:var(--radius-2);
|
|
5710
5710
|
height:var(--size-6);
|
|
5711
5711
|
width:1px;
|
|
5712
5712
|
}
|
|
5713
5713
|
|
|
5714
|
-
.bp_toolbar_module_toggleGroup--
|
|
5714
|
+
.bp_toolbar_module_toggleGroup--fdb05{
|
|
5715
5715
|
display:flex;
|
|
5716
5716
|
gap:var(--space-1);
|
|
5717
5717
|
}
|
|
5718
5718
|
|
|
5719
|
-
.bp_toolbar_module_toolbarItem--
|
|
5719
|
+
.bp_toolbar_module_toolbarItem--fdb05{
|
|
5720
5720
|
--toolbar-item-hover-opacity:0.3;
|
|
5721
5721
|
align-items:center;
|
|
5722
5722
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -5734,45 +5734,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5734
5734
|
-webkit-user-select:none;
|
|
5735
5735
|
user-select:none;
|
|
5736
5736
|
}
|
|
5737
|
-
.bp_toolbar_module_toolbarItem--
|
|
5737
|
+
.bp_toolbar_module_toolbarItem--fdb05[data-disabled]{
|
|
5738
5738
|
background:var(--surface-toggle-surface);
|
|
5739
5739
|
opacity:var(--toolbar-item-hover-opacity);
|
|
5740
5740
|
pointer-events:none;
|
|
5741
5741
|
}
|
|
5742
|
-
.bp_toolbar_module_toolbarItem--
|
|
5742
|
+
.bp_toolbar_module_toolbarItem--fdb05:not([data-disabled]):focus-visible{
|
|
5743
5743
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
5744
5744
|
}
|
|
5745
|
-
.bp_toolbar_module_toolbarItem--
|
|
5745
|
+
.bp_toolbar_module_toolbarItem--fdb05:not([data-disabled]):hover{
|
|
5746
5746
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
5747
5747
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
5748
5748
|
}
|
|
5749
5749
|
|
|
5750
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5750
|
+
.bp_toolbar_module_toolbarToggle--fdb05[data-state=on]{
|
|
5751
5751
|
background:var(--surface-toggle-surface-pressed);
|
|
5752
5752
|
}
|
|
5753
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5753
|
+
.bp_toolbar_module_toolbarToggle--fdb05[data-state=on] svg *{
|
|
5754
5754
|
fill:var(--icon-icon-on-dark);
|
|
5755
5755
|
}
|
|
5756
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5756
|
+
.bp_toolbar_module_toolbarToggle--fdb05[data-state=on]:not([data-disabled]):hover{
|
|
5757
5757
|
background:var(--surface-toggle-surface-on-hover);
|
|
5758
5758
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
5759
5759
|
}
|
|
5760
5760
|
|
|
5761
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
5761
|
+
.bp_toolbar_module_dropdownIndicator--fdb05.bp_toolbar_module_invertCaret--fdb05{
|
|
5762
5762
|
transform:rotate(.5turn);
|
|
5763
5763
|
}
|
|
5764
5764
|
|
|
5765
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5765
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--fdb05{
|
|
5766
5766
|
--trigger-button-hover-opacity:0.7;
|
|
5767
5767
|
}
|
|
5768
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5768
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--fdb05[data-state=on] .bp_toolbar_module_dropdownIndicator--fdb05 path{
|
|
5769
5769
|
fill:var(--icon-icon-on-light);
|
|
5770
5770
|
}
|
|
5771
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5771
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--fdb05[data-state=on]:hover{
|
|
5772
5772
|
opacity:var(--trigger-button-hover-opacity);
|
|
5773
5773
|
}
|
|
5774
5774
|
|
|
5775
|
-
.bp_toolbar_module_toolbarIcon--
|
|
5775
|
+
.bp_toolbar_module_toolbarIcon--fdb05{
|
|
5776
5776
|
align-items:center;
|
|
5777
5777
|
display:flex;
|
|
5778
5778
|
height:var(--size-5);
|