@box/blueprint-web 6.45.0 → 6.45.2
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/divider/divider.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 +794 -794
- 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--cde8e{
|
|
2
|
+
animation:bp_ghost_module_ghost-keyframes--cde8e 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--cde8e.bp_ghost_module_circle--cde8e{
|
|
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--cde8e.bp_ghost_module_pill--cde8e{
|
|
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--cde8e.bp_ghost_module_rectangle--cde8e{
|
|
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--cde8e{
|
|
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--7df2b{
|
|
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--7df2b: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--7df2b: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--7df2b: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--7df2b{
|
|
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--7df2b.bp_status_module_reverse--7df2b{
|
|
77
77
|
flex-direction:row-reverse;
|
|
78
78
|
}
|
|
79
|
-
.bp_status_module_status--
|
|
79
|
+
.bp_status_module_status--7df2b.bp_status_module_circle--7df2b{
|
|
80
80
|
padding:0 3px;
|
|
81
81
|
}
|
|
82
|
-
.bp_status_module_status--
|
|
82
|
+
.bp_status_module_status--7df2b .bp_status_module_text--7df2b{
|
|
83
83
|
overflow:hidden;
|
|
84
84
|
text-overflow:ellipsis;
|
|
85
85
|
}
|
|
86
|
-
.bp_status_module_status--
|
|
86
|
+
.bp_status_module_status--7df2b > 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--7df2b{
|
|
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--7df2b,.bp_status_module_colorSurfaceStatusSurfaceGray--7df2b.bp_status_module_interactiveStatus--7df2b:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceGray--7df2b.bp_status_module_interactiveStatus--7df2b:hover{
|
|
97
97
|
background-color:#e8e8e8;
|
|
98
98
|
}
|
|
99
|
-
.bp_status_module_colorSurfaceStatusSurfaceYellow--
|
|
99
|
+
.bp_status_module_colorSurfaceStatusSurfaceYellow--7df2b,.bp_status_module_colorSurfaceStatusSurfaceYellow--7df2b.bp_status_module_interactiveStatus--7df2b:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceYellow--7df2b.bp_status_module_interactiveStatus--7df2b:hover{
|
|
100
100
|
background-color:#ffeb7f;
|
|
101
101
|
}
|
|
102
|
-
.bp_status_module_colorSurfaceStatusSurfaceOrange--
|
|
102
|
+
.bp_status_module_colorSurfaceStatusSurfaceOrange--7df2b,.bp_status_module_colorSurfaceStatusSurfaceOrange--7df2b.bp_status_module_interactiveStatus--7df2b:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceOrange--7df2b.bp_status_module_interactiveStatus--7df2b:hover{
|
|
103
103
|
background-color:#f8c08c;
|
|
104
104
|
}
|
|
105
|
-
.bp_status_module_colorSurfaceStatusSurfaceRed--
|
|
105
|
+
.bp_status_module_colorSurfaceStatusSurfaceRed--7df2b,.bp_status_module_colorSurfaceStatusSurfaceRed--7df2b.bp_status_module_interactiveStatus--7df2b:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceRed--7df2b.bp_status_module_interactiveStatus--7df2b:hover{
|
|
106
106
|
background-color:#f69bab;
|
|
107
107
|
}
|
|
108
|
-
.bp_status_module_colorSurfaceStatusSurfacePurple--
|
|
108
|
+
.bp_status_module_colorSurfaceStatusSurfacePurple--7df2b,.bp_status_module_colorSurfaceStatusSurfacePurple--7df2b.bp_status_module_interactiveStatus--7df2b:focus-visible,.bp_status_module_colorSurfaceStatusSurfacePurple--7df2b.bp_status_module_interactiveStatus--7df2b:hover{
|
|
109
109
|
background-color:#cf9ff6;
|
|
110
110
|
}
|
|
111
|
-
.bp_status_module_colorSurfaceStatusSurfaceLightBlue--
|
|
111
|
+
.bp_status_module_colorSurfaceStatusSurfaceLightBlue--7df2b,.bp_status_module_colorSurfaceStatusSurfaceLightBlue--7df2b.bp_status_module_interactiveStatus--7df2b:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceLightBlue--7df2b.bp_status_module_interactiveStatus--7df2b:hover{
|
|
112
112
|
background-color:#91c2fd;
|
|
113
113
|
}
|
|
114
|
-
.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--
|
|
114
|
+
.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--7df2b,.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--7df2b.bp_status_module_interactiveStatus--7df2b:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceDarkBlue--7df2b.bp_status_module_interactiveStatus--7df2b:hover{
|
|
115
115
|
background-color:#7f9dc1;
|
|
116
116
|
}
|
|
117
|
-
.bp_status_module_colorSurfaceStatusSurfaceGreen--
|
|
117
|
+
.bp_status_module_colorSurfaceStatusSurfaceGreen--7df2b,.bp_status_module_colorSurfaceStatusSurfaceGreen--7df2b.bp_status_module_interactiveStatus--7df2b:focus-visible,.bp_status_module_colorSurfaceStatusSurfaceGreen--7df2b.bp_status_module_interactiveStatus--7df2b: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--a6e31[data-state=open]{
|
|
122
|
+
animation:bp_accordion_module_slideDown--a6e31 .15s ease-out;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.bp_accordion_module_accordionContent--
|
|
126
|
-
animation:bp_accordion_module_slideUp--
|
|
125
|
+
.bp_accordion_module_accordionContent--a6e31[data-state=closed]{
|
|
126
|
+
animation:bp_accordion_module_slideUp--a6e31 .15s ease-out;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.bp_accordion_module_accordionContent--
|
|
129
|
+
.bp_accordion_module_accordionContent--a6e31{
|
|
130
130
|
overflow:hidden;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
@keyframes bp_accordion_module_slideDown--
|
|
133
|
+
@keyframes bp_accordion_module_slideDown--a6e31{
|
|
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--a6e31{
|
|
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--a6e31{
|
|
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--a6e31{
|
|
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--a6e31,.bp_accordion_module_accordionItem--a6e31 > [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--a6e31{
|
|
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--a6e31{
|
|
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--a6e31{
|
|
192
192
|
align-items:center;
|
|
193
193
|
display:flex;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.bp_accordion_module_accordionStatus--
|
|
196
|
+
.bp_accordion_module_accordionStatus--a6e31{
|
|
197
197
|
margin-inline-start:var(--space-2);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.bp_accordion_module_accordionTrigger--
|
|
200
|
+
.bp_accordion_module_accordionTrigger--a6e31{
|
|
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--a6e31:active{
|
|
212
212
|
background-color:var(--surface-surface);
|
|
213
213
|
}
|
|
214
|
-
.bp_accordion_module_accordionTrigger--
|
|
214
|
+
.bp_accordion_module_accordionTrigger--a6e31: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--a6e31: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--a6e31:disabled{
|
|
224
224
|
cursor:default;
|
|
225
225
|
opacity:.3;
|
|
226
226
|
}
|
|
227
|
-
.bp_accordion_module_accordionTrigger--
|
|
227
|
+
.bp_accordion_module_accordionTrigger--a6e31:disabled:hover{
|
|
228
228
|
background-color:var(--gray-white);
|
|
229
229
|
}
|
|
230
|
-
.bp_accordion_module_accordionTrigger--
|
|
230
|
+
.bp_accordion_module_accordionTrigger--a6e31 .bp_accordion_module_accordionTriggerIcon--a6e31{
|
|
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--a6e31[data-state=open] .bp_accordion_module_accordionTriggerIcon--a6e31{
|
|
236
236
|
transform:rotate(180deg);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.bp_loading_indicator_module_crawler--
|
|
239
|
+
.bp_loading_indicator_module_crawler--48986{
|
|
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--48986 .bp_loading_indicator_module_segment--48986{
|
|
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--48986.bp_loading_indicator_module_small--48986{
|
|
254
254
|
transform:scale(.7);
|
|
255
255
|
}
|
|
256
|
-
.bp_loading_indicator_module_crawler--
|
|
256
|
+
.bp_loading_indicator_module_crawler--48986.bp_loading_indicator_module_large--48986{
|
|
257
257
|
transform:scale(1.5);
|
|
258
258
|
}
|
|
259
|
-
.bp_loading_indicator_module_crawler--
|
|
259
|
+
.bp_loading_indicator_module_crawler--48986.bp_loading_indicator_module_x-large--48986{
|
|
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--48986.bp_loading_indicator_module_default--48986 .bp_loading_indicator_module_segment--48986{
|
|
263
|
+
animation:bp_loading_indicator_module_segment-transform--48986 .66s ease-in-out infinite,bp_loading_indicator_module_segment-default--48986 .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--48986.bp_loading_indicator_module_dark--48986 .bp_loading_indicator_module_segment--48986{
|
|
266
|
+
animation:bp_loading_indicator_module_segment-transform--48986 .66s ease-in-out infinite,bp_loading_indicator_module_segment-dark--48986 .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--48986.bp_loading_indicator_module_light--48986 .bp_loading_indicator_module_segment--48986{
|
|
269
|
+
animation:bp_loading_indicator_module_segment-transform--48986 .66s ease-in-out infinite,bp_loading_indicator_module_segment-light--48986 .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--48986 .bp_loading_indicator_module_segment--48986: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--48986 .bp_loading_indicator_module_segment--48986: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--48986{
|
|
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--48986{
|
|
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--48986{
|
|
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--48986{
|
|
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--bac20{
|
|
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--bac20,.bp_base_button_module_button--bac20 .bp_base_button_module_icon--bac20{
|
|
334
334
|
align-items:center;
|
|
335
335
|
display:flex;
|
|
336
336
|
}
|
|
337
|
-
.bp_base_button_module_button--
|
|
337
|
+
.bp_base_button_module_button--bac20: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--bac20:disabled{
|
|
341
341
|
opacity:.3;
|
|
342
342
|
}
|
|
343
|
-
.bp_base_button_module_button--
|
|
343
|
+
.bp_base_button_module_button--bac20.bp_base_button_module_primary--bac20{
|
|
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--bac20.bp_base_button_module_primary--bac20:disabled{
|
|
349
349
|
background:var(--surface-surface-brand-disabled);
|
|
350
350
|
}
|
|
351
|
-
.bp_base_button_module_button--
|
|
351
|
+
.bp_base_button_module_button--bac20.bp_base_button_module_primary--bac20:not(:disabled):hover,.bp_base_button_module_button--bac20.bp_base_button_module_primary--bac20: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--bac20.bp_base_button_module_primary--bac20: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--bac20.bp_base_button_module_secondary--bac20{
|
|
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--bac20.bp_base_button_module_secondary--bac20:not(:disabled):hover,.bp_base_button_module_button--bac20.bp_base_button_module_secondary--bac20: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--bac20.bp_base_button_module_secondary--bac20: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--bac20.bp_base_button_module_tertiary--bac20{
|
|
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--bac20.bp_base_button_module_tertiary--bac20:not(:disabled):hover,.bp_base_button_module_button--bac20.bp_base_button_module_tertiary--bac20: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--bac20.bp_base_button_module_tertiary--bac20: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--bac20.bp_base_button_module_outline--bac20{
|
|
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--bac20.bp_base_button_module_outline--bac20:not(:disabled):hover,.bp_base_button_module_button--bac20.bp_base_button_module_outline--bac20: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--bac20.bp_base_button_module_outline--bac20: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--bac20.bp_base_button_module_small--bac20{
|
|
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--bac20.bp_base_button_module_small--bac20.bp_base_button_module_isIconButton--bac20{
|
|
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--bac20.bp_base_button_module_large--bac20{
|
|
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--bac20.bp_base_button_module_large--bac20.bp_base_button_module_isIconButton--bac20{
|
|
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--bac20.bp_base_button_module_hide--bac20{
|
|
418
418
|
pointer-events:none;
|
|
419
419
|
position:relative;
|
|
420
420
|
}
|
|
421
|
-
.bp_base_button_module_button--
|
|
421
|
+
.bp_base_button_module_button--bac20.bp_base_button_module_hide--bac20 span{
|
|
422
422
|
color:#0000;
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
425
|
+
.bp_base_inline_notice_module_noticeWrapper--2ece9{
|
|
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--2ece9 .bp_base_inline_notice_module_actions--2ece9{
|
|
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--2ece9 .bp_base_inline_notice_module_actionButtonPrimary--2ece9,.bp_base_inline_notice_module_noticeWrapper--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9{
|
|
439
439
|
height:var(--space-8);
|
|
440
440
|
}
|
|
441
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
441
|
+
.bp_base_inline_notice_module_noticeWrapper--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9,.bp_base_inline_notice_module_noticeWrapper--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9:hover{
|
|
442
442
|
background:#0000;
|
|
443
443
|
}
|
|
444
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
444
|
+
.bp_base_inline_notice_module_noticeWrapper--2ece9.bp_base_inline_notice_module_backgroundYellow--2ece9{
|
|
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--2ece9.bp_base_inline_notice_module_backgroundBlue--2ece9{
|
|
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--2ece9.bp_base_inline_notice_module_backgroundRed--2ece9{
|
|
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--2ece9.bp_base_inline_notice_module_backgroundGreen--2ece9{
|
|
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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9{
|
|
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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9{
|
|
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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9: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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9[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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9: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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9: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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonTertiary--2ece9: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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonPrimary--2ece9{
|
|
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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonPrimary--2ece9: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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonPrimary--2ece9[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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonPrimary--2ece9: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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonPrimary--2ece9: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--2ece9.bp_base_inline_notice_module_backgroundPurple--2ece9 .bp_base_inline_notice_module_actionButtonPrimary--2ece9: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--2ece9 .bp_base_inline_notice_module_contentContainer--2ece9{
|
|
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--2ece9 .bp_base_inline_notice_module_content--2ece9{
|
|
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--2ece9 svg{
|
|
513
513
|
display:block;
|
|
514
514
|
}
|
|
515
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
515
|
+
.bp_base_inline_notice_module_noticeWrapper--2ece9 .bp_base_inline_notice_module_title--2ece9{
|
|
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--2ece9{
|
|
527
527
|
margin-top:var(--space-3);
|
|
528
528
|
}
|
|
529
|
-
.bp_base_inline_notice_module_noticeWrapper--
|
|
529
|
+
.bp_base_inline_notice_module_noticeWrapper--2ece9{
|
|
530
530
|
display:block;
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
|
|
534
|
-
.bp_text_module_textReset--
|
|
534
|
+
.bp_text_module_textReset--ababf{
|
|
535
535
|
margin:0;
|
|
536
536
|
text-align:inherit;
|
|
537
537
|
}
|
|
538
|
-
.bp_text_module_textReset--
|
|
538
|
+
.bp_text_module_textReset--ababf.bp_text_module_breakWord--ababf{
|
|
539
539
|
overflow-wrap:break-word;
|
|
540
540
|
}
|
|
541
|
-
.bp_text_module_textReset--
|
|
541
|
+
.bp_text_module_textReset--ababf.bp_text_module_textOnLightDefault--ababf{
|
|
542
542
|
color:#222;
|
|
543
543
|
}
|
|
544
|
-
.bp_text_module_textReset--
|
|
544
|
+
.bp_text_module_textReset--ababf.bp_text_module_textOnLightSecondary--ababf{
|
|
545
545
|
color:#6f6f6f;
|
|
546
546
|
}
|
|
547
|
-
.bp_text_module_textReset--
|
|
547
|
+
.bp_text_module_textReset--ababf.bp_text_module_textOnLightLink--ababf{
|
|
548
548
|
color:#0061d5;
|
|
549
549
|
}
|
|
550
|
-
.bp_text_module_textReset--
|
|
550
|
+
.bp_text_module_textReset--ababf.bp_text_module_textOnDarkDefault--ababf{
|
|
551
551
|
color:#fff;
|
|
552
552
|
}
|
|
553
|
-
.bp_text_module_textReset--
|
|
553
|
+
.bp_text_module_textReset--ababf.bp_text_module_titleMondo--ababf{
|
|
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--ababf.bp_text_module_titleXLarge--ababf{
|
|
563
563
|
font-size:1.3125rem;
|
|
564
564
|
line-height:2rem;
|
|
565
565
|
}
|
|
566
|
-
.bp_text_module_textReset--
|
|
566
|
+
.bp_text_module_textReset--ababf.bp_text_module_titleLarge--ababf,.bp_text_module_textReset--ababf.bp_text_module_titleXLarge--ababf{
|
|
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--ababf.bp_text_module_titleLarge--ababf{
|
|
574
574
|
font-size:1.125rem;
|
|
575
575
|
line-height:1.5rem;
|
|
576
576
|
}
|
|
577
|
-
.bp_text_module_textReset--
|
|
577
|
+
.bp_text_module_textReset--ababf.bp_text_module_titleMedium--ababf{
|
|
578
578
|
font-size:1rem;
|
|
579
579
|
line-height:1.5rem;
|
|
580
580
|
}
|
|
581
|
-
.bp_text_module_textReset--
|
|
581
|
+
.bp_text_module_textReset--ababf.bp_text_module_titleMedium--ababf,.bp_text_module_textReset--ababf.bp_text_module_titleSmall--ababf{
|
|
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--ababf.bp_text_module_titleSmall--ababf{
|
|
589
589
|
font-size:.9375rem;
|
|
590
590
|
line-height:1.25rem;
|
|
591
591
|
}
|
|
592
|
-
.bp_text_module_textReset--
|
|
592
|
+
.bp_text_module_textReset--ababf.bp_text_module_subtitle--ababf{
|
|
593
593
|
font-size:.875rem;
|
|
594
594
|
line-height:1.25rem;
|
|
595
595
|
}
|
|
596
|
-
.bp_text_module_textReset--
|
|
596
|
+
.bp_text_module_textReset--ababf.bp_text_module_bodyLargeBold--ababf,.bp_text_module_textReset--ababf.bp_text_module_subtitle--ababf{
|
|
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--ababf.bp_text_module_bodyLargeBold--ababf{
|
|
604
604
|
font-size:1rem;
|
|
605
605
|
line-height:1.5rem;
|
|
606
606
|
}
|
|
607
|
-
.bp_text_module_textReset--
|
|
607
|
+
.bp_text_module_textReset--ababf.bp_text_module_bodyLarge--ababf{
|
|
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--ababf.bp_text_module_bodyDefaultBold--ababf,.bp_text_module_textReset--ababf.bp_text_module_bodyLarge--ababf{
|
|
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--ababf.bp_text_module_bodyDefaultBold--ababf{
|
|
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--ababf.bp_text_module_bodyDefaultSemibold--ababf{
|
|
624
624
|
font-weight:600;
|
|
625
625
|
}
|
|
626
|
-
.bp_text_module_textReset--
|
|
626
|
+
.bp_text_module_textReset--ababf.bp_text_module_bodyDefault--ababf,.bp_text_module_textReset--ababf.bp_text_module_bodyDefaultSemibold--ababf{
|
|
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--ababf.bp_text_module_bodyDefault--ababf{
|
|
635
635
|
font-weight:400;
|
|
636
636
|
}
|
|
637
|
-
.bp_text_module_textReset--
|
|
637
|
+
.bp_text_module_textReset--ababf.bp_text_module_caption--ababf{
|
|
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--ababf.bp_text_module_caption--ababf,.bp_text_module_textReset--ababf.bp_text_module_labelBold--ababf{
|
|
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--ababf.bp_text_module_labelBold--ababf{
|
|
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--ababf.bp_text_module_label--ababf{
|
|
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--8cb6e{
|
|
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--8cb6e .bp_avatar_module_badge--8cb6e{
|
|
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--8cb6e .bp_avatar_module_text--8cb6e{
|
|
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--8cb6e.bp_avatar_module_small--8cb6e{
|
|
697
697
|
height:var(--size-6);
|
|
698
698
|
width:var(--size-6);
|
|
699
699
|
}
|
|
700
|
-
.bp_avatar_module_avatar--
|
|
700
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_small--8cb6e .bp_avatar_module_text--8cb6e{
|
|
701
701
|
font-size:.5rem;
|
|
702
702
|
}
|
|
703
|
-
.bp_avatar_module_avatar--
|
|
703
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_small--8cb6e .bp_avatar_module_length-1--8cb6e.bp_avatar_module_text--8cb6e,.bp_avatar_module_avatar--8cb6e.bp_avatar_module_small--8cb6e .bp_avatar_module_length-2--8cb6e.bp_avatar_module_text--8cb6e{
|
|
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--8cb6e.bp_avatar_module_small--8cb6e .bp_avatar_module_badge--8cb6e{
|
|
713
713
|
right:-.25rem;
|
|
714
714
|
}
|
|
715
|
-
.bp_avatar_module_avatar--
|
|
715
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_medium--8cb6e{
|
|
716
716
|
height:var(--size-7);
|
|
717
717
|
width:var(--size-7);
|
|
718
718
|
}
|
|
719
|
-
.bp_avatar_module_avatar--
|
|
719
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_medium--8cb6e .bp_avatar_module_text--8cb6e{
|
|
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--8cb6e.bp_avatar_module_medium--8cb6e .bp_avatar_module_length-1--8cb6e.bp_avatar_module_text--8cb6e,.bp_avatar_module_avatar--8cb6e.bp_avatar_module_medium--8cb6e .bp_avatar_module_length-2--8cb6e.bp_avatar_module_text--8cb6e{
|
|
729
729
|
font-size:.8125rem;
|
|
730
730
|
}
|
|
731
|
-
.bp_avatar_module_avatar--
|
|
731
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_medium--8cb6e .bp_avatar_module_badge--8cb6e{
|
|
732
732
|
right:-.375rem;
|
|
733
733
|
}
|
|
734
|
-
.bp_avatar_module_avatar--
|
|
734
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_large--8cb6e{
|
|
735
735
|
height:var(--size-8);
|
|
736
736
|
width:var(--size-8);
|
|
737
737
|
}
|
|
738
|
-
.bp_avatar_module_avatar--
|
|
738
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_large--8cb6e .bp_avatar_module_text--8cb6e{
|
|
739
739
|
font-size:.5rem;
|
|
740
740
|
}
|
|
741
|
-
.bp_avatar_module_avatar--
|
|
741
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_large--8cb6e .bp_avatar_module_length-1--8cb6e.bp_avatar_module_text--8cb6e,.bp_avatar_module_avatar--8cb6e.bp_avatar_module_large--8cb6e .bp_avatar_module_length-2--8cb6e.bp_avatar_module_text--8cb6e{
|
|
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--8cb6e.bp_avatar_module_large--8cb6e .bp_avatar_module_length-3--8cb6e.bp_avatar_module_text--8cb6e{
|
|
751
751
|
font-size:.6875rem;
|
|
752
752
|
}
|
|
753
|
-
.bp_avatar_module_avatar--
|
|
753
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_large--8cb6e .bp_avatar_module_length-4--8cb6e.bp_avatar_module_text--8cb6e{
|
|
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--8cb6e.bp_avatar_module_large--8cb6e .bp_avatar_module_badge--8cb6e{
|
|
763
763
|
right:-.25rem;
|
|
764
764
|
}
|
|
765
|
-
.bp_avatar_module_avatar--
|
|
765
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_xlarge--8cb6e{
|
|
766
766
|
height:var(--size-11);
|
|
767
767
|
width:var(--size-11);
|
|
768
768
|
}
|
|
769
|
-
.bp_avatar_module_avatar--
|
|
769
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_xlarge--8cb6e .bp_avatar_module_text--8cb6e{
|
|
770
770
|
font-size:1rem;
|
|
771
771
|
}
|
|
772
|
-
.bp_avatar_module_avatar--
|
|
772
|
+
.bp_avatar_module_avatar--8cb6e.bp_avatar_module_xlarge--8cb6e .bp_avatar_module_length-1--8cb6e.bp_avatar_module_text--8cb6e,.bp_avatar_module_avatar--8cb6e.bp_avatar_module_xlarge--8cb6e .bp_avatar_module_length-2--8cb6e.bp_avatar_module_text--8cb6e{
|
|
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--8cb6e.bp_avatar_module_xlarge--8cb6e .bp_avatar_module_badge--8cb6e{
|
|
782
782
|
right:-.375rem;
|
|
783
783
|
}
|
|
784
|
-
.bp_avatar_module_avatar--
|
|
784
|
+
.bp_avatar_module_avatar--8cb6e .bp_avatar_module_image--8cb6e{
|
|
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--8cb6e .bp_avatar_module_image--8cb6e.bp_avatar_module_loading--8cb6e{
|
|
791
791
|
height:0;
|
|
792
792
|
width:0;
|
|
793
793
|
}
|
|
794
794
|
|
|
795
|
-
.bp_avatar_module_anonymousAvatar--
|
|
795
|
+
.bp_avatar_module_anonymousAvatar--8cb6e{
|
|
796
796
|
position:relative;
|
|
797
797
|
}
|
|
798
|
-
.bp_avatar_module_anonymousAvatar--
|
|
798
|
+
.bp_avatar_module_anonymousAvatar--8cb6e .bp_avatar_module_svg--8cb6e{
|
|
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--12d63{
|
|
805
805
|
align-items:center;
|
|
806
806
|
background:var(--surface-cta-surface-icon);
|
|
807
807
|
border:0;
|
|
@@ -812,69 +812,69 @@
|
|
|
812
812
|
justify-content:center;
|
|
813
813
|
padding:0;
|
|
814
814
|
}
|
|
815
|
-
.bp_icon_button_module_iconButton--
|
|
815
|
+
.bp_icon_button_module_iconButton--12d63 .bp_icon_button_module_iconColor--12d63 *{
|
|
816
816
|
fill:var(--icon-cta-icon);
|
|
817
817
|
}
|
|
818
|
-
.bp_icon_button_module_iconButton--
|
|
818
|
+
.bp_icon_button_module_iconButton--12d63[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--12d63[aria-disabled=true] .bp_icon_button_module_iconColor--12d63 *{
|
|
823
823
|
fill:var(--gray-50);
|
|
824
824
|
}
|
|
825
|
-
.bp_icon_button_module_iconButton--
|
|
825
|
+
.bp_icon_button_module_iconButton--12d63:focus-visible{
|
|
826
826
|
outline:none;
|
|
827
827
|
}
|
|
828
|
-
.bp_icon_button_module_iconButton--
|
|
828
|
+
.bp_icon_button_module_iconButton--12d63[data-focus-visible]{
|
|
829
829
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
830
830
|
}
|
|
831
|
-
.bp_icon_button_module_iconButton--
|
|
831
|
+
.bp_icon_button_module_iconButton--12d63:hover,.bp_icon_button_module_iconButton--12d63[data-focus-visible]{
|
|
832
832
|
background:var(--surface-cta-surface-icon-hover);
|
|
833
833
|
}
|
|
834
|
-
.bp_icon_button_module_iconButton--
|
|
834
|
+
.bp_icon_button_module_iconButton--12d63:hover .bp_icon_button_module_iconColor--12d63 *,.bp_icon_button_module_iconButton--12d63[data-focus-visible] .bp_icon_button_module_iconColor--12d63 *{
|
|
835
835
|
fill:var(--icon-cta-icon-hover);
|
|
836
836
|
}
|
|
837
|
-
.bp_icon_button_module_iconButton--
|
|
837
|
+
.bp_icon_button_module_iconButton--12d63:active,.bp_icon_button_module_iconButton--12d63[data-active]{
|
|
838
838
|
background:var(--surface-cta-surface-icon-pressed);
|
|
839
839
|
}
|
|
840
|
-
.bp_icon_button_module_iconButton--
|
|
840
|
+
.bp_icon_button_module_iconButton--12d63:active .bp_icon_button_module_iconColor--12d63 *,.bp_icon_button_module_iconButton--12d63[data-active] .bp_icon_button_module_iconColor--12d63 *{
|
|
841
841
|
fill:var(--icon-cta-icon-pressed);
|
|
842
842
|
}
|
|
843
|
-
.bp_icon_button_module_iconButton--
|
|
843
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_large--12d63{
|
|
844
844
|
height:var(--size-10);
|
|
845
845
|
width:var(--size-10);
|
|
846
846
|
}
|
|
847
|
-
.bp_icon_button_module_iconButton--
|
|
847
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_small--12d63{
|
|
848
848
|
height:var(--size-8);
|
|
849
849
|
width:var(--size-8);
|
|
850
850
|
}
|
|
851
|
-
.bp_icon_button_module_iconButton--
|
|
851
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_x-small--12d63{
|
|
852
852
|
height:var(--size-6);
|
|
853
853
|
width:var(--size-6);
|
|
854
854
|
}
|
|
855
|
-
.bp_icon_button_module_iconButton--
|
|
855
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63{
|
|
856
856
|
background:var(--surface-cta-surface-icon);
|
|
857
857
|
}
|
|
858
|
-
.bp_icon_button_module_iconButton--
|
|
858
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63 .bp_icon_button_module_iconColor--12d63 *{
|
|
859
859
|
fill:var(--icon-cta-icon-on-color);
|
|
860
860
|
}
|
|
861
|
-
.bp_icon_button_module_iconButton--
|
|
861
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63:hover,.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63[data-focus-visible]{
|
|
862
862
|
background:var(--surface-cta-surface-icon-hover);
|
|
863
863
|
}
|
|
864
|
-
.bp_icon_button_module_iconButton--
|
|
864
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63:hover .bp_icon_button_module_iconColor--12d63 *,.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63[data-focus-visible] .bp_icon_button_module_iconColor--12d63 *{
|
|
865
865
|
fill:var(--icon-cta-icon-on-color-hover);
|
|
866
866
|
}
|
|
867
|
-
.bp_icon_button_module_iconButton--
|
|
867
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63:active,.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63[data-active]{
|
|
868
868
|
background:var(--surface-cta-surface-icon-pressed);
|
|
869
869
|
}
|
|
870
|
-
.bp_icon_button_module_iconButton--
|
|
870
|
+
.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63:active .bp_icon_button_module_iconColor--12d63 *,.bp_icon_button_module_iconButton--12d63.bp_icon_button_module_highContrast--12d63[data-active] .bp_icon_button_module_iconColor--12d63 *{
|
|
871
871
|
fill:var(--icon-cta-icon-on-color-pressed);
|
|
872
872
|
}
|
|
873
873
|
|
|
874
|
-
.bp_collapsible_section_module_collapsibleSection--
|
|
874
|
+
.bp_collapsible_section_module_collapsibleSection--f411c{
|
|
875
875
|
width:100%;
|
|
876
876
|
}
|
|
877
|
-
.bp_collapsible_section_module_collapsibleSectionHeader--
|
|
877
|
+
.bp_collapsible_section_module_collapsibleSectionHeader--f411c{
|
|
878
878
|
align-items:center;
|
|
879
879
|
background:var(--surface-surface);
|
|
880
880
|
border:var(--border-1) solid var(--border-collapsible-border);
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
user-select:none;
|
|
892
892
|
width:100%;
|
|
893
893
|
}
|
|
894
|
-
.bp_collapsible_section_module_collapsibleSectionHeader--
|
|
894
|
+
.bp_collapsible_section_module_collapsibleSectionHeader--f411c:focus::before{
|
|
895
895
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
896
896
|
border-radius:var(--radius-2);
|
|
897
897
|
bottom:var(--space-05);
|
|
@@ -901,27 +901,27 @@
|
|
|
901
901
|
right:var(--space-05);
|
|
902
902
|
top:var(--space-05);
|
|
903
903
|
}
|
|
904
|
-
.bp_collapsible_section_module_collapsibleSectionHeader--
|
|
904
|
+
.bp_collapsible_section_module_collapsibleSectionHeader--f411c[aria-expanded=true],.bp_collapsible_section_module_collapsibleSectionHeader--f411c[aria-expanded=true]::before{
|
|
905
905
|
border-end-end-radius:0;
|
|
906
906
|
border-end-start-radius:0;
|
|
907
907
|
}
|
|
908
|
-
.bp_collapsible_section_module_collapsibleSectionHeaderArrow--
|
|
908
|
+
.bp_collapsible_section_module_collapsibleSectionHeaderArrow--f411c{
|
|
909
909
|
display:block;
|
|
910
910
|
margin-inline-start:var(--space-5);
|
|
911
911
|
}
|
|
912
|
-
.bp_collapsible_section_module_collapsibleSectionHeaderArrow--
|
|
912
|
+
.bp_collapsible_section_module_collapsibleSectionHeaderArrow--f411c > svg{
|
|
913
913
|
vertical-align:middle;
|
|
914
914
|
}
|
|
915
|
-
.bp_collapsible_section_module_collapsibleSectionContent--
|
|
915
|
+
.bp_collapsible_section_module_collapsibleSectionContent--f411c{
|
|
916
916
|
overflow:hidden;
|
|
917
917
|
}
|
|
918
|
-
.bp_collapsible_section_module_collapsibleSectionContent--
|
|
919
|
-
animation:bp_collapsible_section_module_slideDown--
|
|
918
|
+
.bp_collapsible_section_module_collapsibleSectionContent--f411c[data-state=open]{
|
|
919
|
+
animation:bp_collapsible_section_module_slideDown--f411c .25s ease-out;
|
|
920
920
|
}
|
|
921
|
-
.bp_collapsible_section_module_collapsibleSectionContent--
|
|
922
|
-
animation:bp_collapsible_section_module_slideUp--
|
|
921
|
+
.bp_collapsible_section_module_collapsibleSectionContent--f411c[data-state=closed]{
|
|
922
|
+
animation:bp_collapsible_section_module_slideUp--f411c .25s ease-out;
|
|
923
923
|
}
|
|
924
|
-
.bp_collapsible_section_module_collapsibleSectionBody--
|
|
924
|
+
.bp_collapsible_section_module_collapsibleSectionBody--f411c{
|
|
925
925
|
align-items:center;
|
|
926
926
|
background:var(--surface-surface);
|
|
927
927
|
border:var(--border-1) solid var(--border-collapsible-border);
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
padding-inline:var(--space-5);
|
|
935
935
|
}
|
|
936
936
|
|
|
937
|
-
@keyframes bp_collapsible_section_module_slideDown--
|
|
937
|
+
@keyframes bp_collapsible_section_module_slideDown--f411c{
|
|
938
938
|
from{
|
|
939
939
|
height:0;
|
|
940
940
|
}
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
height:var(--radix-collapsible-content-height);
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
|
-
@keyframes bp_collapsible_section_module_slideUp--
|
|
945
|
+
@keyframes bp_collapsible_section_module_slideUp--f411c{
|
|
946
946
|
from{
|
|
947
947
|
height:var(--radix-collapsible-content-height);
|
|
948
948
|
}
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
|
|
954
|
-
.bp_calendar_module_calendar--
|
|
954
|
+
.bp_calendar_module_calendar--7dd57{
|
|
955
955
|
background:var(--gray-white);
|
|
956
956
|
border-radius:var(--radius-2);
|
|
957
957
|
box-shadow:var(--dropshadow-3);
|
|
@@ -968,14 +968,14 @@
|
|
|
968
968
|
width:-moz-fit-content;
|
|
969
969
|
width:fit-content;
|
|
970
970
|
}
|
|
971
|
-
.bp_calendar_module_calendar--
|
|
971
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarGrid--7dd57{
|
|
972
972
|
border-collapse:revert;
|
|
973
973
|
border-spacing:revert;
|
|
974
974
|
}
|
|
975
|
-
.bp_calendar_module_calendar--
|
|
975
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarGrid--7dd57 td{
|
|
976
976
|
padding:1px;
|
|
977
977
|
}
|
|
978
|
-
.bp_calendar_module_calendar--
|
|
978
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarHeaderCell--7dd57{
|
|
979
979
|
color:var(--text-text-on-light-secondary);
|
|
980
980
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
981
981
|
font-size:.875rem;
|
|
@@ -986,13 +986,13 @@
|
|
|
986
986
|
text-decoration:none;
|
|
987
987
|
text-transform:none;
|
|
988
988
|
}
|
|
989
|
-
.bp_calendar_module_calendar--
|
|
989
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarHeader--7dd57{
|
|
990
990
|
align-items:center;
|
|
991
991
|
color:var(--gray-90);
|
|
992
992
|
display:flex;
|
|
993
993
|
margin-block-end:var(--space-2);
|
|
994
994
|
}
|
|
995
|
-
.bp_calendar_module_calendar--
|
|
995
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarHeader--7dd57 .bp_calendar_module_calendarHeaderHeading--7dd57{
|
|
996
996
|
flex:1;
|
|
997
997
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
998
998
|
font-size:1rem;
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
text-transform:capitalize;
|
|
1006
1006
|
text-transform:none;
|
|
1007
1007
|
}
|
|
1008
|
-
.bp_calendar_module_calendar--
|
|
1008
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarHeader--7dd57 .bp_calendar_module_calendarHeaderButton--7dd57{
|
|
1009
1009
|
align-items:center;
|
|
1010
1010
|
background-color:var(--gray-white);
|
|
1011
1011
|
border:none;
|
|
@@ -1019,21 +1019,21 @@
|
|
|
1019
1019
|
padding:0;
|
|
1020
1020
|
width:var(--size-8);
|
|
1021
1021
|
}
|
|
1022
|
-
.bp_calendar_module_calendar--
|
|
1022
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarHeader--7dd57 .bp_calendar_module_calendarHeaderButton--7dd57:disabled{
|
|
1023
1023
|
cursor:default;
|
|
1024
1024
|
opacity:60%;
|
|
1025
1025
|
}
|
|
1026
|
-
.bp_calendar_module_calendar--
|
|
1026
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarHeader--7dd57 .bp_calendar_module_calendarHeaderButton--7dd57:disabled *{
|
|
1027
1027
|
fill:var(--gray-30);
|
|
1028
1028
|
}
|
|
1029
|
-
.bp_calendar_module_calendar--
|
|
1029
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarHeader--7dd57 .bp_calendar_module_calendarHeaderButton--7dd57:hover:not(:disabled){
|
|
1030
1030
|
background-color:var(--gray-05);
|
|
1031
1031
|
}
|
|
1032
|
-
.bp_calendar_module_calendar--
|
|
1032
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarHeader--7dd57 .bp_calendar_module_calendarHeaderButton--7dd57[data-focus-visible]{
|
|
1033
1033
|
background-color:var(--gray-05);
|
|
1034
1034
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1035
1035
|
}
|
|
1036
|
-
.bp_calendar_module_calendar--
|
|
1036
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57{
|
|
1037
1037
|
border-radius:var(--radius-2);
|
|
1038
1038
|
color:var(--gray-90);
|
|
1039
1039
|
line-height:var(--size-8);
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
text-align:center;
|
|
1042
1042
|
width:var(--size-8);
|
|
1043
1043
|
}
|
|
1044
|
-
.bp_calendar_module_calendar--
|
|
1044
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57.bp_calendar_module_today--7dd57{
|
|
1045
1045
|
color:var(--box-blue-100);
|
|
1046
1046
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1047
1047
|
font-size:.875rem;
|
|
@@ -1053,11 +1053,11 @@
|
|
|
1053
1053
|
text-decoration:none;
|
|
1054
1054
|
text-transform:none;
|
|
1055
1055
|
}
|
|
1056
|
-
.bp_calendar_module_calendar--
|
|
1056
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57.bp_calendar_module_today--7dd57[data-disabled]{
|
|
1057
1057
|
cursor:default;
|
|
1058
1058
|
opacity:.6;
|
|
1059
1059
|
}
|
|
1060
|
-
.bp_calendar_module_calendar--
|
|
1060
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57.bp_calendar_module_today--7dd57::after{
|
|
1061
1061
|
background-color:var(--box-blue-100);
|
|
1062
1062
|
border-radius:50%;
|
|
1063
1063
|
bottom:var(--space-1);
|
|
@@ -1068,41 +1068,41 @@
|
|
|
1068
1068
|
transform:translateX(-50%);
|
|
1069
1069
|
width:var(--space-1);
|
|
1070
1070
|
}
|
|
1071
|
-
.bp_calendar_module_calendar--
|
|
1071
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57:not([data-outside-month]){
|
|
1072
1072
|
cursor:pointer;
|
|
1073
1073
|
}
|
|
1074
|
-
.bp_calendar_module_calendar--
|
|
1074
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
1075
1075
|
background-color:var(--gray-05);
|
|
1076
1076
|
}
|
|
1077
|
-
.bp_calendar_module_calendar--
|
|
1077
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57[data-focus-visible]:not([data-outside-month]){
|
|
1078
1078
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1079
1079
|
}
|
|
1080
|
-
.bp_calendar_module_calendar--
|
|
1080
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57[data-selected]{
|
|
1081
1081
|
background-color:var(--box-blue-100);
|
|
1082
1082
|
color:var(--gray-white);
|
|
1083
1083
|
}
|
|
1084
|
-
.bp_calendar_module_calendar--
|
|
1084
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57[data-selected]:hover{
|
|
1085
1085
|
background-color:var(--dark-blue-100);
|
|
1086
1086
|
}
|
|
1087
|
-
.bp_calendar_module_calendar--
|
|
1087
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57[data-selected][data-focus-visible]{
|
|
1088
1088
|
background-color:var(--dark-blue-100);
|
|
1089
1089
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1090
1090
|
outline:var(--border-1) solid #fff;
|
|
1091
1091
|
outline-offset:-.0625rem;
|
|
1092
1092
|
}
|
|
1093
|
-
.bp_calendar_module_calendar--
|
|
1093
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57[data-selected]::after{
|
|
1094
1094
|
background-color:var(--gray-white);
|
|
1095
1095
|
}
|
|
1096
|
-
.bp_calendar_module_calendar--
|
|
1096
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57[data-disabled]:not(.bp_calendar_module_today--7dd57){
|
|
1097
1097
|
color:var(--gray-10);
|
|
1098
1098
|
cursor:default;
|
|
1099
1099
|
}
|
|
1100
|
-
.bp_calendar_module_calendar--
|
|
1100
|
+
.bp_calendar_module_calendar--7dd57 .bp_calendar_module_calendarCell--7dd57[data-unavailable]{
|
|
1101
1101
|
color:var(--gray-30);
|
|
1102
1102
|
text-decoration:line-through;
|
|
1103
1103
|
}
|
|
1104
1104
|
|
|
1105
|
-
.bp_inline_error_module_inlineError--
|
|
1105
|
+
.bp_inline_error_module_inlineError--3aca4{
|
|
1106
1106
|
align-items:center;
|
|
1107
1107
|
color:var(--text-text-error-on-light);
|
|
1108
1108
|
display:flex;
|
|
@@ -1116,25 +1116,25 @@
|
|
|
1116
1116
|
text-decoration:none;
|
|
1117
1117
|
text-transform:none;
|
|
1118
1118
|
}
|
|
1119
|
-
.bp_inline_error_module_inlineError--
|
|
1119
|
+
.bp_inline_error_module_inlineError--3aca4.bp_inline_error_module_empty--3aca4{
|
|
1120
1120
|
display:none;
|
|
1121
1121
|
}
|
|
1122
|
-
.bp_inline_error_module_inlineError--
|
|
1122
|
+
.bp_inline_error_module_inlineError--3aca4 .bp_inline_error_module_errorIcon--3aca4{
|
|
1123
1123
|
align-self:flex-start;
|
|
1124
1124
|
flex-grow:0;
|
|
1125
1125
|
flex-shrink:0;
|
|
1126
1126
|
}
|
|
1127
1127
|
|
|
1128
|
-
.bp_date_picker_module_datePicker--
|
|
1128
|
+
.bp_date_picker_module_datePicker--6023e{
|
|
1129
1129
|
width:100%;
|
|
1130
1130
|
}
|
|
1131
|
-
.bp_date_picker_module_datePicker--
|
|
1131
|
+
.bp_date_picker_module_datePicker--6023e.bp_date_picker_module_disabled--6023e{
|
|
1132
1132
|
opacity:60%;
|
|
1133
1133
|
pointer-events:none;
|
|
1134
1134
|
-webkit-user-select:none;
|
|
1135
1135
|
user-select:none;
|
|
1136
1136
|
}
|
|
1137
|
-
.bp_date_picker_module_datePicker--
|
|
1137
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_label--6023e{
|
|
1138
1138
|
cursor:default;
|
|
1139
1139
|
display:block;
|
|
1140
1140
|
font-weight:700;
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
width:-moz-fit-content;
|
|
1143
1143
|
width:fit-content;
|
|
1144
1144
|
}
|
|
1145
|
-
.bp_date_picker_module_datePicker--
|
|
1145
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e,.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_label--6023e{
|
|
1146
1146
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1147
1147
|
font-size:.875rem;
|
|
1148
1148
|
letter-spacing:.01875rem;
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
text-decoration:none;
|
|
1151
1151
|
text-transform:none;
|
|
1152
1152
|
}
|
|
1153
|
-
.bp_date_picker_module_datePicker--
|
|
1153
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e{
|
|
1154
1154
|
align-items:center;
|
|
1155
1155
|
box-shadow:var(--innershadow-1);
|
|
1156
1156
|
display:inline-flex;
|
|
@@ -1158,7 +1158,7 @@
|
|
|
1158
1158
|
position:relative;
|
|
1159
1159
|
width:100%;
|
|
1160
1160
|
}
|
|
1161
|
-
.bp_date_picker_module_datePicker--
|
|
1161
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e{
|
|
1162
1162
|
align-items:center;
|
|
1163
1163
|
border-radius:var(--radius-2);
|
|
1164
1164
|
display:inline-flex;
|
|
@@ -1167,23 +1167,23 @@
|
|
|
1167
1167
|
position:relative;
|
|
1168
1168
|
width:100%;
|
|
1169
1169
|
}
|
|
1170
|
-
.bp_date_picker_module_datePicker--
|
|
1170
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e:focus-within{
|
|
1171
1171
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1172
1172
|
}
|
|
1173
|
-
.bp_date_picker_module_datePicker--
|
|
1173
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e.bp_date_picker_module_error--6023e:not(:focus-within){
|
|
1174
1174
|
outline:var(--border-2) solid var(--text-text-error-on-light);
|
|
1175
1175
|
}
|
|
1176
|
-
.bp_date_picker_module_datePicker--
|
|
1176
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e.bp_date_picker_module_error--6023e:focus-within{
|
|
1177
1177
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1178
1178
|
}
|
|
1179
|
-
.bp_date_picker_module_datePicker--
|
|
1179
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e .bp_date_picker_module_groupContainerInput--6023e{
|
|
1180
1180
|
align-items:center;
|
|
1181
1181
|
display:inline-flex;
|
|
1182
1182
|
height:var(--size-10);
|
|
1183
1183
|
text-transform:uppercase;
|
|
1184
1184
|
white-space:nowrap;
|
|
1185
1185
|
}
|
|
1186
|
-
.bp_date_picker_module_datePicker--
|
|
1186
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e .bp_date_picker_module_groupContainerInput--6023e .bp_date_picker_module_groupContainerInputSegment--6023e{
|
|
1187
1187
|
border:unset;
|
|
1188
1188
|
border-radius:unset;
|
|
1189
1189
|
box-shadow:unset;
|
|
@@ -1194,18 +1194,18 @@
|
|
|
1194
1194
|
transition:unset;
|
|
1195
1195
|
width:unset;
|
|
1196
1196
|
}
|
|
1197
|
-
.bp_date_picker_module_datePicker--
|
|
1197
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e .bp_date_picker_module_groupContainerInput--6023e .bp_date_picker_module_groupContainerInputSegment--6023e[data-placeholder]{
|
|
1198
1198
|
color:var(--text-text-on-light-secondary);
|
|
1199
1199
|
}
|
|
1200
|
-
.bp_date_picker_module_datePicker--
|
|
1200
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e .bp_date_picker_module_groupContainerInput--6023e .bp_date_picker_module_groupContainerInputSegment--6023e:focus{
|
|
1201
1201
|
background:var(--light-blue-20);
|
|
1202
1202
|
caret-color:#0000;
|
|
1203
1203
|
outline:none;
|
|
1204
1204
|
}
|
|
1205
|
-
.bp_date_picker_module_datePicker--
|
|
1205
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_groupContainer--6023e .bp_date_picker_module_groupContainerInput--6023e .bp_date_picker_module_groupContainerInputSegment--6023e:focus[data-placeholder]{
|
|
1206
1206
|
color:var(--text-text-on-light);
|
|
1207
1207
|
}
|
|
1208
|
-
.bp_date_picker_module_datePicker--
|
|
1208
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e{
|
|
1209
1209
|
align-items:center;
|
|
1210
1210
|
background-color:initial;
|
|
1211
1211
|
border:none;
|
|
@@ -1220,52 +1220,52 @@
|
|
|
1220
1220
|
right:var(--space-2);
|
|
1221
1221
|
width:var(--size-6);
|
|
1222
1222
|
}
|
|
1223
|
-
.bp_date_picker_module_datePicker--
|
|
1223
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e.bp_date_picker_module_clear--6023e{
|
|
1224
1224
|
right:var(--size-9);
|
|
1225
1225
|
}
|
|
1226
|
-
.bp_date_picker_module_datePicker--
|
|
1226
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e:focus-visible,.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e[data-focus-visible]{
|
|
1227
1227
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
1228
1228
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1229
1229
|
}
|
|
1230
|
-
.bp_date_picker_module_datePicker--
|
|
1230
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e:hover{
|
|
1231
1231
|
background:var(--surface-cta-surface-icon-hover);
|
|
1232
1232
|
}
|
|
1233
|
-
.bp_date_picker_module_datePicker--
|
|
1233
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e:hover *{
|
|
1234
1234
|
fill:var(--icon-cta-icon-hover);
|
|
1235
1235
|
}
|
|
1236
|
-
.bp_date_picker_module_datePicker--
|
|
1236
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e:active{
|
|
1237
1237
|
background:var(--surface-cta-surface-icon-pressed);
|
|
1238
1238
|
}
|
|
1239
|
-
.bp_date_picker_module_datePicker--
|
|
1239
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e:active *{
|
|
1240
1240
|
fill:var(--icon-cta-icon-pressed);
|
|
1241
1241
|
}
|
|
1242
|
-
.bp_date_picker_module_datePicker--
|
|
1242
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_group--6023e .bp_date_picker_module_button--6023e:disabled{
|
|
1243
1243
|
opacity:1;
|
|
1244
1244
|
}
|
|
1245
|
-
.bp_date_picker_module_datePicker--
|
|
1245
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_popover--6023e{
|
|
1246
1246
|
box-shadow:var(--dropshadow-3);
|
|
1247
1247
|
overflow:auto;
|
|
1248
1248
|
}
|
|
1249
|
-
.bp_date_picker_module_datePicker--
|
|
1249
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_popover--6023e[data-placement=top]{
|
|
1250
1250
|
--popover-slide-translation:translateY($animationTranslateDistance);
|
|
1251
1251
|
}
|
|
1252
|
-
.bp_date_picker_module_datePicker--
|
|
1252
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_popover--6023e[data-placement=bottom]{
|
|
1253
1253
|
--popover-slide-translation:translateY(-8px);
|
|
1254
1254
|
}
|
|
1255
|
-
.bp_date_picker_module_datePicker--
|
|
1256
|
-
animation:bp_date_picker_module_slide--
|
|
1255
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_popover--6023e[data-entering]{
|
|
1256
|
+
animation:bp_date_picker_module_slide--6023e var(--animation-duration-2);
|
|
1257
1257
|
}
|
|
1258
|
-
.bp_date_picker_module_datePicker--
|
|
1259
|
-
animation:bp_date_picker_module_slide--
|
|
1258
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_popover--6023e[data-exiting]{
|
|
1259
|
+
animation:bp_date_picker_module_slide--6023e var(--animation-duration-2) reverse var(--animation-easing-ease-base);
|
|
1260
1260
|
}
|
|
1261
|
-
.bp_date_picker_module_datePicker--
|
|
1261
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_popoverContent--6023e{
|
|
1262
1262
|
z-index:380;
|
|
1263
1263
|
}
|
|
1264
|
-
.bp_date_picker_module_datePicker--
|
|
1264
|
+
.bp_date_picker_module_datePicker--6023e .bp_date_picker_module_inlineError--6023e{
|
|
1265
1265
|
margin-block-start:var(--space-2);
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
|
-
@keyframes bp_date_picker_module_slide--
|
|
1268
|
+
@keyframes bp_date_picker_module_slide--6023e{
|
|
1269
1269
|
from{
|
|
1270
1270
|
opacity:0;
|
|
1271
1271
|
transform:var(--popover-slide-translation);
|
|
@@ -1276,14 +1276,14 @@
|
|
|
1276
1276
|
}
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
|
-
.bp_divider_module_divider--
|
|
1279
|
+
.bp_divider_module_divider--79368{
|
|
1280
1280
|
background-color:var(--border-divider-border);
|
|
1281
1281
|
border:none;
|
|
1282
1282
|
flex-shrink:0;
|
|
1283
1283
|
height:var(--border-1);
|
|
1284
1284
|
margin-block:var(--space-2);
|
|
1285
1285
|
}
|
|
1286
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1286
|
+
.bp_base_grid_list_item_module_smallList--7983b{
|
|
1287
1287
|
box-sizing:border-box;
|
|
1288
1288
|
display:flex;
|
|
1289
1289
|
flex-direction:column;
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
padding:var(--space-1);
|
|
1295
1295
|
width:auto;
|
|
1296
1296
|
}
|
|
1297
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1297
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b{
|
|
1298
1298
|
--actions-opacity:0;
|
|
1299
1299
|
--thumbnail-size:var(--size-9);
|
|
1300
1300
|
--item-background:var(--surface-item-small-surface);
|
|
@@ -1313,11 +1313,11 @@
|
|
|
1313
1313
|
transform:translateZ(0);
|
|
1314
1314
|
width:auto;
|
|
1315
1315
|
}
|
|
1316
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1316
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b.bp_base_grid_list_item_module_loading--7983b{
|
|
1317
1317
|
grid-template-columns:var(--thumbnail-size) auto 0;
|
|
1318
1318
|
grid-template-rows:100% 0;
|
|
1319
1319
|
}
|
|
1320
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1320
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b{
|
|
1321
1321
|
align-items:center;
|
|
1322
1322
|
aspect-ratio:1;
|
|
1323
1323
|
display:flex;
|
|
@@ -1326,19 +1326,19 @@
|
|
|
1326
1326
|
overflow:hidden;
|
|
1327
1327
|
z-index:1;
|
|
1328
1328
|
}
|
|
1329
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1329
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b img,.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b svg{
|
|
1330
1330
|
height:100%;
|
|
1331
1331
|
object-fit:cover;
|
|
1332
1332
|
object-position:left;
|
|
1333
1333
|
width:100%;
|
|
1334
1334
|
}
|
|
1335
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1335
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b.bp_base_grid_list_item_module_customSize--7983b img,.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b.bp_base_grid_list_item_module_customSize--7983b svg{
|
|
1336
1336
|
height:unset;
|
|
1337
1337
|
max-height:100%;
|
|
1338
1338
|
max-width:100%;
|
|
1339
1339
|
width:unset;
|
|
1340
1340
|
}
|
|
1341
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1341
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_header--7983b{
|
|
1342
1342
|
color:var(--text-text-on-light);
|
|
1343
1343
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1344
1344
|
font-size:.875rem;
|
|
@@ -1349,11 +1349,11 @@
|
|
|
1349
1349
|
text-decoration:none;
|
|
1350
1350
|
text-transform:none;
|
|
1351
1351
|
}
|
|
1352
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1352
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_header--7983b.bp_base_grid_list_item_module_loading--7983b{
|
|
1353
1353
|
align-items:center;
|
|
1354
1354
|
display:flex;
|
|
1355
1355
|
}
|
|
1356
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1356
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_subtitle--7983b{
|
|
1357
1357
|
color:var(--text-text-on-light-secondary);
|
|
1358
1358
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1359
1359
|
font-size:.75rem;
|
|
@@ -1364,17 +1364,17 @@
|
|
|
1364
1364
|
text-decoration:none;
|
|
1365
1365
|
text-transform:none;
|
|
1366
1366
|
}
|
|
1367
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1367
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_header--7983b,.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_subtitle--7983b{
|
|
1368
1368
|
display:inline-block;
|
|
1369
1369
|
overflow:hidden;
|
|
1370
1370
|
text-overflow:ellipsis;
|
|
1371
1371
|
white-space:nowrap;
|
|
1372
1372
|
}
|
|
1373
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1373
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b:not(:has(.bp_base_grid_list_item_module_header--7983b)),.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b:not(:has(.bp_base_grid_list_item_module_subtitle--7983b)){
|
|
1374
1374
|
grid-template-rows:100% 0;
|
|
1375
1375
|
row-gap:0;
|
|
1376
1376
|
}
|
|
1377
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1377
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_actions--7983b{
|
|
1378
1378
|
align-items:center;
|
|
1379
1379
|
display:flex;
|
|
1380
1380
|
grid-area:actions;
|
|
@@ -1384,11 +1384,11 @@
|
|
|
1384
1384
|
padding-right:0;
|
|
1385
1385
|
}
|
|
1386
1386
|
@media (pointer: coarse){
|
|
1387
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1387
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_actions--7983b{
|
|
1388
1388
|
--actions-opacity:1;
|
|
1389
1389
|
}
|
|
1390
1390
|
}
|
|
1391
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1391
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_selection--7983b{
|
|
1392
1392
|
align-items:center;
|
|
1393
1393
|
background:var(--item-background);
|
|
1394
1394
|
border-radius:var(--radius-2);
|
|
@@ -1397,10 +1397,10 @@
|
|
|
1397
1397
|
justify-content:center;
|
|
1398
1398
|
width:var(--space-8);
|
|
1399
1399
|
}
|
|
1400
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1400
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_selection--7983b:hover{
|
|
1401
1401
|
background:var(--surface-cta-surface-icon-hover);
|
|
1402
1402
|
}
|
|
1403
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1403
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_inner--7983b{
|
|
1404
1404
|
align-items:center;
|
|
1405
1405
|
border-radius:var(--radius-2);
|
|
1406
1406
|
display:flex;
|
|
@@ -1408,18 +1408,18 @@
|
|
|
1408
1408
|
justify-content:flex-end;
|
|
1409
1409
|
margin-inline-end:var(--space-2);
|
|
1410
1410
|
}
|
|
1411
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1411
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_inner--7983b:last-child{
|
|
1412
1412
|
margin-inline-end:0;
|
|
1413
1413
|
}
|
|
1414
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1414
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_actionsCheckboxWrapper--7983b{
|
|
1415
1415
|
background:var(--item-hover);
|
|
1416
1416
|
display:flex;
|
|
1417
1417
|
}
|
|
1418
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1418
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b:hover,.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b[data-active-item],.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b[data-focus-visible],.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b[data-focused],.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b[data-hovered]{
|
|
1419
1419
|
--actions-opacity:1;
|
|
1420
1420
|
background:var(--item-hover);
|
|
1421
1421
|
}
|
|
1422
|
-
.bp_base_grid_list_item_module_smallList--
|
|
1422
|
+
.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b[data-active-item]::before,.bp_base_grid_list_item_module_smallList--7983b .bp_base_grid_list_item_module_smallListItem--7983b[data-focus-visible]::before{
|
|
1423
1423
|
--actions-opacity:1;
|
|
1424
1424
|
border-radius:.875rem;
|
|
1425
1425
|
content:"";
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
width:100%;
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1436
|
+
.bp_base_grid_list_item_module_largeList--7983b{
|
|
1437
1437
|
box-sizing:border-box;
|
|
1438
1438
|
display:flex;
|
|
1439
1439
|
flex-direction:column;
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
overflow:auto;
|
|
1444
1444
|
padding:var(--space-1);
|
|
1445
1445
|
}
|
|
1446
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1446
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b{
|
|
1447
1447
|
--thumbnail-size:10rem;
|
|
1448
1448
|
--actions-opacity:0;
|
|
1449
1449
|
--item-background:var(--gray-white);
|
|
@@ -1460,18 +1460,18 @@
|
|
|
1460
1460
|
position:relative;
|
|
1461
1461
|
transform:translateZ(0);
|
|
1462
1462
|
}
|
|
1463
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1463
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b.bp_base_grid_list_item_module_loading--7983b{
|
|
1464
1464
|
grid-template-rows:1fr 1fr 1fr;
|
|
1465
1465
|
}
|
|
1466
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1466
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b:focus-within{
|
|
1467
1467
|
--actions-opacity:1;
|
|
1468
1468
|
}
|
|
1469
1469
|
@media (max-width: 374px){
|
|
1470
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1470
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b{
|
|
1471
1471
|
--thumbnail-size:7.5rem;
|
|
1472
1472
|
}
|
|
1473
1473
|
}
|
|
1474
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1474
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b{
|
|
1475
1475
|
aspect-ratio:4/3;
|
|
1476
1476
|
border:var(--border-1) solid var(--gray-10);
|
|
1477
1477
|
border-radius:var(--radius-3);
|
|
@@ -1479,24 +1479,24 @@
|
|
|
1479
1479
|
overflow:hidden;
|
|
1480
1480
|
z-index:1;
|
|
1481
1481
|
}
|
|
1482
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1482
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b img{
|
|
1483
1483
|
height:100%;
|
|
1484
1484
|
object-fit:cover;
|
|
1485
1485
|
object-position:left;
|
|
1486
1486
|
width:100%;
|
|
1487
1487
|
}
|
|
1488
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1488
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b.bp_base_grid_list_item_module_loading--7983b{
|
|
1489
1489
|
border:none;
|
|
1490
1490
|
}
|
|
1491
1491
|
@media (max-width: 374px){
|
|
1492
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1492
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b{
|
|
1493
1493
|
aspect-ratio:1/1;
|
|
1494
1494
|
}
|
|
1495
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1495
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b img{
|
|
1496
1496
|
object-fit:contain;
|
|
1497
1497
|
}
|
|
1498
1498
|
}
|
|
1499
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1499
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_actions--7983b{
|
|
1500
1500
|
align-items:center;
|
|
1501
1501
|
display:flex;
|
|
1502
1502
|
height:var(--space-6);
|
|
@@ -1508,11 +1508,11 @@
|
|
|
1508
1508
|
top:.875rem;
|
|
1509
1509
|
}
|
|
1510
1510
|
@media (pointer: coarse){
|
|
1511
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1511
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_actions--7983b{
|
|
1512
1512
|
--actions-opacity:1;
|
|
1513
1513
|
}
|
|
1514
1514
|
}
|
|
1515
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1515
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_selection--7983b{
|
|
1516
1516
|
align-items:center;
|
|
1517
1517
|
background:var(--item-background);
|
|
1518
1518
|
border-radius:var(--radius-2);
|
|
@@ -1521,15 +1521,15 @@
|
|
|
1521
1521
|
justify-content:center;
|
|
1522
1522
|
width:var(--space-8);
|
|
1523
1523
|
}
|
|
1524
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1524
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_selection--7983b:hover{
|
|
1525
1525
|
background:var(--surface-cta-surface-icon-hover);
|
|
1526
1526
|
}
|
|
1527
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1527
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_fade--7983b{
|
|
1528
1528
|
align-self:stretch;
|
|
1529
1529
|
background:linear-gradient(270deg, #fff 0, #fff0 100%);
|
|
1530
1530
|
width:var(--size-8);
|
|
1531
1531
|
}
|
|
1532
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1532
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_inner--7983b{
|
|
1533
1533
|
align-items:center;
|
|
1534
1534
|
background:var(--item-background);
|
|
1535
1535
|
border-radius:var(--radius-2);
|
|
@@ -1538,14 +1538,14 @@
|
|
|
1538
1538
|
justify-content:flex-end;
|
|
1539
1539
|
margin-inline-end:var(--space-2);
|
|
1540
1540
|
}
|
|
1541
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1541
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_inner--7983b:last-child{
|
|
1542
1542
|
margin-inline-end:0;
|
|
1543
1543
|
}
|
|
1544
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1544
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_actionsCheckboxWrapper--7983b{
|
|
1545
1545
|
background:var(--item-background);
|
|
1546
1546
|
display:flex;
|
|
1547
1547
|
}
|
|
1548
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1548
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_header--7983b{
|
|
1549
1549
|
align-items:center;
|
|
1550
1550
|
color:var(--text-text-on-light);
|
|
1551
1551
|
display:inline-flex;
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
text-transform:none;
|
|
1563
1563
|
white-space:nowrap;
|
|
1564
1564
|
}
|
|
1565
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1565
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_subtitle--7983b{
|
|
1566
1566
|
align-items:center;
|
|
1567
1567
|
color:var(--text-text-on-light-secondary);
|
|
1568
1568
|
display:flex;
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
text-transform:none;
|
|
1578
1578
|
white-space:nowrap;
|
|
1579
1579
|
}
|
|
1580
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1580
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_description--7983b{
|
|
1581
1581
|
-webkit-box-orient:vertical;
|
|
1582
1582
|
-webkit-line-clamp:3;
|
|
1583
1583
|
color:var(--text-text-on-light);
|
|
@@ -1595,13 +1595,13 @@
|
|
|
1595
1595
|
text-decoration:none;
|
|
1596
1596
|
text-transform:none;
|
|
1597
1597
|
}
|
|
1598
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1598
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_snippet--7983b{
|
|
1599
1599
|
grid-area:description;
|
|
1600
1600
|
margin:0;
|
|
1601
1601
|
margin-block-end:var(--space-1);
|
|
1602
1602
|
margin-block-start:var(--space-3);
|
|
1603
1603
|
}
|
|
1604
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1604
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b .bp_base_grid_list_item_module_snippet--7983b .bp_base_grid_list_item_module_snippetContent--7983b{
|
|
1605
1605
|
-webkit-box-orient:vertical;
|
|
1606
1606
|
-webkit-line-clamp:2;
|
|
1607
1607
|
border:0 0 0 var(--space-05);
|
|
@@ -1620,12 +1620,12 @@
|
|
|
1620
1620
|
text-decoration:none;
|
|
1621
1621
|
text-transform:none;
|
|
1622
1622
|
}
|
|
1623
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1623
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b:hover,.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[data-active-item],.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[data-focus-visible],.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[data-focused],.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[data-hovered]{
|
|
1624
1624
|
--actions-opacity:1;
|
|
1625
1625
|
box-shadow:var(--dropshadow-2);
|
|
1626
1626
|
outline:var(--border-1) solid var(--border-card-border);
|
|
1627
1627
|
}
|
|
1628
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1628
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[data-active-item]::before,.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[data-focus-visible]::before{
|
|
1629
1629
|
border-radius:.875rem;
|
|
1630
1630
|
content:"";
|
|
1631
1631
|
display:block;
|
|
@@ -1637,31 +1637,31 @@
|
|
|
1637
1637
|
top:0;
|
|
1638
1638
|
width:100%;
|
|
1639
1639
|
}
|
|
1640
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1640
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[aria-selected=true]{
|
|
1641
1641
|
--actions-opacity:1;
|
|
1642
1642
|
--item-background:var(--box-blue-05);
|
|
1643
1643
|
outline:var(--border-2) solid var(--border-card-border-focus);
|
|
1644
1644
|
z-index:2;
|
|
1645
1645
|
}
|
|
1646
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1646
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[aria-selected=true] .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_fade--7983b{
|
|
1647
1647
|
background:linear-gradient(270deg, #f2f7fd 0, #f2f7fd00 100%);
|
|
1648
1648
|
}
|
|
1649
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1649
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused]) .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_inner--7983b{
|
|
1650
1650
|
display:none;
|
|
1651
1651
|
}
|
|
1652
1652
|
@supports selector(:has(.foo)){
|
|
1653
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1653
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[aria-selected=true]:has(+ .bp_base_grid_list_item_module_react-aria-DropIndicator--7983b + [aria-selected=true]),.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[aria-selected=true]:has(+ [aria-selected=true]){
|
|
1654
1654
|
border-end-end-radius:0;
|
|
1655
1655
|
border-end-start-radius:0;
|
|
1656
1656
|
}
|
|
1657
|
-
.bp_base_grid_list_item_module_largeList--
|
|
1657
|
+
.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[aria-selected=true] + .bp_base_grid_list_item_module_react-aria-DropIndicator--7983b + [aria-selected=true],.bp_base_grid_list_item_module_largeList--7983b .bp_base_grid_list_item_module_largeListItem--7983b[aria-selected=true] + [aria-selected=true]{
|
|
1658
1658
|
border-start-end-radius:0;
|
|
1659
1659
|
border-start-start-radius:0;
|
|
1660
1660
|
border-top:none;
|
|
1661
1661
|
}
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1664
|
+
.bp_base_grid_list_item_module_gridList--7983b{
|
|
1665
1665
|
box-sizing:border-box;
|
|
1666
1666
|
display:grid;
|
|
1667
1667
|
gap:var(--space-2);
|
|
@@ -1671,7 +1671,7 @@
|
|
|
1671
1671
|
overflow:auto;
|
|
1672
1672
|
padding:var(--space-1);
|
|
1673
1673
|
}
|
|
1674
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1674
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b{
|
|
1675
1675
|
--actions-opacity:0;
|
|
1676
1676
|
--item-background:var(--gray-white);
|
|
1677
1677
|
--row-gap:var(--space-2);
|
|
@@ -1689,15 +1689,15 @@
|
|
|
1689
1689
|
row-gap:var(--row-gap);
|
|
1690
1690
|
transform:translateZ(0);
|
|
1691
1691
|
}
|
|
1692
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1692
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b:focus-within{
|
|
1693
1693
|
--actions-opacity:1;
|
|
1694
1694
|
}
|
|
1695
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1695
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_statusPin--7983b{
|
|
1696
1696
|
left:var(--space-3);
|
|
1697
1697
|
position:absolute;
|
|
1698
1698
|
top:var(--space-3);
|
|
1699
1699
|
}
|
|
1700
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1700
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b{
|
|
1701
1701
|
aspect-ratio:4/3;
|
|
1702
1702
|
background:var(--gray-white);
|
|
1703
1703
|
border:var(--border-1) solid var(--border-gridthumbnail-border);
|
|
@@ -1705,25 +1705,25 @@
|
|
|
1705
1705
|
grid-area:thumbnail;
|
|
1706
1706
|
overflow:hidden;
|
|
1707
1707
|
}
|
|
1708
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1708
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b img{
|
|
1709
1709
|
height:100%;
|
|
1710
1710
|
object-fit:contain;
|
|
1711
1711
|
width:100%;
|
|
1712
1712
|
}
|
|
1713
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1713
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b.bp_base_grid_list_item_module_loading--7983b{
|
|
1714
1714
|
border:none;
|
|
1715
1715
|
}
|
|
1716
1716
|
@media (pointer: coarse){
|
|
1717
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1717
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_thumbnail--7983b{
|
|
1718
1718
|
margin-block-end:var(--space-1);
|
|
1719
1719
|
}
|
|
1720
1720
|
}
|
|
1721
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1721
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_actions--7983b{
|
|
1722
1722
|
grid-area:subtitle;
|
|
1723
1723
|
margin-block-start:-.25rem;
|
|
1724
1724
|
opacity:var(--actions-opacity);
|
|
1725
1725
|
}
|
|
1726
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1726
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_selection--7983b{
|
|
1727
1727
|
align-items:center;
|
|
1728
1728
|
border-radius:var(--radius-2);
|
|
1729
1729
|
display:flex;
|
|
@@ -1734,10 +1734,10 @@
|
|
|
1734
1734
|
top:var(--space-2);
|
|
1735
1735
|
width:var(--space-8);
|
|
1736
1736
|
}
|
|
1737
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1737
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_selection--7983b:hover{
|
|
1738
1738
|
background:var(--surface-cta-surface-icon-hover);
|
|
1739
1739
|
}
|
|
1740
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1740
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_inner--7983b{
|
|
1741
1741
|
align-items:center;
|
|
1742
1742
|
background:var(--item-background);
|
|
1743
1743
|
border-radius:var(--radius-2);
|
|
@@ -1746,12 +1746,12 @@
|
|
|
1746
1746
|
justify-content:center;
|
|
1747
1747
|
}
|
|
1748
1748
|
@media (pointer: coarse){
|
|
1749
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1749
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_actions--7983b{
|
|
1750
1750
|
grid-area:actions;
|
|
1751
1751
|
margin-block-start:0;
|
|
1752
1752
|
}
|
|
1753
1753
|
}
|
|
1754
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1754
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_header--7983b{
|
|
1755
1755
|
-webkit-box-orient:vertical;
|
|
1756
1756
|
-webkit-line-clamp:2;
|
|
1757
1757
|
color:var(--text-text-on-light);
|
|
@@ -1768,11 +1768,11 @@
|
|
|
1768
1768
|
text-decoration:none;
|
|
1769
1769
|
text-transform:none;
|
|
1770
1770
|
}
|
|
1771
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1771
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_header--7983b.bp_base_grid_list_item_module_loading--7983b{
|
|
1772
1772
|
align-items:center;
|
|
1773
1773
|
display:flex;
|
|
1774
1774
|
}
|
|
1775
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1775
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_subtitle--7983b{
|
|
1776
1776
|
color:var(--text-text-on-light-secondary);
|
|
1777
1777
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1778
1778
|
font-size:.75rem;
|
|
@@ -1788,15 +1788,15 @@
|
|
|
1788
1788
|
text-transform:none;
|
|
1789
1789
|
white-space:nowrap;
|
|
1790
1790
|
}
|
|
1791
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1791
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b .bp_base_grid_list_item_module_subtitle--7983b.bp_base_grid_list_item_module_loading--7983b{
|
|
1792
1792
|
height:1.25rem;
|
|
1793
1793
|
}
|
|
1794
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1794
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b.bp_base_grid_list_item_module_isItemInteracted--7983b,.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b:hover,.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[data-active-item],.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[data-focus-visible],.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[data-focused],.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[data-hovered]{
|
|
1795
1795
|
--actions-opacity:1;
|
|
1796
1796
|
box-shadow:var(--dropshadow-2);
|
|
1797
1797
|
outline:var(--border-1) solid var(--border-card-border);
|
|
1798
1798
|
}
|
|
1799
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1799
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[data-active-item]::before,.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[data-focus-visible]::before{
|
|
1800
1800
|
border-radius:var(--radius-3);
|
|
1801
1801
|
content:"";
|
|
1802
1802
|
display:block;
|
|
@@ -1808,7 +1808,7 @@
|
|
|
1808
1808
|
top:0;
|
|
1809
1809
|
width:100%;
|
|
1810
1810
|
}
|
|
1811
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1811
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[data-active-item]::after,.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[data-focus-visible]::after{
|
|
1812
1812
|
border-radius:var(--radius-3);
|
|
1813
1813
|
content:"";
|
|
1814
1814
|
display:block;
|
|
@@ -1820,16 +1820,16 @@
|
|
|
1820
1820
|
top:0;
|
|
1821
1821
|
width:100%;
|
|
1822
1822
|
}
|
|
1823
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1823
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[aria-selected=true]{
|
|
1824
1824
|
--actions-opacity:1;
|
|
1825
1825
|
--item-background:var(--box-blue-05);
|
|
1826
1826
|
outline:var(--border-2) solid var(--border-card-border-focus);
|
|
1827
1827
|
}
|
|
1828
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1828
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused], .bp_base_grid_list_item_module_isItemInteracted--7983b) .bp_base_grid_list_item_module_actions--7983b .bp_base_grid_list_item_module_inner--7983b{
|
|
1829
1829
|
opacity:0;
|
|
1830
1830
|
}
|
|
1831
1831
|
@media (pointer: coarse){
|
|
1832
|
-
.bp_base_grid_list_item_module_gridList--
|
|
1832
|
+
.bp_base_grid_list_item_module_gridList--7983b .bp_base_grid_list_item_module_gridListItem--7983b{
|
|
1833
1833
|
--row-gap:var(--space-1);
|
|
1834
1834
|
--actions-opacity:1;
|
|
1835
1835
|
grid-template-areas:"thumbnail" "head" "subtitle" "actions";
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
}
|
|
1838
1838
|
}
|
|
1839
1839
|
|
|
1840
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1840
|
+
.bp_base_grid_list_item_module_tooltipContent--7983b{
|
|
1841
1841
|
background-color:var(--surface-tooltip-surface);
|
|
1842
1842
|
border:var(--border-1) solid var(--surface-tooltip-surface);
|
|
1843
1843
|
border-radius:var(--radius-1);
|
|
@@ -1855,28 +1855,28 @@
|
|
|
1855
1855
|
word-break:break-word;
|
|
1856
1856
|
z-index:2147483647;
|
|
1857
1857
|
}
|
|
1858
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1858
|
+
.bp_base_grid_list_item_module_tooltipContent--7983b .bp_base_grid_list_item_module_tooltipArrow--7983b svg{
|
|
1859
1859
|
display:block;
|
|
1860
1860
|
height:.5rem;
|
|
1861
1861
|
width:1rem;
|
|
1862
1862
|
}
|
|
1863
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1863
|
+
.bp_base_grid_list_item_module_tooltipContent--7983b[data-placement=top]{
|
|
1864
1864
|
margin-block-end:var(--space-2);
|
|
1865
1865
|
}
|
|
1866
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1866
|
+
.bp_base_grid_list_item_module_tooltipContent--7983b[data-placement=top] .bp_base_grid_list_item_module_tooltipArrow--7983b svg{
|
|
1867
1867
|
transform:rotate(180deg);
|
|
1868
1868
|
}
|
|
1869
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1869
|
+
.bp_base_grid_list_item_module_tooltipContent--7983b[data-placement=bottom]{
|
|
1870
1870
|
margin-block-start:var(--space-2);
|
|
1871
1871
|
}
|
|
1872
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1872
|
+
.bp_base_grid_list_item_module_tooltipContent--7983b[data-placement=right]{
|
|
1873
1873
|
margin-inline-start:var(--space-2);
|
|
1874
1874
|
}
|
|
1875
|
-
.bp_base_grid_list_item_module_tooltipContent--
|
|
1875
|
+
.bp_base_grid_list_item_module_tooltipContent--7983b[data-placement=left]{
|
|
1876
1876
|
margin-inline-end:var(--space-2);
|
|
1877
1877
|
}
|
|
1878
1878
|
|
|
1879
|
-
.bp_base_grid_list_item_module_staticList--
|
|
1879
|
+
.bp_base_grid_list_item_module_staticList--7983b .bp_base_grid_list_item_module_staticListItem--7983b{
|
|
1880
1880
|
display:contents;
|
|
1881
1881
|
}
|
|
1882
1882
|
.bp_list_checkbox_module_selection--d79fa{
|
|
@@ -1920,7 +1920,7 @@
|
|
|
1920
1920
|
.bp_list_checkbox_module_checkbox--d79fa[data-disabled]{
|
|
1921
1921
|
opacity:.4;
|
|
1922
1922
|
}
|
|
1923
|
-
.bp_tooltip_module_content--
|
|
1923
|
+
.bp_tooltip_module_content--912e5{
|
|
1924
1924
|
border-radius:var(--radius-1);
|
|
1925
1925
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1926
1926
|
font-size:.875rem;
|
|
@@ -1935,18 +1935,18 @@
|
|
|
1935
1935
|
word-break:break-word;
|
|
1936
1936
|
z-index:2147483647;
|
|
1937
1937
|
}
|
|
1938
|
-
.bp_tooltip_module_content--
|
|
1938
|
+
.bp_tooltip_module_content--912e5.bp_tooltip_module_standard--912e5{
|
|
1939
1939
|
background-color:var(--surface-tooltip-surface);
|
|
1940
1940
|
border:var(--border-1) solid var(--surface-tooltip-surface);
|
|
1941
1941
|
color:var(--text-text-on-dark);
|
|
1942
1942
|
}
|
|
1943
|
-
.bp_tooltip_module_content--
|
|
1943
|
+
.bp_tooltip_module_content--912e5.bp_tooltip_module_error--912e5{
|
|
1944
1944
|
background-color:var(--surface-tooltip-surface-error);
|
|
1945
1945
|
border:var(--border-1) solid var(--border-tooltip-border-error);
|
|
1946
1946
|
color:var(--text-text-on-light);
|
|
1947
1947
|
}
|
|
1948
1948
|
|
|
1949
|
-
.bp_tooltip_module_arrow--
|
|
1949
|
+
.bp_tooltip_module_arrow--912e5{
|
|
1950
1950
|
border-left:8.7px solid #0000;
|
|
1951
1951
|
border-right:8.7px solid #0000;
|
|
1952
1952
|
border-top:8.7px solid var(--surface-tooltip-surface);
|
|
@@ -1954,10 +1954,10 @@
|
|
|
1954
1954
|
height:0;
|
|
1955
1955
|
width:0;
|
|
1956
1956
|
}
|
|
1957
|
-
.bp_tooltip_module_arrow--
|
|
1957
|
+
.bp_tooltip_module_arrow--912e5.bp_tooltip_module_error--912e5{
|
|
1958
1958
|
border-top-color:var(--border-tooltip-border-error);
|
|
1959
1959
|
}
|
|
1960
|
-
.bp_tooltip_module_arrow--
|
|
1960
|
+
.bp_tooltip_module_arrow--912e5.bp_tooltip_module_error--912e5::after{
|
|
1961
1961
|
border-left:7.7px solid #0000;
|
|
1962
1962
|
border-right:7.7px solid #0000;
|
|
1963
1963
|
border-top:7.7px solid var(--surface-tooltip-surface-error);
|
|
@@ -1969,17 +1969,17 @@
|
|
|
1969
1969
|
width:0;
|
|
1970
1970
|
}
|
|
1971
1971
|
|
|
1972
|
-
.bp_search_term_string_module_searchTerm--
|
|
1972
|
+
.bp_search_term_string_module_searchTerm--a1267{
|
|
1973
1973
|
background-color:var(--surface-text-highlight-surface);
|
|
1974
1974
|
color:inherit;
|
|
1975
1975
|
font-weight:bold;
|
|
1976
1976
|
}
|
|
1977
1977
|
|
|
1978
|
-
.bp_search_term_string_module_searchTermString--
|
|
1978
|
+
.bp_search_term_string_module_searchTermString--a1267{
|
|
1979
1979
|
display:inline;
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
-
.bp_dropdown_menu_module_content--
|
|
1982
|
+
.bp_dropdown_menu_module_content--d2a98{
|
|
1983
1983
|
background-color:var(--surface-menu-surface);
|
|
1984
1984
|
border:var(--border-1) solid var(--border-card-border);
|
|
1985
1985
|
border-radius:var(--radius-3);
|
|
@@ -2001,13 +2001,13 @@
|
|
|
2001
2001
|
z-index:2147483647;
|
|
2002
2002
|
}
|
|
2003
2003
|
|
|
2004
|
-
.bp_dropdown_menu_module_ellipsis--
|
|
2004
|
+
.bp_dropdown_menu_module_ellipsis--d2a98{
|
|
2005
2005
|
overflow:hidden;
|
|
2006
2006
|
text-overflow:ellipsis;
|
|
2007
2007
|
white-space:nowrap;
|
|
2008
2008
|
}
|
|
2009
2009
|
|
|
2010
|
-
.bp_dropdown_menu_module_checkmark--
|
|
2010
|
+
.bp_dropdown_menu_module_checkmark--d2a98{
|
|
2011
2011
|
align-items:center;
|
|
2012
2012
|
display:inline-flex;
|
|
2013
2013
|
justify-content:center;
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
position:absolute;
|
|
2016
2016
|
}
|
|
2017
2017
|
|
|
2018
|
-
.bp_dropdown_menu_module_item--
|
|
2018
|
+
.bp_dropdown_menu_module_item--d2a98,.bp_dropdown_menu_module_subMenuTrigger--d2a98{
|
|
2019
2019
|
align-items:center;
|
|
2020
2020
|
border:var(--border-2) solid #0000;
|
|
2021
2021
|
border-radius:var(--radius-3);
|
|
@@ -2027,34 +2027,34 @@
|
|
|
2027
2027
|
-webkit-user-select:none;
|
|
2028
2028
|
user-select:none;
|
|
2029
2029
|
}
|
|
2030
|
-
.bp_dropdown_menu_module_item--
|
|
2030
|
+
.bp_dropdown_menu_module_item--d2a98[data-disabled],.bp_dropdown_menu_module_subMenuTrigger--d2a98[data-disabled]{
|
|
2031
2031
|
opacity:60%;
|
|
2032
2032
|
pointer-events:none;
|
|
2033
2033
|
}
|
|
2034
|
-
.bp_dropdown_menu_module_item--
|
|
2034
|
+
.bp_dropdown_menu_module_item--d2a98[data-highlighted]:not(:hover),.bp_dropdown_menu_module_subMenuTrigger--d2a98[data-highlighted]:not(:hover){
|
|
2035
2035
|
background-color:var(--surface-menu-surface-hover);
|
|
2036
2036
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
2037
2037
|
}
|
|
2038
|
-
.bp_dropdown_menu_module_item--
|
|
2038
|
+
.bp_dropdown_menu_module_item--d2a98:hover,.bp_dropdown_menu_module_item--d2a98[data-state=open],.bp_dropdown_menu_module_subMenuTrigger--d2a98:hover,.bp_dropdown_menu_module_subMenuTrigger--d2a98[data-state=open]{
|
|
2039
2039
|
background-color:var(--surface-menu-surface-hover);
|
|
2040
2040
|
}
|
|
2041
|
-
.bp_dropdown_menu_module_item--
|
|
2041
|
+
.bp_dropdown_menu_module_item--d2a98.bp_dropdown_menu_module_checkboxItem--d2a98,.bp_dropdown_menu_module_item--d2a98.bp_dropdown_menu_module_radioItem--d2a98,.bp_dropdown_menu_module_subMenuTrigger--d2a98.bp_dropdown_menu_module_checkboxItem--d2a98,.bp_dropdown_menu_module_subMenuTrigger--d2a98.bp_dropdown_menu_module_radioItem--d2a98{
|
|
2042
2042
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
2043
2043
|
}
|
|
2044
2044
|
|
|
2045
|
-
.bp_dropdown_menu_module_dropdownMenuItemSeparator--
|
|
2045
|
+
.bp_dropdown_menu_module_dropdownMenuItemSeparator--d2a98{
|
|
2046
2046
|
background-color:var(--border-divider-border);
|
|
2047
2047
|
flex-shrink:0;
|
|
2048
2048
|
height:var(--border-1);
|
|
2049
2049
|
margin-block:var(--space-2);
|
|
2050
2050
|
}
|
|
2051
2051
|
|
|
2052
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2052
|
+
.bp_menu_item_sections_module_menuItemMainContent--157cd{
|
|
2053
2053
|
display:flex;
|
|
2054
2054
|
flex:1;
|
|
2055
2055
|
flex-direction:column;
|
|
2056
2056
|
}
|
|
2057
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2057
|
+
.bp_menu_item_sections_module_menuItemMainContent--157cd .bp_menu_item_sections_module_label--157cd{
|
|
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;
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
text-decoration:none;
|
|
2064
2064
|
text-transform:none;
|
|
2065
2065
|
}
|
|
2066
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2066
|
+
.bp_menu_item_sections_module_menuItemMainContent--157cd .bp_menu_item_sections_module_label--157cd.bp_menu_item_sections_module_bold--157cd{
|
|
2067
2067
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2068
2068
|
font-size:.875rem;
|
|
2069
2069
|
font-weight:700;
|
|
@@ -2072,11 +2072,11 @@
|
|
|
2072
2072
|
text-decoration:none;
|
|
2073
2073
|
text-transform:none;
|
|
2074
2074
|
}
|
|
2075
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2075
|
+
.bp_menu_item_sections_module_menuItemMainContent--157cd .bp_menu_item_sections_module_description--157cd{
|
|
2076
2076
|
color:var(--text-text-on-light-secondary);
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
2079
|
-
.bp_menu_item_sections_module_menuItemMainContent--
|
|
2079
|
+
.bp_menu_item_sections_module_menuItemMainContent--157cd .bp_menu_item_sections_module_description--157cd,.bp_menu_item_sections_module_menuItemSideContent--157cd{
|
|
2080
2080
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2081
2081
|
font-size:.875rem;
|
|
2082
2082
|
font-weight:400;
|
|
@@ -2086,15 +2086,15 @@
|
|
|
2086
2086
|
text-transform:none;
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
|
-
.bp_menu_item_sections_module_menuItemSideContent--
|
|
2089
|
+
.bp_menu_item_sections_module_menuItemSideContent--157cd{
|
|
2090
2090
|
align-items:center;
|
|
2091
2091
|
display:flex;
|
|
2092
2092
|
}
|
|
2093
|
-
.bp_menu_item_sections_module_menuItemSideContent--
|
|
2093
|
+
.bp_menu_item_sections_module_menuItemSideContent--157cd.bp_menu_item_sections_module_textOnLightSecondary--157cd{
|
|
2094
2094
|
color:var(--text-text-on-light-secondary);
|
|
2095
2095
|
}
|
|
2096
2096
|
|
|
2097
|
-
.bp_link_module_link--
|
|
2097
|
+
.bp_link_module_link--276c2{
|
|
2098
2098
|
color:var(--text-cta-link);
|
|
2099
2099
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2100
2100
|
font-size:.875rem;
|
|
@@ -2104,32 +2104,32 @@
|
|
|
2104
2104
|
text-decoration:underline;
|
|
2105
2105
|
text-transform:none;
|
|
2106
2106
|
}
|
|
2107
|
-
.bp_link_module_link--
|
|
2107
|
+
.bp_link_module_link--276c2:hover{
|
|
2108
2108
|
color:var(--text-cta-link-hover);
|
|
2109
2109
|
}
|
|
2110
|
-
.bp_link_module_link--
|
|
2110
|
+
.bp_link_module_link--276c2:active{
|
|
2111
2111
|
color:var(--text-cta-link-pressed);
|
|
2112
2112
|
}
|
|
2113
|
-
.bp_link_module_link--
|
|
2113
|
+
.bp_link_module_link--276c2:focus-visible{
|
|
2114
2114
|
border-radius:var(--radius-05);
|
|
2115
2115
|
color:var(--text-cta-link-hover);
|
|
2116
2116
|
}
|
|
2117
|
-
.bp_link_module_link--
|
|
2117
|
+
.bp_link_module_link--276c2:focus-visible:focus-visible{
|
|
2118
2118
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2119
2119
|
outline:none;
|
|
2120
2120
|
overflow:visible;
|
|
2121
2121
|
}
|
|
2122
|
-
.bp_link_module_link--
|
|
2122
|
+
.bp_link_module_link--276c2:focus-visible:active{
|
|
2123
2123
|
color:var(--text-cta-link-pressed);
|
|
2124
2124
|
}
|
|
2125
|
-
.bp_link_module_link--
|
|
2125
|
+
.bp_link_module_link--276c2.bp_link_module_inheritFont--276c2{
|
|
2126
2126
|
font:inherit;
|
|
2127
2127
|
}
|
|
2128
|
-
.bp_link_module_link--
|
|
2128
|
+
.bp_link_module_link--276c2.bp_link_module_standalone--276c2{
|
|
2129
2129
|
text-decoration:none;
|
|
2130
2130
|
}
|
|
2131
2131
|
|
|
2132
|
-
.bp_navigation_menu_module_link--
|
|
2132
|
+
.bp_navigation_menu_module_link--ff82b{
|
|
2133
2133
|
color:var(--text-text-on-light);
|
|
2134
2134
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2135
2135
|
font-size:.875rem;
|
|
@@ -2139,22 +2139,22 @@
|
|
|
2139
2139
|
text-decoration:none;
|
|
2140
2140
|
text-transform:none;
|
|
2141
2141
|
}
|
|
2142
|
-
.bp_navigation_menu_module_link--
|
|
2142
|
+
.bp_navigation_menu_module_link--ff82b:hover{
|
|
2143
2143
|
color:var(--text-text-on-light);
|
|
2144
2144
|
}
|
|
2145
|
-
.bp_navigation_menu_module_link--
|
|
2145
|
+
.bp_navigation_menu_module_link--ff82b.bp_navigation_menu_module_ellipsis--ff82b{
|
|
2146
2146
|
overflow:hidden;
|
|
2147
2147
|
text-overflow:ellipsis;
|
|
2148
2148
|
white-space:nowrap;
|
|
2149
2149
|
}
|
|
2150
2150
|
|
|
2151
|
-
.bp_text_input_module_textInputContainer--
|
|
2151
|
+
.bp_text_input_module_textInputContainer--d93d3{
|
|
2152
2152
|
display:flex;
|
|
2153
2153
|
flex-direction:column;
|
|
2154
2154
|
font-weight:400;
|
|
2155
2155
|
position:relative;
|
|
2156
2156
|
}
|
|
2157
|
-
.bp_text_input_module_textInputContainer--
|
|
2157
|
+
.bp_text_input_module_textInputContainer--d93d3,.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_label--d93d3{
|
|
2158
2158
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2159
2159
|
font-size:.875rem;
|
|
2160
2160
|
letter-spacing:.01875rem;
|
|
@@ -2162,17 +2162,17 @@
|
|
|
2162
2162
|
text-decoration:none;
|
|
2163
2163
|
text-transform:none;
|
|
2164
2164
|
}
|
|
2165
|
-
.bp_text_input_module_textInputContainer--
|
|
2165
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_label--d93d3{
|
|
2166
2166
|
color:#222;
|
|
2167
2167
|
flex:0 0 fit-content;
|
|
2168
2168
|
font-weight:700;
|
|
2169
2169
|
width:-moz-fit-content;
|
|
2170
2170
|
width:fit-content;
|
|
2171
2171
|
}
|
|
2172
|
-
.bp_text_input_module_textInputContainer--
|
|
2172
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_label--d93d3:not(.bp_text_input_module_hidden--d93d3){
|
|
2173
2173
|
margin-block-end:var(--space-2);
|
|
2174
2174
|
}
|
|
2175
|
-
.bp_text_input_module_textInputContainer--
|
|
2175
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3{
|
|
2176
2176
|
background:#fff;
|
|
2177
2177
|
border:.0625rem solid #909090;
|
|
2178
2178
|
border-radius:.375rem;
|
|
@@ -2191,45 +2191,45 @@
|
|
|
2191
2191
|
text-transform:none;
|
|
2192
2192
|
width:unset;
|
|
2193
2193
|
}
|
|
2194
|
-
.bp_text_input_module_textInputContainer--
|
|
2194
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3:hover{
|
|
2195
2195
|
box-shadow:var(--innershadow-1);
|
|
2196
2196
|
}
|
|
2197
|
-
.bp_text_input_module_textInputContainer--
|
|
2197
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3::placeholder{
|
|
2198
2198
|
color:#6f6f6f;
|
|
2199
2199
|
opacity:1;
|
|
2200
2200
|
}
|
|
2201
|
-
.bp_text_input_module_textInputContainer--
|
|
2201
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3.bp_text_input_module_error--d93d3{
|
|
2202
2202
|
background:#fff;
|
|
2203
2203
|
border:.125rem solid #ed3757;
|
|
2204
2204
|
outline:0;
|
|
2205
2205
|
padding-inline-start:.6875rem;
|
|
2206
2206
|
}
|
|
2207
|
-
.bp_text_input_module_textInputContainer--
|
|
2207
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3:disabled{
|
|
2208
2208
|
background:var(--surface-input-surface);
|
|
2209
2209
|
border-color:var(--border-input-border);
|
|
2210
2210
|
box-shadow:var(--innershadow-1);
|
|
2211
2211
|
color:var(--text-text-on-light);
|
|
2212
2212
|
}
|
|
2213
|
-
.bp_text_input_module_textInputContainer--
|
|
2213
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3:disabled:hover{
|
|
2214
2214
|
border-color:var(--border-input-border);
|
|
2215
2215
|
}
|
|
2216
|
-
.bp_text_input_module_textInputContainer--
|
|
2216
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3:focus-visible{
|
|
2217
2217
|
background:#fff;
|
|
2218
2218
|
border:.125rem solid #2486fc;
|
|
2219
2219
|
outline:0;
|
|
2220
2220
|
padding-inline-start:.6875rem;
|
|
2221
2221
|
}
|
|
2222
|
-
.bp_text_input_module_textInputContainer--
|
|
2222
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3:focus-visible:not(.bp_text_input_module_loading--d93d3){
|
|
2223
2223
|
padding-inline:.6875rem;
|
|
2224
2224
|
}
|
|
2225
|
-
.bp_text_input_module_textInputContainer--
|
|
2225
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3:not(:disabled):not(:focus-visible):not(.bp_text_input_module_error--d93d3):hover{
|
|
2226
2226
|
background:#fff;
|
|
2227
2227
|
border:.0625rem solid #6f6f6f;
|
|
2228
2228
|
}
|
|
2229
|
-
.bp_text_input_module_textInputContainer--
|
|
2229
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_textInput--d93d3.bp_text_input_module_loading--d93d3{
|
|
2230
2230
|
padding-inline-end:1.875rem;
|
|
2231
2231
|
}
|
|
2232
|
-
.bp_text_input_module_textInputContainer--
|
|
2232
|
+
.bp_text_input_module_textInputContainer--d93d3 .bp_text_input_module_loadingIndicator--d93d3{
|
|
2233
2233
|
display:inline-block;
|
|
2234
2234
|
height:1.5rem;
|
|
2235
2235
|
inset-block-end:.375rem;
|
|
@@ -2238,28 +2238,28 @@
|
|
|
2238
2238
|
position:absolute;
|
|
2239
2239
|
width:1.5rem;
|
|
2240
2240
|
}
|
|
2241
|
-
.bp_text_input_module_textInputContainer--
|
|
2241
|
+
.bp_text_input_module_textInputContainer--d93d3.bp_text_input_module_disabled--d93d3{
|
|
2242
2242
|
opacity:60%;
|
|
2243
2243
|
}
|
|
2244
2244
|
|
|
2245
|
-
.bp_text_input_module_inlineError--
|
|
2245
|
+
.bp_text_input_module_inlineError--d93d3{
|
|
2246
2246
|
margin-block-start:var(--space-2);
|
|
2247
2247
|
}
|
|
2248
2248
|
|
|
2249
|
-
.bp_card_module_card--
|
|
2249
|
+
.bp_card_module_card--aac33{
|
|
2250
2250
|
background:var(--surface-card-surface);
|
|
2251
2251
|
border:var(--border-1) solid var(--border-card-border);
|
|
2252
2252
|
border-radius:var(--radius-4);
|
|
2253
2253
|
padding:var(--space-4);
|
|
2254
2254
|
}
|
|
2255
|
-
.bp_card_module_card--
|
|
2255
|
+
.bp_card_module_card--aac33.bp_card_module_dropshadow-1--aac33{
|
|
2256
2256
|
box-shadow:var(--dropshadow-1);
|
|
2257
2257
|
}
|
|
2258
|
-
.bp_card_module_card--
|
|
2258
|
+
.bp_card_module_card--aac33.bp_card_module_dropshadow-3--aac33{
|
|
2259
2259
|
box-shadow:var(--dropshadow-3);
|
|
2260
2260
|
}
|
|
2261
2261
|
|
|
2262
|
-
.bp_card_tooltip_module_content--
|
|
2262
|
+
.bp_card_tooltip_module_content--200fe{
|
|
2263
2263
|
animation-duration:.4s;
|
|
2264
2264
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
2265
2265
|
border-radius:var(--radius-1);
|
|
@@ -2277,25 +2277,25 @@
|
|
|
2277
2277
|
word-break:break-word;
|
|
2278
2278
|
z-index:2147483647;
|
|
2279
2279
|
}
|
|
2280
|
-
.bp_card_tooltip_module_content--
|
|
2280
|
+
.bp_card_tooltip_module_content--200fe.bp_card_tooltip_module_card--200fe{
|
|
2281
2281
|
max-height:var(--radix-tooltip-content-available-height);
|
|
2282
2282
|
max-width:336px;
|
|
2283
2283
|
min-width:168px;
|
|
2284
2284
|
}
|
|
2285
|
-
.bp_card_tooltip_module_content--
|
|
2286
|
-
animation-name:bp_card_tooltip_module_slideDownAndFade--
|
|
2285
|
+
.bp_card_tooltip_module_content--200fe[data-state=delayed-open][data-side=top]{
|
|
2286
|
+
animation-name:bp_card_tooltip_module_slideDownAndFade--200fe;
|
|
2287
2287
|
}
|
|
2288
|
-
.bp_card_tooltip_module_content--
|
|
2289
|
-
animation-name:bp_card_tooltip_module_slideLeftAndFade--
|
|
2288
|
+
.bp_card_tooltip_module_content--200fe[data-state=delayed-open][data-side=right]{
|
|
2289
|
+
animation-name:bp_card_tooltip_module_slideLeftAndFade--200fe;
|
|
2290
2290
|
}
|
|
2291
|
-
.bp_card_tooltip_module_content--
|
|
2292
|
-
animation-name:bp_card_tooltip_module_slideUpAndFade--
|
|
2291
|
+
.bp_card_tooltip_module_content--200fe[data-state=delayed-open][data-side=bottom]{
|
|
2292
|
+
animation-name:bp_card_tooltip_module_slideUpAndFade--200fe;
|
|
2293
2293
|
}
|
|
2294
|
-
.bp_card_tooltip_module_content--
|
|
2295
|
-
animation-name:bp_card_tooltip_module_slideRightAndFade--
|
|
2294
|
+
.bp_card_tooltip_module_content--200fe[data-state=delayed-open][data-side=left]{
|
|
2295
|
+
animation-name:bp_card_tooltip_module_slideRightAndFade--200fe;
|
|
2296
2296
|
}
|
|
2297
2297
|
|
|
2298
|
-
@keyframes bp_card_tooltip_module_slideUpAndFade--
|
|
2298
|
+
@keyframes bp_card_tooltip_module_slideUpAndFade--200fe{
|
|
2299
2299
|
from{
|
|
2300
2300
|
opacity:0;
|
|
2301
2301
|
transform:translateY(2px);
|
|
@@ -2305,7 +2305,7 @@
|
|
|
2305
2305
|
transform:translateY(0);
|
|
2306
2306
|
}
|
|
2307
2307
|
}
|
|
2308
|
-
@keyframes bp_card_tooltip_module_slideRightAndFade--
|
|
2308
|
+
@keyframes bp_card_tooltip_module_slideRightAndFade--200fe{
|
|
2309
2309
|
from{
|
|
2310
2310
|
opacity:0;
|
|
2311
2311
|
transform:translateX(-2px);
|
|
@@ -2315,7 +2315,7 @@
|
|
|
2315
2315
|
transform:translateX(0);
|
|
2316
2316
|
}
|
|
2317
2317
|
}
|
|
2318
|
-
@keyframes bp_card_tooltip_module_slideDownAndFade--
|
|
2318
|
+
@keyframes bp_card_tooltip_module_slideDownAndFade--200fe{
|
|
2319
2319
|
from{
|
|
2320
2320
|
opacity:0;
|
|
2321
2321
|
transform:translateY(-2px);
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
transform:translateY(0);
|
|
2326
2326
|
}
|
|
2327
2327
|
}
|
|
2328
|
-
@keyframes bp_card_tooltip_module_slideLeftAndFade--
|
|
2328
|
+
@keyframes bp_card_tooltip_module_slideLeftAndFade--200fe{
|
|
2329
2329
|
from{
|
|
2330
2330
|
opacity:0;
|
|
2331
2331
|
transform:translateX(2px);
|
|
@@ -2336,7 +2336,7 @@
|
|
|
2336
2336
|
}
|
|
2337
2337
|
}
|
|
2338
2338
|
|
|
2339
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
2339
|
+
.bp_interactive_icon_module_interactiveIcon--26e9d{
|
|
2340
2340
|
all:unset;
|
|
2341
2341
|
background:none;
|
|
2342
2342
|
border:0;
|
|
@@ -2345,13 +2345,13 @@
|
|
|
2345
2345
|
display:inline-flex;
|
|
2346
2346
|
padding:0;
|
|
2347
2347
|
}
|
|
2348
|
-
.bp_interactive_icon_module_interactiveIcon--
|
|
2348
|
+
.bp_interactive_icon_module_interactiveIcon--26e9d:focus-visible{
|
|
2349
2349
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2350
2350
|
outline:none;
|
|
2351
2351
|
overflow:visible;
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
-
.bp_text_with_info_badge_module_text--
|
|
2354
|
+
.bp_text_with_info_badge_module_text--4913e{
|
|
2355
2355
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2356
2356
|
font-size:.875rem;
|
|
2357
2357
|
font-weight:400;
|
|
@@ -2361,26 +2361,26 @@
|
|
|
2361
2361
|
text-decoration:none;
|
|
2362
2362
|
text-transform:none;
|
|
2363
2363
|
}
|
|
2364
|
-
.bp_text_with_info_badge_module_text--
|
|
2364
|
+
.bp_text_with_info_badge_module_text--4913e.bp_text_with_info_badge_module_muted--4913e{
|
|
2365
2365
|
color:var(--text-text-on-light-secondary);
|
|
2366
2366
|
}
|
|
2367
|
-
.bp_text_with_info_badge_module_text--
|
|
2367
|
+
.bp_text_with_info_badge_module_text--4913e .bp_text_with_info_badge_module_badgeContainer--4913e{
|
|
2368
2368
|
align-items:center;
|
|
2369
2369
|
display:inline-flex;
|
|
2370
2370
|
height:var(--body-default-line-height);
|
|
2371
2371
|
position:absolute;
|
|
2372
2372
|
}
|
|
2373
|
-
.bp_text_with_info_badge_module_text--
|
|
2373
|
+
.bp_text_with_info_badge_module_text--4913e .bp_text_with_info_badge_module_badgeContainer--4913e .bp_text_with_info_badge_module_badge--4913e{
|
|
2374
2374
|
display:inline-flex;
|
|
2375
2375
|
font-size:var(--size-4);
|
|
2376
2376
|
margin-left:var(--size-1);
|
|
2377
2377
|
}
|
|
2378
2378
|
|
|
2379
|
-
.bp_legend_module_legendText--
|
|
2379
|
+
.bp_legend_module_legendText--b7a7e{
|
|
2380
2380
|
font-weight:bold;
|
|
2381
2381
|
}
|
|
2382
2382
|
|
|
2383
|
-
.bp_legend_module_fieldset--
|
|
2383
|
+
.bp_legend_module_fieldset--b7a7e{
|
|
2384
2384
|
border:0;
|
|
2385
2385
|
display:flex;
|
|
2386
2386
|
flex-direction:column;
|
|
@@ -2388,7 +2388,7 @@
|
|
|
2388
2388
|
margin:0;
|
|
2389
2389
|
padding:0;
|
|
2390
2390
|
}
|
|
2391
|
-
.bp_legend_module_fieldset--
|
|
2391
|
+
.bp_legend_module_fieldset--b7a7e .bp_legend_module_legend--b7a7e{
|
|
2392
2392
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2393
2393
|
font-size:.875rem;
|
|
2394
2394
|
font-weight:700;
|
|
@@ -2398,14 +2398,14 @@
|
|
|
2398
2398
|
text-decoration:none;
|
|
2399
2399
|
text-transform:none;
|
|
2400
2400
|
}
|
|
2401
|
-
.bp_legend_module_fieldset--
|
|
2401
|
+
.bp_legend_module_fieldset--b7a7e.bp_legend_module_wide--b7a7e{
|
|
2402
2402
|
gap:var(--size-4);
|
|
2403
2403
|
}
|
|
2404
|
-
.bp_legend_module_fieldset--
|
|
2404
|
+
.bp_legend_module_fieldset--b7a7e.bp_legend_module_wide--b7a7e .bp_legend_module_legend--b7a7e{
|
|
2405
2405
|
padding-bottom:var(--size-4);
|
|
2406
2406
|
}
|
|
2407
2407
|
|
|
2408
|
-
.bp_checkbox_module_option--
|
|
2408
|
+
.bp_checkbox_module_option--71f84{
|
|
2409
2409
|
display:flex;
|
|
2410
2410
|
flex-direction:column;
|
|
2411
2411
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2416,7 +2416,7 @@
|
|
|
2416
2416
|
text-decoration:none;
|
|
2417
2417
|
text-transform:none;
|
|
2418
2418
|
}
|
|
2419
|
-
.bp_checkbox_module_option--
|
|
2419
|
+
.bp_checkbox_module_option--71f84 .bp_checkbox_module_checkbox--71f84{
|
|
2420
2420
|
all:unset;
|
|
2421
2421
|
align-items:center;
|
|
2422
2422
|
background-color:var(--surface-checkbox-surface-selected);
|
|
@@ -2429,26 +2429,26 @@
|
|
|
2429
2429
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
2430
2430
|
width:var(--size-4);
|
|
2431
2431
|
}
|
|
2432
|
-
.bp_checkbox_module_option--
|
|
2432
|
+
.bp_checkbox_module_option--71f84 .bp_checkbox_module_checkbox--71f84 .bp_checkbox_module_indicator--71f84{
|
|
2433
2433
|
display:flex;
|
|
2434
2434
|
transition-duration:.15s;
|
|
2435
2435
|
transition-property:transform;
|
|
2436
2436
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
2437
2437
|
}
|
|
2438
|
-
.bp_checkbox_module_option--
|
|
2438
|
+
.bp_checkbox_module_option--71f84 .bp_checkbox_module_checkbox--71f84:focus-visible{
|
|
2439
2439
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
2440
2440
|
}
|
|
2441
|
-
.bp_checkbox_module_option--
|
|
2441
|
+
.bp_checkbox_module_option--71f84 .bp_checkbox_module_checkbox--71f84[data-disabled]{
|
|
2442
2442
|
opacity:60%;
|
|
2443
2443
|
}
|
|
2444
|
-
.bp_checkbox_module_option--
|
|
2444
|
+
.bp_checkbox_module_option--71f84 .bp_checkbox_module_checkbox--71f84[data-state=unchecked]{
|
|
2445
2445
|
background-color:var(--surface-checkbox-surface);
|
|
2446
2446
|
border:var(--border-2) solid var(--border-checkbox-border);
|
|
2447
2447
|
}
|
|
2448
|
-
.bp_checkbox_module_option--
|
|
2448
|
+
.bp_checkbox_module_option--71f84 .bp_checkbox_module_checkbox--71f84[data-state=unchecked] .bp_checkbox_module_indicator--71f84{
|
|
2449
2449
|
transform:scale(0);
|
|
2450
2450
|
}
|
|
2451
|
-
.bp_checkbox_module_option--
|
|
2451
|
+
.bp_checkbox_module_option--71f84 .bp_checkbox_module_label--71f84{
|
|
2452
2452
|
cursor:pointer;
|
|
2453
2453
|
display:inline-flex;
|
|
2454
2454
|
flex-direction:row;
|
|
@@ -2456,10 +2456,10 @@
|
|
|
2456
2456
|
width:-moz-fit-content;
|
|
2457
2457
|
width:fit-content;
|
|
2458
2458
|
}
|
|
2459
|
-
.bp_checkbox_module_option--
|
|
2459
|
+
.bp_checkbox_module_option--71f84 .bp_checkbox_module_description--71f84{
|
|
2460
2460
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
2461
2461
|
}
|
|
2462
|
-
.bp_checkbox_module_option--
|
|
2462
|
+
.bp_checkbox_module_option--71f84.bp_checkbox_module_disabled--71f84 .bp_checkbox_module_label--71f84{
|
|
2463
2463
|
cursor:default;
|
|
2464
2464
|
}
|
|
2465
2465
|
.bp_input_chip_module_container--1beff{
|
|
@@ -2534,7 +2534,7 @@
|
|
|
2534
2534
|
fill:var(--icon-cta-icon-pressed);
|
|
2535
2535
|
}
|
|
2536
2536
|
|
|
2537
|
-
.bp_text_area_autosize_module_textArea--
|
|
2537
|
+
.bp_text_area_autosize_module_textArea--cb9c5{
|
|
2538
2538
|
background:var(--surface-input-surface);
|
|
2539
2539
|
border:none;
|
|
2540
2540
|
box-shadow:var(--innershadow-1);
|
|
@@ -2552,38 +2552,38 @@
|
|
|
2552
2552
|
text-transform:none;
|
|
2553
2553
|
width:100%;
|
|
2554
2554
|
}
|
|
2555
|
-
.bp_text_area_autosize_module_textArea--
|
|
2555
|
+
.bp_text_area_autosize_module_textArea--cb9c5::placeholder{
|
|
2556
2556
|
color:#6f6f6f;
|
|
2557
2557
|
opacity:1;
|
|
2558
2558
|
}
|
|
2559
|
-
.bp_text_area_autosize_module_textArea--
|
|
2559
|
+
.bp_text_area_autosize_module_textArea--cb9c5.bp_text_area_autosize_module_error--cb9c5{
|
|
2560
2560
|
background:#fff;
|
|
2561
2561
|
outline:0;
|
|
2562
2562
|
}
|
|
2563
|
-
.bp_text_area_autosize_module_textArea--
|
|
2563
|
+
.bp_text_area_autosize_module_textArea--cb9c5:focus{
|
|
2564
2564
|
border:none;
|
|
2565
2565
|
}
|
|
2566
|
-
.bp_text_area_autosize_module_textArea--
|
|
2566
|
+
.bp_text_area_autosize_module_textArea--cb9c5:hover{
|
|
2567
2567
|
box-shadow:var(--innershadow-1);
|
|
2568
2568
|
}
|
|
2569
|
-
.bp_text_area_autosize_module_textArea--
|
|
2569
|
+
.bp_text_area_autosize_module_textArea--cb9c5:focus-visible{
|
|
2570
2570
|
background:#fff;
|
|
2571
2571
|
outline:0;
|
|
2572
2572
|
}
|
|
2573
|
-
.bp_text_area_autosize_module_textArea--
|
|
2573
|
+
.bp_text_area_autosize_module_textArea--cb9c5:disabled{
|
|
2574
2574
|
background:var(--surface-input-surface);
|
|
2575
2575
|
border:none;
|
|
2576
2576
|
box-shadow:var(--innershadow-1);
|
|
2577
2577
|
color:var(--text-text-on-light);
|
|
2578
2578
|
}
|
|
2579
|
-
.bp_text_area_autosize_module_textArea--
|
|
2579
|
+
.bp_text_area_autosize_module_textArea--cb9c5:not(:disabled):not(:focus-visible):not(.bp_text_area_autosize_module_error--cb9c5):hover{
|
|
2580
2580
|
background:#fff;
|
|
2581
2581
|
}
|
|
2582
|
-
.bp_text_area_autosize_module_textArea--
|
|
2582
|
+
.bp_text_area_autosize_module_textArea--cb9c5.bp_text_area_autosize_module_loading--cb9c5{
|
|
2583
2583
|
padding-inline-end:1.875rem;
|
|
2584
2584
|
}
|
|
2585
2585
|
|
|
2586
|
-
.bp_text_area_autosize_module_loadingIndicator--
|
|
2586
|
+
.bp_text_area_autosize_module_loadingIndicator--cb9c5{
|
|
2587
2587
|
bottom:.375rem;
|
|
2588
2588
|
display:inline-block;
|
|
2589
2589
|
height:1.5rem;
|
|
@@ -2593,7 +2593,7 @@
|
|
|
2593
2593
|
width:1.5rem;
|
|
2594
2594
|
}
|
|
2595
2595
|
|
|
2596
|
-
.bp_text_area_autosize_module_border--
|
|
2596
|
+
.bp_text_area_autosize_module_border--cb9c5{
|
|
2597
2597
|
border-radius:.375rem;
|
|
2598
2598
|
box-shadow:0 0 0 .0625rem #909090;
|
|
2599
2599
|
display:flex;
|
|
@@ -2601,13 +2601,13 @@
|
|
|
2601
2601
|
transform:translateZ(0);
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
|
-
.bp_text_area_module_textAreaContainer--
|
|
2604
|
+
.bp_text_area_module_textAreaContainer--1e47e{
|
|
2605
2605
|
display:flex;
|
|
2606
2606
|
flex-direction:column;
|
|
2607
2607
|
font-weight:400;
|
|
2608
2608
|
position:relative;
|
|
2609
2609
|
}
|
|
2610
|
-
.bp_text_area_module_textAreaContainer--
|
|
2610
|
+
.bp_text_area_module_textAreaContainer--1e47e,.bp_text_area_module_textAreaContainer--1e47e .bp_text_area_module_label--1e47e{
|
|
2611
2611
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2612
2612
|
font-size:.875rem;
|
|
2613
2613
|
letter-spacing:.01875rem;
|
|
@@ -2615,20 +2615,20 @@
|
|
|
2615
2615
|
text-decoration:none;
|
|
2616
2616
|
text-transform:none;
|
|
2617
2617
|
}
|
|
2618
|
-
.bp_text_area_module_textAreaContainer--
|
|
2618
|
+
.bp_text_area_module_textAreaContainer--1e47e .bp_text_area_module_label--1e47e{
|
|
2619
2619
|
color:#222;
|
|
2620
2620
|
flex:0 0 fit-content;
|
|
2621
2621
|
font-weight:700;
|
|
2622
2622
|
width:-moz-fit-content;
|
|
2623
2623
|
width:fit-content;
|
|
2624
2624
|
}
|
|
2625
|
-
.bp_text_area_module_textAreaContainer--
|
|
2625
|
+
.bp_text_area_module_textAreaContainer--1e47e .bp_text_area_module_label--1e47e:not(.bp_text_area_module_hidden--1e47e){
|
|
2626
2626
|
margin-block-end:var(--space-2);
|
|
2627
2627
|
}
|
|
2628
|
-
.bp_text_area_module_textAreaContainer--
|
|
2628
|
+
.bp_text_area_module_textAreaContainer--1e47e.bp_text_area_module_disabled--1e47e{
|
|
2629
2629
|
opacity:60%;
|
|
2630
2630
|
}
|
|
2631
|
-
.bp_text_area_module_textAreaContainer--
|
|
2631
|
+
.bp_text_area_module_textAreaContainer--1e47e .bp_text_area_module_inlineError--1e47e{
|
|
2632
2632
|
margin-block-start:var(--space-2);
|
|
2633
2633
|
}
|
|
2634
2634
|
.bp_chips_group_module_chipsGroup--61ede{
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
max-width:100%;
|
|
2644
2644
|
}
|
|
2645
2645
|
|
|
2646
|
-
.bp_combobox_module_container--
|
|
2646
|
+
.bp_combobox_module_container--50e2a{
|
|
2647
2647
|
display:flex;
|
|
2648
2648
|
flex-direction:column;
|
|
2649
2649
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2654,10 +2654,10 @@
|
|
|
2654
2654
|
text-decoration:none;
|
|
2655
2655
|
text-transform:none;
|
|
2656
2656
|
}
|
|
2657
|
-
.bp_combobox_module_container--
|
|
2657
|
+
.bp_combobox_module_container--50e2a.bp_combobox_module_disabled--50e2a{
|
|
2658
2658
|
opacity:60%;
|
|
2659
2659
|
}
|
|
2660
|
-
.bp_combobox_module_container--
|
|
2660
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_label--50e2a{
|
|
2661
2661
|
color:var(--text-text-on-light);
|
|
2662
2662
|
flex:0 0 fit-content;
|
|
2663
2663
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2669,10 +2669,10 @@
|
|
|
2669
2669
|
text-decoration:none;
|
|
2670
2670
|
text-transform:none;
|
|
2671
2671
|
}
|
|
2672
|
-
.bp_combobox_module_container--
|
|
2672
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_label--50e2a:not(.bp_combobox_module_hiddenLabel--50e2a){
|
|
2673
2673
|
margin-block-end:var(--space-2);
|
|
2674
2674
|
}
|
|
2675
|
-
.bp_combobox_module_container--
|
|
2675
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a{
|
|
2676
2676
|
background-color:var(--surface-dropdown-surface);
|
|
2677
2677
|
border:var(--border-1) solid var(--border-input-border);
|
|
2678
2678
|
border-radius:var(--blueprint-combobox-input-radius, var(--radius-2));
|
|
@@ -2685,22 +2685,22 @@
|
|
|
2685
2685
|
padding-inline:var(--space-3);
|
|
2686
2686
|
position:relative;
|
|
2687
2687
|
}
|
|
2688
|
-
.bp_combobox_module_container--
|
|
2688
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a:not(.bp_combobox_module_error--50e2a):has(input:focus),.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a:not(.bp_combobox_module_error--50e2a):has(input[data-focus-visible]:focus){
|
|
2689
2689
|
border-color:#0000;
|
|
2690
2690
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2691
2691
|
}
|
|
2692
|
-
.bp_combobox_module_container--
|
|
2692
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a:not(:disabled).bp_combobox_module_error--50e2a{
|
|
2693
2693
|
background-color:var(--surface-dropdown-surface-error);
|
|
2694
2694
|
border:var(--border-2) solid var(--border-input-border-error);
|
|
2695
2695
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
2696
2696
|
}
|
|
2697
|
-
.bp_combobox_module_container--
|
|
2697
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a .bp_combobox_module_textInputWrapper--50e2a{
|
|
2698
2698
|
align-items:center;
|
|
2699
2699
|
display:flex;
|
|
2700
2700
|
flex:content;
|
|
2701
2701
|
gap:var(--space-2);
|
|
2702
2702
|
}
|
|
2703
|
-
.bp_combobox_module_container--
|
|
2703
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a .bp_combobox_module_textInputWrapper--50e2a .bp_combobox_module_textInput--50e2a{
|
|
2704
2704
|
background-color:initial;
|
|
2705
2705
|
border:none;
|
|
2706
2706
|
color:var(--text-text-on-light);
|
|
@@ -2716,21 +2716,21 @@
|
|
|
2716
2716
|
text-transform:none;
|
|
2717
2717
|
width:100%;
|
|
2718
2718
|
}
|
|
2719
|
-
.bp_combobox_module_container--
|
|
2719
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a .bp_combobox_module_textInputWrapper--50e2a .bp_combobox_module_errorIcon--50e2a path{
|
|
2720
2720
|
fill:var(--icon-icon-error-on-light);
|
|
2721
2721
|
}
|
|
2722
|
-
.bp_combobox_module_container--
|
|
2722
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a.bp_combobox_module_withChipsGroup--50e2a{
|
|
2723
2723
|
max-height:calc(var(--space-2)*2 + var(--space-6)*3);
|
|
2724
2724
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
|
|
2725
2725
|
}
|
|
2726
|
-
.bp_combobox_module_container--
|
|
2726
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_comboboxContainer--50e2a.bp_combobox_module_withChipsGroup--50e2a:not(:disabled).bp_combobox_module_error--50e2a{
|
|
2727
2727
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
|
|
2728
2728
|
}
|
|
2729
|
-
.bp_combobox_module_container--
|
|
2729
|
+
.bp_combobox_module_container--50e2a .bp_combobox_module_inlineError--50e2a{
|
|
2730
2730
|
margin-block-start:var(--space-2);
|
|
2731
2731
|
}
|
|
2732
2732
|
|
|
2733
|
-
.bp_combobox_module_popover--
|
|
2733
|
+
.bp_combobox_module_popover--50e2a{
|
|
2734
2734
|
background-color:var(--surface-menu-surface);
|
|
2735
2735
|
border:var(--border-1) solid var(--border-card-border);
|
|
2736
2736
|
border-radius:var(--radius-3);
|
|
@@ -2748,7 +2748,7 @@
|
|
|
2748
2748
|
text-transform:none;
|
|
2749
2749
|
z-index:380;
|
|
2750
2750
|
}
|
|
2751
|
-
.bp_combobox_module_popover--
|
|
2751
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_option--50e2a{
|
|
2752
2752
|
border:var(--border-2) solid #0000;
|
|
2753
2753
|
border-radius:var(--radius-3);
|
|
2754
2754
|
box-sizing:border-box;
|
|
@@ -2762,17 +2762,17 @@
|
|
|
2762
2762
|
user-select:none;
|
|
2763
2763
|
width:100%;
|
|
2764
2764
|
}
|
|
2765
|
-
.bp_combobox_module_popover--
|
|
2765
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_option--50e2a[aria-disabled]{
|
|
2766
2766
|
opacity:60%;
|
|
2767
2767
|
}
|
|
2768
|
-
.bp_combobox_module_popover--
|
|
2768
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_option--50e2a[data-active-item]:not([aria-disabled]){
|
|
2769
2769
|
background-color:var(--surface-menu-surface-focus);
|
|
2770
2770
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2771
2771
|
}
|
|
2772
|
-
.bp_combobox_module_popover--
|
|
2772
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_option--50e2a:hover{
|
|
2773
2773
|
background-color:var(--surface-menu-surface-hover);
|
|
2774
2774
|
}
|
|
2775
|
-
.bp_combobox_module_popover--
|
|
2775
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_option--50e2a .bp_combobox_module_indicator--50e2a{
|
|
2776
2776
|
align-items:center;
|
|
2777
2777
|
display:flex;
|
|
2778
2778
|
height:var(--size-9);
|
|
@@ -2781,22 +2781,22 @@
|
|
|
2781
2781
|
position:absolute;
|
|
2782
2782
|
top:0;
|
|
2783
2783
|
}
|
|
2784
|
-
.bp_combobox_module_popover--
|
|
2784
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_option--50e2a .bp_combobox_module_indicator--50e2a .bp_combobox_module_indicatorIcon--50e2a path{
|
|
2785
2785
|
fill:var(--icon-icon-on-light);
|
|
2786
2786
|
}
|
|
2787
|
-
.bp_combobox_module_popover--
|
|
2787
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_optionWithIndicator--50e2a{
|
|
2788
2788
|
padding-inline:var(--space-10) var(--space-2);
|
|
2789
2789
|
}
|
|
2790
|
-
.bp_combobox_module_popover--
|
|
2790
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_loadingIndicator--50e2a{
|
|
2791
2791
|
position:unset;
|
|
2792
2792
|
}
|
|
2793
|
-
.bp_combobox_module_popover--
|
|
2793
|
+
.bp_combobox_module_popover--50e2a .bp_combobox_module_noResultOption--50e2a{
|
|
2794
2794
|
color:var(--text-text-on-light);
|
|
2795
2795
|
-webkit-user-select:none;
|
|
2796
2796
|
user-select:none;
|
|
2797
2797
|
}
|
|
2798
2798
|
|
|
2799
|
-
.bp_content_card_module_card--
|
|
2799
|
+
.bp_content_card_module_card--d2f20{
|
|
2800
2800
|
background-color:var(--surface-surface);
|
|
2801
2801
|
border:var(--border-1) solid var(--border-card-border);
|
|
2802
2802
|
border-radius:var(--size-3);
|
|
@@ -2807,21 +2807,21 @@
|
|
|
2807
2807
|
padding:var(--size-4);
|
|
2808
2808
|
position:relative;
|
|
2809
2809
|
}
|
|
2810
|
-
.bp_content_card_module_card--
|
|
2810
|
+
.bp_content_card_module_card--d2f20:hover{
|
|
2811
2811
|
box-shadow:var(--dropshadow-3);
|
|
2812
2812
|
}
|
|
2813
|
-
.bp_content_card_module_card--
|
|
2813
|
+
.bp_content_card_module_card--d2f20:focus-visible{
|
|
2814
2814
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2815
2815
|
box-shadow:var(--dropshadow-3);
|
|
2816
2816
|
outline:none;
|
|
2817
2817
|
}
|
|
2818
|
-
.bp_content_card_module_card--
|
|
2818
|
+
.bp_content_card_module_card--d2f20:active{
|
|
2819
2819
|
background-color:var(--surface-card-surface-pressed);
|
|
2820
2820
|
border:var(--border-1) solid var(--border-card-border);
|
|
2821
2821
|
box-shadow:none;
|
|
2822
2822
|
}
|
|
2823
2823
|
|
|
2824
|
-
.bp_content_card_module_cardContent--
|
|
2824
|
+
.bp_content_card_module_cardContent--d2f20{
|
|
2825
2825
|
display:flex;
|
|
2826
2826
|
flex-direction:column;
|
|
2827
2827
|
gap:var(--size-2);
|
|
@@ -2830,32 +2830,32 @@
|
|
|
2830
2830
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2831
2831
|
}
|
|
2832
2832
|
|
|
2833
|
-
.bp_content_card_module_cardTitle--
|
|
2833
|
+
.bp_content_card_module_cardTitle--d2f20{
|
|
2834
2834
|
align-items:center;
|
|
2835
2835
|
display:flex;
|
|
2836
2836
|
height:var(--size-12);
|
|
2837
2837
|
}
|
|
2838
2838
|
|
|
2839
|
-
.bp_content_card_module_cardTitleText--
|
|
2839
|
+
.bp_content_card_module_cardTitleText--d2f20{
|
|
2840
2840
|
-webkit-box-orient:vertical;
|
|
2841
2841
|
-webkit-line-clamp:2;
|
|
2842
2842
|
display:-webkit-inline-box;
|
|
2843
2843
|
overflow:hidden;
|
|
2844
2844
|
}
|
|
2845
2845
|
|
|
2846
|
-
.bp_content_card_module_cardBody--
|
|
2846
|
+
.bp_content_card_module_cardBody--d2f20{
|
|
2847
2847
|
height:var(--size-12);
|
|
2848
2848
|
margin-block-end:var(--size-2);
|
|
2849
2849
|
}
|
|
2850
2850
|
|
|
2851
|
-
.bp_content_card_module_cardBodyText--
|
|
2851
|
+
.bp_content_card_module_cardBodyText--d2f20{
|
|
2852
2852
|
-webkit-box-orient:vertical;
|
|
2853
2853
|
-webkit-line-clamp:2;
|
|
2854
2854
|
display:-webkit-inline-box;
|
|
2855
2855
|
overflow:hidden;
|
|
2856
2856
|
}
|
|
2857
2857
|
|
|
2858
|
-
.bp_content_card_module_cardIcon--
|
|
2858
|
+
.bp_content_card_module_cardIcon--d2f20{
|
|
2859
2859
|
background-color:var(--surface-surface);
|
|
2860
2860
|
border:var(--size-1) solid var(--surface-surface);
|
|
2861
2861
|
border-radius:var(--size-3);
|
|
@@ -2868,7 +2868,7 @@
|
|
|
2868
2868
|
z-index:1;
|
|
2869
2869
|
}
|
|
2870
2870
|
|
|
2871
|
-
.bp_content_card_module_cardBackground--
|
|
2871
|
+
.bp_content_card_module_cardBackground--d2f20{
|
|
2872
2872
|
height:var(--size-15);
|
|
2873
2873
|
left:0;
|
|
2874
2874
|
overflow:hidden;
|
|
@@ -2877,12 +2877,12 @@
|
|
|
2877
2877
|
width:100%;
|
|
2878
2878
|
}
|
|
2879
2879
|
|
|
2880
|
-
.bp_content_card_module_image--
|
|
2880
|
+
.bp_content_card_module_image--d2f20{
|
|
2881
2881
|
height:100%;
|
|
2882
2882
|
width:100%;
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
|
-
.bp_content_card_module_ghostCard--
|
|
2885
|
+
.bp_content_card_module_ghostCard--d2f20{
|
|
2886
2886
|
display:flex;
|
|
2887
2887
|
flex-direction:column;
|
|
2888
2888
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -2891,21 +2891,21 @@
|
|
|
2891
2891
|
position:relative;
|
|
2892
2892
|
}
|
|
2893
2893
|
|
|
2894
|
-
.bp_content_card_module_iconGhost--
|
|
2894
|
+
.bp_content_card_module_iconGhost--d2f20,.bp_content_card_module_titleGhost--d2f20{
|
|
2895
2895
|
margin-block-end:var(--size-4);
|
|
2896
2896
|
}
|
|
2897
2897
|
|
|
2898
|
-
.bp_content_card_module_bodyGhost--
|
|
2898
|
+
.bp_content_card_module_bodyGhost--d2f20{
|
|
2899
2899
|
margin-block-end:var(--size-2);
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
|
-
.bp_content_card_module_pillGhostContainer--
|
|
2902
|
+
.bp_content_card_module_pillGhostContainer--d2f20{
|
|
2903
2903
|
display:flex;
|
|
2904
2904
|
margin-block-end:var(--size-4);
|
|
2905
2905
|
margin-block-start:var(--size-2);
|
|
2906
2906
|
}
|
|
2907
2907
|
|
|
2908
|
-
.bp_content_card_module_pillGhost--
|
|
2908
|
+
.bp_content_card_module_pillGhost--d2f20{
|
|
2909
2909
|
margin-inline-end:var(--size-2);
|
|
2910
2910
|
}
|
|
2911
2911
|
.bp_content_field_module_contentFieldWrapper--7aebd{
|
|
@@ -3040,7 +3040,7 @@
|
|
|
3040
3040
|
overflow:auto;
|
|
3041
3041
|
}
|
|
3042
3042
|
|
|
3043
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3043
|
+
.bp_data_table_module_dataTableWrapper--9df20{
|
|
3044
3044
|
--border-radius-datatable:0;
|
|
3045
3045
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
3046
3046
|
--outline-select-color-datatable:#0000;
|
|
@@ -3053,27 +3053,27 @@
|
|
|
3053
3053
|
scroll-padding-top:60px;
|
|
3054
3054
|
width:100%;
|
|
3055
3055
|
}
|
|
3056
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3056
|
+
.bp_data_table_module_dataTableWrapper--9df20 table > thead > tr{
|
|
3057
3057
|
background:var(--gray-white);
|
|
3058
3058
|
position:sticky;
|
|
3059
3059
|
top:0;
|
|
3060
3060
|
z-index:var(--sticky-element-z-index);
|
|
3061
3061
|
}
|
|
3062
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3062
|
+
.bp_data_table_module_dataTableWrapper--9df20 table > thead > tr th:first-child{
|
|
3063
3063
|
background:inherit;
|
|
3064
3064
|
height:100%;
|
|
3065
3065
|
left:0;
|
|
3066
3066
|
position:sticky;
|
|
3067
3067
|
z-index:var(--sticky-element-z-index);
|
|
3068
3068
|
}
|
|
3069
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3069
|
+
.bp_data_table_module_dataTableWrapper--9df20 table > thead > tr th:first-child[data-focus-visible]{
|
|
3070
3070
|
position:sticky;
|
|
3071
3071
|
z-index:var(--sticky-element-z-index);
|
|
3072
3072
|
}
|
|
3073
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3073
|
+
.bp_data_table_module_dataTableWrapper--9df20 table tbody > tr{
|
|
3074
3074
|
--is-row-focused:0;
|
|
3075
3075
|
}
|
|
3076
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3076
|
+
.bp_data_table_module_dataTableWrapper--9df20 table tbody > tr > td [data-actionswrapper]::after{
|
|
3077
3077
|
background:inherit;
|
|
3078
3078
|
content:"";
|
|
3079
3079
|
display:block;
|
|
@@ -3083,18 +3083,18 @@
|
|
|
3083
3083
|
width:100%;
|
|
3084
3084
|
z-index:-1;
|
|
3085
3085
|
}
|
|
3086
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3086
|
+
.bp_data_table_module_dataTableWrapper--9df20 table tbody > tr[data-focus-visible]{
|
|
3087
3087
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3088
3088
|
--is-row-focused:1;
|
|
3089
3089
|
}
|
|
3090
|
-
.bp_data_table_module_dataTableWrapper--
|
|
3090
|
+
.bp_data_table_module_dataTableWrapper--9df20 table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3091
3091
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3092
3092
|
}
|
|
3093
3093
|
|
|
3094
|
-
.bp_data_table_module_isScrolledX--
|
|
3094
|
+
.bp_data_table_module_isScrolledX--9df20 table > thead > tr > th:first-child{
|
|
3095
3095
|
overflow:visible;
|
|
3096
3096
|
}
|
|
3097
|
-
.bp_data_table_module_isScrolledX--
|
|
3097
|
+
.bp_data_table_module_isScrolledX--9df20 table > thead > tr > th:first-child::after{
|
|
3098
3098
|
background:inherit;
|
|
3099
3099
|
border-right:1px solid var(--border-divider-border);
|
|
3100
3100
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3108,7 +3108,7 @@
|
|
|
3108
3108
|
z-index:-1;
|
|
3109
3109
|
}
|
|
3110
3110
|
|
|
3111
|
-
.bp_data_table_module_hideActionWrapperRight--
|
|
3111
|
+
.bp_data_table_module_hideActionWrapperRight--9df20 table tbody > tr > td [data-actionswrapper]::after{
|
|
3112
3112
|
display:none;
|
|
3113
3113
|
}
|
|
3114
3114
|
.bp_main_module_resizableTableContainer--3168d{
|
|
@@ -3348,7 +3348,7 @@
|
|
|
3348
3348
|
transform:translateZ(0);
|
|
3349
3349
|
}
|
|
3350
3350
|
|
|
3351
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3351
|
+
.bp_sticky_cell_module_stickyCell--63371{
|
|
3352
3352
|
background:inherit;
|
|
3353
3353
|
background-clip:content-box;
|
|
3354
3354
|
left:0;
|
|
@@ -3357,16 +3357,16 @@
|
|
|
3357
3357
|
position:sticky !important;
|
|
3358
3358
|
z-index:var(--sticky-element-z-index);
|
|
3359
3359
|
}
|
|
3360
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3360
|
+
.bp_sticky_cell_module_stickyCell--63371[data-focus-visible]{
|
|
3361
3361
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3362
3362
|
}
|
|
3363
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3363
|
+
.bp_sticky_cell_module_stickyCell--63371 .bp_sticky_cell_module_childrenWrapper--63371{
|
|
3364
3364
|
overflow:hidden;
|
|
3365
3365
|
text-align:start;
|
|
3366
3366
|
text-overflow:ellipsis;
|
|
3367
3367
|
white-space:nowrap;
|
|
3368
3368
|
}
|
|
3369
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3369
|
+
.bp_sticky_cell_module_stickyCell--63371 .bp_sticky_cell_module_verticalBar--63371{
|
|
3370
3370
|
background:inherit;
|
|
3371
3371
|
border-right:1px solid var(--border-divider-border);
|
|
3372
3372
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3379,10 +3379,10 @@
|
|
|
3379
3379
|
width:var(--space-3);
|
|
3380
3380
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3381
3381
|
}
|
|
3382
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3382
|
+
.bp_sticky_cell_module_stickyCell--63371 .bp_sticky_cell_module_verticalBar--63371.bp_sticky_cell_module_isScrolledX--63371{
|
|
3383
3383
|
display:block;
|
|
3384
3384
|
}
|
|
3385
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3385
|
+
.bp_sticky_cell_module_stickyCell--63371 .bp_sticky_cell_module_stickyCellBelow--63371{
|
|
3386
3386
|
background:inherit;
|
|
3387
3387
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3388
3388
|
border-radius:unset;
|
|
@@ -3396,7 +3396,7 @@
|
|
|
3396
3396
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3397
3397
|
z-index:-1;
|
|
3398
3398
|
}
|
|
3399
|
-
.bp_sticky_cell_module_stickyCell--
|
|
3399
|
+
.bp_sticky_cell_module_stickyCell--63371 .bp_sticky_cell_module_stickyCellOuterLeft--63371{
|
|
3400
3400
|
background:inherit;
|
|
3401
3401
|
border-radius:unset;
|
|
3402
3402
|
box-sizing:border-box;
|
|
@@ -3410,7 +3410,7 @@
|
|
|
3410
3410
|
z-index:-1;
|
|
3411
3411
|
}
|
|
3412
3412
|
|
|
3413
|
-
.bp_empty_state_module_emptyState--
|
|
3413
|
+
.bp_empty_state_module_emptyState--b24b7{
|
|
3414
3414
|
align-items:center;
|
|
3415
3415
|
display:flex;
|
|
3416
3416
|
flex-direction:column;
|
|
@@ -3419,36 +3419,36 @@
|
|
|
3419
3419
|
text-align:center;
|
|
3420
3420
|
width:100%;
|
|
3421
3421
|
}
|
|
3422
|
-
.bp_empty_state_module_emptyState--
|
|
3422
|
+
.bp_empty_state_module_emptyState--b24b7 .bp_empty_state_module_illustration--b24b7{
|
|
3423
3423
|
margin-block-end:var(--space-6);
|
|
3424
3424
|
}
|
|
3425
|
-
.bp_empty_state_module_emptyState--
|
|
3425
|
+
.bp_empty_state_module_emptyState--b24b7 .bp_empty_state_module_body--b24b7{
|
|
3426
3426
|
max-width:22.5rem;
|
|
3427
3427
|
}
|
|
3428
|
-
.bp_empty_state_module_emptyState--
|
|
3428
|
+
.bp_empty_state_module_emptyState--b24b7 .bp_empty_state_module_body--b24b7:not(:last-child){
|
|
3429
3429
|
margin-block-end:var(--space-6);
|
|
3430
3430
|
}
|
|
3431
|
-
.bp_empty_state_module_emptyState--
|
|
3431
|
+
.bp_empty_state_module_emptyState--b24b7 .bp_empty_state_module_heading--b24b7{
|
|
3432
3432
|
margin-block-end:var(--space-3);
|
|
3433
3433
|
}
|
|
3434
|
-
.bp_empty_state_module_emptyState--
|
|
3434
|
+
.bp_empty_state_module_emptyState--b24b7 .bp_empty_state_module_button--b24b7:not(:last-child){
|
|
3435
3435
|
margin-block-end:var(--space-6);
|
|
3436
3436
|
}
|
|
3437
|
-
.bp_empty_state_module_emptyState--
|
|
3437
|
+
.bp_empty_state_module_emptyState--b24b7.bp_empty_state_module_small--b24b7 .bp_empty_state_module_illustration--b24b7{
|
|
3438
3438
|
margin-block-end:var(--space-4);
|
|
3439
3439
|
}
|
|
3440
|
-
.bp_empty_state_module_emptyState--
|
|
3440
|
+
.bp_empty_state_module_emptyState--b24b7.bp_empty_state_module_small--b24b7 .bp_empty_state_module_illustration--b24b7 svg{
|
|
3441
3441
|
height:var(--size-14);
|
|
3442
3442
|
width:var(--size-14);
|
|
3443
3443
|
}
|
|
3444
|
-
.bp_empty_state_module_emptyState--
|
|
3444
|
+
.bp_empty_state_module_emptyState--b24b7.bp_empty_state_module_small--b24b7 .bp_empty_state_module_body--b24b7{
|
|
3445
3445
|
max-width:220px;
|
|
3446
3446
|
}
|
|
3447
|
-
.bp_empty_state_module_emptyState--
|
|
3447
|
+
.bp_empty_state_module_emptyState--b24b7.bp_empty_state_module_small--b24b7 .bp_empty_state_module_body--b24b7:not(:last-child){
|
|
3448
3448
|
margin-block-end:var(--space-4);
|
|
3449
3449
|
}
|
|
3450
3450
|
|
|
3451
|
-
.bp_guided_tooltip_module_content--
|
|
3451
|
+
.bp_guided_tooltip_module_content--13ef7{
|
|
3452
3452
|
background-color:var(--gray-white);
|
|
3453
3453
|
border:var(--border-1) solid var(--border-card-border);
|
|
3454
3454
|
border-radius:var(--radius-4);
|
|
@@ -3459,39 +3459,39 @@
|
|
|
3459
3459
|
padding-inline:var(--space-7);
|
|
3460
3460
|
z-index:10;
|
|
3461
3461
|
}
|
|
3462
|
-
.bp_guided_tooltip_module_content--
|
|
3462
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_body--13ef7.bp_guided_tooltip_module_noTitle--13ef7{
|
|
3463
3463
|
padding-inline-end:var(--space-6);
|
|
3464
3464
|
}
|
|
3465
|
-
.bp_guided_tooltip_module_content--
|
|
3465
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_title--13ef7{
|
|
3466
3466
|
margin-block-end:var(--space-2);
|
|
3467
3467
|
padding-inline-end:var(--space-6);
|
|
3468
3468
|
}
|
|
3469
|
-
.bp_guided_tooltip_module_content--
|
|
3469
|
+
.bp_guided_tooltip_module_content--13ef7 * + .bp_guided_tooltip_module_footer--13ef7{
|
|
3470
3470
|
margin-block-start:var(--space-5);
|
|
3471
3471
|
}
|
|
3472
|
-
.bp_guided_tooltip_module_content--
|
|
3472
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_footer--13ef7{
|
|
3473
3473
|
display:flex;
|
|
3474
3474
|
justify-content:flex-end;
|
|
3475
3475
|
width:100%;
|
|
3476
3476
|
}
|
|
3477
|
-
.bp_guided_tooltip_module_content--
|
|
3477
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_actionButtons--13ef7{
|
|
3478
3478
|
display:flex;
|
|
3479
3479
|
gap:var(--space-2);
|
|
3480
3480
|
justify-content:flex-end;
|
|
3481
3481
|
width:100%;
|
|
3482
3482
|
}
|
|
3483
|
-
.bp_guided_tooltip_module_content--
|
|
3483
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_stepsIndicator--13ef7{
|
|
3484
3484
|
align-self:center;
|
|
3485
3485
|
color:var(--text-text-on-light-secondary);
|
|
3486
3486
|
width:100%;
|
|
3487
3487
|
}
|
|
3488
|
-
.bp_guided_tooltip_module_content--
|
|
3488
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_closeButton--13ef7{
|
|
3489
3489
|
color:var(--gray-black);
|
|
3490
3490
|
position:absolute;
|
|
3491
3491
|
right:var(--space-3);
|
|
3492
3492
|
top:var(--space-3);
|
|
3493
3493
|
}
|
|
3494
|
-
.bp_guided_tooltip_module_content--
|
|
3494
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_arrow--13ef7{
|
|
3495
3495
|
align-content:center;
|
|
3496
3496
|
display:flex !important;
|
|
3497
3497
|
height:var(--size-4);
|
|
@@ -3499,7 +3499,7 @@
|
|
|
3499
3499
|
visibility:visible;
|
|
3500
3500
|
width:var(--size-9);
|
|
3501
3501
|
}
|
|
3502
|
-
.bp_guided_tooltip_module_content--
|
|
3502
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_arrow--13ef7::after{
|
|
3503
3503
|
background-color:var(--gray-white);
|
|
3504
3504
|
border-bottom-right-radius:var(--radius-1);
|
|
3505
3505
|
border-color:var(--border-card-border);
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
transform:translateY(-50%) rotate(45deg);
|
|
3511
3511
|
width:var(--size-6);
|
|
3512
3512
|
}
|
|
3513
|
-
.bp_guided_tooltip_module_content--
|
|
3513
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_icon--13ef7{
|
|
3514
3514
|
align-items:center;
|
|
3515
3515
|
background-color:var(--box-blue-10);
|
|
3516
3516
|
border-radius:var(--radius-2);
|
|
@@ -3520,11 +3520,11 @@
|
|
|
3520
3520
|
margin-block-end:var(--space-4);
|
|
3521
3521
|
width:var(--size-7);
|
|
3522
3522
|
}
|
|
3523
|
-
.bp_guided_tooltip_module_content--
|
|
3523
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_icon--13ef7::after{
|
|
3524
3524
|
height:var(--size-4);
|
|
3525
3525
|
width:var(--size-4);
|
|
3526
3526
|
}
|
|
3527
|
-
.bp_guided_tooltip_module_content--
|
|
3527
|
+
.bp_guided_tooltip_module_content--13ef7 .bp_guided_tooltip_module_illustration--13ef7{
|
|
3528
3528
|
border-radius:var(--radius-4);
|
|
3529
3529
|
margin-block-start:var(--space-5);
|
|
3530
3530
|
width:100%;
|
|
@@ -3581,7 +3581,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3581
3581
|
border-block-end:var(--border-1) solid var(--gray-10);
|
|
3582
3582
|
}
|
|
3583
3583
|
|
|
3584
|
-
.bp_modal_module_overlay--
|
|
3584
|
+
.bp_modal_module_overlay--925a9{
|
|
3585
3585
|
background-color:var(--black-opacity-80);
|
|
3586
3586
|
bottom:0;
|
|
3587
3587
|
display:grid;
|
|
@@ -3593,13 +3593,13 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3593
3593
|
z-index:370;
|
|
3594
3594
|
}
|
|
3595
3595
|
@media (min-width: 460px){
|
|
3596
|
-
.bp_modal_module_overlay--
|
|
3596
|
+
.bp_modal_module_overlay--925a9{
|
|
3597
3597
|
place-items:center;
|
|
3598
3598
|
}
|
|
3599
3599
|
}
|
|
3600
3600
|
|
|
3601
|
-
.bp_modal_module_content--
|
|
3602
|
-
animation:bp_modal_module_popup_bounce_in--
|
|
3601
|
+
.bp_modal_module_content--925a9{
|
|
3602
|
+
animation:bp_modal_module_popup_bounce_in--925a9 var(--animation-duration-3);
|
|
3603
3603
|
background-color:var(--gray-white);
|
|
3604
3604
|
display:flex;
|
|
3605
3605
|
flex-direction:column;
|
|
@@ -3609,7 +3609,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3609
3609
|
position:relative;
|
|
3610
3610
|
}
|
|
3611
3611
|
@media (min-width: 460px){
|
|
3612
|
-
.bp_modal_module_content--
|
|
3612
|
+
.bp_modal_module_content--925a9{
|
|
3613
3613
|
border-radius:var(--radius-4);
|
|
3614
3614
|
height:auto;
|
|
3615
3615
|
margin:0 var(--space-8);
|
|
@@ -3617,69 +3617,69 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3617
3617
|
}
|
|
3618
3618
|
}
|
|
3619
3619
|
|
|
3620
|
-
.bp_modal_module_content--
|
|
3620
|
+
.bp_modal_module_content--925a9 .bp_modal_module_close--925a9{
|
|
3621
3621
|
color:var(--gray-65);
|
|
3622
3622
|
position:absolute;
|
|
3623
3623
|
right:var(--space-4);
|
|
3624
3624
|
top:var(--space-4);
|
|
3625
3625
|
}
|
|
3626
3626
|
|
|
3627
|
-
.bp_modal_module_close--
|
|
3627
|
+
.bp_modal_module_close--925a9.bp_modal_module_onColor--925a9{
|
|
3628
3628
|
background-color:var(--surface-cta-surface-tertiary);
|
|
3629
3629
|
}
|
|
3630
|
-
.bp_modal_module_close--
|
|
3630
|
+
.bp_modal_module_close--925a9.bp_modal_module_onColor--925a9:hover{
|
|
3631
3631
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
3632
3632
|
}
|
|
3633
|
-
.bp_modal_module_close--
|
|
3633
|
+
.bp_modal_module_close--925a9.bp_modal_module_onColor--925a9:active{
|
|
3634
3634
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
3635
3635
|
}
|
|
3636
3636
|
|
|
3637
|
-
.bp_modal_module_content--
|
|
3637
|
+
.bp_modal_module_content--925a9 .bp_modal_module_backButton--925a9{
|
|
3638
3638
|
color:var(--gray-65);
|
|
3639
3639
|
margin-block-start:var(--space-4);
|
|
3640
3640
|
margin-inline-start:var(--space-4);
|
|
3641
3641
|
}
|
|
3642
3642
|
@media (min-width: 460px){
|
|
3643
|
-
.bp_modal_module_content--
|
|
3643
|
+
.bp_modal_module_content--925a9 .bp_modal_module_backButton--925a9{
|
|
3644
3644
|
height:var(--size-10);
|
|
3645
3645
|
width:var(--size-10);
|
|
3646
3646
|
}
|
|
3647
3647
|
}
|
|
3648
3648
|
|
|
3649
|
-
.bp_modal_module_modalHeader--
|
|
3649
|
+
.bp_modal_module_modalHeader--925a9{
|
|
3650
3650
|
display:flex;
|
|
3651
3651
|
}
|
|
3652
3652
|
|
|
3653
|
-
.bp_modal_module_modalTitle--
|
|
3653
|
+
.bp_modal_module_modalTitle--925a9{
|
|
3654
3654
|
display:flex;
|
|
3655
3655
|
flex-direction:column;
|
|
3656
3656
|
gap:var(--space-2);
|
|
3657
3657
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
3658
3658
|
}
|
|
3659
3659
|
@media (min-width: 460px){
|
|
3660
|
-
.bp_modal_module_modalTitle--
|
|
3660
|
+
.bp_modal_module_modalTitle--925a9{
|
|
3661
3661
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
3662
3662
|
}
|
|
3663
3663
|
}
|
|
3664
3664
|
|
|
3665
|
-
.bp_modal_module_body--
|
|
3665
|
+
.bp_modal_module_body--925a9{
|
|
3666
3666
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
3667
3667
|
}
|
|
3668
3668
|
@media (min-width: 460px){
|
|
3669
|
-
.bp_modal_module_body--
|
|
3669
|
+
.bp_modal_module_body--925a9{
|
|
3670
3670
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
3671
3671
|
}
|
|
3672
3672
|
}
|
|
3673
3673
|
|
|
3674
|
-
.bp_modal_module_scrollableContainer--
|
|
3674
|
+
.bp_modal_module_scrollableContainer--925a9{
|
|
3675
3675
|
flex-grow:1;
|
|
3676
3676
|
overflow-y:auto;
|
|
3677
3677
|
}
|
|
3678
3678
|
|
|
3679
|
-
.bp_modal_module_headerDividerLine--
|
|
3679
|
+
.bp_modal_module_headerDividerLine--925a9{
|
|
3680
3680
|
position:relative;
|
|
3681
3681
|
}
|
|
3682
|
-
.bp_modal_module_headerDividerLine--
|
|
3682
|
+
.bp_modal_module_headerDividerLine--925a9::after{
|
|
3683
3683
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3684
3684
|
bottom:0;
|
|
3685
3685
|
content:"";
|
|
@@ -3688,16 +3688,16 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3688
3688
|
right:var(--space-4);
|
|
3689
3689
|
}
|
|
3690
3690
|
@media (min-width: 460px){
|
|
3691
|
-
.bp_modal_module_headerDividerLine--
|
|
3691
|
+
.bp_modal_module_headerDividerLine--925a9::after{
|
|
3692
3692
|
left:var(--space-6);
|
|
3693
3693
|
right:var(--space-6);
|
|
3694
3694
|
}
|
|
3695
3695
|
}
|
|
3696
3696
|
|
|
3697
|
-
.bp_modal_module_footerDividerLine--
|
|
3697
|
+
.bp_modal_module_footerDividerLine--925a9{
|
|
3698
3698
|
position:relative;
|
|
3699
3699
|
}
|
|
3700
|
-
.bp_modal_module_footerDividerLine--
|
|
3700
|
+
.bp_modal_module_footerDividerLine--925a9::before{
|
|
3701
3701
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3702
3702
|
content:"";
|
|
3703
3703
|
left:var(--space-4);
|
|
@@ -3706,28 +3706,28 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3706
3706
|
top:0;
|
|
3707
3707
|
}
|
|
3708
3708
|
@media (min-width: 460px){
|
|
3709
|
-
.bp_modal_module_footerDividerLine--
|
|
3709
|
+
.bp_modal_module_footerDividerLine--925a9::before{
|
|
3710
3710
|
left:var(--space-6);
|
|
3711
3711
|
right:var(--space-6);
|
|
3712
3712
|
}
|
|
3713
3713
|
}
|
|
3714
3714
|
|
|
3715
|
-
.bp_modal_module_footer--
|
|
3715
|
+
.bp_modal_module_footer--925a9{
|
|
3716
3716
|
display:flex;
|
|
3717
3717
|
justify-content:flex-end;
|
|
3718
3718
|
padding:var(--space-4);
|
|
3719
3719
|
}
|
|
3720
3720
|
@media (min-width: 460px){
|
|
3721
|
-
.bp_modal_module_footer--
|
|
3721
|
+
.bp_modal_module_footer--925a9{
|
|
3722
3722
|
padding:var(--space-6);
|
|
3723
3723
|
}
|
|
3724
3724
|
}
|
|
3725
3725
|
|
|
3726
|
-
.bp_modal_module_footerButton--
|
|
3726
|
+
.bp_modal_module_footerButton--925a9 + .bp_modal_module_footerButton--925a9{
|
|
3727
3727
|
margin-inline-start:var(--space-3);
|
|
3728
3728
|
}
|
|
3729
3729
|
|
|
3730
|
-
@keyframes bp_modal_module_popup_bounce_in--
|
|
3730
|
+
@keyframes bp_modal_module_popup_bounce_in--925a9{
|
|
3731
3731
|
0%{
|
|
3732
3732
|
transform:scale3d(.1, .1, 1);
|
|
3733
3733
|
}
|
|
@@ -3735,7 +3735,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3735
3735
|
transform:scaleX(1);
|
|
3736
3736
|
}
|
|
3737
3737
|
}
|
|
3738
|
-
.bp_chip_module_chip--
|
|
3738
|
+
.bp_chip_module_chip--34343{
|
|
3739
3739
|
align-items:center;
|
|
3740
3740
|
border:none;
|
|
3741
3741
|
border-radius:var(--radius-half);
|
|
@@ -3752,19 +3752,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3752
3752
|
text-decoration:none;
|
|
3753
3753
|
text-transform:none;
|
|
3754
3754
|
}
|
|
3755
|
-
.bp_chip_module_chip--
|
|
3755
|
+
.bp_chip_module_chip--34343 .bp_chip_module_labelText--34343:first-child{
|
|
3756
3756
|
margin-inline-start:var(--space-4);
|
|
3757
3757
|
}
|
|
3758
|
-
.bp_chip_module_chip--
|
|
3758
|
+
.bp_chip_module_chip--34343 .bp_chip_module_labelText--34343:last-child{
|
|
3759
3759
|
margin-inline-end:var(--space-4);
|
|
3760
3760
|
}
|
|
3761
|
-
.bp_chip_module_chip--
|
|
3761
|
+
.bp_chip_module_chip--34343 .bp_chip_module_chipStatus--34343:first-child,.bp_chip_module_chip--34343 svg:first-child{
|
|
3762
3762
|
margin-inline-start:var(--space-2);
|
|
3763
3763
|
}
|
|
3764
|
-
.bp_chip_module_chip--
|
|
3764
|
+
.bp_chip_module_chip--34343 .bp_chip_module_chipStatus--34343:last-child,.bp_chip_module_chip--34343 svg:last-child{
|
|
3765
3765
|
margin-inline-end:var(--space-2);
|
|
3766
3766
|
}
|
|
3767
|
-
.bp_chip_module_chip--
|
|
3767
|
+
.bp_chip_module_chip--34343 .bp_chip_module_chipStatus--34343{
|
|
3768
3768
|
align-items:center;
|
|
3769
3769
|
background-color:var(--gray-10);
|
|
3770
3770
|
border-radius:var(--radius-half);
|
|
@@ -3783,10 +3783,10 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3783
3783
|
text-decoration:none;
|
|
3784
3784
|
text-transform:none;
|
|
3785
3785
|
}
|
|
3786
|
-
.bp_chip_module_chip--
|
|
3786
|
+
.bp_chip_module_chip--34343 .bp_chip_module_labelText--34343{
|
|
3787
3787
|
white-space:nowrap;
|
|
3788
3788
|
}
|
|
3789
|
-
.bp_chip_module_chip--
|
|
3789
|
+
.bp_chip_module_chip--34343.bp_chip_module_chipButton--34343{
|
|
3790
3790
|
background-color:var(--surface-chip-button-surface);
|
|
3791
3791
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
3792
3792
|
font-size:.875rem;
|
|
@@ -3796,50 +3796,50 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3796
3796
|
text-decoration:none;
|
|
3797
3797
|
text-transform:none;
|
|
3798
3798
|
}
|
|
3799
|
-
.bp_chip_module_chip--
|
|
3799
|
+
.bp_chip_module_chip--34343.bp_chip_module_chipButton--34343:focus-visible{
|
|
3800
3800
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3801
3801
|
outline:none;
|
|
3802
3802
|
overflow:visible;
|
|
3803
3803
|
}
|
|
3804
|
-
.bp_chip_module_chip--
|
|
3804
|
+
.bp_chip_module_chip--34343.bp_chip_module_chipButton--34343 .bp_chip_module_chipStatus--34343{
|
|
3805
3805
|
background-color:var(--box-blue-100);
|
|
3806
3806
|
color:var(--text-text-on-dark);
|
|
3807
3807
|
}
|
|
3808
|
-
.bp_chip_module_chip--
|
|
3808
|
+
.bp_chip_module_chip--34343.bp_chip_module_chipButton--34343:focus-visible,.bp_chip_module_chip--34343.bp_chip_module_chipButton--34343[data-active-item]{
|
|
3809
3809
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3810
3810
|
outline:none;
|
|
3811
3811
|
}
|
|
3812
|
-
.bp_chip_module_chip--
|
|
3812
|
+
.bp_chip_module_chip--34343.bp_chip_module_chipButton--34343:disabled{
|
|
3813
3813
|
pointer-events:none;
|
|
3814
3814
|
}
|
|
3815
|
-
.bp_chip_module_chip--
|
|
3815
|
+
.bp_chip_module_chip--34343.bp_chip_module_chipButton--34343:disabled .bp_chip_module_chipStatus--34343{
|
|
3816
3816
|
opacity:.4;
|
|
3817
3817
|
}
|
|
3818
|
-
.bp_chip_module_chip--
|
|
3818
|
+
.bp_chip_module_chip--34343.bp_chip_module_chipButton--34343:hover:enabled{
|
|
3819
3819
|
background-color:var(--surface-chip-button-surface-hover);
|
|
3820
3820
|
}
|
|
3821
|
-
.bp_chip_module_chip--
|
|
3821
|
+
.bp_chip_module_chip--34343.bp_chip_module_singleSelectChip--34343{
|
|
3822
3822
|
background-color:var(--surface-filterchip-surface-single);
|
|
3823
3823
|
}
|
|
3824
|
-
.bp_chip_module_chip--
|
|
3824
|
+
.bp_chip_module_chip--34343.bp_chip_module_singleSelectChip--34343[data-state=on]{
|
|
3825
3825
|
background-color:var(--surface-filterchip-surface-single-on);
|
|
3826
3826
|
color:var(--text-text-on-dark);
|
|
3827
3827
|
}
|
|
3828
|
-
.bp_chip_module_chip--
|
|
3828
|
+
.bp_chip_module_chip--34343.bp_chip_module_singleSelectChip--34343[data-state=on]:hover{
|
|
3829
3829
|
background-color:var(--surface-filterchip-surface-single-on-hover);
|
|
3830
3830
|
}
|
|
3831
|
-
.bp_chip_module_chip--
|
|
3831
|
+
.bp_chip_module_chip--34343.bp_chip_module_singleSelectChip--34343[data-state=on] .bp_chip_module_chipStatus--34343{
|
|
3832
3832
|
color:var(--text-text-on-light);
|
|
3833
3833
|
}
|
|
3834
|
-
.bp_chip_module_chip--
|
|
3834
|
+
.bp_chip_module_chip--34343.bp_chip_module_singleSelectChip--34343:focus-visible,.bp_chip_module_chip--34343.bp_chip_module_singleSelectChip--34343[data-active-item]{
|
|
3835
3835
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3836
3836
|
outline:var(--border-1) solid var(--gray-white);
|
|
3837
3837
|
outline-offset:calc(var(--border-1)*-1);
|
|
3838
3838
|
}
|
|
3839
|
-
.bp_chip_module_chip--
|
|
3839
|
+
.bp_chip_module_chip--34343.bp_chip_module_singleSelectChip--34343:hover:not([data-state=on]){
|
|
3840
3840
|
background-color:var(--surface-filterchip-surface-single-hover);
|
|
3841
3841
|
}
|
|
3842
|
-
.bp_chip_module_chip--
|
|
3842
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343{
|
|
3843
3843
|
background-color:var(--surface-filterchip-surface-multi);
|
|
3844
3844
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi);
|
|
3845
3845
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3850,10 +3850,10 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3850
3850
|
text-decoration:none;
|
|
3851
3851
|
text-transform:none;
|
|
3852
3852
|
}
|
|
3853
|
-
.bp_chip_module_chip--
|
|
3853
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343 path{
|
|
3854
3854
|
fill:var(--icon-icon-on-light);
|
|
3855
3855
|
}
|
|
3856
|
-
.bp_chip_module_chip--
|
|
3856
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343[data-state=on]{
|
|
3857
3857
|
background-color:var(--surface-filterchip-surface-multi-on);
|
|
3858
3858
|
border:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3859
3859
|
color:var(--text-cta-link);
|
|
@@ -3865,32 +3865,32 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3865
3865
|
text-decoration:none;
|
|
3866
3866
|
text-transform:none;
|
|
3867
3867
|
}
|
|
3868
|
-
.bp_chip_module_chip--
|
|
3868
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343[data-state=on] path{
|
|
3869
3869
|
fill:var(--text-cta-link);
|
|
3870
3870
|
}
|
|
3871
|
-
.bp_chip_module_chip--
|
|
3871
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343[data-state=on]:hover{
|
|
3872
3872
|
background-color:var(--surface-filterchip-surface-multi-on-hover);
|
|
3873
3873
|
}
|
|
3874
|
-
.bp_chip_module_chip--
|
|
3874
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343[data-state=on]:focus-visible,.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343[data-state=on][data-active-item]{
|
|
3875
3875
|
border:var(--border-1) solid var(--gray-white);
|
|
3876
3876
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3877
3877
|
outline:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3878
3878
|
outline-offset:calc(var(--border-2)*-1);
|
|
3879
3879
|
}
|
|
3880
|
-
.bp_chip_module_chip--
|
|
3880
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343[data-state=on] .bp_chip_module_chipStatus--34343{
|
|
3881
3881
|
background-color:var(--box-blue-100);
|
|
3882
3882
|
color:var(--text-text-on-dark);
|
|
3883
3883
|
}
|
|
3884
|
-
.bp_chip_module_chip--
|
|
3884
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343:focus-visible:not([data-state=on]),.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343[data-active-item]:not([data-state=on]){
|
|
3885
3885
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3886
3886
|
outline:var(--border-1) solid var(--gray-white);
|
|
3887
3887
|
outline-offset:calc(var(--border-1)*-1);
|
|
3888
3888
|
}
|
|
3889
|
-
.bp_chip_module_chip--
|
|
3889
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343:hover:not([data-state=on]){
|
|
3890
3890
|
background-color:var(--surface-filterchip-surface-multi-hover);
|
|
3891
3891
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi-hover);
|
|
3892
3892
|
}
|
|
3893
|
-
.bp_chip_module_chip--
|
|
3893
|
+
.bp_chip_module_chip--34343.bp_chip_module_multiSelectChip--34343 span::before{
|
|
3894
3894
|
content:attr(data-text);
|
|
3895
3895
|
display:block;
|
|
3896
3896
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3905,25 +3905,25 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3905
3905
|
visibility:hidden;
|
|
3906
3906
|
}
|
|
3907
3907
|
|
|
3908
|
-
.bp_chip_module_chipsGroup--
|
|
3908
|
+
.bp_chip_module_chipsGroup--34343{
|
|
3909
3909
|
display:flex;
|
|
3910
3910
|
flex-wrap:wrap;
|
|
3911
3911
|
gap:var(--space-2);
|
|
3912
3912
|
}
|
|
3913
3913
|
@media (max-width: 1023px){
|
|
3914
|
-
.bp_chip_module_chipsGroup--
|
|
3914
|
+
.bp_chip_module_chipsGroup--34343{
|
|
3915
3915
|
-ms-overflow-style:none;
|
|
3916
3916
|
flex-wrap:nowrap;
|
|
3917
3917
|
overflow-x:scroll;
|
|
3918
3918
|
padding:var(--space-05);
|
|
3919
3919
|
scrollbar-width:none;
|
|
3920
3920
|
}
|
|
3921
|
-
.bp_chip_module_chipsGroup--
|
|
3921
|
+
.bp_chip_module_chipsGroup--34343::-webkit-scrollbar{
|
|
3922
3922
|
display:none;
|
|
3923
3923
|
}
|
|
3924
3924
|
}
|
|
3925
3925
|
|
|
3926
|
-
.bp_context_menu_module_menuBlock--
|
|
3926
|
+
.bp_context_menu_module_menuBlock--b6840{
|
|
3927
3927
|
background-color:var(--surface-menu-surface);
|
|
3928
3928
|
border:var(--border-1) solid var(--border-card-border);
|
|
3929
3929
|
border-radius:var(--radius-3);
|
|
@@ -3934,14 +3934,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3934
3934
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
3935
3935
|
padding:var(--space-3);
|
|
3936
3936
|
}
|
|
3937
|
-
.bp_context_menu_module_menuBlock--
|
|
3937
|
+
.bp_context_menu_module_menuBlock--b6840 .bp_context_menu_module_menuItemsSeparator--b6840{
|
|
3938
3938
|
background-color:var(--border-divider-border);
|
|
3939
3939
|
flex-shrink:0;
|
|
3940
3940
|
height:var(--border-1);
|
|
3941
3941
|
margin-block:var(--space-2);
|
|
3942
3942
|
margin-inline:var(--space-2);
|
|
3943
3943
|
}
|
|
3944
|
-
.bp_context_menu_module_menuBlock--
|
|
3944
|
+
.bp_context_menu_module_menuBlock--b6840 .bp_context_menu_module_menuItem--b6840{
|
|
3945
3945
|
align-items:center;
|
|
3946
3946
|
background-color:var(--surface-menu-surface);
|
|
3947
3947
|
border:var(--border-2) solid #0000;
|
|
@@ -3954,19 +3954,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3954
3954
|
padding-inline:var(--space-2);
|
|
3955
3955
|
position:relative;
|
|
3956
3956
|
}
|
|
3957
|
-
.bp_context_menu_module_menuBlock--
|
|
3957
|
+
.bp_context_menu_module_menuBlock--b6840 .bp_context_menu_module_menuItem--b6840[data-disabled]{
|
|
3958
3958
|
opacity:60%;
|
|
3959
3959
|
pointer-events:none;
|
|
3960
3960
|
}
|
|
3961
|
-
.bp_context_menu_module_menuBlock--
|
|
3961
|
+
.bp_context_menu_module_menuBlock--b6840 .bp_context_menu_module_menuItem--b6840[data-highlighted]:not(:hover){
|
|
3962
3962
|
background-color:var(--surface-menu-surface-focus);
|
|
3963
3963
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3964
3964
|
}
|
|
3965
|
-
.bp_context_menu_module_menuBlock--
|
|
3965
|
+
.bp_context_menu_module_menuBlock--b6840 .bp_context_menu_module_menuItem--b6840:hover{
|
|
3966
3966
|
background-color:var(--surface-menu-surface-focus);
|
|
3967
3967
|
}
|
|
3968
3968
|
|
|
3969
|
-
.bp_notification_module_viewport--
|
|
3969
|
+
.bp_notification_module_viewport--aa8db{
|
|
3970
3970
|
all:unset;
|
|
3971
3971
|
align-items:center;
|
|
3972
3972
|
display:flex;
|
|
@@ -3979,33 +3979,33 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3979
3979
|
z-index:2147483647;
|
|
3980
3980
|
}
|
|
3981
3981
|
|
|
3982
|
-
.bp_notification_module_root--
|
|
3982
|
+
.bp_notification_module_root--aa8db{
|
|
3983
3983
|
border:var(--border-2) solid;
|
|
3984
3984
|
border-radius:var(--radius-3);
|
|
3985
3985
|
display:flex;
|
|
3986
3986
|
max-width:288px;
|
|
3987
3987
|
}
|
|
3988
3988
|
@media (width > 374px){
|
|
3989
|
-
.bp_notification_module_root--
|
|
3989
|
+
.bp_notification_module_root--aa8db{
|
|
3990
3990
|
max-width:343px;
|
|
3991
3991
|
}
|
|
3992
3992
|
}
|
|
3993
3993
|
@media (width > 767px){
|
|
3994
|
-
.bp_notification_module_root--
|
|
3994
|
+
.bp_notification_module_root--aa8db{
|
|
3995
3995
|
max-width:728px;
|
|
3996
3996
|
}
|
|
3997
3997
|
}
|
|
3998
3998
|
@media (width > 1023px){
|
|
3999
|
-
.bp_notification_module_root--
|
|
3999
|
+
.bp_notification_module_root--aa8db{
|
|
4000
4000
|
max-width:848px;
|
|
4001
4001
|
}
|
|
4002
4002
|
}
|
|
4003
4003
|
@media (width > 1219px){
|
|
4004
|
-
.bp_notification_module_root--
|
|
4004
|
+
.bp_notification_module_root--aa8db{
|
|
4005
4005
|
max-width:896px;
|
|
4006
4006
|
}
|
|
4007
4007
|
}
|
|
4008
|
-
.bp_notification_module_root--
|
|
4008
|
+
.bp_notification_module_root--aa8db .bp_notification_module_container--aa8db{
|
|
4009
4009
|
align-items:flex-start;
|
|
4010
4010
|
box-shadow:var(--dropshadow-3);
|
|
4011
4011
|
display:flex;
|
|
@@ -4014,11 +4014,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4014
4014
|
width:100%;
|
|
4015
4015
|
}
|
|
4016
4016
|
@media (width > 767px){
|
|
4017
|
-
.bp_notification_module_root--
|
|
4017
|
+
.bp_notification_module_root--aa8db .bp_notification_module_container--aa8db{
|
|
4018
4018
|
align-items:center;
|
|
4019
4019
|
}
|
|
4020
4020
|
}
|
|
4021
|
-
.bp_notification_module_root--
|
|
4021
|
+
.bp_notification_module_root--aa8db .bp_notification_module_mobileContainer--aa8db{
|
|
4022
4022
|
align-items:left;
|
|
4023
4023
|
display:flex;
|
|
4024
4024
|
flex-direction:column;
|
|
@@ -4026,46 +4026,46 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4026
4026
|
width:100%;
|
|
4027
4027
|
}
|
|
4028
4028
|
@media (width > 767px){
|
|
4029
|
-
.bp_notification_module_root--
|
|
4029
|
+
.bp_notification_module_root--aa8db .bp_notification_module_mobileContainer--aa8db{
|
|
4030
4030
|
align-items:center;
|
|
4031
4031
|
flex-direction:row;
|
|
4032
4032
|
}
|
|
4033
4033
|
}
|
|
4034
|
-
.bp_notification_module_root--
|
|
4034
|
+
.bp_notification_module_root--aa8db .bp_notification_module_withButtons--aa8db{
|
|
4035
4035
|
gap:var(--space-3);
|
|
4036
4036
|
}
|
|
4037
|
-
.bp_notification_module_root--
|
|
4037
|
+
.bp_notification_module_root--aa8db.bp_notification_module_info--aa8db{
|
|
4038
4038
|
background:var(--surface-message-surface-info);
|
|
4039
4039
|
border-color:var(--border-message-border-info);
|
|
4040
4040
|
}
|
|
4041
|
-
.bp_notification_module_root--
|
|
4041
|
+
.bp_notification_module_root--aa8db.bp_notification_module_success--aa8db{
|
|
4042
4042
|
background:var(--surface-message-surface-success);
|
|
4043
4043
|
border-color:var(--border-message-border-success);
|
|
4044
4044
|
}
|
|
4045
|
-
.bp_notification_module_root--
|
|
4045
|
+
.bp_notification_module_root--aa8db.bp_notification_module_warning--aa8db{
|
|
4046
4046
|
background:var(--surface-message-surface-warning);
|
|
4047
4047
|
border-color:var(--border-message-border-warning);
|
|
4048
4048
|
}
|
|
4049
|
-
.bp_notification_module_root--
|
|
4049
|
+
.bp_notification_module_root--aa8db.bp_notification_module_error--aa8db{
|
|
4050
4050
|
background:var(--surface-message-surface-error);
|
|
4051
4051
|
border-color:var(--border-message-border-error);
|
|
4052
4052
|
}
|
|
4053
|
-
.bp_notification_module_root--
|
|
4053
|
+
.bp_notification_module_root--aa8db:focus-visible{
|
|
4054
4054
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4055
4055
|
outline:none;
|
|
4056
4056
|
}
|
|
4057
|
-
.bp_notification_module_root--
|
|
4057
|
+
.bp_notification_module_root--aa8db .bp_notification_module_typeIconContainer--aa8db{
|
|
4058
4058
|
align-items:center;
|
|
4059
4059
|
display:flex;
|
|
4060
4060
|
height:var(--size-8);
|
|
4061
4061
|
justify-content:center;
|
|
4062
4062
|
width:var(--size-8);
|
|
4063
4063
|
}
|
|
4064
|
-
.bp_notification_module_root--
|
|
4064
|
+
.bp_notification_module_root--aa8db .bp_notification_module_typeIconContainer--aa8db .bp_notification_module_typeIcon--aa8db{
|
|
4065
4065
|
flex-shrink:0;
|
|
4066
4066
|
margin-left:var(--space-4);
|
|
4067
4067
|
}
|
|
4068
|
-
.bp_notification_module_root--
|
|
4068
|
+
.bp_notification_module_root--aa8db .bp_notification_module_text--aa8db{
|
|
4069
4069
|
align-items:center;
|
|
4070
4070
|
color:var(--text-text-on-light);
|
|
4071
4071
|
display:flex;
|
|
@@ -4079,38 +4079,38 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4079
4079
|
text-decoration:none;
|
|
4080
4080
|
text-transform:none;
|
|
4081
4081
|
}
|
|
4082
|
-
.bp_notification_module_root--
|
|
4082
|
+
.bp_notification_module_root--aa8db .bp_notification_module_text--aa8db > div{
|
|
4083
4083
|
overflow:hidden;
|
|
4084
4084
|
overflow-wrap:break-word;
|
|
4085
4085
|
}
|
|
4086
|
-
.bp_notification_module_root--
|
|
4086
|
+
.bp_notification_module_root--aa8db .bp_notification_module_contentButtonSection--aa8db{
|
|
4087
4087
|
display:flex;
|
|
4088
4088
|
gap:var(--space-3);
|
|
4089
4089
|
margin-left:0;
|
|
4090
4090
|
}
|
|
4091
4091
|
@media (width > 767px){
|
|
4092
|
-
.bp_notification_module_root--
|
|
4092
|
+
.bp_notification_module_root--aa8db .bp_notification_module_contentButtonSection--aa8db{
|
|
4093
4093
|
margin-left:auto;
|
|
4094
4094
|
}
|
|
4095
4095
|
}
|
|
4096
|
-
.bp_notification_module_root--
|
|
4096
|
+
.bp_notification_module_root--aa8db .bp_notification_module_contentButtonSection--aa8db .bp_notification_module_contentButtons--aa8db{
|
|
4097
4097
|
display:flex;
|
|
4098
4098
|
gap:var(--space-3);
|
|
4099
4099
|
}
|
|
4100
|
-
.bp_notification_module_root--
|
|
4100
|
+
.bp_notification_module_root--aa8db .bp_notification_module_closeButtonSection--aa8db{
|
|
4101
4101
|
display:flex;
|
|
4102
4102
|
gap:var(--space-3);
|
|
4103
4103
|
margin-left:auto;
|
|
4104
4104
|
margin-right:var(--space-4);
|
|
4105
4105
|
}
|
|
4106
|
-
.bp_notification_module_root--
|
|
4106
|
+
.bp_notification_module_root--aa8db .bp_notification_module_closeButtonSection--aa8db .bp_notification_module_closeButton--aa8db{
|
|
4107
4107
|
align-self:center;
|
|
4108
4108
|
}
|
|
4109
|
-
.bp_notification_module_root--
|
|
4109
|
+
.bp_notification_module_root--aa8db .bp_notification_module_closeButtonSection--aa8db .bp_notification_module_closeButton--aa8db svg *{
|
|
4110
4110
|
fill:currentColor;
|
|
4111
4111
|
}
|
|
4112
4112
|
|
|
4113
|
-
.bp_page_header_module_pageHeader--
|
|
4113
|
+
.bp_page_header_module_pageHeader--d3ec5{
|
|
4114
4114
|
align-items:center;
|
|
4115
4115
|
background:var(--surface-surface);
|
|
4116
4116
|
display:flex;
|
|
@@ -4120,35 +4120,35 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4120
4120
|
min-height:var(--size-10);
|
|
4121
4121
|
width:100%;
|
|
4122
4122
|
}
|
|
4123
|
-
.bp_page_header_module_pageHeader--
|
|
4123
|
+
.bp_page_header_module_pageHeader--d3ec5.bp_page_header_module_sticky--d3ec5{
|
|
4124
4124
|
bottom:var(--blueprint-page-header-bottom, 0);
|
|
4125
4125
|
left:var(--blueprint-page-header-left, 0);
|
|
4126
4126
|
position:sticky;
|
|
4127
4127
|
right:var(--blueprint-page-header-right, 0);
|
|
4128
4128
|
top:var(--blueprint-page-header-top, 0);
|
|
4129
4129
|
}
|
|
4130
|
-
.bp_page_header_module_pageHeader--
|
|
4130
|
+
.bp_page_header_module_pageHeader--d3ec5.bp_page_header_module_default--d3ec5{
|
|
4131
4131
|
height:var(--size-16);
|
|
4132
4132
|
padding-inline:var(--space-2);
|
|
4133
4133
|
}
|
|
4134
|
-
.bp_page_header_module_pageHeader--
|
|
4134
|
+
.bp_page_header_module_pageHeader--d3ec5.bp_page_header_module_inline--d3ec5{
|
|
4135
4135
|
height:var(--size-10);
|
|
4136
4136
|
}
|
|
4137
|
-
.bp_page_header_module_pageHeader--
|
|
4137
|
+
.bp_page_header_module_pageHeader--d3ec5 .bp_page_header_module_corner--d3ec5{
|
|
4138
4138
|
align-items:center;
|
|
4139
4139
|
display:flex;
|
|
4140
4140
|
flex-basis:content;
|
|
4141
4141
|
flex-grow:0;
|
|
4142
4142
|
flex-shrink:0;
|
|
4143
4143
|
}
|
|
4144
|
-
.bp_page_header_module_pageHeader--
|
|
4144
|
+
.bp_page_header_module_pageHeader--d3ec5 .bp_page_header_module_startElements--d3ec5{
|
|
4145
4145
|
align-items:center;
|
|
4146
4146
|
display:flex;
|
|
4147
4147
|
flex-grow:1;
|
|
4148
4148
|
justify-content:flex-start;
|
|
4149
4149
|
overflow:hidden;
|
|
4150
4150
|
}
|
|
4151
|
-
.bp_page_header_module_pageHeader--
|
|
4151
|
+
.bp_page_header_module_pageHeader--d3ec5 .bp_page_header_module_endElements--d3ec5{
|
|
4152
4152
|
align-items:center;
|
|
4153
4153
|
display:flex;
|
|
4154
4154
|
flex-direction:row;
|
|
@@ -4156,41 +4156,41 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4156
4156
|
justify-content:flex-end;
|
|
4157
4157
|
}
|
|
4158
4158
|
|
|
4159
|
-
.bp_popover_module_popoverMainContent--
|
|
4159
|
+
.bp_popover_module_popoverMainContent--9cf9b{
|
|
4160
4160
|
mask-image:linear-gradient(to top, #0000, var(--gray-black)), linear-gradient(to left, #0000 var(--space-4), var(--gray-black) var(--space-4));
|
|
4161
4161
|
overflow-y:auto;
|
|
4162
4162
|
}
|
|
4163
4163
|
|
|
4164
|
-
.bp_popover_module_popoverContentContainer--
|
|
4164
|
+
.bp_popover_module_popoverContentContainer--9cf9b{
|
|
4165
4165
|
max-width:320px;
|
|
4166
4166
|
z-index:380;
|
|
4167
4167
|
}
|
|
4168
|
-
.bp_popover_module_popoverContentContainer--
|
|
4168
|
+
.bp_popover_module_popoverContentContainer--9cf9b .bp_popover_module_popoverCard--9cf9b{
|
|
4169
4169
|
box-shadow:var(--dropshadow-3);
|
|
4170
4170
|
margin-block:var(--space-1);
|
|
4171
4171
|
}
|
|
4172
|
-
.bp_popover_module_popoverContentContainer--
|
|
4172
|
+
.bp_popover_module_popoverContentContainer--9cf9b .bp_popover_module_popoverCard--9cf9b .bp_popover_module_popoverMainContent--9cf9b{
|
|
4173
4173
|
margin-inline-end:calc(var(--space-4)*-1);
|
|
4174
4174
|
mask-position:left bottom;
|
|
4175
4175
|
mask-size:100% 20000px;
|
|
4176
4176
|
padding-right:var(--space-4);
|
|
4177
4177
|
transition:mask-position var(--animation-duration-3);
|
|
4178
4178
|
}
|
|
4179
|
-
.bp_popover_module_popoverContentContainer--
|
|
4179
|
+
.bp_popover_module_popoverContentContainer--9cf9b .bp_popover_module_popoverCard--9cf9b .bp_popover_module_popoverMainContent--9cf9b:hover{
|
|
4180
4180
|
mask-position:left top;
|
|
4181
4181
|
}
|
|
4182
|
-
.bp_popover_module_popoverContentContainer--
|
|
4182
|
+
.bp_popover_module_popoverContentContainer--9cf9b .bp_popover_module_popoverCard--9cf9b .bp_popover_module_popoverMainContent--9cf9b .bp_popover_module_popoverMainContentOuterContainer--9cf9b{
|
|
4183
4183
|
max-height:inherit;
|
|
4184
4184
|
}
|
|
4185
|
-
.bp_popover_module_popoverContentContainer--
|
|
4185
|
+
.bp_popover_module_popoverContentContainer--9cf9b .bp_popover_module_popoverCard--9cf9b .bp_popover_module_popoverMainContent--9cf9b .bp_popover_module_popoverMainContentOuterContainer--9cf9b .bp_popover_module_popoverMainContentInnerContainerPadding--9cf9b{
|
|
4186
4186
|
padding-block-end:var(--space-3);
|
|
4187
4187
|
}
|
|
4188
|
-
.bp_popover_module_popoverContentContainer--
|
|
4188
|
+
.bp_popover_module_popoverContentContainer--9cf9b .bp_popover_module_popoverFooter--9cf9b{
|
|
4189
4189
|
margin-inline:calc(var(--space-4)*-1);
|
|
4190
4190
|
padding-block-start:var(--space-4);
|
|
4191
4191
|
padding-inline:var(--space-4);
|
|
4192
4192
|
}
|
|
4193
|
-
.bp_popover_module_popoverContentContainer--
|
|
4193
|
+
.bp_popover_module_popoverContentContainer--9cf9b .bp_popover_module_popoverFooter--9cf9b.bp_popover_module_popoverFooterTopBorder--9cf9b{
|
|
4194
4194
|
border-top:var(--border-1) solid var(--border-card-border);
|
|
4195
4195
|
}
|
|
4196
4196
|
.bp_select_menu_grid_module_grid--6e766{
|
|
@@ -4283,7 +4283,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4283
4283
|
opacity:.3;
|
|
4284
4284
|
}
|
|
4285
4285
|
|
|
4286
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
4286
|
+
.bp_tabs_module_hiddenWidthSetter--ae928{
|
|
4287
4287
|
display:block;
|
|
4288
4288
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4289
4289
|
font-size:.875rem;
|
|
@@ -4296,11 +4296,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4296
4296
|
text-transform:none;
|
|
4297
4297
|
visibility:hidden;
|
|
4298
4298
|
}
|
|
4299
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
4299
|
+
.bp_tabs_module_hiddenWidthSetter--ae928 > *{
|
|
4300
4300
|
visibility:hidden;
|
|
4301
4301
|
}
|
|
4302
4302
|
|
|
4303
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4303
|
+
.bp_tabs_module_contentSwitchTabList--ae928{
|
|
4304
4304
|
background:var(--surface-contentswitcher-surface);
|
|
4305
4305
|
border-radius:var(--radius-3);
|
|
4306
4306
|
display:grid;
|
|
@@ -4311,7 +4311,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4311
4311
|
min-width:fit-content;
|
|
4312
4312
|
padding:var(--space-1);
|
|
4313
4313
|
}
|
|
4314
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4314
|
+
.bp_tabs_module_contentSwitchTabList--ae928 .bp_tabs_module_contentSwitchTab--ae928{
|
|
4315
4315
|
align-items:center;
|
|
4316
4316
|
background:#0000;
|
|
4317
4317
|
border:none;
|
|
@@ -4325,7 +4325,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4325
4325
|
padding-inline:var(--space-4);
|
|
4326
4326
|
white-space:nowrap;
|
|
4327
4327
|
}
|
|
4328
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4328
|
+
.bp_tabs_module_contentSwitchTabList--ae928 .bp_tabs_module_contentSwitchTab--ae928,.bp_tabs_module_contentSwitchTabList--ae928 .bp_tabs_module_contentSwitchTab--ae928[aria-selected=true]{
|
|
4329
4329
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4330
4330
|
font-size:.875rem;
|
|
4331
4331
|
letter-spacing:.01875rem;
|
|
@@ -4333,50 +4333,50 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4333
4333
|
text-decoration:none;
|
|
4334
4334
|
text-transform:none;
|
|
4335
4335
|
}
|
|
4336
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4336
|
+
.bp_tabs_module_contentSwitchTabList--ae928 .bp_tabs_module_contentSwitchTab--ae928[aria-selected=true]{
|
|
4337
4337
|
background:var(--surface-cta-surface-secondary);
|
|
4338
4338
|
box-shadow:0 0 0 var(--border-1) var(--gray-50);
|
|
4339
4339
|
color:var(--text-text-on-light);
|
|
4340
4340
|
font-weight:700;
|
|
4341
4341
|
}
|
|
4342
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4342
|
+
.bp_tabs_module_contentSwitchTabList--ae928 .bp_tabs_module_contentSwitchTab--ae928:not([aria-disabled=true])[data-focus-visible]{
|
|
4343
4343
|
border-color:#0000;
|
|
4344
4344
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4345
4345
|
}
|
|
4346
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4346
|
+
.bp_tabs_module_contentSwitchTabList--ae928 .bp_tabs_module_contentSwitchTab--ae928:not([aria-disabled=true]):hover{
|
|
4347
4347
|
background:var(--surface-surface-hover);
|
|
4348
4348
|
}
|
|
4349
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4349
|
+
.bp_tabs_module_contentSwitchTabList--ae928 .bp_tabs_module_contentSwitchTab--ae928:not([aria-disabled=true]):active{
|
|
4350
4350
|
background:var(--surface-cta-surface-secondary-pressed);
|
|
4351
4351
|
}
|
|
4352
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
4352
|
+
.bp_tabs_module_contentSwitchTabList--ae928 .bp_tabs_module_contentSwitchTab--ae928[aria-disabled=true]{
|
|
4353
4353
|
opacity:.3;
|
|
4354
4354
|
pointer-events:none;
|
|
4355
4355
|
}
|
|
4356
4356
|
|
|
4357
|
-
.bp_tabs_module_tabsListContainer--
|
|
4357
|
+
.bp_tabs_module_tabsListContainer--ae928{
|
|
4358
4358
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
4359
4359
|
overflow-y:hidden;
|
|
4360
4360
|
scroll-behavior:smooth;
|
|
4361
4361
|
}
|
|
4362
|
-
.bp_tabs_module_tabsListContainer--
|
|
4362
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928{
|
|
4363
4363
|
display:flex;
|
|
4364
4364
|
overflow-x:auto;
|
|
4365
4365
|
padding:calc(var(--border-3) + 1px);
|
|
4366
4366
|
}
|
|
4367
|
-
.bp_tabs_module_tabsListContainer--
|
|
4367
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tabSeparator--ae928{
|
|
4368
4368
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
4369
4369
|
min-width:var(--space-4);
|
|
4370
4370
|
}
|
|
4371
|
-
.bp_tabs_module_tabsListContainer--
|
|
4371
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tabSeparator--ae928:last-child{
|
|
4372
4372
|
display:none;
|
|
4373
4373
|
}
|
|
4374
4374
|
@media only screen and (max-width: 1023px){
|
|
4375
|
-
.bp_tabs_module_tabsListContainer--
|
|
4375
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tabSeparator--ae928{
|
|
4376
4376
|
min-width:calc(var(--border-3) + 1px);
|
|
4377
4377
|
}
|
|
4378
4378
|
}
|
|
4379
|
-
.bp_tabs_module_tabsListContainer--
|
|
4379
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928{
|
|
4380
4380
|
background:var(--background-background);
|
|
4381
4381
|
border-style:none;
|
|
4382
4382
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -4390,7 +4390,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4390
4390
|
scroll-margin:calc(var(--border-3) + 1px);
|
|
4391
4391
|
z-index:2;
|
|
4392
4392
|
}
|
|
4393
|
-
.bp_tabs_module_tabsListContainer--
|
|
4393
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928,.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928[aria-selected=true]{
|
|
4394
4394
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4395
4395
|
font-size:.875rem;
|
|
4396
4396
|
letter-spacing:.01875rem;
|
|
@@ -4398,26 +4398,26 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4398
4398
|
text-decoration:none;
|
|
4399
4399
|
text-transform:none;
|
|
4400
4400
|
}
|
|
4401
|
-
.bp_tabs_module_tabsListContainer--
|
|
4401
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928[aria-selected=true]{
|
|
4402
4402
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
4403
4403
|
color:var(--text-cta-link);
|
|
4404
4404
|
font-weight:700;
|
|
4405
4405
|
}
|
|
4406
|
-
.bp_tabs_module_tabsListContainer--
|
|
4406
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928:hover{
|
|
4407
4407
|
background-color:var(--surface-tab-surface-hover);
|
|
4408
4408
|
color:var(--text-text-on-light-secondary-hover);
|
|
4409
4409
|
}
|
|
4410
|
-
.bp_tabs_module_tabsListContainer--
|
|
4410
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928:hover[aria-selected=true]{
|
|
4411
4411
|
color:var(--text-cta-link);
|
|
4412
4412
|
}
|
|
4413
|
-
.bp_tabs_module_tabsListContainer--
|
|
4413
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928:active{
|
|
4414
4414
|
background-color:var(--surface-tab-surface-pressed);
|
|
4415
4415
|
color:var(--text-text-on-light-secondary-hover);
|
|
4416
4416
|
}
|
|
4417
|
-
.bp_tabs_module_tabsListContainer--
|
|
4417
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928:active[aria-selected=true]{
|
|
4418
4418
|
color:var(--text-cta-link);
|
|
4419
4419
|
}
|
|
4420
|
-
.bp_tabs_module_tabsListContainer--
|
|
4420
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928:focus-visible,.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928[data-focus-visible]{
|
|
4421
4421
|
background-color:var(--surface-tab-surface-hover);
|
|
4422
4422
|
border-radius:var(--radius-05);
|
|
4423
4423
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -4425,14 +4425,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4425
4425
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
4426
4426
|
outline-offset:1px;
|
|
4427
4427
|
}
|
|
4428
|
-
.bp_tabs_module_tabsListContainer--
|
|
4428
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928[data-focus-visible][aria-selected=true]{
|
|
4429
4429
|
color:var(--text-cta-link);
|
|
4430
4430
|
}
|
|
4431
|
-
.bp_tabs_module_tabsListContainer--
|
|
4431
|
+
.bp_tabs_module_tabsListContainer--ae928 .bp_tabs_module_tabList--ae928 .bp_tabs_module_tab--ae928[aria-disabled=true]{
|
|
4432
4432
|
opacity:.5;
|
|
4433
4433
|
}
|
|
4434
4434
|
|
|
4435
|
-
.bp_radio_group_module_root--
|
|
4435
|
+
.bp_radio_group_module_root--f049e{
|
|
4436
4436
|
display:flex;
|
|
4437
4437
|
flex-direction:column;
|
|
4438
4438
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4445,31 +4445,31 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4445
4445
|
text-transform:none;
|
|
4446
4446
|
}
|
|
4447
4447
|
|
|
4448
|
-
.bp_radio_group_module_horizontal--
|
|
4448
|
+
.bp_radio_group_module_horizontal--f049e{
|
|
4449
4449
|
flex-direction:row;
|
|
4450
4450
|
gap:1.625rem;
|
|
4451
4451
|
}
|
|
4452
4452
|
|
|
4453
|
-
.bp_radio_group_module_radioOption--
|
|
4453
|
+
.bp_radio_group_module_radioOption--f049e{
|
|
4454
4454
|
display:flex;
|
|
4455
4455
|
flex-direction:column;
|
|
4456
4456
|
}
|
|
4457
|
-
.bp_radio_group_module_radioOption--
|
|
4457
|
+
.bp_radio_group_module_radioOption--f049e .bp_radio_group_module_label--f049e{
|
|
4458
4458
|
align-items:flex-start;
|
|
4459
4459
|
cursor:pointer;
|
|
4460
4460
|
display:inline-flex;
|
|
4461
4461
|
gap:var(--size-3);
|
|
4462
4462
|
line-height:var(--body-default-line-height);
|
|
4463
4463
|
}
|
|
4464
|
-
.bp_radio_group_module_radioOption--
|
|
4464
|
+
.bp_radio_group_module_radioOption--f049e .bp_radio_group_module_description--f049e{
|
|
4465
4465
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
4466
4466
|
}
|
|
4467
|
-
.bp_radio_group_module_radioOption--
|
|
4467
|
+
.bp_radio_group_module_radioOption--f049e.bp_radio_group_module_disabled--f049e .bp_radio_group_module_label--f049e{
|
|
4468
4468
|
color:var(--text-text-on-light-secondary);
|
|
4469
4469
|
cursor:default;
|
|
4470
4470
|
}
|
|
4471
4471
|
|
|
4472
|
-
.bp_radio_group_module_radioButton--
|
|
4472
|
+
.bp_radio_group_module_radioButton--f049e{
|
|
4473
4473
|
all:unset;
|
|
4474
4474
|
align-items:center;
|
|
4475
4475
|
background-color:var(--surface-radio-surface-selected);
|
|
@@ -4483,36 +4483,36 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4483
4483
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
4484
4484
|
width:var(--size-4);
|
|
4485
4485
|
}
|
|
4486
|
-
.bp_radio_group_module_radioButton--
|
|
4486
|
+
.bp_radio_group_module_radioButton--f049e .bp_radio_group_module_indicator--f049e{
|
|
4487
4487
|
background-color:var(--icon-icon-blue);
|
|
4488
4488
|
border-radius:50%;
|
|
4489
4489
|
height:var(--size-2);
|
|
4490
4490
|
transition:transform .1s;
|
|
4491
4491
|
width:var(--size-2);
|
|
4492
4492
|
}
|
|
4493
|
-
.bp_radio_group_module_radioButton--
|
|
4493
|
+
.bp_radio_group_module_radioButton--f049e:focus-visible{
|
|
4494
4494
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4495
4495
|
}
|
|
4496
|
-
.bp_radio_group_module_radioButton--
|
|
4496
|
+
.bp_radio_group_module_radioButton--f049e[data-disabled]{
|
|
4497
4497
|
opacity:60%;
|
|
4498
4498
|
}
|
|
4499
|
-
.bp_radio_group_module_radioButton--
|
|
4499
|
+
.bp_radio_group_module_radioButton--f049e[data-state=unchecked]{
|
|
4500
4500
|
background-color:var(--surface-radio-surface);
|
|
4501
4501
|
border:var(--border-2) solid var(--border-radio-border);
|
|
4502
4502
|
}
|
|
4503
|
-
.bp_radio_group_module_radioButton--
|
|
4503
|
+
.bp_radio_group_module_radioButton--f049e[data-state=unchecked] .bp_radio_group_module_indicator--f049e{
|
|
4504
4504
|
transform:scale(0);
|
|
4505
4505
|
}
|
|
4506
|
-
.bp_radio_group_module_radioButton--
|
|
4506
|
+
.bp_radio_group_module_radioButton--f049e:not([data-disabled]):hover{
|
|
4507
4507
|
background-color:var(--surface-radio-surface-hover);
|
|
4508
4508
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
4509
4509
|
}
|
|
4510
|
-
.bp_radio_group_module_radioButton--
|
|
4510
|
+
.bp_radio_group_module_radioButton--f049e:not([data-disabled]):hover[data-state=checked]{
|
|
4511
4511
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
4512
4512
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
4513
4513
|
}
|
|
4514
4514
|
|
|
4515
|
-
.bp_search_module_search--
|
|
4515
|
+
.bp_search_module_search--522e8{
|
|
4516
4516
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4517
4517
|
font-size:.875rem;
|
|
4518
4518
|
font-weight:400;
|
|
@@ -4525,7 +4525,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4525
4525
|
text-transform:none;
|
|
4526
4526
|
width:100%;
|
|
4527
4527
|
}
|
|
4528
|
-
.bp_search_module_search--
|
|
4528
|
+
.bp_search_module_search--522e8 .bp_search_module_searchIcon--522e8{
|
|
4529
4529
|
height:var(--size-4);
|
|
4530
4530
|
left:var(--space-2);
|
|
4531
4531
|
pointer-events:none;
|
|
@@ -4534,12 +4534,12 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4534
4534
|
transform:translateY(-50%);
|
|
4535
4535
|
width:var(--size-4);
|
|
4536
4536
|
}
|
|
4537
|
-
.bp_search_module_search--
|
|
4537
|
+
.bp_search_module_search--522e8 .bp_search_module_searchIcon--522e8.bp_search_module_global--522e8{
|
|
4538
4538
|
height:var(--size-5);
|
|
4539
4539
|
left:var(--space-4);
|
|
4540
4540
|
width:var(--size-5);
|
|
4541
4541
|
}
|
|
4542
|
-
.bp_search_module_search--
|
|
4542
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8{
|
|
4543
4543
|
background-color:var(--surface-search-surface);
|
|
4544
4544
|
border:var(--border-1) solid #0000;
|
|
4545
4545
|
border-radius:var(--radius-2);
|
|
@@ -4560,45 +4560,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4560
4560
|
transition:border-color .15s ease,background-color .15s ease;
|
|
4561
4561
|
width:100%;
|
|
4562
4562
|
}
|
|
4563
|
-
.bp_search_module_search--
|
|
4563
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8.bp_search_module_global--522e8{
|
|
4564
4564
|
border-radius:var(--radius-7);
|
|
4565
4565
|
height:var(--size-12);
|
|
4566
4566
|
padding-inline:var(--space-12) var(--space-2);
|
|
4567
4567
|
}
|
|
4568
|
-
.bp_search_module_search--
|
|
4568
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8::-webkit-search-cancel-button,.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8::-webkit-search-decoration,.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8::-webkit-search-results-button,.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8::-webkit-search-results-decoration{
|
|
4569
4569
|
appearance:none;
|
|
4570
4570
|
}
|
|
4571
|
-
.bp_search_module_search--
|
|
4571
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8:hover{
|
|
4572
4572
|
box-shadow:unset;
|
|
4573
4573
|
}
|
|
4574
|
-
.bp_search_module_search--
|
|
4574
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8 .bp_search_module_firefoxDefaultOpacityFix--522e8,.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8 .bp_search_module_searchInput--522e8::placeholder{
|
|
4575
4575
|
opacity:1;
|
|
4576
4576
|
}
|
|
4577
|
-
.bp_search_module_search--
|
|
4577
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8::placeholder{
|
|
4578
4578
|
color:var(--text-text-on-light-secondary);
|
|
4579
4579
|
}
|
|
4580
|
-
.bp_search_module_search--
|
|
4580
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8:not(:placeholder-shown){
|
|
4581
4581
|
padding-inline-end:var(--space-8);
|
|
4582
4582
|
}
|
|
4583
|
-
.bp_search_module_search--
|
|
4583
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8:not(:placeholder-shown).bp_search_module_global--522e8{
|
|
4584
4584
|
padding-inline-end:calc(var(--size-8)*2 + var(--space-6));
|
|
4585
4585
|
}
|
|
4586
|
-
.bp_search_module_search--
|
|
4586
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8:not(:placeholder-shown).bp_search_module_global--522e8.bp_search_module_withoutActionButton--522e8{
|
|
4587
4587
|
padding-inline-end:calc(var(--size-8) + var(--space-3));
|
|
4588
4588
|
}
|
|
4589
|
-
.bp_search_module_search--
|
|
4589
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8:focus-visible{
|
|
4590
4590
|
background-color:var(--surface-search-surface-focused);
|
|
4591
4591
|
border:var(--border-2) solid #2486fc;
|
|
4592
4592
|
padding-inline-start:calc(var(--space-8) - var(--border-1));
|
|
4593
4593
|
}
|
|
4594
|
-
.bp_search_module_search--
|
|
4594
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8:focus-visible.bp_search_module_global--522e8{
|
|
4595
4595
|
padding-inline-start:calc(var(--space-12) - var(--border-1));
|
|
4596
4596
|
}
|
|
4597
|
-
.bp_search_module_search--
|
|
4597
|
+
.bp_search_module_search--522e8 .bp_search_module_searchInput--522e8:not(:focus-visible):not(:disabled):hover{
|
|
4598
4598
|
background-color:var(--surface-search-surface-hover);
|
|
4599
4599
|
border-color:#6f6f6f;
|
|
4600
4600
|
}
|
|
4601
|
-
.bp_search_module_search--
|
|
4601
|
+
.bp_search_module_search--522e8 .bp_search_module_clearSearchIcon--522e8{
|
|
4602
4602
|
background:var(--surface-cta-surface-icon);
|
|
4603
4603
|
height:var(--size-4);
|
|
4604
4604
|
position:absolute;
|
|
@@ -4607,38 +4607,38 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4607
4607
|
transform:translateY(-50%);
|
|
4608
4608
|
width:var(--size-4);
|
|
4609
4609
|
}
|
|
4610
|
-
.bp_search_module_search--
|
|
4610
|
+
.bp_search_module_search--522e8 .bp_search_module_clearSearchIcon--522e8.bp_search_module_global--522e8{
|
|
4611
4611
|
height:var(--size-8);
|
|
4612
4612
|
right:calc(var(--space-12) + var(--space-1));
|
|
4613
4613
|
width:var(--size-8);
|
|
4614
4614
|
}
|
|
4615
|
-
.bp_search_module_search--
|
|
4615
|
+
.bp_search_module_search--522e8 .bp_search_module_clearSearchIcon--522e8.bp_search_module_withoutActionButton--522e8{
|
|
4616
4616
|
right:var(--space-3);
|
|
4617
4617
|
}
|
|
4618
|
-
.bp_search_module_search--
|
|
4618
|
+
.bp_search_module_search--522e8 .bp_search_module_clearSearchIcon--522e8 *{
|
|
4619
4619
|
fill:var(--icon-cta-icon);
|
|
4620
4620
|
}
|
|
4621
|
-
.bp_search_module_search--
|
|
4621
|
+
.bp_search_module_search--522e8 .bp_search_module_clearSearchIcon--522e8:focus-visible{
|
|
4622
4622
|
background:var(--surface-cta-surface-icon-hover);
|
|
4623
4623
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
4624
4624
|
}
|
|
4625
|
-
.bp_search_module_search--
|
|
4625
|
+
.bp_search_module_search--522e8 .bp_search_module_clearSearchIcon--522e8:focus-visible *{
|
|
4626
4626
|
fill:var(--icon-cta-icon-hover);
|
|
4627
4627
|
}
|
|
4628
|
-
.bp_search_module_search--
|
|
4628
|
+
.bp_search_module_search--522e8 .bp_search_module_clearSearchIcon--522e8:hover{
|
|
4629
4629
|
background:var(--surface-cta-surface-icon-hover);
|
|
4630
4630
|
}
|
|
4631
|
-
.bp_search_module_search--
|
|
4631
|
+
.bp_search_module_search--522e8 .bp_search_module_clearSearchIcon--522e8:hover *{
|
|
4632
4632
|
fill:var(--icon-cta-icon-hover);
|
|
4633
4633
|
}
|
|
4634
|
-
.bp_search_module_search--
|
|
4634
|
+
.bp_search_module_search--522e8 .bp_search_module_actionButton--522e8{
|
|
4635
4635
|
position:absolute;
|
|
4636
4636
|
right:var(--space-4);
|
|
4637
4637
|
top:50%;
|
|
4638
4638
|
transform:translateY(-50%);
|
|
4639
4639
|
}
|
|
4640
4640
|
|
|
4641
|
-
.bp_select_module_container--
|
|
4641
|
+
.bp_select_module_container--5a87d{
|
|
4642
4642
|
display:flex;
|
|
4643
4643
|
flex-direction:column;
|
|
4644
4644
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4650,15 +4650,15 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4650
4650
|
text-decoration:none;
|
|
4651
4651
|
text-transform:none;
|
|
4652
4652
|
}
|
|
4653
|
-
.bp_select_module_container--
|
|
4653
|
+
.bp_select_module_container--5a87d.bp_select_module_disabled--5a87d{
|
|
4654
4654
|
opacity:60%;
|
|
4655
4655
|
}
|
|
4656
|
-
.bp_select_module_container--
|
|
4656
|
+
.bp_select_module_container--5a87d .bp_select_module_label--5a87d{
|
|
4657
4657
|
flex:0 0 fit-content;
|
|
4658
4658
|
font-weight:700;
|
|
4659
4659
|
overflow-wrap:break-word;
|
|
4660
4660
|
}
|
|
4661
|
-
.bp_select_module_container--
|
|
4661
|
+
.bp_select_module_container--5a87d .bp_select_module_label--5a87d,.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d{
|
|
4662
4662
|
color:var(--text-text-on-light);
|
|
4663
4663
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4664
4664
|
font-size:.875rem;
|
|
@@ -4667,7 +4667,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4667
4667
|
text-decoration:none;
|
|
4668
4668
|
text-transform:none;
|
|
4669
4669
|
}
|
|
4670
|
-
.bp_select_module_container--
|
|
4670
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d{
|
|
4671
4671
|
align-items:center;
|
|
4672
4672
|
background-color:var(--surface-dropdown-surface);
|
|
4673
4673
|
border:var(--border-1) solid var(--border-dropdown-border);
|
|
@@ -4685,45 +4685,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4685
4685
|
text-align:start;
|
|
4686
4686
|
width:100%;
|
|
4687
4687
|
}
|
|
4688
|
-
.bp_select_module_container--
|
|
4688
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d span:first-child{
|
|
4689
4689
|
overflow:hidden;
|
|
4690
4690
|
text-overflow:ellipsis;
|
|
4691
4691
|
white-space:nowrap;
|
|
4692
4692
|
}
|
|
4693
|
-
.bp_select_module_container--
|
|
4693
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d:disabled{
|
|
4694
4694
|
cursor:default;
|
|
4695
4695
|
}
|
|
4696
|
-
.bp_select_module_container--
|
|
4696
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d:not(.bp_select_module_error--5a87d):focus{
|
|
4697
4697
|
background-color:var(--surface-dropdown-surface-focus);
|
|
4698
4698
|
border-color:#0000;
|
|
4699
4699
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4700
4700
|
}
|
|
4701
|
-
.bp_select_module_container--
|
|
4701
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d:not(:disabled):not(:focus):not(.bp_select_module_error--5a87d):hover{
|
|
4702
4702
|
background-color:var(--surface-dropdown-surface-hover);
|
|
4703
4703
|
border-color:var(--border-dropdown-border-hover);
|
|
4704
4704
|
}
|
|
4705
|
-
.bp_select_module_container--
|
|
4705
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d:not(:disabled).bp_select_module_error--5a87d{
|
|
4706
4706
|
background-color:var(--surface-dropdown-surface-error);
|
|
4707
4707
|
border:var(--border-2) solid var(--border-dropdown-border-error);
|
|
4708
4708
|
}
|
|
4709
|
-
.bp_select_module_container--
|
|
4709
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d .bp_select_module_iconWrapper--5a87d{
|
|
4710
4710
|
flex-shrink:0;
|
|
4711
4711
|
-webkit-user-select:none;
|
|
4712
4712
|
user-select:none;
|
|
4713
4713
|
}
|
|
4714
|
-
.bp_select_module_container--
|
|
4714
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d .bp_select_module_icon--5a87d{
|
|
4715
4715
|
display:block;
|
|
4716
4716
|
height:var(--size-2);
|
|
4717
4717
|
width:var(--size-2);
|
|
4718
4718
|
}
|
|
4719
|
-
.bp_select_module_container--
|
|
4719
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d .bp_select_module_icon--5a87d path{
|
|
4720
4720
|
fill:var(--icon-icon-on-light);
|
|
4721
4721
|
}
|
|
4722
|
-
.bp_select_module_container--
|
|
4722
|
+
.bp_select_module_container--5a87d .bp_select_module_triggerBtn--5a87d[data-state=open] .bp_select_module_icon--5a87d{
|
|
4723
4723
|
transform:rotate(180deg);
|
|
4724
4724
|
}
|
|
4725
4725
|
|
|
4726
|
-
.bp_select_module_content--
|
|
4726
|
+
.bp_select_module_content--5a87d{
|
|
4727
4727
|
background-color:var(--surface-menu-surface);
|
|
4728
4728
|
border:var(--border-1) solid var(--border-card-border);
|
|
4729
4729
|
border-radius:var(--radius-3);
|
|
@@ -4741,11 +4741,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4741
4741
|
text-transform:none;
|
|
4742
4742
|
z-index:380;
|
|
4743
4743
|
}
|
|
4744
|
-
.bp_select_module_content--
|
|
4744
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d{
|
|
4745
4745
|
padding-block:var(--space-3);
|
|
4746
4746
|
padding-inline:var(--space-3);
|
|
4747
4747
|
}
|
|
4748
|
-
.bp_select_module_content--
|
|
4748
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_option--5a87d{
|
|
4749
4749
|
border:var(--border-2) solid #0000;
|
|
4750
4750
|
border-radius:var(--radius-3);
|
|
4751
4751
|
cursor:pointer;
|
|
@@ -4760,25 +4760,25 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4760
4760
|
-webkit-user-select:none;
|
|
4761
4761
|
user-select:none;
|
|
4762
4762
|
}
|
|
4763
|
-
.bp_select_module_content--
|
|
4763
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_option--5a87d[data-disabled]{
|
|
4764
4764
|
opacity:60%;
|
|
4765
4765
|
pointer-events:none;
|
|
4766
4766
|
}
|
|
4767
|
-
.bp_select_module_content--
|
|
4767
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_option--5a87d[data-highlighted]:not(:hover){
|
|
4768
4768
|
background-color:var(--surface-menu-surface-focus);
|
|
4769
4769
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4770
4770
|
}
|
|
4771
|
-
.bp_select_module_content--
|
|
4771
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_option--5a87d:hover{
|
|
4772
4772
|
background-color:var(--surface-menu-surface-hover);
|
|
4773
4773
|
}
|
|
4774
|
-
.bp_select_module_content--
|
|
4774
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_option--5a87d span:first-child{
|
|
4775
4775
|
overflow:hidden;
|
|
4776
4776
|
overflow-wrap:break-word;
|
|
4777
4777
|
}
|
|
4778
|
-
.bp_select_module_content--
|
|
4778
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_option--5a87d .bp_select_module_secondaryText--5a87d{
|
|
4779
4779
|
color:var(--text-text-on-light-secondary);
|
|
4780
4780
|
}
|
|
4781
|
-
.bp_select_module_content--
|
|
4781
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_option--5a87d .bp_select_module_indicator--5a87d{
|
|
4782
4782
|
align-items:center;
|
|
4783
4783
|
display:flex;
|
|
4784
4784
|
height:var(--size-9);
|
|
@@ -4787,17 +4787,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4787
4787
|
position:absolute;
|
|
4788
4788
|
top:0;
|
|
4789
4789
|
}
|
|
4790
|
-
.bp_select_module_content--
|
|
4790
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_option--5a87d .bp_select_module_indicator--5a87d path{
|
|
4791
4791
|
fill:var(--icon-icon-on-light);
|
|
4792
4792
|
}
|
|
4793
|
-
.bp_select_module_content--
|
|
4793
|
+
.bp_select_module_content--5a87d .bp_select_module_viewport--5a87d .bp_select_module_separator--5a87d{
|
|
4794
4794
|
background-color:var(--border-divider-border);
|
|
4795
4795
|
flex-shrink:0;
|
|
4796
4796
|
height:var(--border-1);
|
|
4797
4797
|
margin-block:var(--space-2);
|
|
4798
4798
|
}
|
|
4799
4799
|
|
|
4800
|
-
.bp_side_panel_module_content--
|
|
4800
|
+
.bp_side_panel_module_content--c1abd{
|
|
4801
4801
|
background-color:var(--gray-white);
|
|
4802
4802
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
4803
4803
|
display:flex;
|
|
@@ -4812,11 +4812,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4812
4812
|
width:360px;
|
|
4813
4813
|
}
|
|
4814
4814
|
@media only screen and (max-width: 767px){
|
|
4815
|
-
.bp_side_panel_module_content--
|
|
4815
|
+
.bp_side_panel_module_content--c1abd{
|
|
4816
4816
|
min-width:100%;
|
|
4817
4817
|
}
|
|
4818
4818
|
}
|
|
4819
|
-
.bp_side_panel_module_content--
|
|
4819
|
+
.bp_side_panel_module_content--c1abd .bp_side_panel_module_header--c1abd{
|
|
4820
4820
|
align-items:center;
|
|
4821
4821
|
background-color:var(--surface-surface);
|
|
4822
4822
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -4831,39 +4831,39 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4831
4831
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4832
4832
|
word-break:break-word;
|
|
4833
4833
|
}
|
|
4834
|
-
.bp_side_panel_module_content--
|
|
4834
|
+
.bp_side_panel_module_content--c1abd .bp_side_panel_module_header--c1abd,.bp_side_panel_module_content--c1abd .bp_side_panel_module_header--c1abd.bp_side_panel_module_headerMobile--c1abd{
|
|
4835
4835
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4836
4836
|
font-weight:700;
|
|
4837
4837
|
letter-spacing:.01875rem;
|
|
4838
4838
|
text-decoration:none;
|
|
4839
4839
|
text-transform:none;
|
|
4840
4840
|
}
|
|
4841
|
-
.bp_side_panel_module_content--
|
|
4841
|
+
.bp_side_panel_module_content--c1abd .bp_side_panel_module_header--c1abd.bp_side_panel_module_headerMobile--c1abd{
|
|
4842
4842
|
font-size:.9375rem;
|
|
4843
4843
|
line-height:1.25rem;
|
|
4844
4844
|
}
|
|
4845
|
-
.bp_side_panel_module_content--
|
|
4845
|
+
.bp_side_panel_module_content--c1abd .bp_side_panel_module_headerShadow--c1abd{
|
|
4846
4846
|
box-shadow:var(--dropshadow-3);
|
|
4847
4847
|
}
|
|
4848
4848
|
|
|
4849
|
-
.bp_side_panel_module_contentAnimated--
|
|
4849
|
+
.bp_side_panel_module_contentAnimated--c1abd{
|
|
4850
4850
|
animation-duration:.2s;
|
|
4851
|
-
animation-name:bp_side_panel_module_slideIn--
|
|
4851
|
+
animation-name:bp_side_panel_module_slideIn--c1abd;
|
|
4852
4852
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4853
4853
|
}
|
|
4854
4854
|
|
|
4855
|
-
.bp_side_panel_module_dropShadowContent--
|
|
4855
|
+
.bp_side_panel_module_dropShadowContent--c1abd{
|
|
4856
4856
|
box-shadow:var(--dropshadow-3);
|
|
4857
4857
|
}
|
|
4858
4858
|
|
|
4859
|
-
.bp_side_panel_module_content--
|
|
4859
|
+
.bp_side_panel_module_content--c1abd .bp_side_panel_module_close--c1abd{
|
|
4860
4860
|
color:var(--gray-65);
|
|
4861
4861
|
position:absolute;
|
|
4862
4862
|
right:var(--space-4);
|
|
4863
4863
|
top:var(--space-5);
|
|
4864
4864
|
}
|
|
4865
4865
|
|
|
4866
|
-
.bp_side_panel_module_overlay--
|
|
4866
|
+
.bp_side_panel_module_overlay--c1abd{
|
|
4867
4867
|
background-color:var(--black-opacity-80);
|
|
4868
4868
|
bottom:0;
|
|
4869
4869
|
display:flex;
|
|
@@ -4874,20 +4874,20 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4874
4874
|
top:0;
|
|
4875
4875
|
z-index:300;
|
|
4876
4876
|
}
|
|
4877
|
-
.bp_side_panel_module_overlay--
|
|
4877
|
+
.bp_side_panel_module_overlay--c1abd .bp_side_panel_module_content--c1abd .bp_side_panel_module_header--c1abd{
|
|
4878
4878
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
4879
4879
|
}
|
|
4880
4880
|
|
|
4881
|
-
.bp_side_panel_module_dropShadowOverlay--
|
|
4881
|
+
.bp_side_panel_module_dropShadowOverlay--c1abd{
|
|
4882
4882
|
background-color:initial;
|
|
4883
4883
|
}
|
|
4884
4884
|
|
|
4885
|
-
.bp_side_panel_module_scrollableContainer--
|
|
4885
|
+
.bp_side_panel_module_scrollableContainer--c1abd{
|
|
4886
4886
|
flex-grow:1;
|
|
4887
4887
|
overflow-y:auto;
|
|
4888
4888
|
}
|
|
4889
4889
|
|
|
4890
|
-
.bp_side_panel_module_footer--
|
|
4890
|
+
.bp_side_panel_module_footer--c1abd{
|
|
4891
4891
|
background-color:var(--surface-surface);
|
|
4892
4892
|
display:flex;
|
|
4893
4893
|
justify-content:flex-end;
|
|
@@ -4897,19 +4897,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4897
4897
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4898
4898
|
}
|
|
4899
4899
|
|
|
4900
|
-
.bp_side_panel_module_footerShadow--
|
|
4900
|
+
.bp_side_panel_module_footerShadow--c1abd{
|
|
4901
4901
|
box-shadow:var(--dropshadow-3-inverse);
|
|
4902
4902
|
}
|
|
4903
4903
|
|
|
4904
|
-
.bp_side_panel_module_footerButton--
|
|
4904
|
+
.bp_side_panel_module_footerButton--c1abd{
|
|
4905
4905
|
margin-inline-start:var(--space-2);
|
|
4906
4906
|
}
|
|
4907
4907
|
|
|
4908
|
-
.bp_side_panel_module_footerButton--
|
|
4908
|
+
.bp_side_panel_module_footerButton--c1abd + .bp_side_panel_module_footerButton--c1abd{
|
|
4909
4909
|
margin-inline-start:var(--space-3);
|
|
4910
4910
|
}
|
|
4911
4911
|
|
|
4912
|
-
@keyframes bp_side_panel_module_slideIn--
|
|
4912
|
+
@keyframes bp_side_panel_module_slideIn--c1abd{
|
|
4913
4913
|
from{
|
|
4914
4914
|
inset-inline-end:-100%;
|
|
4915
4915
|
}
|
|
@@ -4918,14 +4918,14 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4918
4918
|
}
|
|
4919
4919
|
}
|
|
4920
4920
|
|
|
4921
|
-
.bp_slider_incrementer_module_container--
|
|
4921
|
+
.bp_slider_incrementer_module_container--afce5{
|
|
4922
4922
|
align-items:center;
|
|
4923
4923
|
display:grid;
|
|
4924
4924
|
grid-template-columns:auto 1fr auto;
|
|
4925
4925
|
width:100%;
|
|
4926
4926
|
}
|
|
4927
4927
|
|
|
4928
|
-
.bp_slider_range_module_container--
|
|
4928
|
+
.bp_slider_range_module_container--12e7f{
|
|
4929
4929
|
align-items:center;
|
|
4930
4930
|
border:var(--size-05) solid #0000;
|
|
4931
4931
|
border-radius:var(--radius-1);
|
|
@@ -4936,11 +4936,11 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4936
4936
|
position:relative;
|
|
4937
4937
|
width:100%;
|
|
4938
4938
|
}
|
|
4939
|
-
.bp_slider_range_module_container--
|
|
4939
|
+
.bp_slider_range_module_container--12e7f.bp_slider_range_module_hasFocus--12e7f{
|
|
4940
4940
|
border-color:var(--outline-focus-on-light);
|
|
4941
4941
|
}
|
|
4942
4942
|
|
|
4943
|
-
.bp_slider_range_module_thumb--
|
|
4943
|
+
.bp_slider_range_module_thumb--12e7f{
|
|
4944
4944
|
background-color:var(--surface-sliderthumb-surface);
|
|
4945
4945
|
border-radius:50%;
|
|
4946
4946
|
display:block;
|
|
@@ -4948,15 +4948,15 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4948
4948
|
width:var(--size-3);
|
|
4949
4949
|
}
|
|
4950
4950
|
|
|
4951
|
-
.bp_slider_range_module_thumb--
|
|
4951
|
+
.bp_slider_range_module_thumb--12e7f:focus{
|
|
4952
4952
|
outline:none;
|
|
4953
4953
|
}
|
|
4954
4954
|
|
|
4955
|
-
.bp_slider_range_module_thumb--
|
|
4955
|
+
.bp_slider_range_module_thumb--12e7f:hover{
|
|
4956
4956
|
background-color:var(--surface-sliderthumb-surface-hover);
|
|
4957
4957
|
}
|
|
4958
4958
|
|
|
4959
|
-
.bp_slider_range_module_root--
|
|
4959
|
+
.bp_slider_range_module_root--12e7f{
|
|
4960
4960
|
align-items:center;
|
|
4961
4961
|
display:flex;
|
|
4962
4962
|
flex-grow:1;
|
|
@@ -4966,31 +4966,31 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4966
4966
|
-webkit-user-select:none;
|
|
4967
4967
|
user-select:none;
|
|
4968
4968
|
}
|
|
4969
|
-
.bp_slider_range_module_root--
|
|
4969
|
+
.bp_slider_range_module_root--12e7f.bp_slider_range_module_disabled--12e7f{
|
|
4970
4970
|
opacity:.3;
|
|
4971
4971
|
}
|
|
4972
|
-
.bp_slider_range_module_root--
|
|
4972
|
+
.bp_slider_range_module_root--12e7f.bp_slider_range_module_disabled--12e7f .bp_slider_range_module_thumb--12e7f:hover{
|
|
4973
4973
|
background-color:var(--surface-sliderthumb-surface);
|
|
4974
4974
|
}
|
|
4975
4975
|
|
|
4976
|
-
.bp_slider_range_module_track--
|
|
4976
|
+
.bp_slider_range_module_track--12e7f{
|
|
4977
4977
|
background-color:var(--surface-slidertrack-surface);
|
|
4978
4978
|
border-radius:9999px;
|
|
4979
4979
|
flex-grow:1;
|
|
4980
4980
|
position:relative;
|
|
4981
4981
|
}
|
|
4982
4982
|
|
|
4983
|
-
.bp_slider_range_module_track--
|
|
4983
|
+
.bp_slider_range_module_track--12e7f[data-orientation=horizontal]{
|
|
4984
4984
|
height:var(--size-05);
|
|
4985
4985
|
}
|
|
4986
4986
|
|
|
4987
|
-
.bp_slider_module_container--
|
|
4987
|
+
.bp_slider_module_container--36f7b{
|
|
4988
4988
|
display:flex;
|
|
4989
4989
|
position:relative;
|
|
4990
4990
|
width:100%;
|
|
4991
4991
|
}
|
|
4992
4992
|
|
|
4993
|
-
.bp_switch_module_option--
|
|
4993
|
+
.bp_switch_module_option--5cd69{
|
|
4994
4994
|
display:flex;
|
|
4995
4995
|
flex-direction:column;
|
|
4996
4996
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -5001,26 +5001,26 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5001
5001
|
text-decoration:none;
|
|
5002
5002
|
text-transform:none;
|
|
5003
5003
|
}
|
|
5004
|
-
.bp_switch_module_option--
|
|
5004
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_label--5cd69{
|
|
5005
5005
|
cursor:pointer;
|
|
5006
5006
|
display:inline-flex;
|
|
5007
5007
|
flex-direction:row;
|
|
5008
5008
|
width:-moz-fit-content;
|
|
5009
5009
|
width:fit-content;
|
|
5010
5010
|
}
|
|
5011
|
-
.bp_switch_module_option--
|
|
5011
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_label--5cd69.bp_switch_module_rightAlign--5cd69{
|
|
5012
5012
|
flex-direction:row-reverse;
|
|
5013
5013
|
justify-content:space-between;
|
|
5014
5014
|
width:unset;
|
|
5015
5015
|
}
|
|
5016
|
-
.bp_switch_module_option--
|
|
5016
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_description--5cd69{
|
|
5017
5017
|
margin-left:3.25rem;
|
|
5018
5018
|
}
|
|
5019
|
-
.bp_switch_module_option--
|
|
5019
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_description--5cd69.bp_switch_module_rightAlign--5cd69{
|
|
5020
5020
|
margin-left:unset;
|
|
5021
5021
|
margin-right:3.25rem;
|
|
5022
5022
|
}
|
|
5023
|
-
.bp_switch_module_option--
|
|
5023
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_switch--5cd69{
|
|
5024
5024
|
all:unset;
|
|
5025
5025
|
align-items:center;
|
|
5026
5026
|
background-color:#909090;
|
|
@@ -5034,17 +5034,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5034
5034
|
width:2.5rem;
|
|
5035
5035
|
will-change:transition;
|
|
5036
5036
|
}
|
|
5037
|
-
.bp_switch_module_option--
|
|
5037
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_switch--5cd69.bp_switch_module_rightAlign--5cd69{
|
|
5038
5038
|
margin-left:2.5rem;
|
|
5039
5039
|
margin-right:unset;
|
|
5040
5040
|
}
|
|
5041
|
-
.bp_switch_module_option--
|
|
5041
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_switch--5cd69:focus-visible{
|
|
5042
5042
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
5043
5043
|
}
|
|
5044
|
-
.bp_switch_module_option--
|
|
5044
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_switch--5cd69[data-state=checked]{
|
|
5045
5045
|
background-color:#0061d5;
|
|
5046
5046
|
}
|
|
5047
|
-
.bp_switch_module_option--
|
|
5047
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_thumb--5cd69{
|
|
5048
5048
|
background-color:#fff;
|
|
5049
5049
|
border:.0625rem solid #bcbcbc;
|
|
5050
5050
|
border-radius:2.5rem;
|
|
@@ -5056,17 +5056,17 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5056
5056
|
width:1.25rem;
|
|
5057
5057
|
will-change:transform;
|
|
5058
5058
|
}
|
|
5059
|
-
.bp_switch_module_option--
|
|
5059
|
+
.bp_switch_module_option--5cd69 .bp_switch_module_thumb--5cd69[data-state=checked]{
|
|
5060
5060
|
transform:translateX(1.25rem);
|
|
5061
5061
|
}
|
|
5062
|
-
.bp_switch_module_option--
|
|
5062
|
+
.bp_switch_module_option--5cd69.bp_switch_module_disabled--5cd69 .bp_switch_module_label--5cd69{
|
|
5063
5063
|
cursor:default;
|
|
5064
5064
|
}
|
|
5065
|
-
.bp_switch_module_option--
|
|
5065
|
+
.bp_switch_module_option--5cd69.bp_switch_module_disabled--5cd69 .bp_switch_module_switch--5cd69{
|
|
5066
5066
|
opacity:60%;
|
|
5067
5067
|
}
|
|
5068
5068
|
|
|
5069
|
-
.bp_text_button_module_textButton--
|
|
5069
|
+
.bp_text_button_module_textButton--55692{
|
|
5070
5070
|
align-items:center;
|
|
5071
5071
|
background:#0000;
|
|
5072
5072
|
border:none;
|
|
@@ -5086,46 +5086,46 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5086
5086
|
-webkit-user-select:text;
|
|
5087
5087
|
user-select:text;
|
|
5088
5088
|
}
|
|
5089
|
-
.bp_text_button_module_textButton--
|
|
5089
|
+
.bp_text_button_module_textButton--55692.bp_text_button_module_isFontInherited--55692{
|
|
5090
5090
|
border-radius:.125em;
|
|
5091
5091
|
font:inherit;
|
|
5092
5092
|
}
|
|
5093
|
-
.bp_text_button_module_textButton--
|
|
5093
|
+
.bp_text_button_module_textButton--55692.bp_text_button_module_isFontInherited--55692.bp_text_button_module_isIconButton--55692{
|
|
5094
5094
|
gap:.25em;
|
|
5095
5095
|
}
|
|
5096
|
-
.bp_text_button_module_textButton--
|
|
5096
|
+
.bp_text_button_module_textButton--55692.bp_text_button_module_isFontInherited--55692:not(:disabled)[data-focus-visible]{
|
|
5097
5097
|
box-shadow:0 0 0 .125em var(--outline-focus-on-light);
|
|
5098
5098
|
}
|
|
5099
|
-
.bp_text_button_module_textButton--
|
|
5099
|
+
.bp_text_button_module_textButton--55692 .bp_text_button_module_scaleLoader--55692 div{
|
|
5100
5100
|
border-radius:.375em;
|
|
5101
5101
|
height:.625em;
|
|
5102
5102
|
width:.125em;
|
|
5103
5103
|
}
|
|
5104
|
-
.bp_text_button_module_textButton--
|
|
5104
|
+
.bp_text_button_module_textButton--55692 .bp_text_button_module_icon--55692{
|
|
5105
5105
|
align-items:center;
|
|
5106
5106
|
display:flex;
|
|
5107
5107
|
}
|
|
5108
|
-
.bp_text_button_module_textButton--
|
|
5108
|
+
.bp_text_button_module_textButton--55692 .bp_text_button_module_hideTextContent--55692{
|
|
5109
5109
|
visibility:hidden;
|
|
5110
5110
|
}
|
|
5111
|
-
.bp_text_button_module_textButton--
|
|
5111
|
+
.bp_text_button_module_textButton--55692.bp_text_button_module_isIconButton--55692{
|
|
5112
5112
|
gap:var(--space-1);
|
|
5113
5113
|
}
|
|
5114
|
-
.bp_text_button_module_textButton--
|
|
5114
|
+
.bp_text_button_module_textButton--55692.bp_text_button_module_visuallyHidden--55692{
|
|
5115
5115
|
color:#0000;
|
|
5116
5116
|
pointer-events:none;
|
|
5117
5117
|
position:relative;
|
|
5118
5118
|
}
|
|
5119
|
-
.bp_text_button_module_textButton--
|
|
5119
|
+
.bp_text_button_module_textButton--55692:disabled{
|
|
5120
5120
|
opacity:.3;
|
|
5121
5121
|
}
|
|
5122
|
-
.bp_text_button_module_textButton--
|
|
5122
|
+
.bp_text_button_module_textButton--55692:not(:disabled):hover,.bp_text_button_module_textButton--55692:not(:disabled)[data-focus-visible]{
|
|
5123
5123
|
color:var(--text-cta-link-hover);
|
|
5124
5124
|
}
|
|
5125
|
-
.bp_text_button_module_textButton--
|
|
5125
|
+
.bp_text_button_module_textButton--55692:not(:disabled)[data-focus-visible]{
|
|
5126
5126
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5127
5127
|
}
|
|
5128
|
-
.bp_text_button_module_textButton--
|
|
5128
|
+
.bp_text_button_module_textButton--55692:not(:disabled):active{
|
|
5129
5129
|
color:var(--text-cta-link-pressed);
|
|
5130
5130
|
}
|
|
5131
5131
|
:root{
|
|
@@ -5818,7 +5818,7 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5818
5818
|
--z-index-card-tooltip:2147483647;
|
|
5819
5819
|
}
|
|
5820
5820
|
|
|
5821
|
-
.bp_toolbar_module_toolbarRoot--
|
|
5821
|
+
.bp_toolbar_module_toolbarRoot--b5373{
|
|
5822
5822
|
align-items:center;
|
|
5823
5823
|
background:var(--surface-surface);
|
|
5824
5824
|
border:var(--border-1) solid var(--border-card-border);
|
|
@@ -5829,19 +5829,19 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5829
5829
|
padding:calc(var(--space-1) - var(--border-1));
|
|
5830
5830
|
}
|
|
5831
5831
|
|
|
5832
|
-
.bp_toolbar_module_separator--
|
|
5832
|
+
.bp_toolbar_module_separator--b5373{
|
|
5833
5833
|
background-color:var(--border-divider-border);
|
|
5834
5834
|
border-radius:var(--radius-2);
|
|
5835
5835
|
height:var(--size-6);
|
|
5836
5836
|
width:1px;
|
|
5837
5837
|
}
|
|
5838
5838
|
|
|
5839
|
-
.bp_toolbar_module_toggleGroup--
|
|
5839
|
+
.bp_toolbar_module_toggleGroup--b5373{
|
|
5840
5840
|
display:flex;
|
|
5841
5841
|
gap:var(--space-1);
|
|
5842
5842
|
}
|
|
5843
5843
|
|
|
5844
|
-
.bp_toolbar_module_toolbarItem--
|
|
5844
|
+
.bp_toolbar_module_toolbarItem--b5373{
|
|
5845
5845
|
--toolbar-item-hover-opacity:0.3;
|
|
5846
5846
|
align-items:center;
|
|
5847
5847
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
@@ -5859,45 +5859,45 @@ table.bp_inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5859
5859
|
-webkit-user-select:none;
|
|
5860
5860
|
user-select:none;
|
|
5861
5861
|
}
|
|
5862
|
-
.bp_toolbar_module_toolbarItem--
|
|
5862
|
+
.bp_toolbar_module_toolbarItem--b5373[data-disabled]{
|
|
5863
5863
|
background:var(--surface-toggle-surface);
|
|
5864
5864
|
opacity:var(--toolbar-item-hover-opacity);
|
|
5865
5865
|
pointer-events:none;
|
|
5866
5866
|
}
|
|
5867
|
-
.bp_toolbar_module_toolbarItem--
|
|
5867
|
+
.bp_toolbar_module_toolbarItem--b5373:not([data-disabled]):focus-visible{
|
|
5868
5868
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
5869
5869
|
}
|
|
5870
|
-
.bp_toolbar_module_toolbarItem--
|
|
5870
|
+
.bp_toolbar_module_toolbarItem--b5373:not([data-disabled]):hover{
|
|
5871
5871
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
5872
5872
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
5873
5873
|
}
|
|
5874
5874
|
|
|
5875
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5875
|
+
.bp_toolbar_module_toolbarToggle--b5373[data-state=on]{
|
|
5876
5876
|
background:var(--surface-toggle-surface-pressed);
|
|
5877
5877
|
}
|
|
5878
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5878
|
+
.bp_toolbar_module_toolbarToggle--b5373[data-state=on] svg *{
|
|
5879
5879
|
fill:var(--icon-icon-on-dark);
|
|
5880
5880
|
}
|
|
5881
|
-
.bp_toolbar_module_toolbarToggle--
|
|
5881
|
+
.bp_toolbar_module_toolbarToggle--b5373[data-state=on]:not([data-disabled]):hover{
|
|
5882
5882
|
background:var(--surface-toggle-surface-on-hover);
|
|
5883
5883
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
5884
5884
|
}
|
|
5885
5885
|
|
|
5886
|
-
.bp_toolbar_module_dropdownIndicator--
|
|
5886
|
+
.bp_toolbar_module_dropdownIndicator--b5373.bp_toolbar_module_invertCaret--b5373{
|
|
5887
5887
|
transform:rotate(.5turn);
|
|
5888
5888
|
}
|
|
5889
5889
|
|
|
5890
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5890
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b5373{
|
|
5891
5891
|
--trigger-button-hover-opacity:0.7;
|
|
5892
5892
|
}
|
|
5893
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5893
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b5373[data-state=on] .bp_toolbar_module_dropdownIndicator--b5373 path{
|
|
5894
5894
|
fill:var(--icon-icon-on-light);
|
|
5895
5895
|
}
|
|
5896
|
-
.bp_toolbar_module_triggerButtonSelectedWithColor--
|
|
5896
|
+
.bp_toolbar_module_triggerButtonSelectedWithColor--b5373[data-state=on]:hover{
|
|
5897
5897
|
opacity:var(--trigger-button-hover-opacity);
|
|
5898
5898
|
}
|
|
5899
5899
|
|
|
5900
|
-
.bp_toolbar_module_toolbarIcon--
|
|
5900
|
+
.bp_toolbar_module_toolbarIcon--b5373{
|
|
5901
5901
|
align-items:center;
|
|
5902
5902
|
display:flex;
|
|
5903
5903
|
height:var(--size-5);
|