@box/blueprint-web 6.8.2 → 6.8.3
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/basics/collapsible/collapsible-section.module.js +1 -1
- package/lib-esm/basics/date-picker/date-picker.module.js +1 -1
- package/lib-esm/basics/navigation-menu/navigation-menu.module.js +1 -1
- package/lib-esm/basics/text-input/text-input.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/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/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 +752 -752
- package/lib-esm/loading-indicator/loading-indicator.module.js +1 -1
- package/lib-esm/modal/modal.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/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
|
-
.ghost_module_ghost--
|
|
2
|
-
animation:ghost_module_ghost-keyframes--
|
|
1
|
+
.ghost_module_ghost--feb76{
|
|
2
|
+
animation:ghost_module_ghost-keyframes--feb76 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
|
-
.ghost_module_ghost--
|
|
7
|
+
.ghost_module_ghost--feb76.ghost_module_circle--feb76{
|
|
8
8
|
border-radius:50%;
|
|
9
9
|
min-height:var(--space-6);
|
|
10
10
|
min-width:var(--space-6);
|
|
11
11
|
}
|
|
12
|
-
.ghost_module_ghost--
|
|
12
|
+
.ghost_module_ghost--feb76.ghost_module_pill--feb76{
|
|
13
13
|
border-radius:var(--radius-half);
|
|
14
14
|
height:var(--space-5);
|
|
15
15
|
width:100%;
|
|
16
16
|
}
|
|
17
|
-
.ghost_module_ghost--
|
|
17
|
+
.ghost_module_ghost--feb76.ghost_module_rectangle--feb76{
|
|
18
18
|
border-radius:var(--radius-1);
|
|
19
19
|
height:var(--space-5);
|
|
20
20
|
width:100%;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
@keyframes ghost_module_ghost-keyframes--
|
|
23
|
+
@keyframes ghost_module_ghost-keyframes--feb76{
|
|
24
24
|
0%{
|
|
25
25
|
background-color:var(--surface-surface-hover);
|
|
26
26
|
}
|
|
@@ -32,27 +32,27 @@
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.status_module_interactiveStatus--
|
|
35
|
+
.status_module_interactiveStatus--d44a9{
|
|
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
|
-
.status_module_interactiveStatus--
|
|
42
|
+
.status_module_interactiveStatus--d44a9:focus-visible{
|
|
43
43
|
box-shadow:0 0 0 .125rem #2486fc;
|
|
44
44
|
outline:none;
|
|
45
45
|
overflow:visible;
|
|
46
46
|
}
|
|
47
|
-
.status_module_interactiveStatus--
|
|
47
|
+
.status_module_interactiveStatus--d44a9:hover{
|
|
48
48
|
background-color:var(--status-interactive-background-color-hover, #e8e8e8);
|
|
49
49
|
box-shadow:0 0 0 .1875rem #0000000a;
|
|
50
50
|
}
|
|
51
|
-
.status_module_interactiveStatus--
|
|
51
|
+
.status_module_interactiveStatus--d44a9:focus-visible{
|
|
52
52
|
background-color:var(--status-interactive-background-color-focus, #e8e8e8);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.status_module_status--
|
|
55
|
+
.status_module_status--d44a9{
|
|
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
|
-
.status_module_status--
|
|
76
|
+
.status_module_status--d44a9.status_module_reverse--d44a9{
|
|
77
77
|
flex-direction:row-reverse;
|
|
78
78
|
}
|
|
79
|
-
.status_module_status--
|
|
79
|
+
.status_module_status--d44a9.status_module_circle--d44a9{
|
|
80
80
|
padding:0 3px;
|
|
81
81
|
}
|
|
82
|
-
.status_module_status--
|
|
82
|
+
.status_module_status--d44a9 .status_module_text--d44a9{
|
|
83
83
|
overflow:hidden;
|
|
84
84
|
text-overflow:ellipsis;
|
|
85
85
|
}
|
|
86
|
-
.status_module_status--
|
|
86
|
+
.status_module_status--d44a9 > svg{
|
|
87
87
|
flex:0 0 auto;
|
|
88
88
|
white-space:nowrap;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.status_module_maxContainer--
|
|
91
|
+
.status_module_maxContainer--d44a9{
|
|
92
92
|
display:inline-block;
|
|
93
93
|
max-width:100%;
|
|
94
94
|
vertical-align:middle;
|
|
95
95
|
}
|
|
96
|
-
.status_module_colorSurfaceStatusSurfaceGray--
|
|
96
|
+
.status_module_colorSurfaceStatusSurfaceGray--d44a9,.status_module_colorSurfaceStatusSurfaceGray--d44a9.status_module_interactiveStatus--d44a9:focus-visible,.status_module_colorSurfaceStatusSurfaceGray--d44a9.status_module_interactiveStatus--d44a9:hover{
|
|
97
97
|
background-color:#e8e8e8;
|
|
98
98
|
}
|
|
99
|
-
.status_module_colorSurfaceStatusSurfaceYellow--
|
|
99
|
+
.status_module_colorSurfaceStatusSurfaceYellow--d44a9,.status_module_colorSurfaceStatusSurfaceYellow--d44a9.status_module_interactiveStatus--d44a9:focus-visible,.status_module_colorSurfaceStatusSurfaceYellow--d44a9.status_module_interactiveStatus--d44a9:hover{
|
|
100
100
|
background-color:#ffeb7f;
|
|
101
101
|
}
|
|
102
|
-
.status_module_colorSurfaceStatusSurfaceOrange--
|
|
102
|
+
.status_module_colorSurfaceStatusSurfaceOrange--d44a9,.status_module_colorSurfaceStatusSurfaceOrange--d44a9.status_module_interactiveStatus--d44a9:focus-visible,.status_module_colorSurfaceStatusSurfaceOrange--d44a9.status_module_interactiveStatus--d44a9:hover{
|
|
103
103
|
background-color:#f8c08c;
|
|
104
104
|
}
|
|
105
|
-
.status_module_colorSurfaceStatusSurfaceRed--
|
|
105
|
+
.status_module_colorSurfaceStatusSurfaceRed--d44a9,.status_module_colorSurfaceStatusSurfaceRed--d44a9.status_module_interactiveStatus--d44a9:focus-visible,.status_module_colorSurfaceStatusSurfaceRed--d44a9.status_module_interactiveStatus--d44a9:hover{
|
|
106
106
|
background-color:#f69bab;
|
|
107
107
|
}
|
|
108
|
-
.status_module_colorSurfaceStatusSurfacePurple--
|
|
108
|
+
.status_module_colorSurfaceStatusSurfacePurple--d44a9,.status_module_colorSurfaceStatusSurfacePurple--d44a9.status_module_interactiveStatus--d44a9:focus-visible,.status_module_colorSurfaceStatusSurfacePurple--d44a9.status_module_interactiveStatus--d44a9:hover{
|
|
109
109
|
background-color:#cf9ff6;
|
|
110
110
|
}
|
|
111
|
-
.status_module_colorSurfaceStatusSurfaceLightBlue--
|
|
111
|
+
.status_module_colorSurfaceStatusSurfaceLightBlue--d44a9,.status_module_colorSurfaceStatusSurfaceLightBlue--d44a9.status_module_interactiveStatus--d44a9:focus-visible,.status_module_colorSurfaceStatusSurfaceLightBlue--d44a9.status_module_interactiveStatus--d44a9:hover{
|
|
112
112
|
background-color:#91c2fd;
|
|
113
113
|
}
|
|
114
|
-
.status_module_colorSurfaceStatusSurfaceDarkBlue--
|
|
114
|
+
.status_module_colorSurfaceStatusSurfaceDarkBlue--d44a9,.status_module_colorSurfaceStatusSurfaceDarkBlue--d44a9.status_module_interactiveStatus--d44a9:focus-visible,.status_module_colorSurfaceStatusSurfaceDarkBlue--d44a9.status_module_interactiveStatus--d44a9:hover{
|
|
115
115
|
background-color:#7f9dc1;
|
|
116
116
|
}
|
|
117
|
-
.status_module_colorSurfaceStatusSurfaceGreen--
|
|
117
|
+
.status_module_colorSurfaceStatusSurfaceGreen--d44a9,.status_module_colorSurfaceStatusSurfaceGreen--d44a9.status_module_interactiveStatus--d44a9:focus-visible,.status_module_colorSurfaceStatusSurfaceGreen--d44a9.status_module_interactiveStatus--d44a9:hover{
|
|
118
118
|
background-color:#92e0c0;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.accordion_module_accordionContent--
|
|
122
|
-
animation:accordion_module_slideDown--
|
|
121
|
+
.accordion_module_accordionContent--784a2[data-state=open]{
|
|
122
|
+
animation:accordion_module_slideDown--784a2 .15s ease-out;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.accordion_module_accordionContent--
|
|
126
|
-
animation:accordion_module_slideUp--
|
|
125
|
+
.accordion_module_accordionContent--784a2[data-state=closed]{
|
|
126
|
+
animation:accordion_module_slideUp--784a2 .15s ease-out;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.accordion_module_accordionContent--
|
|
129
|
+
.accordion_module_accordionContent--784a2{
|
|
130
130
|
overflow:hidden;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
@keyframes accordion_module_slideDown--
|
|
133
|
+
@keyframes accordion_module_slideDown--784a2{
|
|
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 accordion_module_slideUp--
|
|
141
|
+
@keyframes accordion_module_slideUp--784a2{
|
|
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
|
-
.accordion_module_accordionContentWrapper--
|
|
149
|
+
.accordion_module_accordionContentWrapper--784a2{
|
|
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
|
-
.accordion_module_accordionItem--
|
|
158
|
+
.accordion_module_accordionItem--784a2{
|
|
159
159
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
160
160
|
min-width:320px;
|
|
161
161
|
}
|
|
162
|
-
.accordion_module_accordionItem--
|
|
162
|
+
.accordion_module_accordionItem--784a2,.accordion_module_accordionItem--784a2 > [data-state=open]{
|
|
163
163
|
background-color:var(--surface-accordion-surface);
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.accordion_module_accordionFixedContent--
|
|
166
|
+
.accordion_module_accordionFixedContent--784a2{
|
|
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
|
-
.accordion_module_accordionHeader--
|
|
175
|
+
.accordion_module_accordionHeader--784a2{
|
|
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
|
-
.accordion_module_accordionHeaderTrigger--
|
|
191
|
+
.accordion_module_accordionHeaderTrigger--784a2{
|
|
192
192
|
align-items:center;
|
|
193
193
|
display:flex;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.accordion_module_accordionStatus--
|
|
196
|
+
.accordion_module_accordionStatus--784a2{
|
|
197
197
|
margin-inline-start:var(--space-2);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.accordion_module_accordionTrigger--
|
|
200
|
+
.accordion_module_accordionTrigger--784a2{
|
|
201
201
|
align-items:center;
|
|
202
202
|
border:none;
|
|
203
203
|
display:flex;
|
|
@@ -207,35 +207,35 @@
|
|
|
207
207
|
text-transform:capitalize;
|
|
208
208
|
width:100%;
|
|
209
209
|
}
|
|
210
|
-
.accordion_module_accordionTrigger--
|
|
210
|
+
.accordion_module_accordionTrigger--784a2,.accordion_module_accordionTrigger--784a2:active{
|
|
211
211
|
background-color:var(--surface-surface);
|
|
212
212
|
}
|
|
213
|
-
.accordion_module_accordionTrigger--
|
|
213
|
+
.accordion_module_accordionTrigger--784a2:hover{
|
|
214
214
|
background-color:var(--surface-accordion-surface-hover);
|
|
215
215
|
cursor:pointer;
|
|
216
216
|
}
|
|
217
|
-
.accordion_module_accordionTrigger--
|
|
217
|
+
.accordion_module_accordionTrigger--784a2:focus-visible{
|
|
218
218
|
background-color:var(--surface-surface-hover);
|
|
219
219
|
box-shadow:inset 0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
220
220
|
outline:none;
|
|
221
221
|
}
|
|
222
|
-
.accordion_module_accordionTrigger--
|
|
222
|
+
.accordion_module_accordionTrigger--784a2:disabled{
|
|
223
223
|
cursor:default;
|
|
224
224
|
opacity:.3;
|
|
225
225
|
}
|
|
226
|
-
.accordion_module_accordionTrigger--
|
|
226
|
+
.accordion_module_accordionTrigger--784a2:disabled:hover{
|
|
227
227
|
background-color:var(--gray-white);
|
|
228
228
|
}
|
|
229
|
-
.accordion_module_accordionTrigger--
|
|
229
|
+
.accordion_module_accordionTrigger--784a2 .accordion_module_accordionTriggerIcon--784a2{
|
|
230
230
|
color:var(--gray-50);
|
|
231
231
|
flex-shrink:0;
|
|
232
232
|
margin-inline-start:var(--space-3);
|
|
233
233
|
}
|
|
234
|
-
.accordion_module_accordionTrigger--
|
|
234
|
+
.accordion_module_accordionTrigger--784a2[data-state=open] .accordion_module_accordionTriggerIcon--784a2{
|
|
235
235
|
transform:rotate(180deg);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.loading_indicator_module_crawler--
|
|
238
|
+
.loading_indicator_module_crawler--d8740{
|
|
239
239
|
left:0;
|
|
240
240
|
margin:0 auto;
|
|
241
241
|
position:absolute;
|
|
@@ -243,35 +243,35 @@
|
|
|
243
243
|
white-space:nowrap;
|
|
244
244
|
width:.625rem;
|
|
245
245
|
}
|
|
246
|
-
.loading_indicator_module_crawler--
|
|
246
|
+
.loading_indicator_module_crawler--d8740 .loading_indicator_module_segment--d8740{
|
|
247
247
|
border-radius:.375rem;
|
|
248
248
|
display:inline-block;
|
|
249
249
|
height:.625rem;
|
|
250
250
|
width:.125rem;
|
|
251
251
|
}
|
|
252
|
-
.loading_indicator_module_crawler--
|
|
253
|
-
animation:loading_indicator_module_segment-transform--
|
|
252
|
+
.loading_indicator_module_crawler--d8740.loading_indicator_module_default--d8740 .loading_indicator_module_segment--d8740{
|
|
253
|
+
animation:loading_indicator_module_segment-transform--d8740 .66s ease-in-out infinite,loading_indicator_module_segment-default--d8740 .66s ease-in-out infinite;
|
|
254
254
|
}
|
|
255
|
-
.loading_indicator_module_crawler--
|
|
256
|
-
animation:loading_indicator_module_segment-transform--
|
|
255
|
+
.loading_indicator_module_crawler--d8740.loading_indicator_module_dark--d8740 .loading_indicator_module_segment--d8740{
|
|
256
|
+
animation:loading_indicator_module_segment-transform--d8740 .66s ease-in-out infinite,loading_indicator_module_segment-dark--d8740 .66s ease-in-out infinite;
|
|
257
257
|
}
|
|
258
|
-
.loading_indicator_module_crawler--
|
|
259
|
-
animation:loading_indicator_module_segment-transform--
|
|
258
|
+
.loading_indicator_module_crawler--d8740.loading_indicator_module_light--d8740 .loading_indicator_module_segment--d8740{
|
|
259
|
+
animation:loading_indicator_module_segment-transform--d8740 .66s ease-in-out infinite,loading_indicator_module_segment-light--d8740 .66s ease-in-out infinite;
|
|
260
260
|
background-color:var(--gray-white);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.loading_indicator_module_crawler--
|
|
263
|
+
.loading_indicator_module_crawler--d8740 .loading_indicator_module_segment--d8740:nth-child(2){
|
|
264
264
|
animation-delay:.1s;
|
|
265
265
|
margin-left:.125rem;
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.loading_indicator_module_crawler--
|
|
268
|
+
.loading_indicator_module_crawler--d8740 .loading_indicator_module_segment--d8740:last-child{
|
|
269
269
|
animation-delay:.2s;
|
|
270
270
|
left:.5rem;
|
|
271
271
|
margin-left:.125rem;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
@keyframes loading_indicator_module_segment-transform--
|
|
274
|
+
@keyframes loading_indicator_module_segment-transform--d8740{
|
|
275
275
|
0%,100%,80%{
|
|
276
276
|
transform:scaleY(1.2);
|
|
277
277
|
}
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
transform:scaleY(1.6);
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
@keyframes loading_indicator_module_segment-dark--
|
|
282
|
+
@keyframes loading_indicator_module_segment-dark--d8740{
|
|
283
283
|
0%,100%,80%{
|
|
284
284
|
background-color:var(--gray-30);
|
|
285
285
|
}
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
background-color:var(--gray-black);
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
|
-
@keyframes loading_indicator_module_segment-default--
|
|
290
|
+
@keyframes loading_indicator_module_segment-default--d8740{
|
|
291
291
|
0%,100%,80%{
|
|
292
292
|
background-color:var(--box-blue-30);
|
|
293
293
|
}
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
background-color:var(--box-blue-100);
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
@keyframes loading_indicator_module_segment-light--
|
|
298
|
+
@keyframes loading_indicator_module_segment-light--d8740{
|
|
299
299
|
0%,100%,80%{
|
|
300
300
|
opacity:.3;
|
|
301
301
|
}
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
.base_button_module_button--
|
|
307
|
+
.base_button_module_button--967e7{
|
|
308
308
|
border-radius:var(--radius-2);
|
|
309
309
|
cursor:pointer;
|
|
310
310
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -320,176 +320,176 @@
|
|
|
320
320
|
user-select:none;
|
|
321
321
|
white-space:nowrap;
|
|
322
322
|
}
|
|
323
|
-
.base_button_module_button--
|
|
323
|
+
.base_button_module_button--967e7,.base_button_module_button--967e7 .base_button_module_icon--967e7{
|
|
324
324
|
align-items:center;
|
|
325
325
|
display:flex;
|
|
326
326
|
}
|
|
327
|
-
.base_button_module_button--
|
|
327
|
+
.base_button_module_button--967e7:not(:disabled)[data-focus-visible]{
|
|
328
328
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
329
329
|
}
|
|
330
|
-
.base_button_module_button--
|
|
330
|
+
.base_button_module_button--967e7:disabled{
|
|
331
331
|
opacity:.3;
|
|
332
332
|
}
|
|
333
|
-
.base_button_module_button--
|
|
333
|
+
.base_button_module_button--967e7.base_button_module_primary--967e7{
|
|
334
334
|
background:var(--surface-surface-brand);
|
|
335
335
|
border:var(--border-1) solid var(--surface-surface-brand);
|
|
336
336
|
color:var(--text-text-brand-on-color);
|
|
337
337
|
}
|
|
338
|
-
.base_button_module_button--
|
|
338
|
+
.base_button_module_button--967e7.base_button_module_primary--967e7:disabled{
|
|
339
339
|
background:var(--surface-surface-brand-disabled);
|
|
340
340
|
}
|
|
341
|
-
.base_button_module_button--
|
|
341
|
+
.base_button_module_button--967e7.base_button_module_primary--967e7:not(:disabled):hover,.base_button_module_button--967e7.base_button_module_primary--967e7:not(:disabled)[data-focus-visible]{
|
|
342
342
|
background:var(--surface-surface-brand-hover);
|
|
343
343
|
border:var(--border-1) solid var(--surface-surface-brand-hover);
|
|
344
344
|
}
|
|
345
|
-
.base_button_module_button--
|
|
345
|
+
.base_button_module_button--967e7.base_button_module_primary--967e7:not(:disabled):active{
|
|
346
346
|
background:var(--surface-surface-brand-pressed);
|
|
347
347
|
border:var(--border-1) solid var(--surface-surface-brand-pressed);
|
|
348
348
|
}
|
|
349
|
-
.base_button_module_button--
|
|
349
|
+
.base_button_module_button--967e7.base_button_module_secondary--967e7{
|
|
350
350
|
background:var(--surface-cta-surface-secondary);
|
|
351
351
|
border:var(--border-1) solid var(--border-cta-border-secondary);
|
|
352
352
|
color:var(--text-text-on-light);
|
|
353
353
|
}
|
|
354
|
-
.base_button_module_button--
|
|
354
|
+
.base_button_module_button--967e7.base_button_module_secondary--967e7:not(:disabled):hover,.base_button_module_button--967e7.base_button_module_secondary--967e7:not(:disabled)[data-focus-visible]{
|
|
355
355
|
background:var(--surface-cta-surface-secondary-hover);
|
|
356
356
|
border:var(--border-1) solid var(--border-cta-border-secondary-hover);
|
|
357
357
|
}
|
|
358
|
-
.base_button_module_button--
|
|
358
|
+
.base_button_module_button--967e7.base_button_module_secondary--967e7:not(:disabled):active{
|
|
359
359
|
background:var(--surface-cta-surface-secondary-pressed);
|
|
360
360
|
border:var(--border-1) solid var(--border-cta-border-secondary-pressed);
|
|
361
361
|
}
|
|
362
|
-
.base_button_module_button--
|
|
362
|
+
.base_button_module_button--967e7.base_button_module_tertiary--967e7{
|
|
363
363
|
background:var(--surface-cta-surface-tertiary);
|
|
364
364
|
border:var(--border-1) solid #0000;
|
|
365
365
|
color:var(--text-cta-link);
|
|
366
366
|
}
|
|
367
|
-
.base_button_module_button--
|
|
367
|
+
.base_button_module_button--967e7.base_button_module_tertiary--967e7:not(:disabled):hover,.base_button_module_button--967e7.base_button_module_tertiary--967e7:not(:disabled)[data-focus-visible]{
|
|
368
368
|
background:var(--surface-cta-surface-tertiary-hover);
|
|
369
369
|
}
|
|
370
|
-
.base_button_module_button--
|
|
370
|
+
.base_button_module_button--967e7.base_button_module_tertiary--967e7:not(:disabled):active{
|
|
371
371
|
background:var(--surface-cta-surface-tertiary-pressed);
|
|
372
372
|
}
|
|
373
|
-
.base_button_module_button--
|
|
373
|
+
.base_button_module_button--967e7.base_button_module_outline--967e7{
|
|
374
374
|
background:#0000;
|
|
375
375
|
border:var(--border-1) solid var(--border-cta-border-outline);
|
|
376
376
|
color:var(--text-text-on-light);
|
|
377
377
|
}
|
|
378
|
-
.base_button_module_button--
|
|
378
|
+
.base_button_module_button--967e7.base_button_module_outline--967e7:not(:disabled):hover,.base_button_module_button--967e7.base_button_module_outline--967e7:not(:disabled)[data-focus-visible]{
|
|
379
379
|
background:var(--surface-cta-surface-outline-hover);
|
|
380
380
|
border:var(--border-1) solid var(--border-cta-border-outline-hover);
|
|
381
381
|
}
|
|
382
|
-
.base_button_module_button--
|
|
382
|
+
.base_button_module_button--967e7.base_button_module_outline--967e7:not(:disabled):active{
|
|
383
383
|
background:var(--surface-cta-surface-outline-pressed);
|
|
384
384
|
border:var(--border-1) solid var(--border-cta-border-outline-pressed);
|
|
385
385
|
}
|
|
386
|
-
.base_button_module_button--
|
|
386
|
+
.base_button_module_button--967e7.base_button_module_small--967e7{
|
|
387
387
|
gap:var(--space-1);
|
|
388
388
|
min-height:var(--size-8);
|
|
389
389
|
padding:0 var(--size-4);
|
|
390
390
|
}
|
|
391
|
-
.base_button_module_button--
|
|
391
|
+
.base_button_module_button--967e7.base_button_module_small--967e7.base_button_module_isIconButton--967e7{
|
|
392
392
|
height:var(--size-8);
|
|
393
393
|
min-height:unset;
|
|
394
394
|
padding:0 calc((var(--size-8) - var(--size-4))/2);
|
|
395
395
|
width:var(--size-8);
|
|
396
396
|
}
|
|
397
|
-
.base_button_module_button--
|
|
397
|
+
.base_button_module_button--967e7.base_button_module_large--967e7{
|
|
398
398
|
gap:var(--space-2);
|
|
399
399
|
min-height:var(--size-10);
|
|
400
400
|
padding:0 var(--size-4);
|
|
401
401
|
}
|
|
402
|
-
.base_button_module_button--
|
|
402
|
+
.base_button_module_button--967e7.base_button_module_large--967e7.base_button_module_isIconButton--967e7{
|
|
403
403
|
height:var(--size-10);
|
|
404
404
|
padding:0 calc((var(--size-10) - var(--size-5))/2);
|
|
405
405
|
width:var(--size-10);
|
|
406
406
|
}
|
|
407
|
-
.base_button_module_button--
|
|
407
|
+
.base_button_module_button--967e7.base_button_module_hide--967e7{
|
|
408
408
|
pointer-events:none;
|
|
409
409
|
position:relative;
|
|
410
410
|
}
|
|
411
|
-
.base_button_module_button--
|
|
411
|
+
.base_button_module_button--967e7.base_button_module_hide--967e7 span{
|
|
412
412
|
color:#0000;
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
.base_inline_notice_module_noticeWrapper--
|
|
415
|
+
.base_inline_notice_module_noticeWrapper--997f2{
|
|
416
416
|
border-radius:var(--radius-2);
|
|
417
417
|
display:flex;
|
|
418
418
|
gap:var(--space-3);
|
|
419
419
|
justify-content:space-between;
|
|
420
420
|
padding:var(--space-3) var(--space-4);
|
|
421
421
|
}
|
|
422
|
-
.base_inline_notice_module_noticeWrapper--
|
|
422
|
+
.base_inline_notice_module_noticeWrapper--997f2 .base_inline_notice_module_actions--997f2{
|
|
423
423
|
align-self:center;
|
|
424
424
|
display:flex;
|
|
425
425
|
gap:var(--space-3);
|
|
426
426
|
justify-content:flex-end;
|
|
427
427
|
}
|
|
428
|
-
.base_inline_notice_module_noticeWrapper--
|
|
428
|
+
.base_inline_notice_module_noticeWrapper--997f2 .base_inline_notice_module_actionButtonPrimary--997f2,.base_inline_notice_module_noticeWrapper--997f2 .base_inline_notice_module_actionButtonTertiary--997f2{
|
|
429
429
|
height:var(--space-8);
|
|
430
430
|
}
|
|
431
|
-
.base_inline_notice_module_noticeWrapper--
|
|
431
|
+
.base_inline_notice_module_noticeWrapper--997f2 .base_inline_notice_module_actionButtonTertiary--997f2,.base_inline_notice_module_noticeWrapper--997f2 .base_inline_notice_module_actionButtonTertiary--997f2:hover{
|
|
432
432
|
background:#0000;
|
|
433
433
|
}
|
|
434
|
-
.base_inline_notice_module_noticeWrapper--
|
|
434
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundYellow--997f2{
|
|
435
435
|
background:var(--surface-message-surface-warning-secondary);
|
|
436
436
|
}
|
|
437
|
-
.base_inline_notice_module_noticeWrapper--
|
|
437
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundBlue--997f2{
|
|
438
438
|
background:var(--surface-message-surface-info-secondary);
|
|
439
439
|
}
|
|
440
|
-
.base_inline_notice_module_noticeWrapper--
|
|
440
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundRed--997f2{
|
|
441
441
|
background:var(--surface-message-surface-error-secondary);
|
|
442
442
|
}
|
|
443
|
-
.base_inline_notice_module_noticeWrapper--
|
|
443
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundGreen--997f2{
|
|
444
444
|
background:var(--surface-message-surface-success-secondary);
|
|
445
445
|
}
|
|
446
|
-
.base_inline_notice_module_noticeWrapper--
|
|
446
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2{
|
|
447
447
|
background:var(--surface-message-surface-promo-secondary);
|
|
448
448
|
}
|
|
449
|
-
.base_inline_notice_module_noticeWrapper--
|
|
449
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonTertiary--997f2{
|
|
450
450
|
background:var(--surface-cta-surface-tertiary-promo);
|
|
451
451
|
color:var(--text-cta-promo);
|
|
452
452
|
}
|
|
453
|
-
.base_inline_notice_module_noticeWrapper--
|
|
453
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonTertiary--997f2:active{
|
|
454
454
|
background:var(--surface-cta-surface-tertiary-promo-pressed);
|
|
455
455
|
}
|
|
456
|
-
.base_inline_notice_module_noticeWrapper--
|
|
456
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonTertiary--997f2[data-focus-visible]{
|
|
457
457
|
background:var(--surface-cta-surface-tertiary-promo-focus);
|
|
458
458
|
}
|
|
459
|
-
.base_inline_notice_module_noticeWrapper--
|
|
459
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonTertiary--997f2:hover{
|
|
460
460
|
background:var(--surface-cta-surface-tertiary-promo-hover);
|
|
461
461
|
}
|
|
462
|
-
.base_inline_notice_module_noticeWrapper--
|
|
462
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonTertiary--997f2:focus:active{
|
|
463
463
|
background:var(--surface-cta-surface-tertiary-promo-focus-pressed);
|
|
464
464
|
}
|
|
465
|
-
.base_inline_notice_module_noticeWrapper--
|
|
465
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonTertiary--997f2:hover:active{
|
|
466
466
|
background:var(--surface-cta-surface-tertiary-promo-pressed);
|
|
467
467
|
}
|
|
468
|
-
.base_inline_notice_module_noticeWrapper--
|
|
468
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonPrimary--997f2{
|
|
469
469
|
background:var(--surface-cta-surface-promo);
|
|
470
470
|
border-color:var(--surface-cta-surface-promo);
|
|
471
471
|
}
|
|
472
|
-
.base_inline_notice_module_noticeWrapper--
|
|
472
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonPrimary--997f2:active{
|
|
473
473
|
background:var(--surface-cta-surface-promo-pressed);
|
|
474
474
|
}
|
|
475
|
-
.base_inline_notice_module_noticeWrapper--
|
|
475
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonPrimary--997f2[data-focus-visible]{
|
|
476
476
|
background:var(--surface-cta-surface-promo-focus);
|
|
477
477
|
}
|
|
478
|
-
.base_inline_notice_module_noticeWrapper--
|
|
478
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonPrimary--997f2:hover{
|
|
479
479
|
background:var(--surface-cta-surface-promo-hover);
|
|
480
480
|
border-color:var(--surface-cta-surface-promo-hover);
|
|
481
481
|
}
|
|
482
|
-
.base_inline_notice_module_noticeWrapper--
|
|
482
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonPrimary--997f2:focus:active{
|
|
483
483
|
background:var(--surface-cta-surface-promo-focus-pressed);
|
|
484
484
|
}
|
|
485
|
-
.base_inline_notice_module_noticeWrapper--
|
|
485
|
+
.base_inline_notice_module_noticeWrapper--997f2.base_inline_notice_module_backgroundPurple--997f2 .base_inline_notice_module_actionButtonPrimary--997f2:hover:active{
|
|
486
486
|
background:var(--surface-cta-surface-promo-pressed);
|
|
487
487
|
}
|
|
488
|
-
.base_inline_notice_module_noticeWrapper--
|
|
488
|
+
.base_inline_notice_module_noticeWrapper--997f2 .base_inline_notice_module_contentContainer--997f2{
|
|
489
489
|
display:flex;
|
|
490
490
|
gap:var(--space-3);
|
|
491
491
|
}
|
|
492
|
-
.base_inline_notice_module_noticeWrapper--
|
|
492
|
+
.base_inline_notice_module_noticeWrapper--997f2 .base_inline_notice_module_content--997f2{
|
|
493
493
|
color:var(--text-text-on-light);
|
|
494
494
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
495
495
|
font-size:.875rem;
|
|
@@ -499,10 +499,10 @@
|
|
|
499
499
|
text-decoration:none;
|
|
500
500
|
text-transform:none;
|
|
501
501
|
}
|
|
502
|
-
.base_inline_notice_module_noticeWrapper--
|
|
502
|
+
.base_inline_notice_module_noticeWrapper--997f2 svg{
|
|
503
503
|
display:block;
|
|
504
504
|
}
|
|
505
|
-
.base_inline_notice_module_noticeWrapper--
|
|
505
|
+
.base_inline_notice_module_noticeWrapper--997f2 .base_inline_notice_module_title--997f2{
|
|
506
506
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
507
507
|
font-size:.875rem;
|
|
508
508
|
font-weight:700;
|
|
@@ -513,34 +513,34 @@
|
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
@media (max-width: 1023px){
|
|
516
|
-
.base_inline_notice_module_actions--
|
|
516
|
+
.base_inline_notice_module_actions--997f2{
|
|
517
517
|
margin-top:var(--space-3);
|
|
518
518
|
}
|
|
519
|
-
.base_inline_notice_module_noticeWrapper--
|
|
519
|
+
.base_inline_notice_module_noticeWrapper--997f2{
|
|
520
520
|
display:block;
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
-
.text_module_textReset--
|
|
524
|
+
.text_module_textReset--11ca4{
|
|
525
525
|
margin:0;
|
|
526
526
|
text-align:inherit;
|
|
527
527
|
}
|
|
528
|
-
.text_module_textReset--
|
|
528
|
+
.text_module_textReset--11ca4.text_module_breakWord--11ca4{
|
|
529
529
|
overflow-wrap:break-word;
|
|
530
530
|
}
|
|
531
|
-
.text_module_textReset--
|
|
531
|
+
.text_module_textReset--11ca4.text_module_textOnLightDefault--11ca4{
|
|
532
532
|
color:#222;
|
|
533
533
|
}
|
|
534
|
-
.text_module_textReset--
|
|
534
|
+
.text_module_textReset--11ca4.text_module_textOnLightSecondary--11ca4{
|
|
535
535
|
color:#6f6f6f;
|
|
536
536
|
}
|
|
537
|
-
.text_module_textReset--
|
|
537
|
+
.text_module_textReset--11ca4.text_module_textOnLightLink--11ca4{
|
|
538
538
|
color:#0061d5;
|
|
539
539
|
}
|
|
540
|
-
.text_module_textReset--
|
|
540
|
+
.text_module_textReset--11ca4.text_module_textOnDarkDefault--11ca4{
|
|
541
541
|
color:#fff;
|
|
542
542
|
}
|
|
543
|
-
.text_module_textReset--
|
|
543
|
+
.text_module_textReset--11ca4.text_module_titleMondo--11ca4{
|
|
544
544
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
545
545
|
font-size:2.25rem;
|
|
546
546
|
font-weight:900;
|
|
@@ -549,71 +549,71 @@
|
|
|
549
549
|
text-decoration:none;
|
|
550
550
|
text-transform:none;
|
|
551
551
|
}
|
|
552
|
-
.text_module_textReset--
|
|
552
|
+
.text_module_textReset--11ca4.text_module_titleXLarge--11ca4{
|
|
553
553
|
font-size:1.3125rem;
|
|
554
554
|
line-height:2rem;
|
|
555
555
|
}
|
|
556
|
-
.text_module_textReset--
|
|
556
|
+
.text_module_textReset--11ca4.text_module_titleLarge--11ca4,.text_module_textReset--11ca4.text_module_titleXLarge--11ca4{
|
|
557
557
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
558
558
|
font-weight:700;
|
|
559
559
|
letter-spacing:.01875rem;
|
|
560
560
|
text-decoration:none;
|
|
561
561
|
text-transform:none;
|
|
562
562
|
}
|
|
563
|
-
.text_module_textReset--
|
|
563
|
+
.text_module_textReset--11ca4.text_module_titleLarge--11ca4{
|
|
564
564
|
font-size:1.125rem;
|
|
565
565
|
line-height:1.5rem;
|
|
566
566
|
}
|
|
567
|
-
.text_module_textReset--
|
|
567
|
+
.text_module_textReset--11ca4.text_module_titleMedium--11ca4{
|
|
568
568
|
font-size:1rem;
|
|
569
569
|
line-height:1.5rem;
|
|
570
570
|
}
|
|
571
|
-
.text_module_textReset--
|
|
571
|
+
.text_module_textReset--11ca4.text_module_titleMedium--11ca4,.text_module_textReset--11ca4.text_module_titleSmall--11ca4{
|
|
572
572
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
573
573
|
font-weight:700;
|
|
574
574
|
letter-spacing:.01875rem;
|
|
575
575
|
text-decoration:none;
|
|
576
576
|
text-transform:none;
|
|
577
577
|
}
|
|
578
|
-
.text_module_textReset--
|
|
578
|
+
.text_module_textReset--11ca4.text_module_titleSmall--11ca4{
|
|
579
579
|
font-size:.9375rem;
|
|
580
580
|
line-height:1.25rem;
|
|
581
581
|
}
|
|
582
|
-
.text_module_textReset--
|
|
582
|
+
.text_module_textReset--11ca4.text_module_subtitle--11ca4{
|
|
583
583
|
font-size:.875rem;
|
|
584
584
|
line-height:1.25rem;
|
|
585
585
|
}
|
|
586
|
-
.text_module_textReset--
|
|
586
|
+
.text_module_textReset--11ca4.text_module_bodyLargeBold--11ca4,.text_module_textReset--11ca4.text_module_subtitle--11ca4{
|
|
587
587
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
588
588
|
font-weight:700;
|
|
589
589
|
letter-spacing:.01875rem;
|
|
590
590
|
text-decoration:none;
|
|
591
591
|
text-transform:none;
|
|
592
592
|
}
|
|
593
|
-
.text_module_textReset--
|
|
593
|
+
.text_module_textReset--11ca4.text_module_bodyLargeBold--11ca4{
|
|
594
594
|
font-size:1rem;
|
|
595
595
|
line-height:1.5rem;
|
|
596
596
|
}
|
|
597
|
-
.text_module_textReset--
|
|
597
|
+
.text_module_textReset--11ca4.text_module_bodyLarge--11ca4{
|
|
598
598
|
font-size:1rem;
|
|
599
599
|
font-weight:400;
|
|
600
600
|
line-height:1.5rem;
|
|
601
601
|
}
|
|
602
|
-
.text_module_textReset--
|
|
602
|
+
.text_module_textReset--11ca4.text_module_bodyDefaultBold--11ca4,.text_module_textReset--11ca4.text_module_bodyLarge--11ca4{
|
|
603
603
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
604
604
|
letter-spacing:.01875rem;
|
|
605
605
|
text-decoration:none;
|
|
606
606
|
text-transform:none;
|
|
607
607
|
}
|
|
608
|
-
.text_module_textReset--
|
|
608
|
+
.text_module_textReset--11ca4.text_module_bodyDefaultBold--11ca4{
|
|
609
609
|
font-size:.875rem;
|
|
610
610
|
font-weight:700;
|
|
611
611
|
line-height:1.25rem;
|
|
612
612
|
}
|
|
613
|
-
.text_module_textReset--
|
|
613
|
+
.text_module_textReset--11ca4.text_module_bodyDefaultSemibold--11ca4{
|
|
614
614
|
font-weight:600;
|
|
615
615
|
}
|
|
616
|
-
.text_module_textReset--
|
|
616
|
+
.text_module_textReset--11ca4.text_module_bodyDefault--11ca4,.text_module_textReset--11ca4.text_module_bodyDefaultSemibold--11ca4{
|
|
617
617
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
618
618
|
font-size:.875rem;
|
|
619
619
|
letter-spacing:.01875rem;
|
|
@@ -621,27 +621,27 @@
|
|
|
621
621
|
text-decoration:none;
|
|
622
622
|
text-transform:none;
|
|
623
623
|
}
|
|
624
|
-
.text_module_textReset--
|
|
624
|
+
.text_module_textReset--11ca4.text_module_bodyDefault--11ca4{
|
|
625
625
|
font-weight:400;
|
|
626
626
|
}
|
|
627
|
-
.text_module_textReset--
|
|
627
|
+
.text_module_textReset--11ca4.text_module_caption--11ca4{
|
|
628
628
|
font-size:.75rem;
|
|
629
629
|
font-weight:400;
|
|
630
630
|
letter-spacing:.01875rem;
|
|
631
631
|
line-height:.875rem;
|
|
632
632
|
}
|
|
633
|
-
.text_module_textReset--
|
|
633
|
+
.text_module_textReset--11ca4.text_module_caption--11ca4,.text_module_textReset--11ca4.text_module_labelBold--11ca4{
|
|
634
634
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
635
635
|
text-decoration:none;
|
|
636
636
|
text-transform:none;
|
|
637
637
|
}
|
|
638
|
-
.text_module_textReset--
|
|
638
|
+
.text_module_textReset--11ca4.text_module_labelBold--11ca4{
|
|
639
639
|
font-size:.625rem;
|
|
640
640
|
font-weight:700;
|
|
641
641
|
letter-spacing:.0375rem;
|
|
642
642
|
line-height:1rem;
|
|
643
643
|
}
|
|
644
|
-
.text_module_textReset--
|
|
644
|
+
.text_module_textReset--11ca4.text_module_label--11ca4{
|
|
645
645
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
646
646
|
font-size:.625rem;
|
|
647
647
|
font-weight:400;
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
text-transform:none;
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
-
.avatar_module_avatar--
|
|
654
|
+
.avatar_module_avatar--a1360{
|
|
655
655
|
all:unset;
|
|
656
656
|
align-items:center;
|
|
657
657
|
background-color:var(--gray-10);
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
text-decoration:none;
|
|
668
668
|
text-transform:none;
|
|
669
669
|
}
|
|
670
|
-
.avatar_module_avatar--
|
|
670
|
+
.avatar_module_avatar--a1360 .avatar_module_badge--a1360{
|
|
671
671
|
background-color:var(--gray-white);
|
|
672
672
|
border:var(--border-2) solid var(--gray-white);
|
|
673
673
|
border-radius:50%;
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
display:flex;
|
|
676
676
|
position:absolute;
|
|
677
677
|
}
|
|
678
|
-
.avatar_module_avatar--
|
|
678
|
+
.avatar_module_avatar--a1360 .avatar_module_text--a1360{
|
|
679
679
|
align-items:center;
|
|
680
680
|
border-radius:50%;
|
|
681
681
|
display:flex;
|
|
@@ -683,14 +683,14 @@
|
|
|
683
683
|
justify-content:center;
|
|
684
684
|
width:100%;
|
|
685
685
|
}
|
|
686
|
-
.avatar_module_avatar--
|
|
686
|
+
.avatar_module_avatar--a1360.avatar_module_small--a1360{
|
|
687
687
|
height:var(--size-6);
|
|
688
688
|
width:var(--size-6);
|
|
689
689
|
}
|
|
690
|
-
.avatar_module_avatar--
|
|
690
|
+
.avatar_module_avatar--a1360.avatar_module_small--a1360 .avatar_module_text--a1360{
|
|
691
691
|
font-size:.5rem;
|
|
692
692
|
}
|
|
693
|
-
.avatar_module_avatar--
|
|
693
|
+
.avatar_module_avatar--a1360.avatar_module_small--a1360 .avatar_module_length-1--a1360.avatar_module_text--a1360,.avatar_module_avatar--a1360.avatar_module_small--a1360 .avatar_module_length-2--a1360.avatar_module_text--a1360{
|
|
694
694
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
695
695
|
font-size:.625rem;
|
|
696
696
|
font-weight:700;
|
|
@@ -699,14 +699,14 @@
|
|
|
699
699
|
text-decoration:none;
|
|
700
700
|
text-transform:none;
|
|
701
701
|
}
|
|
702
|
-
.avatar_module_avatar--
|
|
702
|
+
.avatar_module_avatar--a1360.avatar_module_small--a1360 .avatar_module_badge--a1360{
|
|
703
703
|
right:-.25rem;
|
|
704
704
|
}
|
|
705
|
-
.avatar_module_avatar--
|
|
705
|
+
.avatar_module_avatar--a1360.avatar_module_medium--a1360{
|
|
706
706
|
height:var(--size-7);
|
|
707
707
|
width:var(--size-7);
|
|
708
708
|
}
|
|
709
|
-
.avatar_module_avatar--
|
|
709
|
+
.avatar_module_avatar--a1360.avatar_module_medium--a1360 .avatar_module_text--a1360{
|
|
710
710
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
711
711
|
font-size:.625rem;
|
|
712
712
|
font-weight:700;
|
|
@@ -715,20 +715,20 @@
|
|
|
715
715
|
text-decoration:none;
|
|
716
716
|
text-transform:none;
|
|
717
717
|
}
|
|
718
|
-
.avatar_module_avatar--
|
|
718
|
+
.avatar_module_avatar--a1360.avatar_module_medium--a1360 .avatar_module_length-1--a1360.avatar_module_text--a1360,.avatar_module_avatar--a1360.avatar_module_medium--a1360 .avatar_module_length-2--a1360.avatar_module_text--a1360{
|
|
719
719
|
font-size:.8125rem;
|
|
720
720
|
}
|
|
721
|
-
.avatar_module_avatar--
|
|
721
|
+
.avatar_module_avatar--a1360.avatar_module_medium--a1360 .avatar_module_badge--a1360{
|
|
722
722
|
right:-.375rem;
|
|
723
723
|
}
|
|
724
|
-
.avatar_module_avatar--
|
|
724
|
+
.avatar_module_avatar--a1360.avatar_module_large--a1360{
|
|
725
725
|
height:var(--size-8);
|
|
726
726
|
width:var(--size-8);
|
|
727
727
|
}
|
|
728
|
-
.avatar_module_avatar--
|
|
728
|
+
.avatar_module_avatar--a1360.avatar_module_large--a1360 .avatar_module_text--a1360{
|
|
729
729
|
font-size:.5rem;
|
|
730
730
|
}
|
|
731
|
-
.avatar_module_avatar--
|
|
731
|
+
.avatar_module_avatar--a1360.avatar_module_large--a1360 .avatar_module_length-1--a1360.avatar_module_text--a1360,.avatar_module_avatar--a1360.avatar_module_large--a1360 .avatar_module_length-2--a1360.avatar_module_text--a1360{
|
|
732
732
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
733
733
|
font-size:.875rem;
|
|
734
734
|
font-weight:700;
|
|
@@ -737,10 +737,10 @@
|
|
|
737
737
|
text-decoration:none;
|
|
738
738
|
text-transform:none;
|
|
739
739
|
}
|
|
740
|
-
.avatar_module_avatar--
|
|
740
|
+
.avatar_module_avatar--a1360.avatar_module_large--a1360 .avatar_module_length-3--a1360.avatar_module_text--a1360{
|
|
741
741
|
font-size:.6875rem;
|
|
742
742
|
}
|
|
743
|
-
.avatar_module_avatar--
|
|
743
|
+
.avatar_module_avatar--a1360.avatar_module_large--a1360 .avatar_module_length-4--a1360.avatar_module_text--a1360{
|
|
744
744
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
745
745
|
font-size:.625rem;
|
|
746
746
|
font-weight:700;
|
|
@@ -749,17 +749,17 @@
|
|
|
749
749
|
text-decoration:none;
|
|
750
750
|
text-transform:none;
|
|
751
751
|
}
|
|
752
|
-
.avatar_module_avatar--
|
|
752
|
+
.avatar_module_avatar--a1360.avatar_module_large--a1360 .avatar_module_badge--a1360{
|
|
753
753
|
right:-.25rem;
|
|
754
754
|
}
|
|
755
|
-
.avatar_module_avatar--
|
|
755
|
+
.avatar_module_avatar--a1360.avatar_module_xlarge--a1360{
|
|
756
756
|
height:var(--size-11);
|
|
757
757
|
width:var(--size-11);
|
|
758
758
|
}
|
|
759
|
-
.avatar_module_avatar--
|
|
759
|
+
.avatar_module_avatar--a1360.avatar_module_xlarge--a1360 .avatar_module_text--a1360{
|
|
760
760
|
font-size:1rem;
|
|
761
761
|
}
|
|
762
|
-
.avatar_module_avatar--
|
|
762
|
+
.avatar_module_avatar--a1360.avatar_module_xlarge--a1360 .avatar_module_length-1--a1360.avatar_module_text--a1360,.avatar_module_avatar--a1360.avatar_module_xlarge--a1360 .avatar_module_length-2--a1360.avatar_module_text--a1360{
|
|
763
763
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
764
764
|
font-size:1.3125rem;
|
|
765
765
|
font-weight:700;
|
|
@@ -768,30 +768,30 @@
|
|
|
768
768
|
text-decoration:none;
|
|
769
769
|
text-transform:none;
|
|
770
770
|
}
|
|
771
|
-
.avatar_module_avatar--
|
|
771
|
+
.avatar_module_avatar--a1360.avatar_module_xlarge--a1360 .avatar_module_badge--a1360{
|
|
772
772
|
right:-.375rem;
|
|
773
773
|
}
|
|
774
|
-
.avatar_module_avatar--
|
|
774
|
+
.avatar_module_avatar--a1360 .avatar_module_image--a1360{
|
|
775
775
|
border-radius:50%;
|
|
776
776
|
height:100%;
|
|
777
777
|
object-fit:cover;
|
|
778
778
|
width:100%;
|
|
779
779
|
}
|
|
780
|
-
.avatar_module_avatar--
|
|
780
|
+
.avatar_module_avatar--a1360 .avatar_module_image--a1360.avatar_module_loading--a1360{
|
|
781
781
|
height:0;
|
|
782
782
|
width:0;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
.avatar_module_anonymousAvatar--
|
|
785
|
+
.avatar_module_anonymousAvatar--a1360{
|
|
786
786
|
position:relative;
|
|
787
787
|
}
|
|
788
|
-
.avatar_module_anonymousAvatar--
|
|
788
|
+
.avatar_module_anonymousAvatar--a1360 .avatar_module_svg--a1360{
|
|
789
789
|
left:0;
|
|
790
790
|
position:absolute;
|
|
791
791
|
top:0;
|
|
792
792
|
}
|
|
793
793
|
|
|
794
|
-
.icon_button_module_iconButton--
|
|
794
|
+
.icon_button_module_iconButton--67f70{
|
|
795
795
|
align-items:center;
|
|
796
796
|
background:var(--surface-cta-surface-icon);
|
|
797
797
|
border:0;
|
|
@@ -802,52 +802,52 @@
|
|
|
802
802
|
justify-content:center;
|
|
803
803
|
padding:0;
|
|
804
804
|
}
|
|
805
|
-
.icon_button_module_iconButton--
|
|
805
|
+
.icon_button_module_iconButton--67f70 .icon_button_module_iconColor--67f70 *{
|
|
806
806
|
fill:var(--icon-cta-icon);
|
|
807
807
|
}
|
|
808
|
-
.icon_button_module_iconButton--
|
|
808
|
+
.icon_button_module_iconButton--67f70[aria-disabled=true]{
|
|
809
809
|
background:var(--surface-cta-surface-icon-disabled);
|
|
810
810
|
opacity:.3;
|
|
811
811
|
}
|
|
812
|
-
.icon_button_module_iconButton--
|
|
812
|
+
.icon_button_module_iconButton--67f70[aria-disabled=true] .icon_button_module_iconColor--67f70 *{
|
|
813
813
|
fill:var(--gray-50);
|
|
814
814
|
}
|
|
815
|
-
.icon_button_module_iconButton--
|
|
815
|
+
.icon_button_module_iconButton--67f70:focus-visible,.icon_button_module_iconButton--67f70[data-focus-visible]{
|
|
816
816
|
background:var(--surface-cta-surface-icon-hover);
|
|
817
817
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
818
818
|
}
|
|
819
|
-
.icon_button_module_iconButton--
|
|
819
|
+
.icon_button_module_iconButton--67f70:focus-visible .icon_button_module_iconColor--67f70 *,.icon_button_module_iconButton--67f70[data-focus-visible] .icon_button_module_iconColor--67f70 *{
|
|
820
820
|
fill:var(--icon-cta-icon-hover);
|
|
821
821
|
}
|
|
822
|
-
.icon_button_module_iconButton--
|
|
822
|
+
.icon_button_module_iconButton--67f70:hover{
|
|
823
823
|
background:var(--surface-cta-surface-icon-hover);
|
|
824
824
|
}
|
|
825
|
-
.icon_button_module_iconButton--
|
|
825
|
+
.icon_button_module_iconButton--67f70:hover .icon_button_module_iconColor--67f70 *{
|
|
826
826
|
fill:var(--icon-cta-icon-hover);
|
|
827
827
|
}
|
|
828
|
-
.icon_button_module_iconButton--
|
|
828
|
+
.icon_button_module_iconButton--67f70:active,.icon_button_module_iconButton--67f70[data-active]{
|
|
829
829
|
background:var(--surface-cta-surface-icon-pressed);
|
|
830
830
|
}
|
|
831
|
-
.icon_button_module_iconButton--
|
|
831
|
+
.icon_button_module_iconButton--67f70:active .icon_button_module_iconColor--67f70 *,.icon_button_module_iconButton--67f70[data-active] .icon_button_module_iconColor--67f70 *{
|
|
832
832
|
fill:var(--icon-cta-icon-pressed);
|
|
833
833
|
}
|
|
834
|
-
.icon_button_module_iconButton--
|
|
834
|
+
.icon_button_module_iconButton--67f70.icon_button_module_large--67f70{
|
|
835
835
|
height:var(--size-10);
|
|
836
836
|
width:var(--size-10);
|
|
837
837
|
}
|
|
838
|
-
.icon_button_module_iconButton--
|
|
838
|
+
.icon_button_module_iconButton--67f70.icon_button_module_small--67f70{
|
|
839
839
|
height:var(--size-8);
|
|
840
840
|
width:var(--size-8);
|
|
841
841
|
}
|
|
842
|
-
.icon_button_module_iconButton--
|
|
842
|
+
.icon_button_module_iconButton--67f70.icon_button_module_x-small--67f70{
|
|
843
843
|
height:var(--size-6);
|
|
844
844
|
width:var(--size-6);
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
.collapsible_section_module_collapsibleSection--
|
|
847
|
+
.collapsible_section_module_collapsibleSection--e7556{
|
|
848
848
|
width:100%;
|
|
849
849
|
}
|
|
850
|
-
.collapsible_section_module_collapsibleSectionHeader--
|
|
850
|
+
.collapsible_section_module_collapsibleSectionHeader--e7556{
|
|
851
851
|
align-items:center;
|
|
852
852
|
background:var(--surface-surface);
|
|
853
853
|
border:var(--border-1) solid var(--border-collapsible-border);
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
user-select:none;
|
|
865
865
|
width:100%;
|
|
866
866
|
}
|
|
867
|
-
.collapsible_section_module_collapsibleSectionHeader--
|
|
867
|
+
.collapsible_section_module_collapsibleSectionHeader--e7556:focus::before{
|
|
868
868
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
869
869
|
border-radius:var(--radius-2);
|
|
870
870
|
bottom:var(--space-05);
|
|
@@ -874,27 +874,27 @@
|
|
|
874
874
|
right:var(--space-05);
|
|
875
875
|
top:var(--space-05);
|
|
876
876
|
}
|
|
877
|
-
.collapsible_section_module_collapsibleSectionHeader--
|
|
877
|
+
.collapsible_section_module_collapsibleSectionHeader--e7556[aria-expanded=true],.collapsible_section_module_collapsibleSectionHeader--e7556[aria-expanded=true]::before{
|
|
878
878
|
border-end-end-radius:0;
|
|
879
879
|
border-end-start-radius:0;
|
|
880
880
|
}
|
|
881
|
-
.collapsible_section_module_collapsibleSectionHeaderArrow--
|
|
881
|
+
.collapsible_section_module_collapsibleSectionHeaderArrow--e7556{
|
|
882
882
|
display:block;
|
|
883
883
|
margin-inline-start:var(--space-5);
|
|
884
884
|
}
|
|
885
|
-
.collapsible_section_module_collapsibleSectionHeaderArrow--
|
|
885
|
+
.collapsible_section_module_collapsibleSectionHeaderArrow--e7556 > svg{
|
|
886
886
|
vertical-align:middle;
|
|
887
887
|
}
|
|
888
|
-
.collapsible_section_module_collapsibleSectionContent--
|
|
888
|
+
.collapsible_section_module_collapsibleSectionContent--e7556{
|
|
889
889
|
overflow:hidden;
|
|
890
890
|
}
|
|
891
|
-
.collapsible_section_module_collapsibleSectionContent--
|
|
892
|
-
animation:collapsible_section_module_slideDown--
|
|
891
|
+
.collapsible_section_module_collapsibleSectionContent--e7556[data-state=open]{
|
|
892
|
+
animation:collapsible_section_module_slideDown--e7556 .25s ease-out;
|
|
893
893
|
}
|
|
894
|
-
.collapsible_section_module_collapsibleSectionContent--
|
|
895
|
-
animation:collapsible_section_module_slideUp--
|
|
894
|
+
.collapsible_section_module_collapsibleSectionContent--e7556[data-state=closed]{
|
|
895
|
+
animation:collapsible_section_module_slideUp--e7556 .25s ease-out;
|
|
896
896
|
}
|
|
897
|
-
.collapsible_section_module_collapsibleSectionBody--
|
|
897
|
+
.collapsible_section_module_collapsibleSectionBody--e7556{
|
|
898
898
|
align-items:center;
|
|
899
899
|
background:var(--surface-surface);
|
|
900
900
|
border:var(--border-1) solid var(--border-collapsible-border);
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
padding-inline:var(--space-5);
|
|
908
908
|
}
|
|
909
909
|
|
|
910
|
-
@keyframes collapsible_section_module_slideDown--
|
|
910
|
+
@keyframes collapsible_section_module_slideDown--e7556{
|
|
911
911
|
from{
|
|
912
912
|
height:0;
|
|
913
913
|
}
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
height:var(--radix-collapsible-content-height);
|
|
916
916
|
}
|
|
917
917
|
}
|
|
918
|
-
@keyframes collapsible_section_module_slideUp--
|
|
918
|
+
@keyframes collapsible_section_module_slideUp--e7556{
|
|
919
919
|
from{
|
|
920
920
|
height:var(--radix-collapsible-content-height);
|
|
921
921
|
}
|
|
@@ -924,7 +924,7 @@
|
|
|
924
924
|
}
|
|
925
925
|
}
|
|
926
926
|
|
|
927
|
-
.calendar_module_calendar--
|
|
927
|
+
.calendar_module_calendar--14940{
|
|
928
928
|
background:var(--gray-white);
|
|
929
929
|
border-radius:var(--radius-2);
|
|
930
930
|
box-shadow:var(--dropshadow-3);
|
|
@@ -941,14 +941,14 @@
|
|
|
941
941
|
width:-moz-fit-content;
|
|
942
942
|
width:fit-content;
|
|
943
943
|
}
|
|
944
|
-
.calendar_module_calendar--
|
|
944
|
+
.calendar_module_calendar--14940 .calendar_module_calendarGrid--14940{
|
|
945
945
|
border-collapse:revert;
|
|
946
946
|
border-spacing:revert;
|
|
947
947
|
}
|
|
948
|
-
.calendar_module_calendar--
|
|
948
|
+
.calendar_module_calendar--14940 .calendar_module_calendarGrid--14940 td{
|
|
949
949
|
padding:1px;
|
|
950
950
|
}
|
|
951
|
-
.calendar_module_calendar--
|
|
951
|
+
.calendar_module_calendar--14940 .calendar_module_calendarHeaderCell--14940{
|
|
952
952
|
color:var(--text-text-on-light-secondary);
|
|
953
953
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
954
954
|
font-size:.875rem;
|
|
@@ -959,13 +959,13 @@
|
|
|
959
959
|
text-decoration:none;
|
|
960
960
|
text-transform:none;
|
|
961
961
|
}
|
|
962
|
-
.calendar_module_calendar--
|
|
962
|
+
.calendar_module_calendar--14940 .calendar_module_calendarHeader--14940{
|
|
963
963
|
align-items:center;
|
|
964
964
|
color:var(--gray-90);
|
|
965
965
|
display:flex;
|
|
966
966
|
margin-block-end:var(--space-2);
|
|
967
967
|
}
|
|
968
|
-
.calendar_module_calendar--
|
|
968
|
+
.calendar_module_calendar--14940 .calendar_module_calendarHeader--14940 .calendar_module_calendarHeaderHeading--14940{
|
|
969
969
|
flex:1;
|
|
970
970
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
971
971
|
font-size:1rem;
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
text-transform:capitalize;
|
|
979
979
|
text-transform:none;
|
|
980
980
|
}
|
|
981
|
-
.calendar_module_calendar--
|
|
981
|
+
.calendar_module_calendar--14940 .calendar_module_calendarHeader--14940 .calendar_module_calendarHeaderButton--14940{
|
|
982
982
|
align-items:center;
|
|
983
983
|
background-color:var(--gray-white);
|
|
984
984
|
border:none;
|
|
@@ -992,21 +992,21 @@
|
|
|
992
992
|
padding:0;
|
|
993
993
|
width:var(--size-8);
|
|
994
994
|
}
|
|
995
|
-
.calendar_module_calendar--
|
|
995
|
+
.calendar_module_calendar--14940 .calendar_module_calendarHeader--14940 .calendar_module_calendarHeaderButton--14940:disabled{
|
|
996
996
|
cursor:default;
|
|
997
997
|
opacity:60%;
|
|
998
998
|
}
|
|
999
|
-
.calendar_module_calendar--
|
|
999
|
+
.calendar_module_calendar--14940 .calendar_module_calendarHeader--14940 .calendar_module_calendarHeaderButton--14940:disabled *{
|
|
1000
1000
|
fill:var(--gray-30);
|
|
1001
1001
|
}
|
|
1002
|
-
.calendar_module_calendar--
|
|
1002
|
+
.calendar_module_calendar--14940 .calendar_module_calendarHeader--14940 .calendar_module_calendarHeaderButton--14940:hover:not(:disabled){
|
|
1003
1003
|
background-color:var(--gray-05);
|
|
1004
1004
|
}
|
|
1005
|
-
.calendar_module_calendar--
|
|
1005
|
+
.calendar_module_calendar--14940 .calendar_module_calendarHeader--14940 .calendar_module_calendarHeaderButton--14940[data-focus-visible]{
|
|
1006
1006
|
background-color:var(--gray-05);
|
|
1007
1007
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1008
1008
|
}
|
|
1009
|
-
.calendar_module_calendar--
|
|
1009
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940{
|
|
1010
1010
|
border-radius:var(--radius-2);
|
|
1011
1011
|
color:var(--gray-90);
|
|
1012
1012
|
line-height:var(--size-8);
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
text-align:center;
|
|
1015
1015
|
width:var(--size-8);
|
|
1016
1016
|
}
|
|
1017
|
-
.calendar_module_calendar--
|
|
1017
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940.calendar_module_today--14940{
|
|
1018
1018
|
color:var(--box-blue-100);
|
|
1019
1019
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1020
1020
|
font-size:.875rem;
|
|
@@ -1026,11 +1026,11 @@
|
|
|
1026
1026
|
text-decoration:none;
|
|
1027
1027
|
text-transform:none;
|
|
1028
1028
|
}
|
|
1029
|
-
.calendar_module_calendar--
|
|
1029
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940.calendar_module_today--14940[data-disabled]{
|
|
1030
1030
|
cursor:default;
|
|
1031
1031
|
opacity:.6;
|
|
1032
1032
|
}
|
|
1033
|
-
.calendar_module_calendar--
|
|
1033
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940.calendar_module_today--14940::after{
|
|
1034
1034
|
background-color:var(--box-blue-100);
|
|
1035
1035
|
border-radius:50%;
|
|
1036
1036
|
bottom:var(--space-1);
|
|
@@ -1041,41 +1041,41 @@
|
|
|
1041
1041
|
transform:translateX(-50%);
|
|
1042
1042
|
width:var(--space-1);
|
|
1043
1043
|
}
|
|
1044
|
-
.calendar_module_calendar--
|
|
1044
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940:not([data-outside-month]){
|
|
1045
1045
|
cursor:pointer;
|
|
1046
1046
|
}
|
|
1047
|
-
.calendar_module_calendar--
|
|
1047
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940:not([data-outside-month]):not([data-selected]):not([data-disabled]):hover{
|
|
1048
1048
|
background-color:var(--gray-05);
|
|
1049
1049
|
}
|
|
1050
|
-
.calendar_module_calendar--
|
|
1050
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940[data-focus-visible]:not([data-outside-month]){
|
|
1051
1051
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1052
1052
|
}
|
|
1053
|
-
.calendar_module_calendar--
|
|
1053
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940[data-selected]{
|
|
1054
1054
|
background-color:var(--box-blue-100);
|
|
1055
1055
|
color:var(--gray-white);
|
|
1056
1056
|
}
|
|
1057
|
-
.calendar_module_calendar--
|
|
1057
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940[data-selected]:hover{
|
|
1058
1058
|
background-color:var(--dark-blue-100);
|
|
1059
1059
|
}
|
|
1060
|
-
.calendar_module_calendar--
|
|
1060
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940[data-selected][data-focus-visible]{
|
|
1061
1061
|
background-color:var(--dark-blue-100);
|
|
1062
1062
|
box-shadow:0 0 0 var(--size-05) var(--box-blue-100);
|
|
1063
1063
|
outline:var(--border-1) solid #fff;
|
|
1064
1064
|
outline-offset:-.0625rem;
|
|
1065
1065
|
}
|
|
1066
|
-
.calendar_module_calendar--
|
|
1066
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940[data-selected]::after{
|
|
1067
1067
|
background-color:var(--gray-white);
|
|
1068
1068
|
}
|
|
1069
|
-
.calendar_module_calendar--
|
|
1069
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940[data-disabled]:not(.calendar_module_today--14940){
|
|
1070
1070
|
color:var(--gray-10);
|
|
1071
1071
|
cursor:default;
|
|
1072
1072
|
}
|
|
1073
|
-
.calendar_module_calendar--
|
|
1073
|
+
.calendar_module_calendar--14940 .calendar_module_calendarCell--14940[data-unavailable]{
|
|
1074
1074
|
color:var(--gray-30);
|
|
1075
1075
|
text-decoration:line-through;
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
|
-
.inline_error_module_inlineError--
|
|
1078
|
+
.inline_error_module_inlineError--062fe{
|
|
1079
1079
|
align-items:center;
|
|
1080
1080
|
color:var(--text-text-error-on-light);
|
|
1081
1081
|
display:flex;
|
|
@@ -1089,25 +1089,25 @@
|
|
|
1089
1089
|
text-decoration:none;
|
|
1090
1090
|
text-transform:none;
|
|
1091
1091
|
}
|
|
1092
|
-
.inline_error_module_inlineError--
|
|
1092
|
+
.inline_error_module_inlineError--062fe.inline_error_module_empty--062fe{
|
|
1093
1093
|
display:none;
|
|
1094
1094
|
}
|
|
1095
|
-
.inline_error_module_inlineError--
|
|
1095
|
+
.inline_error_module_inlineError--062fe .inline_error_module_errorIcon--062fe{
|
|
1096
1096
|
align-self:flex-start;
|
|
1097
1097
|
flex-grow:0;
|
|
1098
1098
|
flex-shrink:0;
|
|
1099
1099
|
}
|
|
1100
1100
|
|
|
1101
|
-
.date_picker_module_datePicker--
|
|
1101
|
+
.date_picker_module_datePicker--95bb4{
|
|
1102
1102
|
width:100%;
|
|
1103
1103
|
}
|
|
1104
|
-
.date_picker_module_datePicker--
|
|
1104
|
+
.date_picker_module_datePicker--95bb4.date_picker_module_disabled--95bb4{
|
|
1105
1105
|
opacity:60%;
|
|
1106
1106
|
pointer-events:none;
|
|
1107
1107
|
-webkit-user-select:none;
|
|
1108
1108
|
user-select:none;
|
|
1109
1109
|
}
|
|
1110
|
-
.date_picker_module_datePicker--
|
|
1110
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_label--95bb4{
|
|
1111
1111
|
cursor:default;
|
|
1112
1112
|
display:block;
|
|
1113
1113
|
font-weight:700;
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
width:-moz-fit-content;
|
|
1116
1116
|
width:fit-content;
|
|
1117
1117
|
}
|
|
1118
|
-
.date_picker_module_datePicker--
|
|
1118
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4,.date_picker_module_datePicker--95bb4 .date_picker_module_label--95bb4{
|
|
1119
1119
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1120
1120
|
font-size:.875rem;
|
|
1121
1121
|
letter-spacing:.01875rem;
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
text-decoration:none;
|
|
1124
1124
|
text-transform:none;
|
|
1125
1125
|
}
|
|
1126
|
-
.date_picker_module_datePicker--
|
|
1126
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4{
|
|
1127
1127
|
align-items:center;
|
|
1128
1128
|
box-shadow:var(--innershadow-1);
|
|
1129
1129
|
display:inline-flex;
|
|
@@ -1131,7 +1131,7 @@
|
|
|
1131
1131
|
position:relative;
|
|
1132
1132
|
width:100%;
|
|
1133
1133
|
}
|
|
1134
|
-
.date_picker_module_datePicker--
|
|
1134
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4{
|
|
1135
1135
|
align-items:center;
|
|
1136
1136
|
border-radius:var(--radius-2);
|
|
1137
1137
|
display:inline-flex;
|
|
@@ -1140,23 +1140,23 @@
|
|
|
1140
1140
|
position:relative;
|
|
1141
1141
|
width:100%;
|
|
1142
1142
|
}
|
|
1143
|
-
.date_picker_module_datePicker--
|
|
1143
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4:focus-within{
|
|
1144
1144
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1145
1145
|
}
|
|
1146
|
-
.date_picker_module_datePicker--
|
|
1146
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4.date_picker_module_error--95bb4:not(:focus-within){
|
|
1147
1147
|
outline:var(--border-2) solid var(--text-text-error-on-light);
|
|
1148
1148
|
}
|
|
1149
|
-
.date_picker_module_datePicker--
|
|
1149
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4.date_picker_module_error--95bb4:focus-within{
|
|
1150
1150
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1151
1151
|
}
|
|
1152
|
-
.date_picker_module_datePicker--
|
|
1152
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4 .date_picker_module_groupContainerInput--95bb4{
|
|
1153
1153
|
align-items:center;
|
|
1154
1154
|
display:inline-flex;
|
|
1155
1155
|
height:var(--size-10);
|
|
1156
1156
|
text-transform:uppercase;
|
|
1157
1157
|
white-space:nowrap;
|
|
1158
1158
|
}
|
|
1159
|
-
.date_picker_module_datePicker--
|
|
1159
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4 .date_picker_module_groupContainerInput--95bb4 .date_picker_module_groupContainerInputSegment--95bb4{
|
|
1160
1160
|
border:unset;
|
|
1161
1161
|
border-radius:unset;
|
|
1162
1162
|
box-shadow:unset;
|
|
@@ -1167,18 +1167,18 @@
|
|
|
1167
1167
|
transition:unset;
|
|
1168
1168
|
width:unset;
|
|
1169
1169
|
}
|
|
1170
|
-
.date_picker_module_datePicker--
|
|
1170
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4 .date_picker_module_groupContainerInput--95bb4 .date_picker_module_groupContainerInputSegment--95bb4[data-placeholder]{
|
|
1171
1171
|
color:var(--text-text-on-light-secondary);
|
|
1172
1172
|
}
|
|
1173
|
-
.date_picker_module_datePicker--
|
|
1173
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4 .date_picker_module_groupContainerInput--95bb4 .date_picker_module_groupContainerInputSegment--95bb4:focus{
|
|
1174
1174
|
background:var(--light-blue-20);
|
|
1175
1175
|
caret-color:#0000;
|
|
1176
1176
|
outline:none;
|
|
1177
1177
|
}
|
|
1178
|
-
.date_picker_module_datePicker--
|
|
1178
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_groupContainer--95bb4 .date_picker_module_groupContainerInput--95bb4 .date_picker_module_groupContainerInputSegment--95bb4:focus[data-placeholder]{
|
|
1179
1179
|
color:var(--text-text-on-light);
|
|
1180
1180
|
}
|
|
1181
|
-
.date_picker_module_datePicker--
|
|
1181
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4{
|
|
1182
1182
|
align-items:center;
|
|
1183
1183
|
background-color:initial;
|
|
1184
1184
|
border:none;
|
|
@@ -1193,52 +1193,52 @@
|
|
|
1193
1193
|
right:var(--space-2);
|
|
1194
1194
|
width:var(--size-6);
|
|
1195
1195
|
}
|
|
1196
|
-
.date_picker_module_datePicker--
|
|
1196
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4.date_picker_module_clear--95bb4{
|
|
1197
1197
|
right:var(--size-9);
|
|
1198
1198
|
}
|
|
1199
|
-
.date_picker_module_datePicker--
|
|
1199
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4:focus-visible,.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4[data-focus-visible]{
|
|
1200
1200
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
1201
1201
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
1202
1202
|
}
|
|
1203
|
-
.date_picker_module_datePicker--
|
|
1203
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4:hover{
|
|
1204
1204
|
background:var(--surface-cta-surface-icon-hover);
|
|
1205
1205
|
}
|
|
1206
|
-
.date_picker_module_datePicker--
|
|
1206
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4:hover *{
|
|
1207
1207
|
fill:var(--icon-cta-icon-hover);
|
|
1208
1208
|
}
|
|
1209
|
-
.date_picker_module_datePicker--
|
|
1209
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4:active{
|
|
1210
1210
|
background:var(--surface-cta-surface-icon-pressed);
|
|
1211
1211
|
}
|
|
1212
|
-
.date_picker_module_datePicker--
|
|
1212
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4:active *{
|
|
1213
1213
|
fill:var(--icon-cta-icon-pressed);
|
|
1214
1214
|
}
|
|
1215
|
-
.date_picker_module_datePicker--
|
|
1215
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_group--95bb4 .date_picker_module_button--95bb4:disabled{
|
|
1216
1216
|
opacity:1;
|
|
1217
1217
|
}
|
|
1218
|
-
.date_picker_module_datePicker--
|
|
1218
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_popover--95bb4{
|
|
1219
1219
|
box-shadow:var(--dropshadow-3);
|
|
1220
1220
|
overflow:auto;
|
|
1221
1221
|
}
|
|
1222
|
-
.date_picker_module_datePicker--
|
|
1222
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_popover--95bb4[data-placement=top]{
|
|
1223
1223
|
--popover-slide-translation:translateY($animationTranslateDistance);
|
|
1224
1224
|
}
|
|
1225
|
-
.date_picker_module_datePicker--
|
|
1225
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_popover--95bb4[data-placement=bottom]{
|
|
1226
1226
|
--popover-slide-translation:translateY(-8px);
|
|
1227
1227
|
}
|
|
1228
|
-
.date_picker_module_datePicker--
|
|
1229
|
-
animation:date_picker_module_slide--
|
|
1228
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_popover--95bb4[data-entering]{
|
|
1229
|
+
animation:date_picker_module_slide--95bb4 var(--animation-duration-2);
|
|
1230
1230
|
}
|
|
1231
|
-
.date_picker_module_datePicker--
|
|
1232
|
-
animation:date_picker_module_slide--
|
|
1231
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_popover--95bb4[data-exiting]{
|
|
1232
|
+
animation:date_picker_module_slide--95bb4 var(--animation-duration-2) reverse var(--animation-easing-ease-base);
|
|
1233
1233
|
}
|
|
1234
|
-
.date_picker_module_datePicker--
|
|
1234
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_popoverContent--95bb4{
|
|
1235
1235
|
z-index:380;
|
|
1236
1236
|
}
|
|
1237
|
-
.date_picker_module_datePicker--
|
|
1237
|
+
.date_picker_module_datePicker--95bb4 .date_picker_module_inlineError--95bb4{
|
|
1238
1238
|
margin-block-start:var(--space-2);
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
|
-
@keyframes date_picker_module_slide--
|
|
1241
|
+
@keyframes date_picker_module_slide--95bb4{
|
|
1242
1242
|
from{
|
|
1243
1243
|
opacity:0;
|
|
1244
1244
|
transform:var(--popover-slide-translation);
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
transform:translateY(0);
|
|
1249
1249
|
}
|
|
1250
1250
|
}
|
|
1251
|
-
.base_grid_list_item_module_smallList--
|
|
1251
|
+
.base_grid_list_item_module_smallList--45c34{
|
|
1252
1252
|
box-sizing:border-box;
|
|
1253
1253
|
display:flex;
|
|
1254
1254
|
flex-direction:column;
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
padding:var(--space-1);
|
|
1260
1260
|
width:auto;
|
|
1261
1261
|
}
|
|
1262
|
-
.base_grid_list_item_module_smallList--
|
|
1262
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34{
|
|
1263
1263
|
--actions-opacity:0;
|
|
1264
1264
|
--thumbnail-size:var(--size-9);
|
|
1265
1265
|
--item-background:var(--surface-item-small-surface);
|
|
@@ -1278,11 +1278,11 @@
|
|
|
1278
1278
|
transform:translateZ(0);
|
|
1279
1279
|
width:auto;
|
|
1280
1280
|
}
|
|
1281
|
-
.base_grid_list_item_module_smallList--
|
|
1281
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34.base_grid_list_item_module_loading--45c34{
|
|
1282
1282
|
grid-template-columns:var(--thumbnail-size) auto 0;
|
|
1283
1283
|
grid-template-rows:100% 0;
|
|
1284
1284
|
}
|
|
1285
|
-
.base_grid_list_item_module_smallList--
|
|
1285
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_thumbnail--45c34{
|
|
1286
1286
|
align-items:center;
|
|
1287
1287
|
aspect-ratio:1;
|
|
1288
1288
|
display:flex;
|
|
@@ -1291,19 +1291,19 @@
|
|
|
1291
1291
|
overflow:hidden;
|
|
1292
1292
|
z-index:1;
|
|
1293
1293
|
}
|
|
1294
|
-
.base_grid_list_item_module_smallList--
|
|
1294
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_thumbnail--45c34 img,.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_thumbnail--45c34 svg{
|
|
1295
1295
|
height:100%;
|
|
1296
1296
|
object-fit:cover;
|
|
1297
1297
|
object-position:left;
|
|
1298
1298
|
width:100%;
|
|
1299
1299
|
}
|
|
1300
|
-
.base_grid_list_item_module_smallList--
|
|
1300
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_thumbnail--45c34.base_grid_list_item_module_customSize--45c34 img,.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_thumbnail--45c34.base_grid_list_item_module_customSize--45c34 svg{
|
|
1301
1301
|
height:unset;
|
|
1302
1302
|
max-height:100%;
|
|
1303
1303
|
max-width:100%;
|
|
1304
1304
|
width:unset;
|
|
1305
1305
|
}
|
|
1306
|
-
.base_grid_list_item_module_smallList--
|
|
1306
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_header--45c34{
|
|
1307
1307
|
color:var(--text-text-on-light);
|
|
1308
1308
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1309
1309
|
font-size:.875rem;
|
|
@@ -1314,11 +1314,11 @@
|
|
|
1314
1314
|
text-decoration:none;
|
|
1315
1315
|
text-transform:none;
|
|
1316
1316
|
}
|
|
1317
|
-
.base_grid_list_item_module_smallList--
|
|
1317
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_header--45c34.base_grid_list_item_module_loading--45c34{
|
|
1318
1318
|
align-items:center;
|
|
1319
1319
|
display:flex;
|
|
1320
1320
|
}
|
|
1321
|
-
.base_grid_list_item_module_smallList--
|
|
1321
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_subtitle--45c34{
|
|
1322
1322
|
color:var(--text-text-on-light-secondary);
|
|
1323
1323
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1324
1324
|
font-size:.75rem;
|
|
@@ -1329,17 +1329,17 @@
|
|
|
1329
1329
|
text-decoration:none;
|
|
1330
1330
|
text-transform:none;
|
|
1331
1331
|
}
|
|
1332
|
-
.base_grid_list_item_module_smallList--
|
|
1332
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_header--45c34,.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_subtitle--45c34{
|
|
1333
1333
|
display:inline-block;
|
|
1334
1334
|
overflow:hidden;
|
|
1335
1335
|
text-overflow:ellipsis;
|
|
1336
1336
|
white-space:nowrap;
|
|
1337
1337
|
}
|
|
1338
|
-
.base_grid_list_item_module_smallList--
|
|
1338
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34:not(:has(.base_grid_list_item_module_header--45c34)),.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34:not(:has(.base_grid_list_item_module_subtitle--45c34)){
|
|
1339
1339
|
grid-template-rows:100% 0;
|
|
1340
1340
|
row-gap:0;
|
|
1341
1341
|
}
|
|
1342
|
-
.base_grid_list_item_module_smallList--
|
|
1342
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_actions--45c34{
|
|
1343
1343
|
align-items:center;
|
|
1344
1344
|
display:flex;
|
|
1345
1345
|
grid-area:actions;
|
|
@@ -1349,11 +1349,11 @@
|
|
|
1349
1349
|
padding-right:0;
|
|
1350
1350
|
}
|
|
1351
1351
|
@media (pointer: coarse){
|
|
1352
|
-
.base_grid_list_item_module_smallList--
|
|
1352
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_actions--45c34{
|
|
1353
1353
|
--actions-opacity:1;
|
|
1354
1354
|
}
|
|
1355
1355
|
}
|
|
1356
|
-
.base_grid_list_item_module_smallList--
|
|
1356
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_selection--45c34{
|
|
1357
1357
|
align-items:center;
|
|
1358
1358
|
background:var(--item-background);
|
|
1359
1359
|
border-radius:var(--radius-2);
|
|
@@ -1362,10 +1362,10 @@
|
|
|
1362
1362
|
justify-content:center;
|
|
1363
1363
|
width:var(--space-8);
|
|
1364
1364
|
}
|
|
1365
|
-
.base_grid_list_item_module_smallList--
|
|
1365
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_selection--45c34:hover{
|
|
1366
1366
|
background:var(--surface-cta-surface-icon-hover);
|
|
1367
1367
|
}
|
|
1368
|
-
.base_grid_list_item_module_smallList--
|
|
1368
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_inner--45c34{
|
|
1369
1369
|
align-items:center;
|
|
1370
1370
|
border-radius:var(--radius-2);
|
|
1371
1371
|
display:flex;
|
|
@@ -1373,18 +1373,18 @@
|
|
|
1373
1373
|
justify-content:flex-end;
|
|
1374
1374
|
margin-inline-end:var(--space-2);
|
|
1375
1375
|
}
|
|
1376
|
-
.base_grid_list_item_module_smallList--
|
|
1376
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_inner--45c34:last-child{
|
|
1377
1377
|
margin-inline-end:0;
|
|
1378
1378
|
}
|
|
1379
|
-
.base_grid_list_item_module_smallList--
|
|
1379
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_actionsCheckboxWrapper--45c34{
|
|
1380
1380
|
background:var(--item-hover);
|
|
1381
1381
|
display:flex;
|
|
1382
1382
|
}
|
|
1383
|
-
.base_grid_list_item_module_smallList--
|
|
1383
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34[data-focus-visible],.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34[data-focused],.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34[data-hovered]{
|
|
1384
1384
|
--actions-opacity:1;
|
|
1385
1385
|
background:var(--item-hover);
|
|
1386
1386
|
}
|
|
1387
|
-
.base_grid_list_item_module_smallList--
|
|
1387
|
+
.base_grid_list_item_module_smallList--45c34 .base_grid_list_item_module_smallListItem--45c34[data-focus-visible]::before{
|
|
1388
1388
|
--actions-opacity:1;
|
|
1389
1389
|
border-radius:.875rem;
|
|
1390
1390
|
content:"";
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
width:100%;
|
|
1399
1399
|
}
|
|
1400
1400
|
|
|
1401
|
-
.base_grid_list_item_module_largeList--
|
|
1401
|
+
.base_grid_list_item_module_largeList--45c34{
|
|
1402
1402
|
box-sizing:border-box;
|
|
1403
1403
|
display:flex;
|
|
1404
1404
|
flex-direction:column;
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
overflow:auto;
|
|
1409
1409
|
padding:var(--space-1);
|
|
1410
1410
|
}
|
|
1411
|
-
.base_grid_list_item_module_largeList--
|
|
1411
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34{
|
|
1412
1412
|
--thumbnail-size:10rem;
|
|
1413
1413
|
--actions-opacity:0;
|
|
1414
1414
|
--item-background:var(--gray-white);
|
|
@@ -1425,18 +1425,18 @@
|
|
|
1425
1425
|
position:relative;
|
|
1426
1426
|
transform:translateZ(0);
|
|
1427
1427
|
}
|
|
1428
|
-
.base_grid_list_item_module_largeList--
|
|
1428
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34.base_grid_list_item_module_loading--45c34{
|
|
1429
1429
|
grid-template-rows:1fr 1fr 1fr;
|
|
1430
1430
|
}
|
|
1431
|
-
.base_grid_list_item_module_largeList--
|
|
1431
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34:focus-within{
|
|
1432
1432
|
--actions-opacity:1;
|
|
1433
1433
|
}
|
|
1434
1434
|
@media (max-width: 374px){
|
|
1435
|
-
.base_grid_list_item_module_largeList--
|
|
1435
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34{
|
|
1436
1436
|
--thumbnail-size:7.5rem;
|
|
1437
1437
|
}
|
|
1438
1438
|
}
|
|
1439
|
-
.base_grid_list_item_module_largeList--
|
|
1439
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_thumbnail--45c34{
|
|
1440
1440
|
aspect-ratio:4/3;
|
|
1441
1441
|
border:var(--border-1) solid var(--gray-10);
|
|
1442
1442
|
border-radius:var(--radius-3);
|
|
@@ -1444,24 +1444,24 @@
|
|
|
1444
1444
|
overflow:hidden;
|
|
1445
1445
|
z-index:1;
|
|
1446
1446
|
}
|
|
1447
|
-
.base_grid_list_item_module_largeList--
|
|
1447
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_thumbnail--45c34 img{
|
|
1448
1448
|
height:100%;
|
|
1449
1449
|
object-fit:cover;
|
|
1450
1450
|
object-position:left;
|
|
1451
1451
|
width:100%;
|
|
1452
1452
|
}
|
|
1453
|
-
.base_grid_list_item_module_largeList--
|
|
1453
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_thumbnail--45c34.base_grid_list_item_module_loading--45c34{
|
|
1454
1454
|
border:none;
|
|
1455
1455
|
}
|
|
1456
1456
|
@media (max-width: 374px){
|
|
1457
|
-
.base_grid_list_item_module_largeList--
|
|
1457
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_thumbnail--45c34{
|
|
1458
1458
|
aspect-ratio:1/1;
|
|
1459
1459
|
}
|
|
1460
|
-
.base_grid_list_item_module_largeList--
|
|
1460
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_thumbnail--45c34 img{
|
|
1461
1461
|
object-fit:contain;
|
|
1462
1462
|
}
|
|
1463
1463
|
}
|
|
1464
|
-
.base_grid_list_item_module_largeList--
|
|
1464
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_actions--45c34{
|
|
1465
1465
|
align-items:center;
|
|
1466
1466
|
display:flex;
|
|
1467
1467
|
height:var(--space-6);
|
|
@@ -1473,11 +1473,11 @@
|
|
|
1473
1473
|
top:.875rem;
|
|
1474
1474
|
}
|
|
1475
1475
|
@media (pointer: coarse){
|
|
1476
|
-
.base_grid_list_item_module_largeList--
|
|
1476
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_actions--45c34{
|
|
1477
1477
|
--actions-opacity:1;
|
|
1478
1478
|
}
|
|
1479
1479
|
}
|
|
1480
|
-
.base_grid_list_item_module_largeList--
|
|
1480
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_selection--45c34{
|
|
1481
1481
|
align-items:center;
|
|
1482
1482
|
background:var(--item-background);
|
|
1483
1483
|
border-radius:var(--radius-2);
|
|
@@ -1486,15 +1486,15 @@
|
|
|
1486
1486
|
justify-content:center;
|
|
1487
1487
|
width:var(--space-8);
|
|
1488
1488
|
}
|
|
1489
|
-
.base_grid_list_item_module_largeList--
|
|
1489
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_selection--45c34:hover{
|
|
1490
1490
|
background:var(--surface-cta-surface-icon-hover);
|
|
1491
1491
|
}
|
|
1492
|
-
.base_grid_list_item_module_largeList--
|
|
1492
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_fade--45c34{
|
|
1493
1493
|
align-self:stretch;
|
|
1494
1494
|
background:linear-gradient(270deg, #fff 0, #fff0 100%);
|
|
1495
1495
|
width:var(--size-8);
|
|
1496
1496
|
}
|
|
1497
|
-
.base_grid_list_item_module_largeList--
|
|
1497
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_inner--45c34{
|
|
1498
1498
|
align-items:center;
|
|
1499
1499
|
background:var(--item-background);
|
|
1500
1500
|
border-radius:var(--radius-2);
|
|
@@ -1503,14 +1503,14 @@
|
|
|
1503
1503
|
justify-content:flex-end;
|
|
1504
1504
|
margin-inline-end:var(--space-2);
|
|
1505
1505
|
}
|
|
1506
|
-
.base_grid_list_item_module_largeList--
|
|
1506
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_inner--45c34:last-child{
|
|
1507
1507
|
margin-inline-end:0;
|
|
1508
1508
|
}
|
|
1509
|
-
.base_grid_list_item_module_largeList--
|
|
1509
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_actionsCheckboxWrapper--45c34{
|
|
1510
1510
|
background:var(--item-background);
|
|
1511
1511
|
display:flex;
|
|
1512
1512
|
}
|
|
1513
|
-
.base_grid_list_item_module_largeList--
|
|
1513
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_header--45c34{
|
|
1514
1514
|
align-items:center;
|
|
1515
1515
|
color:var(--text-text-on-light);
|
|
1516
1516
|
display:inline-flex;
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
text-transform:none;
|
|
1528
1528
|
white-space:nowrap;
|
|
1529
1529
|
}
|
|
1530
|
-
.base_grid_list_item_module_largeList--
|
|
1530
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_subtitle--45c34{
|
|
1531
1531
|
align-items:center;
|
|
1532
1532
|
color:var(--text-text-on-light-secondary);
|
|
1533
1533
|
display:flex;
|
|
@@ -1542,7 +1542,7 @@
|
|
|
1542
1542
|
text-transform:none;
|
|
1543
1543
|
white-space:nowrap;
|
|
1544
1544
|
}
|
|
1545
|
-
.base_grid_list_item_module_largeList--
|
|
1545
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_description--45c34{
|
|
1546
1546
|
-webkit-box-orient:vertical;
|
|
1547
1547
|
-webkit-line-clamp:3;
|
|
1548
1548
|
color:var(--text-text-on-light);
|
|
@@ -1560,13 +1560,13 @@
|
|
|
1560
1560
|
text-decoration:none;
|
|
1561
1561
|
text-transform:none;
|
|
1562
1562
|
}
|
|
1563
|
-
.base_grid_list_item_module_largeList--
|
|
1563
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_snippet--45c34{
|
|
1564
1564
|
grid-area:description;
|
|
1565
1565
|
margin:0;
|
|
1566
1566
|
margin-block-end:var(--space-1);
|
|
1567
1567
|
margin-block-start:var(--space-3);
|
|
1568
1568
|
}
|
|
1569
|
-
.base_grid_list_item_module_largeList--
|
|
1569
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34 .base_grid_list_item_module_snippet--45c34 .base_grid_list_item_module_snippetContent--45c34{
|
|
1570
1570
|
-webkit-box-orient:vertical;
|
|
1571
1571
|
-webkit-line-clamp:2;
|
|
1572
1572
|
border:0 0 0 var(--space-05);
|
|
@@ -1585,12 +1585,12 @@
|
|
|
1585
1585
|
text-decoration:none;
|
|
1586
1586
|
text-transform:none;
|
|
1587
1587
|
}
|
|
1588
|
-
.base_grid_list_item_module_largeList--
|
|
1588
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[data-focus-visible],.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[data-focused],.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[data-hovered]{
|
|
1589
1589
|
--actions-opacity:1;
|
|
1590
1590
|
box-shadow:var(--dropshadow-2);
|
|
1591
1591
|
outline:var(--border-1) solid var(--border-card-border);
|
|
1592
1592
|
}
|
|
1593
|
-
.base_grid_list_item_module_largeList--
|
|
1593
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[data-focus-visible]::before{
|
|
1594
1594
|
border-radius:.875rem;
|
|
1595
1595
|
content:"";
|
|
1596
1596
|
display:block;
|
|
@@ -1602,31 +1602,31 @@
|
|
|
1602
1602
|
top:0;
|
|
1603
1603
|
width:100%;
|
|
1604
1604
|
}
|
|
1605
|
-
.base_grid_list_item_module_largeList--
|
|
1605
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[aria-selected=true]{
|
|
1606
1606
|
--actions-opacity:1;
|
|
1607
1607
|
--item-background:var(--box-blue-05);
|
|
1608
1608
|
outline:var(--border-2) solid var(--border-card-border-focus);
|
|
1609
1609
|
z-index:2;
|
|
1610
1610
|
}
|
|
1611
|
-
.base_grid_list_item_module_largeList--
|
|
1611
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[aria-selected=true] .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_fade--45c34{
|
|
1612
1612
|
background:linear-gradient(270deg, #f2f7fd 0, #f2f7fd00 100%);
|
|
1613
1613
|
}
|
|
1614
|
-
.base_grid_list_item_module_largeList--
|
|
1614
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused]) .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_inner--45c34{
|
|
1615
1615
|
display:none;
|
|
1616
1616
|
}
|
|
1617
1617
|
@supports selector(:has(.foo)){
|
|
1618
|
-
.base_grid_list_item_module_largeList--
|
|
1618
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[aria-selected=true]:has(+ .base_grid_list_item_module_react-aria-DropIndicator--45c34 + [aria-selected=true]),.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[aria-selected=true]:has(+ [aria-selected=true]){
|
|
1619
1619
|
border-end-end-radius:0;
|
|
1620
1620
|
border-end-start-radius:0;
|
|
1621
1621
|
}
|
|
1622
|
-
.base_grid_list_item_module_largeList--
|
|
1622
|
+
.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[aria-selected=true] + .base_grid_list_item_module_react-aria-DropIndicator--45c34 + [aria-selected=true],.base_grid_list_item_module_largeList--45c34 .base_grid_list_item_module_largeListItem--45c34[aria-selected=true] + [aria-selected=true]{
|
|
1623
1623
|
border-start-end-radius:0;
|
|
1624
1624
|
border-start-start-radius:0;
|
|
1625
1625
|
border-top:none;
|
|
1626
1626
|
}
|
|
1627
1627
|
}
|
|
1628
1628
|
|
|
1629
|
-
.base_grid_list_item_module_gridList--
|
|
1629
|
+
.base_grid_list_item_module_gridList--45c34{
|
|
1630
1630
|
box-sizing:border-box;
|
|
1631
1631
|
display:grid;
|
|
1632
1632
|
gap:var(--space-2);
|
|
@@ -1636,7 +1636,7 @@
|
|
|
1636
1636
|
overflow:auto;
|
|
1637
1637
|
padding:var(--space-1);
|
|
1638
1638
|
}
|
|
1639
|
-
.base_grid_list_item_module_gridList--
|
|
1639
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34{
|
|
1640
1640
|
--actions-opacity:0;
|
|
1641
1641
|
--item-background:var(--gray-white);
|
|
1642
1642
|
--row-gap:var(--space-2);
|
|
@@ -1654,15 +1654,15 @@
|
|
|
1654
1654
|
row-gap:var(--row-gap);
|
|
1655
1655
|
transform:translateZ(0);
|
|
1656
1656
|
}
|
|
1657
|
-
.base_grid_list_item_module_gridList--
|
|
1657
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34:focus-within{
|
|
1658
1658
|
--actions-opacity:1;
|
|
1659
1659
|
}
|
|
1660
|
-
.base_grid_list_item_module_gridList--
|
|
1660
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_statusPin--45c34{
|
|
1661
1661
|
left:var(--space-3);
|
|
1662
1662
|
position:absolute;
|
|
1663
1663
|
top:var(--space-3);
|
|
1664
1664
|
}
|
|
1665
|
-
.base_grid_list_item_module_gridList--
|
|
1665
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_thumbnail--45c34{
|
|
1666
1666
|
aspect-ratio:4/3;
|
|
1667
1667
|
background:var(--gray-white);
|
|
1668
1668
|
border:var(--border-1) solid var(--border-gridthumbnail-border);
|
|
@@ -1670,25 +1670,25 @@
|
|
|
1670
1670
|
grid-area:thumbnail;
|
|
1671
1671
|
overflow:hidden;
|
|
1672
1672
|
}
|
|
1673
|
-
.base_grid_list_item_module_gridList--
|
|
1673
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_thumbnail--45c34 img{
|
|
1674
1674
|
height:100%;
|
|
1675
1675
|
object-fit:contain;
|
|
1676
1676
|
width:100%;
|
|
1677
1677
|
}
|
|
1678
|
-
.base_grid_list_item_module_gridList--
|
|
1678
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_thumbnail--45c34.base_grid_list_item_module_loading--45c34{
|
|
1679
1679
|
border:none;
|
|
1680
1680
|
}
|
|
1681
1681
|
@media (pointer: coarse){
|
|
1682
|
-
.base_grid_list_item_module_gridList--
|
|
1682
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_thumbnail--45c34{
|
|
1683
1683
|
margin-block-end:var(--space-1);
|
|
1684
1684
|
}
|
|
1685
1685
|
}
|
|
1686
|
-
.base_grid_list_item_module_gridList--
|
|
1686
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_actions--45c34{
|
|
1687
1687
|
grid-area:subtitle;
|
|
1688
1688
|
margin-block-start:-.25rem;
|
|
1689
1689
|
opacity:var(--actions-opacity);
|
|
1690
1690
|
}
|
|
1691
|
-
.base_grid_list_item_module_gridList--
|
|
1691
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_selection--45c34{
|
|
1692
1692
|
align-items:center;
|
|
1693
1693
|
border-radius:var(--radius-2);
|
|
1694
1694
|
display:flex;
|
|
@@ -1699,10 +1699,10 @@
|
|
|
1699
1699
|
top:var(--space-2);
|
|
1700
1700
|
width:var(--space-8);
|
|
1701
1701
|
}
|
|
1702
|
-
.base_grid_list_item_module_gridList--
|
|
1702
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_selection--45c34:hover{
|
|
1703
1703
|
background:var(--surface-cta-surface-icon-hover);
|
|
1704
1704
|
}
|
|
1705
|
-
.base_grid_list_item_module_gridList--
|
|
1705
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_inner--45c34{
|
|
1706
1706
|
align-items:center;
|
|
1707
1707
|
background:var(--item-background);
|
|
1708
1708
|
border-radius:var(--radius-2);
|
|
@@ -1711,12 +1711,12 @@
|
|
|
1711
1711
|
justify-content:center;
|
|
1712
1712
|
}
|
|
1713
1713
|
@media (pointer: coarse){
|
|
1714
|
-
.base_grid_list_item_module_gridList--
|
|
1714
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_actions--45c34{
|
|
1715
1715
|
grid-area:actions;
|
|
1716
1716
|
margin-block-start:0;
|
|
1717
1717
|
}
|
|
1718
1718
|
}
|
|
1719
|
-
.base_grid_list_item_module_gridList--
|
|
1719
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_header--45c34{
|
|
1720
1720
|
-webkit-box-orient:vertical;
|
|
1721
1721
|
-webkit-line-clamp:2;
|
|
1722
1722
|
color:var(--text-text-on-light);
|
|
@@ -1733,11 +1733,11 @@
|
|
|
1733
1733
|
text-decoration:none;
|
|
1734
1734
|
text-transform:none;
|
|
1735
1735
|
}
|
|
1736
|
-
.base_grid_list_item_module_gridList--
|
|
1736
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_header--45c34.base_grid_list_item_module_loading--45c34{
|
|
1737
1737
|
align-items:center;
|
|
1738
1738
|
display:flex;
|
|
1739
1739
|
}
|
|
1740
|
-
.base_grid_list_item_module_gridList--
|
|
1740
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_subtitle--45c34{
|
|
1741
1741
|
color:var(--text-text-on-light-secondary);
|
|
1742
1742
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1743
1743
|
font-size:.75rem;
|
|
@@ -1753,15 +1753,15 @@
|
|
|
1753
1753
|
text-transform:none;
|
|
1754
1754
|
white-space:nowrap;
|
|
1755
1755
|
}
|
|
1756
|
-
.base_grid_list_item_module_gridList--
|
|
1756
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34 .base_grid_list_item_module_subtitle--45c34.base_grid_list_item_module_loading--45c34{
|
|
1757
1757
|
height:1.25rem;
|
|
1758
1758
|
}
|
|
1759
|
-
.base_grid_list_item_module_gridList--
|
|
1759
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34.base_grid_list_item_module_isItemInteracted--45c34,.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34[data-focus-visible],.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34[data-focused],.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34[data-hovered]{
|
|
1760
1760
|
--actions-opacity:1;
|
|
1761
1761
|
box-shadow:var(--dropshadow-2);
|
|
1762
1762
|
outline:var(--border-1) solid var(--border-card-border);
|
|
1763
1763
|
}
|
|
1764
|
-
.base_grid_list_item_module_gridList--
|
|
1764
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34[data-focus-visible]::before{
|
|
1765
1765
|
border-radius:var(--radius-3);
|
|
1766
1766
|
content:"";
|
|
1767
1767
|
display:block;
|
|
@@ -1773,7 +1773,7 @@
|
|
|
1773
1773
|
top:0;
|
|
1774
1774
|
width:100%;
|
|
1775
1775
|
}
|
|
1776
|
-
.base_grid_list_item_module_gridList--
|
|
1776
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34[data-focus-visible]::after{
|
|
1777
1777
|
border-radius:var(--radius-3);
|
|
1778
1778
|
content:"";
|
|
1779
1779
|
display:block;
|
|
@@ -1785,16 +1785,16 @@
|
|
|
1785
1785
|
top:0;
|
|
1786
1786
|
width:100%;
|
|
1787
1787
|
}
|
|
1788
|
-
.base_grid_list_item_module_gridList--
|
|
1788
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34[aria-selected=true]{
|
|
1789
1789
|
--actions-opacity:1;
|
|
1790
1790
|
--item-background:var(--box-blue-05);
|
|
1791
1791
|
outline:var(--border-2) solid var(--border-card-border-focus);
|
|
1792
1792
|
}
|
|
1793
|
-
.base_grid_list_item_module_gridList--
|
|
1793
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused], .base_grid_list_item_module_isItemInteracted--45c34) .base_grid_list_item_module_actions--45c34 .base_grid_list_item_module_inner--45c34{
|
|
1794
1794
|
opacity:0;
|
|
1795
1795
|
}
|
|
1796
1796
|
@media (pointer: coarse){
|
|
1797
|
-
.base_grid_list_item_module_gridList--
|
|
1797
|
+
.base_grid_list_item_module_gridList--45c34 .base_grid_list_item_module_gridListItem--45c34{
|
|
1798
1798
|
--row-gap:var(--space-1);
|
|
1799
1799
|
--actions-opacity:1;
|
|
1800
1800
|
grid-template-areas:"thumbnail" "head" "subtitle" "actions";
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
}
|
|
1803
1803
|
}
|
|
1804
1804
|
|
|
1805
|
-
.base_grid_list_item_module_tooltipContent--
|
|
1805
|
+
.base_grid_list_item_module_tooltipContent--45c34{
|
|
1806
1806
|
background-color:var(--surface-tooltip-surface);
|
|
1807
1807
|
border:var(--border-1) solid var(--surface-tooltip-surface);
|
|
1808
1808
|
border-radius:var(--radius-1);
|
|
@@ -1820,24 +1820,24 @@
|
|
|
1820
1820
|
word-break:break-word;
|
|
1821
1821
|
z-index:2147483647;
|
|
1822
1822
|
}
|
|
1823
|
-
.base_grid_list_item_module_tooltipContent--
|
|
1823
|
+
.base_grid_list_item_module_tooltipContent--45c34 .base_grid_list_item_module_tooltipArrow--45c34 svg{
|
|
1824
1824
|
display:block;
|
|
1825
1825
|
height:.5rem;
|
|
1826
1826
|
width:1rem;
|
|
1827
1827
|
}
|
|
1828
|
-
.base_grid_list_item_module_tooltipContent--
|
|
1828
|
+
.base_grid_list_item_module_tooltipContent--45c34[data-placement=top]{
|
|
1829
1829
|
margin-block-end:var(--space-2);
|
|
1830
1830
|
}
|
|
1831
|
-
.base_grid_list_item_module_tooltipContent--
|
|
1831
|
+
.base_grid_list_item_module_tooltipContent--45c34[data-placement=top] .base_grid_list_item_module_tooltipArrow--45c34 svg{
|
|
1832
1832
|
transform:rotate(180deg);
|
|
1833
1833
|
}
|
|
1834
|
-
.base_grid_list_item_module_tooltipContent--
|
|
1834
|
+
.base_grid_list_item_module_tooltipContent--45c34[data-placement=bottom]{
|
|
1835
1835
|
margin-block-start:var(--space-2);
|
|
1836
1836
|
}
|
|
1837
|
-
.base_grid_list_item_module_tooltipContent--
|
|
1837
|
+
.base_grid_list_item_module_tooltipContent--45c34[data-placement=right]{
|
|
1838
1838
|
margin-inline-start:var(--space-2);
|
|
1839
1839
|
}
|
|
1840
|
-
.base_grid_list_item_module_tooltipContent--
|
|
1840
|
+
.base_grid_list_item_module_tooltipContent--45c34[data-placement=left]{
|
|
1841
1841
|
margin-inline-end:var(--space-2);
|
|
1842
1842
|
}
|
|
1843
1843
|
.list_checkbox_module_selection--d79fa{
|
|
@@ -1881,7 +1881,7 @@
|
|
|
1881
1881
|
.list_checkbox_module_checkbox--d79fa[data-disabled]{
|
|
1882
1882
|
opacity:.4;
|
|
1883
1883
|
}
|
|
1884
|
-
.tooltip_module_content--
|
|
1884
|
+
.tooltip_module_content--d8627{
|
|
1885
1885
|
border-radius:var(--radius-1);
|
|
1886
1886
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
1887
1887
|
font-size:.875rem;
|
|
@@ -1896,18 +1896,18 @@
|
|
|
1896
1896
|
word-break:break-word;
|
|
1897
1897
|
z-index:2147483647;
|
|
1898
1898
|
}
|
|
1899
|
-
.tooltip_module_content--
|
|
1899
|
+
.tooltip_module_content--d8627.tooltip_module_standard--d8627{
|
|
1900
1900
|
background-color:var(--surface-tooltip-surface);
|
|
1901
1901
|
border:var(--border-1) solid var(--surface-tooltip-surface);
|
|
1902
1902
|
color:var(--text-text-on-dark);
|
|
1903
1903
|
}
|
|
1904
|
-
.tooltip_module_content--
|
|
1904
|
+
.tooltip_module_content--d8627.tooltip_module_error--d8627{
|
|
1905
1905
|
background-color:var(--surface-tooltip-surface-error);
|
|
1906
1906
|
border:var(--border-1) solid var(--border-tooltip-border-error);
|
|
1907
1907
|
color:var(--text-text-on-light);
|
|
1908
1908
|
}
|
|
1909
1909
|
|
|
1910
|
-
.tooltip_module_arrow--
|
|
1910
|
+
.tooltip_module_arrow--d8627{
|
|
1911
1911
|
border-left:8.7px solid #0000;
|
|
1912
1912
|
border-right:8.7px solid #0000;
|
|
1913
1913
|
border-top:8.7px solid var(--surface-tooltip-surface);
|
|
@@ -1915,10 +1915,10 @@
|
|
|
1915
1915
|
height:0;
|
|
1916
1916
|
width:0;
|
|
1917
1917
|
}
|
|
1918
|
-
.tooltip_module_arrow--
|
|
1918
|
+
.tooltip_module_arrow--d8627.tooltip_module_error--d8627{
|
|
1919
1919
|
border-top-color:var(--border-tooltip-border-error);
|
|
1920
1920
|
}
|
|
1921
|
-
.tooltip_module_arrow--
|
|
1921
|
+
.tooltip_module_arrow--d8627.tooltip_module_error--d8627::after{
|
|
1922
1922
|
border-left:7.7px solid #0000;
|
|
1923
1923
|
border-right:7.7px solid #0000;
|
|
1924
1924
|
border-top:7.7px solid var(--surface-tooltip-surface-error);
|
|
@@ -1930,17 +1930,17 @@
|
|
|
1930
1930
|
width:0;
|
|
1931
1931
|
}
|
|
1932
1932
|
|
|
1933
|
-
.search_term_string_module_searchTerm--
|
|
1933
|
+
.search_term_string_module_searchTerm--93033{
|
|
1934
1934
|
background-color:var(--surface-text-highlight-surface);
|
|
1935
1935
|
color:inherit;
|
|
1936
1936
|
font-weight:bold;
|
|
1937
1937
|
}
|
|
1938
1938
|
|
|
1939
|
-
.search_term_string_module_searchTermString--
|
|
1939
|
+
.search_term_string_module_searchTermString--93033{
|
|
1940
1940
|
display:inline;
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
|
-
.dropdown_menu_module_content--
|
|
1943
|
+
.dropdown_menu_module_content--41f97{
|
|
1944
1944
|
background-color:var(--surface-menu-surface);
|
|
1945
1945
|
border:var(--border-1) solid var(--border-card-border);
|
|
1946
1946
|
border-radius:var(--radius-3);
|
|
@@ -1962,13 +1962,13 @@
|
|
|
1962
1962
|
z-index:2147483647;
|
|
1963
1963
|
}
|
|
1964
1964
|
|
|
1965
|
-
.dropdown_menu_module_ellipsis--
|
|
1965
|
+
.dropdown_menu_module_ellipsis--41f97{
|
|
1966
1966
|
overflow:hidden;
|
|
1967
1967
|
text-overflow:ellipsis;
|
|
1968
1968
|
white-space:nowrap;
|
|
1969
1969
|
}
|
|
1970
1970
|
|
|
1971
|
-
.dropdown_menu_module_checkmark--
|
|
1971
|
+
.dropdown_menu_module_checkmark--41f97{
|
|
1972
1972
|
align-items:center;
|
|
1973
1973
|
display:inline-flex;
|
|
1974
1974
|
justify-content:center;
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
position:absolute;
|
|
1977
1977
|
}
|
|
1978
1978
|
|
|
1979
|
-
.dropdown_menu_module_item--
|
|
1979
|
+
.dropdown_menu_module_item--41f97,.dropdown_menu_module_subMenuTrigger--41f97{
|
|
1980
1980
|
align-items:center;
|
|
1981
1981
|
border:var(--border-2) solid #0000;
|
|
1982
1982
|
border-radius:var(--radius-3);
|
|
@@ -1988,37 +1988,37 @@
|
|
|
1988
1988
|
-webkit-user-select:none;
|
|
1989
1989
|
user-select:none;
|
|
1990
1990
|
}
|
|
1991
|
-
.dropdown_menu_module_item--
|
|
1991
|
+
.dropdown_menu_module_item--41f97[data-disabled],.dropdown_menu_module_subMenuTrigger--41f97[data-disabled]{
|
|
1992
1992
|
opacity:60%;
|
|
1993
1993
|
pointer-events:none;
|
|
1994
1994
|
}
|
|
1995
|
-
.dropdown_menu_module_item--
|
|
1995
|
+
.dropdown_menu_module_item--41f97[data-highlighted]:not(:hover),.dropdown_menu_module_subMenuTrigger--41f97[data-highlighted]:not(:hover){
|
|
1996
1996
|
background-color:var(--surface-menu-surface-hover);
|
|
1997
1997
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
1998
1998
|
}
|
|
1999
|
-
.dropdown_menu_module_item--
|
|
1999
|
+
.dropdown_menu_module_item--41f97:hover,.dropdown_menu_module_item--41f97[data-state=open],.dropdown_menu_module_subMenuTrigger--41f97:hover,.dropdown_menu_module_subMenuTrigger--41f97[data-state=open]{
|
|
2000
2000
|
background-color:var(--surface-menu-surface-hover);
|
|
2001
2001
|
}
|
|
2002
|
-
.dropdown_menu_module_item--
|
|
2002
|
+
.dropdown_menu_module_item--41f97.dropdown_menu_module_checkboxItem--41f97,.dropdown_menu_module_item--41f97.dropdown_menu_module_radioItem--41f97,.dropdown_menu_module_subMenuTrigger--41f97.dropdown_menu_module_checkboxItem--41f97,.dropdown_menu_module_subMenuTrigger--41f97.dropdown_menu_module_radioItem--41f97{
|
|
2003
2003
|
padding:.4375rem .5rem .4375rem calc(var(--space-2) + var(--space-4) + var(--space-4));
|
|
2004
2004
|
}
|
|
2005
2005
|
|
|
2006
|
-
.dropdown_menu_module_dropdownMenuItemSeparator--
|
|
2006
|
+
.dropdown_menu_module_dropdownMenuItemSeparator--41f97{
|
|
2007
2007
|
background-color:var(--border-divider-border);
|
|
2008
2008
|
flex-shrink:0;
|
|
2009
2009
|
height:var(--border-1);
|
|
2010
2010
|
margin-block:var(--space-2);
|
|
2011
2011
|
}
|
|
2012
2012
|
|
|
2013
|
-
.menu_item_sections_module_menuItemMainContent--
|
|
2013
|
+
.menu_item_sections_module_menuItemMainContent--13d18{
|
|
2014
2014
|
display:flex;
|
|
2015
2015
|
flex:1;
|
|
2016
2016
|
flex-direction:column;
|
|
2017
2017
|
}
|
|
2018
|
-
.menu_item_sections_module_menuItemMainContent--
|
|
2018
|
+
.menu_item_sections_module_menuItemMainContent--13d18 .menu_item_sections_module_label--13d18{
|
|
2019
2019
|
font-weight:400;
|
|
2020
2020
|
}
|
|
2021
|
-
.menu_item_sections_module_menuItemMainContent--
|
|
2021
|
+
.menu_item_sections_module_menuItemMainContent--13d18 .menu_item_sections_module_label--13d18,.menu_item_sections_module_menuItemMainContent--13d18 .menu_item_sections_module_label--13d18.menu_item_sections_module_bold--13d18{
|
|
2022
2022
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2023
2023
|
font-size:.875rem;
|
|
2024
2024
|
letter-spacing:.01875rem;
|
|
@@ -2026,14 +2026,14 @@
|
|
|
2026
2026
|
text-decoration:none;
|
|
2027
2027
|
text-transform:none;
|
|
2028
2028
|
}
|
|
2029
|
-
.menu_item_sections_module_menuItemMainContent--
|
|
2029
|
+
.menu_item_sections_module_menuItemMainContent--13d18 .menu_item_sections_module_label--13d18.menu_item_sections_module_bold--13d18{
|
|
2030
2030
|
font-weight:700;
|
|
2031
2031
|
}
|
|
2032
|
-
.menu_item_sections_module_menuItemMainContent--
|
|
2032
|
+
.menu_item_sections_module_menuItemMainContent--13d18 .menu_item_sections_module_description--13d18{
|
|
2033
2033
|
color:var(--text-text-on-light-secondary);
|
|
2034
2034
|
}
|
|
2035
2035
|
|
|
2036
|
-
.menu_item_sections_module_menuItemMainContent--
|
|
2036
|
+
.menu_item_sections_module_menuItemMainContent--13d18 .menu_item_sections_module_description--13d18,.menu_item_sections_module_menuItemSideContent--13d18{
|
|
2037
2037
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2038
2038
|
font-size:.875rem;
|
|
2039
2039
|
font-weight:400;
|
|
@@ -2043,15 +2043,15 @@
|
|
|
2043
2043
|
text-transform:none;
|
|
2044
2044
|
}
|
|
2045
2045
|
|
|
2046
|
-
.menu_item_sections_module_menuItemSideContent--
|
|
2046
|
+
.menu_item_sections_module_menuItemSideContent--13d18{
|
|
2047
2047
|
align-items:center;
|
|
2048
2048
|
display:flex;
|
|
2049
2049
|
}
|
|
2050
|
-
.menu_item_sections_module_menuItemSideContent--
|
|
2050
|
+
.menu_item_sections_module_menuItemSideContent--13d18.menu_item_sections_module_textOnLightSecondary--13d18{
|
|
2051
2051
|
color:var(--text-text-on-light-secondary);
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
|
-
.link_module_link--
|
|
2054
|
+
.link_module_link--7dca6{
|
|
2055
2055
|
color:var(--text-cta-link);
|
|
2056
2056
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2057
2057
|
font-size:.875rem;
|
|
@@ -2061,32 +2061,32 @@
|
|
|
2061
2061
|
text-decoration:underline;
|
|
2062
2062
|
text-transform:none;
|
|
2063
2063
|
}
|
|
2064
|
-
.link_module_link--
|
|
2064
|
+
.link_module_link--7dca6:hover{
|
|
2065
2065
|
color:var(--text-cta-link-hover);
|
|
2066
2066
|
}
|
|
2067
|
-
.link_module_link--
|
|
2067
|
+
.link_module_link--7dca6:active{
|
|
2068
2068
|
color:var(--text-cta-link-pressed);
|
|
2069
2069
|
}
|
|
2070
|
-
.link_module_link--
|
|
2070
|
+
.link_module_link--7dca6:focus-visible{
|
|
2071
2071
|
border-radius:var(--radius-05);
|
|
2072
2072
|
color:var(--text-cta-link-hover);
|
|
2073
2073
|
}
|
|
2074
|
-
.link_module_link--
|
|
2074
|
+
.link_module_link--7dca6:focus-visible:focus-visible{
|
|
2075
2075
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2076
2076
|
outline:none;
|
|
2077
2077
|
overflow:visible;
|
|
2078
2078
|
}
|
|
2079
|
-
.link_module_link--
|
|
2079
|
+
.link_module_link--7dca6:focus-visible:active{
|
|
2080
2080
|
color:var(--text-cta-link-pressed);
|
|
2081
2081
|
}
|
|
2082
|
-
.link_module_link--
|
|
2082
|
+
.link_module_link--7dca6.link_module_inheritFont--7dca6{
|
|
2083
2083
|
font:inherit;
|
|
2084
2084
|
}
|
|
2085
|
-
.link_module_link--
|
|
2085
|
+
.link_module_link--7dca6.link_module_standalone--7dca6{
|
|
2086
2086
|
text-decoration:none;
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
|
-
.navigation_menu_module_link--
|
|
2089
|
+
.navigation_menu_module_link--c298b{
|
|
2090
2090
|
color:var(--text-text-on-light);
|
|
2091
2091
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2092
2092
|
font-size:.875rem;
|
|
@@ -2096,22 +2096,22 @@
|
|
|
2096
2096
|
text-decoration:none;
|
|
2097
2097
|
text-transform:none;
|
|
2098
2098
|
}
|
|
2099
|
-
.navigation_menu_module_link--
|
|
2099
|
+
.navigation_menu_module_link--c298b:hover{
|
|
2100
2100
|
color:var(--text-text-on-light);
|
|
2101
2101
|
}
|
|
2102
|
-
.navigation_menu_module_link--
|
|
2102
|
+
.navigation_menu_module_link--c298b.navigation_menu_module_ellipsis--c298b{
|
|
2103
2103
|
overflow:hidden;
|
|
2104
2104
|
text-overflow:ellipsis;
|
|
2105
2105
|
white-space:nowrap;
|
|
2106
2106
|
}
|
|
2107
2107
|
|
|
2108
|
-
.text_input_module_textInputContainer--
|
|
2108
|
+
.text_input_module_textInputContainer--3b194{
|
|
2109
2109
|
display:flex;
|
|
2110
2110
|
flex-direction:column;
|
|
2111
2111
|
font-weight:400;
|
|
2112
2112
|
position:relative;
|
|
2113
2113
|
}
|
|
2114
|
-
.text_input_module_textInputContainer--
|
|
2114
|
+
.text_input_module_textInputContainer--3b194,.text_input_module_textInputContainer--3b194 .text_input_module_label--3b194{
|
|
2115
2115
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2116
2116
|
font-size:.875rem;
|
|
2117
2117
|
letter-spacing:.01875rem;
|
|
@@ -2119,17 +2119,17 @@
|
|
|
2119
2119
|
text-decoration:none;
|
|
2120
2120
|
text-transform:none;
|
|
2121
2121
|
}
|
|
2122
|
-
.text_input_module_textInputContainer--
|
|
2122
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_label--3b194{
|
|
2123
2123
|
color:#222;
|
|
2124
2124
|
flex:0 0 fit-content;
|
|
2125
2125
|
font-weight:700;
|
|
2126
2126
|
width:-moz-fit-content;
|
|
2127
2127
|
width:fit-content;
|
|
2128
2128
|
}
|
|
2129
|
-
.text_input_module_textInputContainer--
|
|
2129
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_label--3b194:not(.text_input_module_hidden--3b194){
|
|
2130
2130
|
margin-block-end:var(--space-2);
|
|
2131
2131
|
}
|
|
2132
|
-
.text_input_module_textInputContainer--
|
|
2132
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194{
|
|
2133
2133
|
background:#fff;
|
|
2134
2134
|
border:.0625rem solid #909090;
|
|
2135
2135
|
border-radius:.375rem;
|
|
@@ -2148,45 +2148,45 @@
|
|
|
2148
2148
|
text-transform:none;
|
|
2149
2149
|
width:unset;
|
|
2150
2150
|
}
|
|
2151
|
-
.text_input_module_textInputContainer--
|
|
2151
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194:hover{
|
|
2152
2152
|
box-shadow:var(--innershadow-1);
|
|
2153
2153
|
}
|
|
2154
|
-
.text_input_module_textInputContainer--
|
|
2154
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194::placeholder{
|
|
2155
2155
|
color:#6f6f6f;
|
|
2156
2156
|
opacity:1;
|
|
2157
2157
|
}
|
|
2158
|
-
.text_input_module_textInputContainer--
|
|
2158
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194.text_input_module_error--3b194{
|
|
2159
2159
|
background:#fff;
|
|
2160
2160
|
border:.125rem solid #ed3757;
|
|
2161
2161
|
outline:0;
|
|
2162
2162
|
padding-inline-start:.6875rem;
|
|
2163
2163
|
}
|
|
2164
|
-
.text_input_module_textInputContainer--
|
|
2164
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194:disabled{
|
|
2165
2165
|
background:var(--surface-input-surface);
|
|
2166
2166
|
border-color:var(--border-input-border);
|
|
2167
2167
|
box-shadow:var(--innershadow-1);
|
|
2168
2168
|
color:var(--text-text-on-light);
|
|
2169
2169
|
}
|
|
2170
|
-
.text_input_module_textInputContainer--
|
|
2170
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194:disabled:hover{
|
|
2171
2171
|
border-color:var(--border-input-border);
|
|
2172
2172
|
}
|
|
2173
|
-
.text_input_module_textInputContainer--
|
|
2173
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194:focus-visible{
|
|
2174
2174
|
background:#fff;
|
|
2175
2175
|
border:.125rem solid #2486fc;
|
|
2176
2176
|
outline:0;
|
|
2177
2177
|
padding-inline-start:.6875rem;
|
|
2178
2178
|
}
|
|
2179
|
-
.text_input_module_textInputContainer--
|
|
2179
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194:focus-visible:not(.text_input_module_loading--3b194){
|
|
2180
2180
|
padding-inline:.6875rem;
|
|
2181
2181
|
}
|
|
2182
|
-
.text_input_module_textInputContainer--
|
|
2182
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194:not(:disabled):not(:focus-visible):not(.text_input_module_error--3b194):hover{
|
|
2183
2183
|
background:#fff;
|
|
2184
2184
|
border:.0625rem solid #6f6f6f;
|
|
2185
2185
|
}
|
|
2186
|
-
.text_input_module_textInputContainer--
|
|
2186
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_textInput--3b194.text_input_module_loading--3b194{
|
|
2187
2187
|
padding-inline-end:1.875rem;
|
|
2188
2188
|
}
|
|
2189
|
-
.text_input_module_textInputContainer--
|
|
2189
|
+
.text_input_module_textInputContainer--3b194 .text_input_module_loadingIndicator--3b194{
|
|
2190
2190
|
display:inline-block;
|
|
2191
2191
|
height:1.5rem;
|
|
2192
2192
|
inset-block-end:.375rem;
|
|
@@ -2195,28 +2195,28 @@
|
|
|
2195
2195
|
position:absolute;
|
|
2196
2196
|
width:1.5rem;
|
|
2197
2197
|
}
|
|
2198
|
-
.text_input_module_textInputContainer--
|
|
2198
|
+
.text_input_module_textInputContainer--3b194.text_input_module_disabled--3b194{
|
|
2199
2199
|
opacity:60%;
|
|
2200
2200
|
}
|
|
2201
2201
|
|
|
2202
|
-
.text_input_module_inlineError--
|
|
2202
|
+
.text_input_module_inlineError--3b194{
|
|
2203
2203
|
margin-block-start:var(--space-2);
|
|
2204
2204
|
}
|
|
2205
2205
|
|
|
2206
|
-
.card_module_card--
|
|
2206
|
+
.card_module_card--655a8{
|
|
2207
2207
|
background:var(--surface-card-surface);
|
|
2208
2208
|
border:var(--border-1) solid var(--border-card-border);
|
|
2209
2209
|
border-radius:var(--radius-4);
|
|
2210
2210
|
padding:var(--space-4);
|
|
2211
2211
|
}
|
|
2212
|
-
.card_module_card--
|
|
2212
|
+
.card_module_card--655a8.card_module_dropshadow-1--655a8{
|
|
2213
2213
|
box-shadow:var(--dropshadow-1);
|
|
2214
2214
|
}
|
|
2215
|
-
.card_module_card--
|
|
2215
|
+
.card_module_card--655a8.card_module_dropshadow-3--655a8{
|
|
2216
2216
|
box-shadow:var(--dropshadow-3);
|
|
2217
2217
|
}
|
|
2218
2218
|
|
|
2219
|
-
.card_tooltip_module_content--
|
|
2219
|
+
.card_tooltip_module_content--e6173{
|
|
2220
2220
|
animation-duration:.4s;
|
|
2221
2221
|
animation-timing-function:cubic-bezier(.16, 1, .3, 1);
|
|
2222
2222
|
border-radius:var(--radius-1);
|
|
@@ -2234,25 +2234,25 @@
|
|
|
2234
2234
|
word-break:break-word;
|
|
2235
2235
|
z-index:2147483647;
|
|
2236
2236
|
}
|
|
2237
|
-
.card_tooltip_module_content--
|
|
2237
|
+
.card_tooltip_module_content--e6173.card_tooltip_module_card--e6173{
|
|
2238
2238
|
max-height:var(--radix-tooltip-content-available-height);
|
|
2239
2239
|
max-width:336px;
|
|
2240
2240
|
min-width:168px;
|
|
2241
2241
|
}
|
|
2242
|
-
.card_tooltip_module_content--
|
|
2243
|
-
animation-name:card_tooltip_module_slideDownAndFade--
|
|
2242
|
+
.card_tooltip_module_content--e6173[data-state=delayed-open][data-side=top]{
|
|
2243
|
+
animation-name:card_tooltip_module_slideDownAndFade--e6173;
|
|
2244
2244
|
}
|
|
2245
|
-
.card_tooltip_module_content--
|
|
2246
|
-
animation-name:card_tooltip_module_slideLeftAndFade--
|
|
2245
|
+
.card_tooltip_module_content--e6173[data-state=delayed-open][data-side=right]{
|
|
2246
|
+
animation-name:card_tooltip_module_slideLeftAndFade--e6173;
|
|
2247
2247
|
}
|
|
2248
|
-
.card_tooltip_module_content--
|
|
2249
|
-
animation-name:card_tooltip_module_slideUpAndFade--
|
|
2248
|
+
.card_tooltip_module_content--e6173[data-state=delayed-open][data-side=bottom]{
|
|
2249
|
+
animation-name:card_tooltip_module_slideUpAndFade--e6173;
|
|
2250
2250
|
}
|
|
2251
|
-
.card_tooltip_module_content--
|
|
2252
|
-
animation-name:card_tooltip_module_slideRightAndFade--
|
|
2251
|
+
.card_tooltip_module_content--e6173[data-state=delayed-open][data-side=left]{
|
|
2252
|
+
animation-name:card_tooltip_module_slideRightAndFade--e6173;
|
|
2253
2253
|
}
|
|
2254
2254
|
|
|
2255
|
-
@keyframes card_tooltip_module_slideUpAndFade--
|
|
2255
|
+
@keyframes card_tooltip_module_slideUpAndFade--e6173{
|
|
2256
2256
|
from{
|
|
2257
2257
|
opacity:0;
|
|
2258
2258
|
transform:translateY(2px);
|
|
@@ -2262,7 +2262,7 @@
|
|
|
2262
2262
|
transform:translateY(0);
|
|
2263
2263
|
}
|
|
2264
2264
|
}
|
|
2265
|
-
@keyframes card_tooltip_module_slideRightAndFade--
|
|
2265
|
+
@keyframes card_tooltip_module_slideRightAndFade--e6173{
|
|
2266
2266
|
from{
|
|
2267
2267
|
opacity:0;
|
|
2268
2268
|
transform:translateX(-2px);
|
|
@@ -2272,7 +2272,7 @@
|
|
|
2272
2272
|
transform:translateX(0);
|
|
2273
2273
|
}
|
|
2274
2274
|
}
|
|
2275
|
-
@keyframes card_tooltip_module_slideDownAndFade--
|
|
2275
|
+
@keyframes card_tooltip_module_slideDownAndFade--e6173{
|
|
2276
2276
|
from{
|
|
2277
2277
|
opacity:0;
|
|
2278
2278
|
transform:translateY(-2px);
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
transform:translateY(0);
|
|
2283
2283
|
}
|
|
2284
2284
|
}
|
|
2285
|
-
@keyframes card_tooltip_module_slideLeftAndFade--
|
|
2285
|
+
@keyframes card_tooltip_module_slideLeftAndFade--e6173{
|
|
2286
2286
|
from{
|
|
2287
2287
|
opacity:0;
|
|
2288
2288
|
transform:translateX(2px);
|
|
@@ -2293,7 +2293,7 @@
|
|
|
2293
2293
|
}
|
|
2294
2294
|
}
|
|
2295
2295
|
|
|
2296
|
-
.interactive_icon_module_interactiveIcon--
|
|
2296
|
+
.interactive_icon_module_interactiveIcon--38331{
|
|
2297
2297
|
all:unset;
|
|
2298
2298
|
background:none;
|
|
2299
2299
|
border:0;
|
|
@@ -2302,13 +2302,13 @@
|
|
|
2302
2302
|
display:inline-flex;
|
|
2303
2303
|
padding:0;
|
|
2304
2304
|
}
|
|
2305
|
-
.interactive_icon_module_interactiveIcon--
|
|
2305
|
+
.interactive_icon_module_interactiveIcon--38331:focus-visible{
|
|
2306
2306
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2307
2307
|
outline:none;
|
|
2308
2308
|
overflow:visible;
|
|
2309
2309
|
}
|
|
2310
2310
|
|
|
2311
|
-
.text_with_info_badge_module_text--
|
|
2311
|
+
.text_with_info_badge_module_text--66d4a{
|
|
2312
2312
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2313
2313
|
font-size:.875rem;
|
|
2314
2314
|
font-weight:400;
|
|
@@ -2317,26 +2317,26 @@
|
|
|
2317
2317
|
text-decoration:none;
|
|
2318
2318
|
text-transform:none;
|
|
2319
2319
|
}
|
|
2320
|
-
.text_with_info_badge_module_text--
|
|
2320
|
+
.text_with_info_badge_module_text--66d4a.text_with_info_badge_module_muted--66d4a{
|
|
2321
2321
|
color:var(--text-text-on-light-secondary);
|
|
2322
2322
|
}
|
|
2323
|
-
.text_with_info_badge_module_text--
|
|
2323
|
+
.text_with_info_badge_module_text--66d4a .text_with_info_badge_module_badgeContainer--66d4a{
|
|
2324
2324
|
align-items:center;
|
|
2325
2325
|
display:inline-flex;
|
|
2326
2326
|
height:var(--body-default-line-height);
|
|
2327
2327
|
position:absolute;
|
|
2328
2328
|
}
|
|
2329
|
-
.text_with_info_badge_module_text--
|
|
2329
|
+
.text_with_info_badge_module_text--66d4a .text_with_info_badge_module_badgeContainer--66d4a .text_with_info_badge_module_badge--66d4a{
|
|
2330
2330
|
display:inline-flex;
|
|
2331
2331
|
font-size:var(--size-4);
|
|
2332
2332
|
margin-left:var(--size-1);
|
|
2333
2333
|
}
|
|
2334
2334
|
|
|
2335
|
-
.legend_module_legendText--
|
|
2335
|
+
.legend_module_legendText--d674d{
|
|
2336
2336
|
font-weight:bold;
|
|
2337
2337
|
}
|
|
2338
2338
|
|
|
2339
|
-
.legend_module_fieldset--
|
|
2339
|
+
.legend_module_fieldset--d674d{
|
|
2340
2340
|
border:0;
|
|
2341
2341
|
display:flex;
|
|
2342
2342
|
flex-direction:column;
|
|
@@ -2344,7 +2344,7 @@
|
|
|
2344
2344
|
margin:0;
|
|
2345
2345
|
padding:0;
|
|
2346
2346
|
}
|
|
2347
|
-
.legend_module_fieldset--
|
|
2347
|
+
.legend_module_fieldset--d674d .legend_module_legend--d674d{
|
|
2348
2348
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2349
2349
|
font-size:.875rem;
|
|
2350
2350
|
font-weight:700;
|
|
@@ -2354,14 +2354,14 @@
|
|
|
2354
2354
|
text-decoration:none;
|
|
2355
2355
|
text-transform:none;
|
|
2356
2356
|
}
|
|
2357
|
-
.legend_module_fieldset--
|
|
2357
|
+
.legend_module_fieldset--d674d.legend_module_wide--d674d{
|
|
2358
2358
|
gap:var(--size-4);
|
|
2359
2359
|
}
|
|
2360
|
-
.legend_module_fieldset--
|
|
2360
|
+
.legend_module_fieldset--d674d.legend_module_wide--d674d .legend_module_legend--d674d{
|
|
2361
2361
|
padding-bottom:var(--size-4);
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
.checkbox_module_option--
|
|
2364
|
+
.checkbox_module_option--91dad{
|
|
2365
2365
|
display:flex;
|
|
2366
2366
|
flex-direction:column;
|
|
2367
2367
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2372,7 +2372,7 @@
|
|
|
2372
2372
|
text-decoration:none;
|
|
2373
2373
|
text-transform:none;
|
|
2374
2374
|
}
|
|
2375
|
-
.checkbox_module_option--
|
|
2375
|
+
.checkbox_module_option--91dad .checkbox_module_checkbox--91dad{
|
|
2376
2376
|
all:unset;
|
|
2377
2377
|
align-items:center;
|
|
2378
2378
|
background-color:var(--surface-checkbox-surface-selected);
|
|
@@ -2385,26 +2385,26 @@
|
|
|
2385
2385
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
2386
2386
|
width:var(--size-4);
|
|
2387
2387
|
}
|
|
2388
|
-
.checkbox_module_option--
|
|
2388
|
+
.checkbox_module_option--91dad .checkbox_module_checkbox--91dad .checkbox_module_indicator--91dad{
|
|
2389
2389
|
display:flex;
|
|
2390
2390
|
transition-duration:.15s;
|
|
2391
2391
|
transition-property:transform;
|
|
2392
2392
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
2393
2393
|
}
|
|
2394
|
-
.checkbox_module_option--
|
|
2394
|
+
.checkbox_module_option--91dad .checkbox_module_checkbox--91dad:focus-visible{
|
|
2395
2395
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
2396
2396
|
}
|
|
2397
|
-
.checkbox_module_option--
|
|
2397
|
+
.checkbox_module_option--91dad .checkbox_module_checkbox--91dad[data-disabled]{
|
|
2398
2398
|
opacity:60%;
|
|
2399
2399
|
}
|
|
2400
|
-
.checkbox_module_option--
|
|
2400
|
+
.checkbox_module_option--91dad .checkbox_module_checkbox--91dad[data-state=unchecked]{
|
|
2401
2401
|
background-color:var(--surface-checkbox-surface);
|
|
2402
2402
|
border:var(--border-2) solid var(--border-checkbox-border);
|
|
2403
2403
|
}
|
|
2404
|
-
.checkbox_module_option--
|
|
2404
|
+
.checkbox_module_option--91dad .checkbox_module_checkbox--91dad[data-state=unchecked] .checkbox_module_indicator--91dad{
|
|
2405
2405
|
transform:scale(0);
|
|
2406
2406
|
}
|
|
2407
|
-
.checkbox_module_option--
|
|
2407
|
+
.checkbox_module_option--91dad .checkbox_module_label--91dad{
|
|
2408
2408
|
cursor:pointer;
|
|
2409
2409
|
display:inline-flex;
|
|
2410
2410
|
flex-direction:row;
|
|
@@ -2412,10 +2412,10 @@
|
|
|
2412
2412
|
width:-moz-fit-content;
|
|
2413
2413
|
width:fit-content;
|
|
2414
2414
|
}
|
|
2415
|
-
.checkbox_module_option--
|
|
2415
|
+
.checkbox_module_option--91dad .checkbox_module_description--91dad{
|
|
2416
2416
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
2417
2417
|
}
|
|
2418
|
-
.checkbox_module_option--
|
|
2418
|
+
.checkbox_module_option--91dad.checkbox_module_disabled--91dad .checkbox_module_label--91dad{
|
|
2419
2419
|
cursor:default;
|
|
2420
2420
|
}
|
|
2421
2421
|
.input_chip_module_container--1beff{
|
|
@@ -2490,7 +2490,7 @@
|
|
|
2490
2490
|
fill:var(--icon-cta-icon-pressed);
|
|
2491
2491
|
}
|
|
2492
2492
|
|
|
2493
|
-
.text_area_autosize_module_textArea--
|
|
2493
|
+
.text_area_autosize_module_textArea--e7a1b{
|
|
2494
2494
|
background:var(--surface-input-surface);
|
|
2495
2495
|
border:none;
|
|
2496
2496
|
box-shadow:var(--innershadow-1);
|
|
@@ -2508,38 +2508,38 @@
|
|
|
2508
2508
|
text-transform:none;
|
|
2509
2509
|
width:100%;
|
|
2510
2510
|
}
|
|
2511
|
-
.text_area_autosize_module_textArea--
|
|
2511
|
+
.text_area_autosize_module_textArea--e7a1b::placeholder{
|
|
2512
2512
|
color:#6f6f6f;
|
|
2513
2513
|
opacity:1;
|
|
2514
2514
|
}
|
|
2515
|
-
.text_area_autosize_module_textArea--
|
|
2515
|
+
.text_area_autosize_module_textArea--e7a1b.text_area_autosize_module_error--e7a1b{
|
|
2516
2516
|
background:#fff;
|
|
2517
2517
|
outline:0;
|
|
2518
2518
|
}
|
|
2519
|
-
.text_area_autosize_module_textArea--
|
|
2519
|
+
.text_area_autosize_module_textArea--e7a1b:focus{
|
|
2520
2520
|
border:none;
|
|
2521
2521
|
}
|
|
2522
|
-
.text_area_autosize_module_textArea--
|
|
2522
|
+
.text_area_autosize_module_textArea--e7a1b:hover{
|
|
2523
2523
|
box-shadow:var(--innershadow-1);
|
|
2524
2524
|
}
|
|
2525
|
-
.text_area_autosize_module_textArea--
|
|
2525
|
+
.text_area_autosize_module_textArea--e7a1b:focus-visible{
|
|
2526
2526
|
background:#fff;
|
|
2527
2527
|
outline:0;
|
|
2528
2528
|
}
|
|
2529
|
-
.text_area_autosize_module_textArea--
|
|
2529
|
+
.text_area_autosize_module_textArea--e7a1b:disabled{
|
|
2530
2530
|
background:var(--surface-input-surface);
|
|
2531
2531
|
border:none;
|
|
2532
2532
|
box-shadow:var(--innershadow-1);
|
|
2533
2533
|
color:var(--text-text-on-light);
|
|
2534
2534
|
}
|
|
2535
|
-
.text_area_autosize_module_textArea--
|
|
2535
|
+
.text_area_autosize_module_textArea--e7a1b:not(:disabled):not(:focus-visible):not(.text_area_autosize_module_error--e7a1b):hover{
|
|
2536
2536
|
background:#fff;
|
|
2537
2537
|
}
|
|
2538
|
-
.text_area_autosize_module_textArea--
|
|
2538
|
+
.text_area_autosize_module_textArea--e7a1b.text_area_autosize_module_loading--e7a1b{
|
|
2539
2539
|
padding-inline-end:1.875rem;
|
|
2540
2540
|
}
|
|
2541
2541
|
|
|
2542
|
-
.text_area_autosize_module_loadingIndicator--
|
|
2542
|
+
.text_area_autosize_module_loadingIndicator--e7a1b{
|
|
2543
2543
|
bottom:.375rem;
|
|
2544
2544
|
display:inline-block;
|
|
2545
2545
|
height:1.5rem;
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
width:1.5rem;
|
|
2550
2550
|
}
|
|
2551
2551
|
|
|
2552
|
-
.text_area_autosize_module_border--
|
|
2552
|
+
.text_area_autosize_module_border--e7a1b{
|
|
2553
2553
|
border-radius:.375rem;
|
|
2554
2554
|
box-shadow:0 0 0 .0625rem #909090;
|
|
2555
2555
|
display:flex;
|
|
@@ -2557,13 +2557,13 @@
|
|
|
2557
2557
|
transform:translateZ(0);
|
|
2558
2558
|
}
|
|
2559
2559
|
|
|
2560
|
-
.text_area_module_textAreaContainer--
|
|
2560
|
+
.text_area_module_textAreaContainer--c3b2f{
|
|
2561
2561
|
display:flex;
|
|
2562
2562
|
flex-direction:column;
|
|
2563
2563
|
font-weight:400;
|
|
2564
2564
|
position:relative;
|
|
2565
2565
|
}
|
|
2566
|
-
.text_area_module_textAreaContainer--
|
|
2566
|
+
.text_area_module_textAreaContainer--c3b2f,.text_area_module_textAreaContainer--c3b2f .text_area_module_label--c3b2f{
|
|
2567
2567
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2568
2568
|
font-size:.875rem;
|
|
2569
2569
|
letter-spacing:.01875rem;
|
|
@@ -2571,20 +2571,20 @@
|
|
|
2571
2571
|
text-decoration:none;
|
|
2572
2572
|
text-transform:none;
|
|
2573
2573
|
}
|
|
2574
|
-
.text_area_module_textAreaContainer--
|
|
2574
|
+
.text_area_module_textAreaContainer--c3b2f .text_area_module_label--c3b2f{
|
|
2575
2575
|
color:#222;
|
|
2576
2576
|
flex:0 0 fit-content;
|
|
2577
2577
|
font-weight:700;
|
|
2578
2578
|
width:-moz-fit-content;
|
|
2579
2579
|
width:fit-content;
|
|
2580
2580
|
}
|
|
2581
|
-
.text_area_module_textAreaContainer--
|
|
2581
|
+
.text_area_module_textAreaContainer--c3b2f .text_area_module_label--c3b2f:not(.text_area_module_hidden--c3b2f){
|
|
2582
2582
|
margin-block-end:var(--space-2);
|
|
2583
2583
|
}
|
|
2584
|
-
.text_area_module_textAreaContainer--
|
|
2584
|
+
.text_area_module_textAreaContainer--c3b2f.text_area_module_disabled--c3b2f{
|
|
2585
2585
|
opacity:60%;
|
|
2586
2586
|
}
|
|
2587
|
-
.text_area_module_textAreaContainer--
|
|
2587
|
+
.text_area_module_textAreaContainer--c3b2f .text_area_module_inlineError--c3b2f{
|
|
2588
2588
|
margin-block-start:var(--space-2);
|
|
2589
2589
|
}
|
|
2590
2590
|
.chips_group_module_chipsGroup--61ede{
|
|
@@ -2599,7 +2599,7 @@
|
|
|
2599
2599
|
max-width:100%;
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
-
.combobox_module_container--
|
|
2602
|
+
.combobox_module_container--670e0{
|
|
2603
2603
|
display:flex;
|
|
2604
2604
|
flex-direction:column;
|
|
2605
2605
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2610,10 +2610,10 @@
|
|
|
2610
2610
|
text-decoration:none;
|
|
2611
2611
|
text-transform:none;
|
|
2612
2612
|
}
|
|
2613
|
-
.combobox_module_container--
|
|
2613
|
+
.combobox_module_container--670e0.combobox_module_disabled--670e0{
|
|
2614
2614
|
opacity:60%;
|
|
2615
2615
|
}
|
|
2616
|
-
.combobox_module_container--
|
|
2616
|
+
.combobox_module_container--670e0 .combobox_module_label--670e0{
|
|
2617
2617
|
color:var(--text-text-on-light);
|
|
2618
2618
|
flex:0 0 fit-content;
|
|
2619
2619
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2625,10 +2625,10 @@
|
|
|
2625
2625
|
text-decoration:none;
|
|
2626
2626
|
text-transform:none;
|
|
2627
2627
|
}
|
|
2628
|
-
.combobox_module_container--
|
|
2628
|
+
.combobox_module_container--670e0 .combobox_module_label--670e0:not(.combobox_module_hiddenLabel--670e0){
|
|
2629
2629
|
margin-block-end:var(--space-2);
|
|
2630
2630
|
}
|
|
2631
|
-
.combobox_module_container--
|
|
2631
|
+
.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0{
|
|
2632
2632
|
background-color:var(--surface-dropdown-surface);
|
|
2633
2633
|
border:var(--border-1) solid var(--border-input-border);
|
|
2634
2634
|
border-radius:var(--blueprint-combobox-input-radius, var(--radius-2));
|
|
@@ -2641,22 +2641,22 @@
|
|
|
2641
2641
|
padding-inline:var(--space-3);
|
|
2642
2642
|
position:relative;
|
|
2643
2643
|
}
|
|
2644
|
-
.combobox_module_container--
|
|
2644
|
+
.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0:not(.combobox_module_error--670e0):has(input:focus),.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0:not(.combobox_module_error--670e0):has(input[data-focus-visible]:focus){
|
|
2645
2645
|
border-color:#0000;
|
|
2646
2646
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2647
2647
|
}
|
|
2648
|
-
.combobox_module_container--
|
|
2648
|
+
.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0:not(:disabled).combobox_module_error--670e0{
|
|
2649
2649
|
background-color:var(--surface-dropdown-surface-error);
|
|
2650
2650
|
border:var(--border-2) solid var(--border-input-border-error);
|
|
2651
2651
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
2652
2652
|
}
|
|
2653
|
-
.combobox_module_container--
|
|
2653
|
+
.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0 .combobox_module_textInputWrapper--670e0{
|
|
2654
2654
|
align-items:center;
|
|
2655
2655
|
display:flex;
|
|
2656
2656
|
flex:content;
|
|
2657
2657
|
gap:var(--space-2);
|
|
2658
2658
|
}
|
|
2659
|
-
.combobox_module_container--
|
|
2659
|
+
.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0 .combobox_module_textInputWrapper--670e0 .combobox_module_textInput--670e0{
|
|
2660
2660
|
background-color:initial;
|
|
2661
2661
|
border:none;
|
|
2662
2662
|
color:var(--text-text-on-light);
|
|
@@ -2672,21 +2672,21 @@
|
|
|
2672
2672
|
text-transform:none;
|
|
2673
2673
|
width:100%;
|
|
2674
2674
|
}
|
|
2675
|
-
.combobox_module_container--
|
|
2675
|
+
.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0 .combobox_module_textInputWrapper--670e0 .combobox_module_errorIcon--670e0 path{
|
|
2676
2676
|
fill:var(--icon-icon-error-on-light);
|
|
2677
2677
|
}
|
|
2678
|
-
.combobox_module_container--
|
|
2678
|
+
.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0.combobox_module_withChipsGroup--670e0{
|
|
2679
2679
|
max-height:calc(var(--space-2)*2 + var(--space-6)*3);
|
|
2680
2680
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
|
|
2681
2681
|
}
|
|
2682
|
-
.combobox_module_container--
|
|
2682
|
+
.combobox_module_container--670e0 .combobox_module_comboboxContainer--670e0.combobox_module_withChipsGroup--670e0:not(:disabled).combobox_module_error--670e0{
|
|
2683
2683
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
|
|
2684
2684
|
}
|
|
2685
|
-
.combobox_module_container--
|
|
2685
|
+
.combobox_module_container--670e0 .combobox_module_inlineError--670e0{
|
|
2686
2686
|
margin-block-start:var(--space-2);
|
|
2687
2687
|
}
|
|
2688
2688
|
|
|
2689
|
-
.combobox_module_popover--
|
|
2689
|
+
.combobox_module_popover--670e0{
|
|
2690
2690
|
background-color:var(--surface-menu-surface);
|
|
2691
2691
|
border:var(--border-1) solid var(--border-card-border);
|
|
2692
2692
|
border-radius:var(--radius-3);
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
text-transform:none;
|
|
2705
2705
|
z-index:380;
|
|
2706
2706
|
}
|
|
2707
|
-
.combobox_module_popover--
|
|
2707
|
+
.combobox_module_popover--670e0 .combobox_module_option--670e0{
|
|
2708
2708
|
border:var(--border-2) solid #0000;
|
|
2709
2709
|
border-radius:var(--radius-3);
|
|
2710
2710
|
box-sizing:border-box;
|
|
@@ -2718,17 +2718,17 @@
|
|
|
2718
2718
|
user-select:none;
|
|
2719
2719
|
width:100%;
|
|
2720
2720
|
}
|
|
2721
|
-
.combobox_module_popover--
|
|
2721
|
+
.combobox_module_popover--670e0 .combobox_module_option--670e0[aria-disabled]{
|
|
2722
2722
|
opacity:60%;
|
|
2723
2723
|
}
|
|
2724
|
-
.combobox_module_popover--
|
|
2724
|
+
.combobox_module_popover--670e0 .combobox_module_option--670e0[data-active-item]:not([aria-disabled]){
|
|
2725
2725
|
background-color:var(--surface-menu-surface-focus);
|
|
2726
2726
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2727
2727
|
}
|
|
2728
|
-
.combobox_module_popover--
|
|
2728
|
+
.combobox_module_popover--670e0 .combobox_module_option--670e0:hover{
|
|
2729
2729
|
background-color:var(--surface-menu-surface-hover);
|
|
2730
2730
|
}
|
|
2731
|
-
.combobox_module_popover--
|
|
2731
|
+
.combobox_module_popover--670e0 .combobox_module_option--670e0 .combobox_module_indicator--670e0{
|
|
2732
2732
|
align-items:center;
|
|
2733
2733
|
display:flex;
|
|
2734
2734
|
height:var(--size-9);
|
|
@@ -2737,22 +2737,22 @@
|
|
|
2737
2737
|
position:absolute;
|
|
2738
2738
|
top:0;
|
|
2739
2739
|
}
|
|
2740
|
-
.combobox_module_popover--
|
|
2740
|
+
.combobox_module_popover--670e0 .combobox_module_option--670e0 .combobox_module_indicator--670e0 .combobox_module_indicatorIcon--670e0 path{
|
|
2741
2741
|
fill:var(--icon-icon-on-light);
|
|
2742
2742
|
}
|
|
2743
|
-
.combobox_module_popover--
|
|
2743
|
+
.combobox_module_popover--670e0 .combobox_module_optionWithIndicator--670e0{
|
|
2744
2744
|
padding-inline:var(--space-10) var(--space-2);
|
|
2745
2745
|
}
|
|
2746
|
-
.combobox_module_popover--
|
|
2746
|
+
.combobox_module_popover--670e0 .combobox_module_loadingIndicator--670e0{
|
|
2747
2747
|
position:unset;
|
|
2748
2748
|
}
|
|
2749
|
-
.combobox_module_popover--
|
|
2749
|
+
.combobox_module_popover--670e0 .combobox_module_noResultOption--670e0{
|
|
2750
2750
|
color:var(--text-text-on-light);
|
|
2751
2751
|
-webkit-user-select:none;
|
|
2752
2752
|
user-select:none;
|
|
2753
2753
|
}
|
|
2754
2754
|
|
|
2755
|
-
.content_card_module_card--
|
|
2755
|
+
.content_card_module_card--ce49a{
|
|
2756
2756
|
background-color:var(--surface-surface);
|
|
2757
2757
|
border:var(--border-1) solid var(--border-card-border);
|
|
2758
2758
|
border-radius:var(--size-3);
|
|
@@ -2763,21 +2763,21 @@
|
|
|
2763
2763
|
padding:var(--size-4);
|
|
2764
2764
|
position:relative;
|
|
2765
2765
|
}
|
|
2766
|
-
.content_card_module_card--
|
|
2766
|
+
.content_card_module_card--ce49a:hover{
|
|
2767
2767
|
box-shadow:var(--dropshadow-3);
|
|
2768
2768
|
}
|
|
2769
|
-
.content_card_module_card--
|
|
2769
|
+
.content_card_module_card--ce49a:focus-visible{
|
|
2770
2770
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2771
2771
|
box-shadow:var(--dropshadow-3);
|
|
2772
2772
|
outline:none;
|
|
2773
2773
|
}
|
|
2774
|
-
.content_card_module_card--
|
|
2774
|
+
.content_card_module_card--ce49a:active{
|
|
2775
2775
|
background-color:var(--surface-card-surface-pressed);
|
|
2776
2776
|
border:var(--border-1) solid var(--border-card-border);
|
|
2777
2777
|
box-shadow:none;
|
|
2778
2778
|
}
|
|
2779
2779
|
|
|
2780
|
-
.content_card_module_cardContent--
|
|
2780
|
+
.content_card_module_cardContent--ce49a{
|
|
2781
2781
|
display:flex;
|
|
2782
2782
|
flex-direction:column;
|
|
2783
2783
|
gap:var(--size-2);
|
|
@@ -2786,32 +2786,32 @@
|
|
|
2786
2786
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2787
2787
|
}
|
|
2788
2788
|
|
|
2789
|
-
.content_card_module_cardTitle--
|
|
2789
|
+
.content_card_module_cardTitle--ce49a{
|
|
2790
2790
|
align-items:center;
|
|
2791
2791
|
display:flex;
|
|
2792
2792
|
height:var(--size-12);
|
|
2793
2793
|
}
|
|
2794
2794
|
|
|
2795
|
-
.content_card_module_cardTitleText--
|
|
2795
|
+
.content_card_module_cardTitleText--ce49a{
|
|
2796
2796
|
-webkit-box-orient:vertical;
|
|
2797
2797
|
-webkit-line-clamp:2;
|
|
2798
2798
|
display:-webkit-inline-box;
|
|
2799
2799
|
overflow:hidden;
|
|
2800
2800
|
}
|
|
2801
2801
|
|
|
2802
|
-
.content_card_module_cardBody--
|
|
2802
|
+
.content_card_module_cardBody--ce49a{
|
|
2803
2803
|
height:var(--size-12);
|
|
2804
2804
|
margin-block-end:var(--size-2);
|
|
2805
2805
|
}
|
|
2806
2806
|
|
|
2807
|
-
.content_card_module_cardBodyText--
|
|
2807
|
+
.content_card_module_cardBodyText--ce49a{
|
|
2808
2808
|
-webkit-box-orient:vertical;
|
|
2809
2809
|
-webkit-line-clamp:2;
|
|
2810
2810
|
display:-webkit-inline-box;
|
|
2811
2811
|
overflow:hidden;
|
|
2812
2812
|
}
|
|
2813
2813
|
|
|
2814
|
-
.content_card_module_cardIcon--
|
|
2814
|
+
.content_card_module_cardIcon--ce49a{
|
|
2815
2815
|
background-color:var(--surface-surface);
|
|
2816
2816
|
border:var(--size-1) solid var(--surface-surface);
|
|
2817
2817
|
border-radius:var(--size-3);
|
|
@@ -2824,7 +2824,7 @@
|
|
|
2824
2824
|
z-index:1;
|
|
2825
2825
|
}
|
|
2826
2826
|
|
|
2827
|
-
.content_card_module_cardBackground--
|
|
2827
|
+
.content_card_module_cardBackground--ce49a{
|
|
2828
2828
|
height:var(--size-15);
|
|
2829
2829
|
left:0;
|
|
2830
2830
|
overflow:hidden;
|
|
@@ -2833,12 +2833,12 @@
|
|
|
2833
2833
|
width:100%;
|
|
2834
2834
|
}
|
|
2835
2835
|
|
|
2836
|
-
.content_card_module_image--
|
|
2836
|
+
.content_card_module_image--ce49a{
|
|
2837
2837
|
height:100%;
|
|
2838
2838
|
width:100%;
|
|
2839
2839
|
}
|
|
2840
2840
|
|
|
2841
|
-
.content_card_module_ghostCard--
|
|
2841
|
+
.content_card_module_ghostCard--ce49a{
|
|
2842
2842
|
display:flex;
|
|
2843
2843
|
flex-direction:column;
|
|
2844
2844
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -2847,21 +2847,21 @@
|
|
|
2847
2847
|
position:relative;
|
|
2848
2848
|
}
|
|
2849
2849
|
|
|
2850
|
-
.content_card_module_iconGhost--
|
|
2850
|
+
.content_card_module_iconGhost--ce49a,.content_card_module_titleGhost--ce49a{
|
|
2851
2851
|
margin-block-end:var(--size-4);
|
|
2852
2852
|
}
|
|
2853
2853
|
|
|
2854
|
-
.content_card_module_bodyGhost--
|
|
2854
|
+
.content_card_module_bodyGhost--ce49a{
|
|
2855
2855
|
margin-block-end:var(--size-2);
|
|
2856
2856
|
}
|
|
2857
2857
|
|
|
2858
|
-
.content_card_module_pillGhostContainer--
|
|
2858
|
+
.content_card_module_pillGhostContainer--ce49a{
|
|
2859
2859
|
display:flex;
|
|
2860
2860
|
margin-block-end:var(--size-4);
|
|
2861
2861
|
margin-block-start:var(--size-2);
|
|
2862
2862
|
}
|
|
2863
2863
|
|
|
2864
|
-
.content_card_module_pillGhost--
|
|
2864
|
+
.content_card_module_pillGhost--ce49a{
|
|
2865
2865
|
margin-inline-end:var(--size-2);
|
|
2866
2866
|
}
|
|
2867
2867
|
.content_field_module_contentFieldWrapper--d616b{
|
|
@@ -2952,7 +2952,7 @@
|
|
|
2952
2952
|
overflow:auto;
|
|
2953
2953
|
}
|
|
2954
2954
|
|
|
2955
|
-
.data_table_module_dataTableWrapper--
|
|
2955
|
+
.data_table_module_dataTableWrapper--6abf9{
|
|
2956
2956
|
--border-radius-datatable:0;
|
|
2957
2957
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
2958
2958
|
--outline-select-color-datatable:#0000;
|
|
@@ -2965,27 +2965,27 @@
|
|
|
2965
2965
|
scroll-padding-top:60px;
|
|
2966
2966
|
width:100%;
|
|
2967
2967
|
}
|
|
2968
|
-
.data_table_module_dataTableWrapper--
|
|
2968
|
+
.data_table_module_dataTableWrapper--6abf9 table > thead > tr{
|
|
2969
2969
|
background:var(--gray-white);
|
|
2970
2970
|
position:sticky;
|
|
2971
2971
|
top:0;
|
|
2972
2972
|
z-index:var(--sticky-element-z-index);
|
|
2973
2973
|
}
|
|
2974
|
-
.data_table_module_dataTableWrapper--
|
|
2974
|
+
.data_table_module_dataTableWrapper--6abf9 table > thead > tr th:first-child{
|
|
2975
2975
|
background:inherit;
|
|
2976
2976
|
height:100%;
|
|
2977
2977
|
left:0;
|
|
2978
2978
|
position:sticky;
|
|
2979
2979
|
z-index:var(--sticky-element-z-index);
|
|
2980
2980
|
}
|
|
2981
|
-
.data_table_module_dataTableWrapper--
|
|
2981
|
+
.data_table_module_dataTableWrapper--6abf9 table > thead > tr th:first-child[data-focus-visible]{
|
|
2982
2982
|
position:sticky;
|
|
2983
2983
|
z-index:var(--sticky-element-z-index);
|
|
2984
2984
|
}
|
|
2985
|
-
.data_table_module_dataTableWrapper--
|
|
2985
|
+
.data_table_module_dataTableWrapper--6abf9 table tbody > tr{
|
|
2986
2986
|
--is-row-focused:0;
|
|
2987
2987
|
}
|
|
2988
|
-
.data_table_module_dataTableWrapper--
|
|
2988
|
+
.data_table_module_dataTableWrapper--6abf9 table tbody > tr > td [data-actionswrapper]::after{
|
|
2989
2989
|
background:inherit;
|
|
2990
2990
|
content:"";
|
|
2991
2991
|
display:block;
|
|
@@ -2995,18 +2995,18 @@
|
|
|
2995
2995
|
width:100%;
|
|
2996
2996
|
z-index:-1;
|
|
2997
2997
|
}
|
|
2998
|
-
.data_table_module_dataTableWrapper--
|
|
2998
|
+
.data_table_module_dataTableWrapper--6abf9 table tbody > tr[data-focus-visible]{
|
|
2999
2999
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3000
3000
|
--is-row-focused:1;
|
|
3001
3001
|
}
|
|
3002
|
-
.data_table_module_dataTableWrapper--
|
|
3002
|
+
.data_table_module_dataTableWrapper--6abf9 table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3003
3003
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3004
3004
|
}
|
|
3005
3005
|
|
|
3006
|
-
.data_table_module_isScrolledX--
|
|
3006
|
+
.data_table_module_isScrolledX--6abf9 table > thead > tr > th:first-child{
|
|
3007
3007
|
overflow:visible;
|
|
3008
3008
|
}
|
|
3009
|
-
.data_table_module_isScrolledX--
|
|
3009
|
+
.data_table_module_isScrolledX--6abf9 table > thead > tr > th:first-child::after{
|
|
3010
3010
|
background:inherit;
|
|
3011
3011
|
border-right:1px solid var(--border-divider-border);
|
|
3012
3012
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3020,7 +3020,7 @@
|
|
|
3020
3020
|
z-index:-1;
|
|
3021
3021
|
}
|
|
3022
3022
|
|
|
3023
|
-
.data_table_module_hideActionWrapperRight--
|
|
3023
|
+
.data_table_module_hideActionWrapperRight--6abf9 table tbody > tr > td [data-actionswrapper]::after{
|
|
3024
3024
|
display:none;
|
|
3025
3025
|
}
|
|
3026
3026
|
@layer baseTable{
|
|
@@ -3260,7 +3260,7 @@
|
|
|
3260
3260
|
transform:translateZ(0);
|
|
3261
3261
|
}
|
|
3262
3262
|
|
|
3263
|
-
.sticky_cell_module_stickyCell--
|
|
3263
|
+
.sticky_cell_module_stickyCell--f551d{
|
|
3264
3264
|
background:inherit;
|
|
3265
3265
|
background-clip:content-box;
|
|
3266
3266
|
left:0;
|
|
@@ -3269,16 +3269,16 @@
|
|
|
3269
3269
|
position:sticky;
|
|
3270
3270
|
z-index:var(--sticky-element-z-index);
|
|
3271
3271
|
}
|
|
3272
|
-
.sticky_cell_module_stickyCell--
|
|
3272
|
+
.sticky_cell_module_stickyCell--f551d[data-focus-visible]{
|
|
3273
3273
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3274
3274
|
}
|
|
3275
|
-
.sticky_cell_module_stickyCell--
|
|
3275
|
+
.sticky_cell_module_stickyCell--f551d .sticky_cell_module_childrenWrapper--f551d{
|
|
3276
3276
|
overflow:hidden;
|
|
3277
3277
|
text-align:start;
|
|
3278
3278
|
text-overflow:ellipsis;
|
|
3279
3279
|
white-space:nowrap;
|
|
3280
3280
|
}
|
|
3281
|
-
.sticky_cell_module_stickyCell--
|
|
3281
|
+
.sticky_cell_module_stickyCell--f551d .sticky_cell_module_verticalBar--f551d{
|
|
3282
3282
|
background:inherit;
|
|
3283
3283
|
border-right:1px solid var(--border-divider-border);
|
|
3284
3284
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3291,16 +3291,16 @@
|
|
|
3291
3291
|
width:var(--space-3);
|
|
3292
3292
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3293
3293
|
}
|
|
3294
|
-
.sticky_cell_module_stickyCell--
|
|
3294
|
+
.sticky_cell_module_stickyCell--f551d .sticky_cell_module_verticalBar--f551d.sticky_cell_module_isScrolledX--f551d{
|
|
3295
3295
|
display:block;
|
|
3296
3296
|
}
|
|
3297
|
-
.sticky_cell_module_stickyCell--
|
|
3297
|
+
.sticky_cell_module_stickyCell--f551d .sticky_cell_module_stickyCellBelow--f551d{
|
|
3298
3298
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3299
3299
|
height:calc(100% + var(--is-row-focused)*2*var(--outline-offset-focus-cell));
|
|
3300
3300
|
left:var(--border-2);
|
|
3301
3301
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3302
3302
|
}
|
|
3303
|
-
.sticky_cell_module_stickyCell--
|
|
3303
|
+
.sticky_cell_module_stickyCell--f551d .sticky_cell_module_stickyCellBelow--f551d,.sticky_cell_module_stickyCell--f551d .sticky_cell_module_stickyCellOuterLeft--f551d{
|
|
3304
3304
|
background:inherit;
|
|
3305
3305
|
border-radius:unset;
|
|
3306
3306
|
box-sizing:border-box;
|
|
@@ -3310,13 +3310,13 @@
|
|
|
3310
3310
|
transform:translateY(-50%);
|
|
3311
3311
|
z-index:-1;
|
|
3312
3312
|
}
|
|
3313
|
-
.sticky_cell_module_stickyCell--
|
|
3313
|
+
.sticky_cell_module_stickyCell--f551d .sticky_cell_module_stickyCellOuterLeft--f551d{
|
|
3314
3314
|
height:100%;
|
|
3315
3315
|
left:0;
|
|
3316
3316
|
width:var(--border-2);
|
|
3317
3317
|
}
|
|
3318
3318
|
|
|
3319
|
-
.empty_state_module_emptyState--
|
|
3319
|
+
.empty_state_module_emptyState--a6f0d{
|
|
3320
3320
|
align-items:center;
|
|
3321
3321
|
display:flex;
|
|
3322
3322
|
flex-direction:column;
|
|
@@ -3325,36 +3325,36 @@
|
|
|
3325
3325
|
text-align:center;
|
|
3326
3326
|
width:100%;
|
|
3327
3327
|
}
|
|
3328
|
-
.empty_state_module_emptyState--
|
|
3328
|
+
.empty_state_module_emptyState--a6f0d .empty_state_module_illustration--a6f0d{
|
|
3329
3329
|
margin-block-end:var(--space-6);
|
|
3330
3330
|
}
|
|
3331
|
-
.empty_state_module_emptyState--
|
|
3331
|
+
.empty_state_module_emptyState--a6f0d .empty_state_module_body--a6f0d{
|
|
3332
3332
|
max-width:22.5rem;
|
|
3333
3333
|
}
|
|
3334
|
-
.empty_state_module_emptyState--
|
|
3334
|
+
.empty_state_module_emptyState--a6f0d .empty_state_module_body--a6f0d:not(:last-child){
|
|
3335
3335
|
margin-block-end:var(--space-6);
|
|
3336
3336
|
}
|
|
3337
|
-
.empty_state_module_emptyState--
|
|
3337
|
+
.empty_state_module_emptyState--a6f0d .empty_state_module_heading--a6f0d{
|
|
3338
3338
|
margin-block-end:var(--space-3);
|
|
3339
3339
|
}
|
|
3340
|
-
.empty_state_module_emptyState--
|
|
3340
|
+
.empty_state_module_emptyState--a6f0d .empty_state_module_button--a6f0d:not(:last-child){
|
|
3341
3341
|
margin-block-end:var(--space-6);
|
|
3342
3342
|
}
|
|
3343
|
-
.empty_state_module_emptyState--
|
|
3343
|
+
.empty_state_module_emptyState--a6f0d.empty_state_module_small--a6f0d .empty_state_module_illustration--a6f0d{
|
|
3344
3344
|
margin-block-end:var(--space-4);
|
|
3345
3345
|
}
|
|
3346
|
-
.empty_state_module_emptyState--
|
|
3346
|
+
.empty_state_module_emptyState--a6f0d.empty_state_module_small--a6f0d .empty_state_module_illustration--a6f0d svg{
|
|
3347
3347
|
height:var(--size-14);
|
|
3348
3348
|
width:var(--size-14);
|
|
3349
3349
|
}
|
|
3350
|
-
.empty_state_module_emptyState--
|
|
3350
|
+
.empty_state_module_emptyState--a6f0d.empty_state_module_small--a6f0d .empty_state_module_body--a6f0d{
|
|
3351
3351
|
max-width:220px;
|
|
3352
3352
|
}
|
|
3353
|
-
.empty_state_module_emptyState--
|
|
3353
|
+
.empty_state_module_emptyState--a6f0d.empty_state_module_small--a6f0d .empty_state_module_body--a6f0d:not(:last-child){
|
|
3354
3354
|
margin-block-end:var(--space-4);
|
|
3355
3355
|
}
|
|
3356
3356
|
|
|
3357
|
-
.guided_tooltip_module_content--
|
|
3357
|
+
.guided_tooltip_module_content--71f5a{
|
|
3358
3358
|
background-color:var(--gray-white);
|
|
3359
3359
|
border:var(--border-1) solid var(--border-card-border);
|
|
3360
3360
|
border-radius:var(--radius-4);
|
|
@@ -3365,39 +3365,39 @@
|
|
|
3365
3365
|
padding-inline:var(--space-7);
|
|
3366
3366
|
z-index:10;
|
|
3367
3367
|
}
|
|
3368
|
-
.guided_tooltip_module_content--
|
|
3368
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_body--71f5a.guided_tooltip_module_noTitle--71f5a{
|
|
3369
3369
|
padding-inline-end:var(--space-6);
|
|
3370
3370
|
}
|
|
3371
|
-
.guided_tooltip_module_content--
|
|
3371
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_title--71f5a{
|
|
3372
3372
|
margin-block-end:var(--space-2);
|
|
3373
3373
|
padding-inline-end:var(--space-6);
|
|
3374
3374
|
}
|
|
3375
|
-
.guided_tooltip_module_content--
|
|
3375
|
+
.guided_tooltip_module_content--71f5a * + .guided_tooltip_module_footer--71f5a{
|
|
3376
3376
|
margin-block-start:var(--space-5);
|
|
3377
3377
|
}
|
|
3378
|
-
.guided_tooltip_module_content--
|
|
3378
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_footer--71f5a{
|
|
3379
3379
|
display:flex;
|
|
3380
3380
|
justify-content:flex-end;
|
|
3381
3381
|
width:100%;
|
|
3382
3382
|
}
|
|
3383
|
-
.guided_tooltip_module_content--
|
|
3383
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_actionButtons--71f5a{
|
|
3384
3384
|
display:flex;
|
|
3385
3385
|
gap:var(--space-2);
|
|
3386
3386
|
justify-content:flex-end;
|
|
3387
3387
|
width:100%;
|
|
3388
3388
|
}
|
|
3389
|
-
.guided_tooltip_module_content--
|
|
3389
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_stepsIndicator--71f5a{
|
|
3390
3390
|
align-self:center;
|
|
3391
3391
|
color:var(--text-text-on-light-secondary);
|
|
3392
3392
|
width:100%;
|
|
3393
3393
|
}
|
|
3394
|
-
.guided_tooltip_module_content--
|
|
3394
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_closeButton--71f5a{
|
|
3395
3395
|
color:var(--gray-black);
|
|
3396
3396
|
position:absolute;
|
|
3397
3397
|
right:var(--space-3);
|
|
3398
3398
|
top:var(--space-3);
|
|
3399
3399
|
}
|
|
3400
|
-
.guided_tooltip_module_content--
|
|
3400
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_arrow--71f5a{
|
|
3401
3401
|
align-content:center;
|
|
3402
3402
|
display:flex !important;
|
|
3403
3403
|
height:var(--size-4);
|
|
@@ -3405,7 +3405,7 @@
|
|
|
3405
3405
|
visibility:visible;
|
|
3406
3406
|
width:var(--size-9);
|
|
3407
3407
|
}
|
|
3408
|
-
.guided_tooltip_module_content--
|
|
3408
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_arrow--71f5a::after{
|
|
3409
3409
|
background-color:var(--gray-white);
|
|
3410
3410
|
border-bottom-right-radius:var(--radius-1);
|
|
3411
3411
|
border-color:var(--border-card-border);
|
|
@@ -3416,7 +3416,7 @@
|
|
|
3416
3416
|
transform:translateY(-50%) rotate(45deg);
|
|
3417
3417
|
width:var(--size-6);
|
|
3418
3418
|
}
|
|
3419
|
-
.guided_tooltip_module_content--
|
|
3419
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_icon--71f5a{
|
|
3420
3420
|
align-items:center;
|
|
3421
3421
|
background-color:var(--box-blue-10);
|
|
3422
3422
|
border-radius:var(--radius-2);
|
|
@@ -3426,11 +3426,11 @@
|
|
|
3426
3426
|
margin-block-end:var(--space-4);
|
|
3427
3427
|
width:var(--size-7);
|
|
3428
3428
|
}
|
|
3429
|
-
.guided_tooltip_module_content--
|
|
3429
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_icon--71f5a::after{
|
|
3430
3430
|
height:var(--size-4);
|
|
3431
3431
|
width:var(--size-4);
|
|
3432
3432
|
}
|
|
3433
|
-
.guided_tooltip_module_content--
|
|
3433
|
+
.guided_tooltip_module_content--71f5a .guided_tooltip_module_illustration--71f5a{
|
|
3434
3434
|
border-radius:var(--radius-4);
|
|
3435
3435
|
margin-block-start:var(--space-5);
|
|
3436
3436
|
width:100%;
|
|
@@ -3487,7 +3487,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3487
3487
|
border-block-end:var(--border-1) solid var(--gray-10);
|
|
3488
3488
|
}
|
|
3489
3489
|
|
|
3490
|
-
.modal_module_overlay--
|
|
3490
|
+
.modal_module_overlay--9beb1{
|
|
3491
3491
|
background-color:var(--black-opacity-80);
|
|
3492
3492
|
bottom:0;
|
|
3493
3493
|
display:grid;
|
|
@@ -3499,13 +3499,13 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3499
3499
|
z-index:370;
|
|
3500
3500
|
}
|
|
3501
3501
|
@media (min-width: 460px){
|
|
3502
|
-
.modal_module_overlay--
|
|
3502
|
+
.modal_module_overlay--9beb1{
|
|
3503
3503
|
place-items:center;
|
|
3504
3504
|
}
|
|
3505
3505
|
}
|
|
3506
3506
|
|
|
3507
|
-
.modal_module_content--
|
|
3508
|
-
animation:modal_module_popup_bounce_in--
|
|
3507
|
+
.modal_module_content--9beb1{
|
|
3508
|
+
animation:modal_module_popup_bounce_in--9beb1 var(--animation-duration-3);
|
|
3509
3509
|
background-color:var(--gray-white);
|
|
3510
3510
|
display:flex;
|
|
3511
3511
|
flex-direction:column;
|
|
@@ -3515,7 +3515,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3515
3515
|
position:relative;
|
|
3516
3516
|
}
|
|
3517
3517
|
@media (min-width: 460px){
|
|
3518
|
-
.modal_module_content--
|
|
3518
|
+
.modal_module_content--9beb1{
|
|
3519
3519
|
border-radius:var(--radius-4);
|
|
3520
3520
|
height:auto;
|
|
3521
3521
|
margin:0 var(--space-8);
|
|
@@ -3523,69 +3523,69 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3523
3523
|
}
|
|
3524
3524
|
}
|
|
3525
3525
|
|
|
3526
|
-
.modal_module_content--
|
|
3526
|
+
.modal_module_content--9beb1 .modal_module_close--9beb1{
|
|
3527
3527
|
color:var(--gray-65);
|
|
3528
3528
|
position:absolute;
|
|
3529
3529
|
right:var(--space-4);
|
|
3530
3530
|
top:var(--space-4);
|
|
3531
3531
|
}
|
|
3532
3532
|
|
|
3533
|
-
.modal_module_close--
|
|
3533
|
+
.modal_module_close--9beb1.modal_module_onColor--9beb1{
|
|
3534
3534
|
background-color:var(--surface-cta-surface-tertiary);
|
|
3535
3535
|
}
|
|
3536
|
-
.modal_module_close--
|
|
3536
|
+
.modal_module_close--9beb1.modal_module_onColor--9beb1:hover{
|
|
3537
3537
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
3538
3538
|
}
|
|
3539
|
-
.modal_module_close--
|
|
3539
|
+
.modal_module_close--9beb1.modal_module_onColor--9beb1:active{
|
|
3540
3540
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
3541
3541
|
}
|
|
3542
3542
|
|
|
3543
|
-
.modal_module_content--
|
|
3543
|
+
.modal_module_content--9beb1 .modal_module_backButton--9beb1{
|
|
3544
3544
|
color:var(--gray-65);
|
|
3545
3545
|
margin-block-start:var(--space-4);
|
|
3546
3546
|
margin-inline-start:var(--space-4);
|
|
3547
3547
|
}
|
|
3548
3548
|
@media (min-width: 460px){
|
|
3549
|
-
.modal_module_content--
|
|
3549
|
+
.modal_module_content--9beb1 .modal_module_backButton--9beb1{
|
|
3550
3550
|
height:var(--size-10);
|
|
3551
3551
|
width:var(--size-10);
|
|
3552
3552
|
}
|
|
3553
3553
|
}
|
|
3554
3554
|
|
|
3555
|
-
.modal_module_modalHeader--
|
|
3555
|
+
.modal_module_modalHeader--9beb1{
|
|
3556
3556
|
display:flex;
|
|
3557
3557
|
}
|
|
3558
3558
|
|
|
3559
|
-
.modal_module_modalTitle--
|
|
3559
|
+
.modal_module_modalTitle--9beb1{
|
|
3560
3560
|
display:flex;
|
|
3561
3561
|
flex-direction:column;
|
|
3562
3562
|
gap:var(--space-2);
|
|
3563
3563
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
3564
3564
|
}
|
|
3565
3565
|
@media (min-width: 460px){
|
|
3566
|
-
.modal_module_modalTitle--
|
|
3566
|
+
.modal_module_modalTitle--9beb1{
|
|
3567
3567
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
3568
3568
|
}
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
|
-
.modal_module_body--
|
|
3571
|
+
.modal_module_body--9beb1{
|
|
3572
3572
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
3573
3573
|
}
|
|
3574
3574
|
@media (min-width: 460px){
|
|
3575
|
-
.modal_module_body--
|
|
3575
|
+
.modal_module_body--9beb1{
|
|
3576
3576
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
3577
3577
|
}
|
|
3578
3578
|
}
|
|
3579
3579
|
|
|
3580
|
-
.modal_module_scrollableContainer--
|
|
3580
|
+
.modal_module_scrollableContainer--9beb1{
|
|
3581
3581
|
flex-grow:1;
|
|
3582
3582
|
overflow-y:auto;
|
|
3583
3583
|
}
|
|
3584
3584
|
|
|
3585
|
-
.modal_module_headerDividerLine--
|
|
3585
|
+
.modal_module_headerDividerLine--9beb1{
|
|
3586
3586
|
position:relative;
|
|
3587
3587
|
}
|
|
3588
|
-
.modal_module_headerDividerLine--
|
|
3588
|
+
.modal_module_headerDividerLine--9beb1::after{
|
|
3589
3589
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3590
3590
|
bottom:0;
|
|
3591
3591
|
content:"";
|
|
@@ -3594,16 +3594,16 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3594
3594
|
right:var(--space-4);
|
|
3595
3595
|
}
|
|
3596
3596
|
@media (min-width: 460px){
|
|
3597
|
-
.modal_module_headerDividerLine--
|
|
3597
|
+
.modal_module_headerDividerLine--9beb1::after{
|
|
3598
3598
|
left:var(--space-6);
|
|
3599
3599
|
right:var(--space-6);
|
|
3600
3600
|
}
|
|
3601
3601
|
}
|
|
3602
3602
|
|
|
3603
|
-
.modal_module_footerDividerLine--
|
|
3603
|
+
.modal_module_footerDividerLine--9beb1{
|
|
3604
3604
|
position:relative;
|
|
3605
3605
|
}
|
|
3606
|
-
.modal_module_footerDividerLine--
|
|
3606
|
+
.modal_module_footerDividerLine--9beb1::before{
|
|
3607
3607
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3608
3608
|
content:"";
|
|
3609
3609
|
left:var(--space-4);
|
|
@@ -3612,28 +3612,28 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3612
3612
|
top:0;
|
|
3613
3613
|
}
|
|
3614
3614
|
@media (min-width: 460px){
|
|
3615
|
-
.modal_module_footerDividerLine--
|
|
3615
|
+
.modal_module_footerDividerLine--9beb1::before{
|
|
3616
3616
|
left:var(--space-6);
|
|
3617
3617
|
right:var(--space-6);
|
|
3618
3618
|
}
|
|
3619
3619
|
}
|
|
3620
3620
|
|
|
3621
|
-
.modal_module_footer--
|
|
3621
|
+
.modal_module_footer--9beb1{
|
|
3622
3622
|
display:flex;
|
|
3623
3623
|
justify-content:flex-end;
|
|
3624
3624
|
padding:var(--space-4);
|
|
3625
3625
|
}
|
|
3626
3626
|
@media (min-width: 460px){
|
|
3627
|
-
.modal_module_footer--
|
|
3627
|
+
.modal_module_footer--9beb1{
|
|
3628
3628
|
padding:var(--space-6);
|
|
3629
3629
|
}
|
|
3630
3630
|
}
|
|
3631
3631
|
|
|
3632
|
-
.modal_module_footerButton--
|
|
3632
|
+
.modal_module_footerButton--9beb1 + .modal_module_footerButton--9beb1{
|
|
3633
3633
|
margin-inline-start:var(--space-3);
|
|
3634
3634
|
}
|
|
3635
3635
|
|
|
3636
|
-
@keyframes modal_module_popup_bounce_in--
|
|
3636
|
+
@keyframes modal_module_popup_bounce_in--9beb1{
|
|
3637
3637
|
0%{
|
|
3638
3638
|
transform:scale3d(.1, .1, 1);
|
|
3639
3639
|
}
|
|
@@ -3642,7 +3642,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3642
3642
|
}
|
|
3643
3643
|
}
|
|
3644
3644
|
|
|
3645
|
-
.chip_module_chip--
|
|
3645
|
+
.chip_module_chip--deb50{
|
|
3646
3646
|
align-items:center;
|
|
3647
3647
|
border:none;
|
|
3648
3648
|
border-radius:var(--radius-half);
|
|
@@ -3659,19 +3659,19 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3659
3659
|
text-decoration:none;
|
|
3660
3660
|
text-transform:none;
|
|
3661
3661
|
}
|
|
3662
|
-
.chip_module_chip--
|
|
3662
|
+
.chip_module_chip--deb50 .chip_module_labelText--deb50:first-child{
|
|
3663
3663
|
margin-inline-start:var(--space-4);
|
|
3664
3664
|
}
|
|
3665
|
-
.chip_module_chip--
|
|
3665
|
+
.chip_module_chip--deb50 .chip_module_labelText--deb50:last-child{
|
|
3666
3666
|
margin-inline-end:var(--space-4);
|
|
3667
3667
|
}
|
|
3668
|
-
.chip_module_chip--
|
|
3668
|
+
.chip_module_chip--deb50 .chip_module_chipStatus--deb50:first-child,.chip_module_chip--deb50 svg:first-child{
|
|
3669
3669
|
margin-inline-start:var(--space-2);
|
|
3670
3670
|
}
|
|
3671
|
-
.chip_module_chip--
|
|
3671
|
+
.chip_module_chip--deb50 .chip_module_chipStatus--deb50:last-child,.chip_module_chip--deb50 svg:last-child{
|
|
3672
3672
|
margin-inline-end:var(--space-2);
|
|
3673
3673
|
}
|
|
3674
|
-
.chip_module_chip--
|
|
3674
|
+
.chip_module_chip--deb50 .chip_module_chipStatus--deb50{
|
|
3675
3675
|
align-items:center;
|
|
3676
3676
|
background-color:var(--gray-10);
|
|
3677
3677
|
border-radius:var(--radius-half);
|
|
@@ -3690,10 +3690,10 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3690
3690
|
text-decoration:none;
|
|
3691
3691
|
text-transform:none;
|
|
3692
3692
|
}
|
|
3693
|
-
.chip_module_chip--
|
|
3693
|
+
.chip_module_chip--deb50 .chip_module_labelText--deb50{
|
|
3694
3694
|
white-space:nowrap;
|
|
3695
3695
|
}
|
|
3696
|
-
.chip_module_chip--
|
|
3696
|
+
.chip_module_chip--deb50.chip_module_chipButton--deb50{
|
|
3697
3697
|
background-color:var(--surface-chip-button-surface);
|
|
3698
3698
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
3699
3699
|
font-size:.875rem;
|
|
@@ -3703,48 +3703,48 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3703
3703
|
text-decoration:none;
|
|
3704
3704
|
text-transform:none;
|
|
3705
3705
|
}
|
|
3706
|
-
.chip_module_chip--
|
|
3706
|
+
.chip_module_chip--deb50.chip_module_chipButton--deb50:focus-visible{
|
|
3707
3707
|
overflow:visible;
|
|
3708
3708
|
}
|
|
3709
|
-
.chip_module_chip--
|
|
3709
|
+
.chip_module_chip--deb50.chip_module_chipButton--deb50 .chip_module_chipStatus--deb50{
|
|
3710
3710
|
background-color:var(--box-blue-100);
|
|
3711
3711
|
color:var(--text-text-on-dark);
|
|
3712
3712
|
}
|
|
3713
|
-
.chip_module_chip--
|
|
3713
|
+
.chip_module_chip--deb50.chip_module_chipButton--deb50:focus-visible{
|
|
3714
3714
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3715
3715
|
outline:none;
|
|
3716
3716
|
}
|
|
3717
|
-
.chip_module_chip--
|
|
3717
|
+
.chip_module_chip--deb50.chip_module_chipButton--deb50:disabled{
|
|
3718
3718
|
pointer-events:none;
|
|
3719
3719
|
}
|
|
3720
|
-
.chip_module_chip--
|
|
3720
|
+
.chip_module_chip--deb50.chip_module_chipButton--deb50:disabled .chip_module_chipStatus--deb50{
|
|
3721
3721
|
opacity:.4;
|
|
3722
3722
|
}
|
|
3723
|
-
.chip_module_chip--
|
|
3723
|
+
.chip_module_chip--deb50.chip_module_chipButton--deb50:hover:enabled{
|
|
3724
3724
|
background-color:var(--surface-chip-button-surface-hover);
|
|
3725
3725
|
}
|
|
3726
|
-
.chip_module_chip--
|
|
3726
|
+
.chip_module_chip--deb50.chip_module_singleSelectChip--deb50{
|
|
3727
3727
|
background-color:var(--surface-filterchip-surface-single);
|
|
3728
3728
|
}
|
|
3729
|
-
.chip_module_chip--
|
|
3729
|
+
.chip_module_chip--deb50.chip_module_singleSelectChip--deb50[data-state=on]{
|
|
3730
3730
|
background-color:var(--surface-filterchip-surface-single-on);
|
|
3731
3731
|
color:var(--text-text-on-dark);
|
|
3732
3732
|
}
|
|
3733
|
-
.chip_module_chip--
|
|
3733
|
+
.chip_module_chip--deb50.chip_module_singleSelectChip--deb50[data-state=on]:hover{
|
|
3734
3734
|
background-color:var(--surface-filterchip-surface-single-on-hover);
|
|
3735
3735
|
}
|
|
3736
|
-
.chip_module_chip--
|
|
3736
|
+
.chip_module_chip--deb50.chip_module_singleSelectChip--deb50[data-state=on] .chip_module_chipStatus--deb50{
|
|
3737
3737
|
color:var(--text-text-on-light);
|
|
3738
3738
|
}
|
|
3739
|
-
.chip_module_chip--
|
|
3739
|
+
.chip_module_chip--deb50.chip_module_singleSelectChip--deb50:focus-visible{
|
|
3740
3740
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3741
3741
|
outline:var(--border-1) solid var(--gray-white);
|
|
3742
3742
|
outline-offset:calc(var(--border-1)*-1);
|
|
3743
3743
|
}
|
|
3744
|
-
.chip_module_chip--
|
|
3744
|
+
.chip_module_chip--deb50.chip_module_singleSelectChip--deb50:hover:not([data-state=on]){
|
|
3745
3745
|
background-color:var(--surface-filterchip-surface-single-hover);
|
|
3746
3746
|
}
|
|
3747
|
-
.chip_module_chip--
|
|
3747
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50{
|
|
3748
3748
|
background-color:var(--surface-filterchip-surface-multi);
|
|
3749
3749
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi);
|
|
3750
3750
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3755,10 +3755,10 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3755
3755
|
text-decoration:none;
|
|
3756
3756
|
text-transform:none;
|
|
3757
3757
|
}
|
|
3758
|
-
.chip_module_chip--
|
|
3758
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50 path{
|
|
3759
3759
|
fill:var(--icon-icon-on-light);
|
|
3760
3760
|
}
|
|
3761
|
-
.chip_module_chip--
|
|
3761
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50[data-state=on]{
|
|
3762
3762
|
background-color:var(--surface-filterchip-surface-multi-on);
|
|
3763
3763
|
border:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3764
3764
|
color:var(--text-cta-link);
|
|
@@ -3770,32 +3770,32 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3770
3770
|
text-decoration:none;
|
|
3771
3771
|
text-transform:none;
|
|
3772
3772
|
}
|
|
3773
|
-
.chip_module_chip--
|
|
3773
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50[data-state=on] path{
|
|
3774
3774
|
fill:var(--text-cta-link);
|
|
3775
3775
|
}
|
|
3776
|
-
.chip_module_chip--
|
|
3776
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50[data-state=on]:hover{
|
|
3777
3777
|
background-color:var(--surface-filterchip-surface-multi-on-hover);
|
|
3778
3778
|
}
|
|
3779
|
-
.chip_module_chip--
|
|
3779
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50[data-state=on]:focus-visible{
|
|
3780
3780
|
border:var(--border-1) solid var(--gray-white);
|
|
3781
3781
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3782
3782
|
outline:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3783
3783
|
outline-offset:calc(var(--border-2)*-1);
|
|
3784
3784
|
}
|
|
3785
|
-
.chip_module_chip--
|
|
3785
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50[data-state=on] .chip_module_chipStatus--deb50{
|
|
3786
3786
|
background-color:var(--box-blue-100);
|
|
3787
3787
|
color:var(--text-text-on-dark);
|
|
3788
3788
|
}
|
|
3789
|
-
.chip_module_chip--
|
|
3789
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50:focus-visible:not([data-state=on]){
|
|
3790
3790
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3791
3791
|
outline:var(--border-1) solid var(--gray-white);
|
|
3792
3792
|
outline-offset:calc(var(--border-1)*-1);
|
|
3793
3793
|
}
|
|
3794
|
-
.chip_module_chip--
|
|
3794
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50:hover:not([data-state=on]){
|
|
3795
3795
|
background-color:var(--surface-filterchip-surface-multi-hover);
|
|
3796
3796
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi-hover);
|
|
3797
3797
|
}
|
|
3798
|
-
.chip_module_chip--
|
|
3798
|
+
.chip_module_chip--deb50.chip_module_multiSelectChip--deb50 span::before{
|
|
3799
3799
|
content:attr(data-text);
|
|
3800
3800
|
display:block;
|
|
3801
3801
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3810,25 +3810,25 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3810
3810
|
visibility:hidden;
|
|
3811
3811
|
}
|
|
3812
3812
|
|
|
3813
|
-
.chip_module_chipsGroup--
|
|
3813
|
+
.chip_module_chipsGroup--deb50{
|
|
3814
3814
|
display:flex;
|
|
3815
3815
|
flex-wrap:wrap;
|
|
3816
3816
|
gap:var(--space-2);
|
|
3817
3817
|
}
|
|
3818
3818
|
@media (max-width: 1023px){
|
|
3819
|
-
.chip_module_chipsGroup--
|
|
3819
|
+
.chip_module_chipsGroup--deb50{
|
|
3820
3820
|
-ms-overflow-style:none;
|
|
3821
3821
|
flex-wrap:nowrap;
|
|
3822
3822
|
overflow-x:scroll;
|
|
3823
3823
|
padding:var(--space-05);
|
|
3824
3824
|
scrollbar-width:none;
|
|
3825
3825
|
}
|
|
3826
|
-
.chip_module_chipsGroup--
|
|
3826
|
+
.chip_module_chipsGroup--deb50::-webkit-scrollbar{
|
|
3827
3827
|
display:none;
|
|
3828
3828
|
}
|
|
3829
3829
|
}
|
|
3830
3830
|
|
|
3831
|
-
.context_menu_module_menuBlock--
|
|
3831
|
+
.context_menu_module_menuBlock--70df9{
|
|
3832
3832
|
background-color:var(--surface-menu-surface);
|
|
3833
3833
|
border:var(--border-1) solid var(--border-card-border);
|
|
3834
3834
|
border-radius:var(--radius-3);
|
|
@@ -3839,14 +3839,14 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3839
3839
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
3840
3840
|
padding:var(--space-3);
|
|
3841
3841
|
}
|
|
3842
|
-
.context_menu_module_menuBlock--
|
|
3842
|
+
.context_menu_module_menuBlock--70df9 .context_menu_module_menuItemsSeparator--70df9{
|
|
3843
3843
|
background-color:var(--border-divider-border);
|
|
3844
3844
|
flex-shrink:0;
|
|
3845
3845
|
height:var(--border-1);
|
|
3846
3846
|
margin-block:var(--space-2);
|
|
3847
3847
|
margin-inline:var(--space-2);
|
|
3848
3848
|
}
|
|
3849
|
-
.context_menu_module_menuBlock--
|
|
3849
|
+
.context_menu_module_menuBlock--70df9 .context_menu_module_menuItem--70df9{
|
|
3850
3850
|
align-items:center;
|
|
3851
3851
|
background-color:var(--surface-menu-surface);
|
|
3852
3852
|
border:var(--border-2) solid #0000;
|
|
@@ -3859,19 +3859,19 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3859
3859
|
padding-inline:var(--space-2);
|
|
3860
3860
|
position:relative;
|
|
3861
3861
|
}
|
|
3862
|
-
.context_menu_module_menuBlock--
|
|
3862
|
+
.context_menu_module_menuBlock--70df9 .context_menu_module_menuItem--70df9[data-disabled]{
|
|
3863
3863
|
opacity:60%;
|
|
3864
3864
|
pointer-events:none;
|
|
3865
3865
|
}
|
|
3866
|
-
.context_menu_module_menuBlock--
|
|
3866
|
+
.context_menu_module_menuBlock--70df9 .context_menu_module_menuItem--70df9[data-highlighted]:not(:hover){
|
|
3867
3867
|
background-color:var(--surface-menu-surface-focus);
|
|
3868
3868
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3869
3869
|
}
|
|
3870
|
-
.context_menu_module_menuBlock--
|
|
3870
|
+
.context_menu_module_menuBlock--70df9 .context_menu_module_menuItem--70df9:hover{
|
|
3871
3871
|
background-color:var(--surface-menu-surface-focus);
|
|
3872
3872
|
}
|
|
3873
3873
|
|
|
3874
|
-
.notification_module_viewport--
|
|
3874
|
+
.notification_module_viewport--76c0d{
|
|
3875
3875
|
all:unset;
|
|
3876
3876
|
align-items:center;
|
|
3877
3877
|
display:flex;
|
|
@@ -3884,14 +3884,14 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3884
3884
|
z-index:2147483647;
|
|
3885
3885
|
}
|
|
3886
3886
|
|
|
3887
|
-
.notification_module_root--
|
|
3887
|
+
.notification_module_root--76c0d{
|
|
3888
3888
|
border:var(--border-2) solid;
|
|
3889
3889
|
border-radius:var(--radius-3);
|
|
3890
3890
|
display:flex;
|
|
3891
3891
|
max-width:586px;
|
|
3892
3892
|
width:calc(100vw - var(--space-4)*2);
|
|
3893
3893
|
}
|
|
3894
|
-
.notification_module_root--
|
|
3894
|
+
.notification_module_root--76c0d .notification_module_container--76c0d{
|
|
3895
3895
|
align-items:center;
|
|
3896
3896
|
box-shadow:var(--dropshadow-3);
|
|
3897
3897
|
display:flex;
|
|
@@ -3899,31 +3899,31 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3899
3899
|
padding:var(--space-3) 0;
|
|
3900
3900
|
width:100%;
|
|
3901
3901
|
}
|
|
3902
|
-
.notification_module_root--
|
|
3902
|
+
.notification_module_root--76c0d.notification_module_info--76c0d{
|
|
3903
3903
|
background:var(--surface-message-surface-info);
|
|
3904
3904
|
border-color:var(--border-message-border-info);
|
|
3905
3905
|
}
|
|
3906
|
-
.notification_module_root--
|
|
3906
|
+
.notification_module_root--76c0d.notification_module_success--76c0d{
|
|
3907
3907
|
background:var(--surface-message-surface-success);
|
|
3908
3908
|
border-color:var(--border-message-border-success);
|
|
3909
3909
|
}
|
|
3910
|
-
.notification_module_root--
|
|
3910
|
+
.notification_module_root--76c0d.notification_module_warning--76c0d{
|
|
3911
3911
|
background:var(--surface-message-surface-warning);
|
|
3912
3912
|
border-color:var(--border-message-border-warning);
|
|
3913
3913
|
}
|
|
3914
|
-
.notification_module_root--
|
|
3914
|
+
.notification_module_root--76c0d.notification_module_error--76c0d{
|
|
3915
3915
|
background:var(--surface-message-surface-error);
|
|
3916
3916
|
border-color:var(--border-message-border-error);
|
|
3917
3917
|
}
|
|
3918
|
-
.notification_module_root--
|
|
3918
|
+
.notification_module_root--76c0d:focus-visible{
|
|
3919
3919
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
3920
3920
|
outline:none;
|
|
3921
3921
|
}
|
|
3922
|
-
.notification_module_root--
|
|
3922
|
+
.notification_module_root--76c0d .notification_module_typeIcon--76c0d{
|
|
3923
3923
|
flex-shrink:0;
|
|
3924
3924
|
margin-left:var(--space-4);
|
|
3925
3925
|
}
|
|
3926
|
-
.notification_module_root--
|
|
3926
|
+
.notification_module_root--76c0d .notification_module_text--76c0d{
|
|
3927
3927
|
align-items:center;
|
|
3928
3928
|
color:var(--text-text-on-light);
|
|
3929
3929
|
display:flex;
|
|
@@ -3937,28 +3937,28 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3937
3937
|
text-decoration:none;
|
|
3938
3938
|
text-transform:none;
|
|
3939
3939
|
}
|
|
3940
|
-
.notification_module_root--
|
|
3940
|
+
.notification_module_root--76c0d .notification_module_text--76c0d > div{
|
|
3941
3941
|
overflow:hidden;
|
|
3942
3942
|
overflow-wrap:break-word;
|
|
3943
3943
|
}
|
|
3944
|
-
.notification_module_root--
|
|
3944
|
+
.notification_module_root--76c0d .notification_module_buttonSection--76c0d{
|
|
3945
3945
|
display:flex;
|
|
3946
3946
|
gap:var(--space-3);
|
|
3947
3947
|
margin-left:auto;
|
|
3948
3948
|
margin-right:var(--space-4);
|
|
3949
3949
|
}
|
|
3950
|
-
.notification_module_root--
|
|
3950
|
+
.notification_module_root--76c0d .notification_module_buttonSection--76c0d .notification_module_contentButtons--76c0d{
|
|
3951
3951
|
display:flex;
|
|
3952
3952
|
gap:var(--space-3);
|
|
3953
3953
|
}
|
|
3954
|
-
.notification_module_root--
|
|
3954
|
+
.notification_module_root--76c0d .notification_module_buttonSection--76c0d .notification_module_closeButton--76c0d{
|
|
3955
3955
|
align-self:center;
|
|
3956
3956
|
}
|
|
3957
|
-
.notification_module_root--
|
|
3957
|
+
.notification_module_root--76c0d .notification_module_buttonSection--76c0d .notification_module_closeButton--76c0d svg *{
|
|
3958
3958
|
fill:currentColor;
|
|
3959
3959
|
}
|
|
3960
3960
|
|
|
3961
|
-
.page_header_module_pageHeader--
|
|
3961
|
+
.page_header_module_pageHeader--ac477{
|
|
3962
3962
|
align-items:center;
|
|
3963
3963
|
background:var(--surface-surface);
|
|
3964
3964
|
display:flex;
|
|
@@ -3968,35 +3968,35 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3968
3968
|
min-height:var(--size-10);
|
|
3969
3969
|
width:100%;
|
|
3970
3970
|
}
|
|
3971
|
-
.page_header_module_pageHeader--
|
|
3971
|
+
.page_header_module_pageHeader--ac477.page_header_module_sticky--ac477{
|
|
3972
3972
|
bottom:var(--blueprint-page-header-bottom, 0);
|
|
3973
3973
|
left:var(--blueprint-page-header-left, 0);
|
|
3974
3974
|
position:sticky;
|
|
3975
3975
|
right:var(--blueprint-page-header-right, 0);
|
|
3976
3976
|
top:var(--blueprint-page-header-top, 0);
|
|
3977
3977
|
}
|
|
3978
|
-
.page_header_module_pageHeader--
|
|
3978
|
+
.page_header_module_pageHeader--ac477.page_header_module_default--ac477{
|
|
3979
3979
|
height:var(--size-16);
|
|
3980
3980
|
padding-inline:var(--space-2);
|
|
3981
3981
|
}
|
|
3982
|
-
.page_header_module_pageHeader--
|
|
3982
|
+
.page_header_module_pageHeader--ac477.page_header_module_inline--ac477{
|
|
3983
3983
|
height:var(--size-10);
|
|
3984
3984
|
}
|
|
3985
|
-
.page_header_module_pageHeader--
|
|
3985
|
+
.page_header_module_pageHeader--ac477 .page_header_module_corner--ac477{
|
|
3986
3986
|
align-items:center;
|
|
3987
3987
|
display:flex;
|
|
3988
3988
|
flex-basis:content;
|
|
3989
3989
|
flex-grow:0;
|
|
3990
3990
|
flex-shrink:0;
|
|
3991
3991
|
}
|
|
3992
|
-
.page_header_module_pageHeader--
|
|
3992
|
+
.page_header_module_pageHeader--ac477 .page_header_module_startElements--ac477{
|
|
3993
3993
|
align-items:center;
|
|
3994
3994
|
display:flex;
|
|
3995
3995
|
flex-grow:1;
|
|
3996
3996
|
justify-content:flex-start;
|
|
3997
3997
|
overflow:hidden;
|
|
3998
3998
|
}
|
|
3999
|
-
.page_header_module_pageHeader--
|
|
3999
|
+
.page_header_module_pageHeader--ac477 .page_header_module_endElements--ac477{
|
|
4000
4000
|
align-items:center;
|
|
4001
4001
|
display:flex;
|
|
4002
4002
|
flex-direction:row;
|
|
@@ -4004,41 +4004,41 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4004
4004
|
justify-content:flex-end;
|
|
4005
4005
|
}
|
|
4006
4006
|
|
|
4007
|
-
.popover_module_popoverMainContent--
|
|
4007
|
+
.popover_module_popoverMainContent--896a1{
|
|
4008
4008
|
mask-image:linear-gradient(to top, #0000, var(--gray-black)), linear-gradient(to left, #0000 var(--space-4), var(--gray-black) var(--space-4));
|
|
4009
4009
|
overflow-y:auto;
|
|
4010
4010
|
}
|
|
4011
4011
|
|
|
4012
|
-
.popover_module_popoverContentContainer--
|
|
4012
|
+
.popover_module_popoverContentContainer--896a1{
|
|
4013
4013
|
max-width:320px;
|
|
4014
4014
|
z-index:380;
|
|
4015
4015
|
}
|
|
4016
|
-
.popover_module_popoverContentContainer--
|
|
4016
|
+
.popover_module_popoverContentContainer--896a1 .popover_module_popoverCard--896a1{
|
|
4017
4017
|
box-shadow:var(--dropshadow-3);
|
|
4018
4018
|
margin-block:var(--space-1);
|
|
4019
4019
|
}
|
|
4020
|
-
.popover_module_popoverContentContainer--
|
|
4020
|
+
.popover_module_popoverContentContainer--896a1 .popover_module_popoverCard--896a1 .popover_module_popoverMainContent--896a1{
|
|
4021
4021
|
margin-inline-end:calc(var(--space-4)*-1);
|
|
4022
4022
|
mask-position:left bottom;
|
|
4023
4023
|
mask-size:100% 20000px;
|
|
4024
4024
|
padding-right:var(--space-4);
|
|
4025
4025
|
transition:mask-position var(--animation-duration-3);
|
|
4026
4026
|
}
|
|
4027
|
-
.popover_module_popoverContentContainer--
|
|
4027
|
+
.popover_module_popoverContentContainer--896a1 .popover_module_popoverCard--896a1 .popover_module_popoverMainContent--896a1:hover{
|
|
4028
4028
|
mask-position:left top;
|
|
4029
4029
|
}
|
|
4030
|
-
.popover_module_popoverContentContainer--
|
|
4030
|
+
.popover_module_popoverContentContainer--896a1 .popover_module_popoverCard--896a1 .popover_module_popoverMainContent--896a1 .popover_module_popoverMainContentOuterContainer--896a1{
|
|
4031
4031
|
max-height:inherit;
|
|
4032
4032
|
}
|
|
4033
|
-
.popover_module_popoverContentContainer--
|
|
4033
|
+
.popover_module_popoverContentContainer--896a1 .popover_module_popoverCard--896a1 .popover_module_popoverMainContent--896a1 .popover_module_popoverMainContentOuterContainer--896a1 .popover_module_popoverMainContentInnerContainerPadding--896a1{
|
|
4034
4034
|
padding-block-end:var(--space-3);
|
|
4035
4035
|
}
|
|
4036
|
-
.popover_module_popoverContentContainer--
|
|
4036
|
+
.popover_module_popoverContentContainer--896a1 .popover_module_popoverFooter--896a1{
|
|
4037
4037
|
margin-inline:calc(var(--space-4)*-1);
|
|
4038
4038
|
padding-block-start:var(--space-4);
|
|
4039
4039
|
padding-inline:var(--space-4);
|
|
4040
4040
|
}
|
|
4041
|
-
.popover_module_popoverContentContainer--
|
|
4041
|
+
.popover_module_popoverContentContainer--896a1 .popover_module_popoverFooter--896a1.popover_module_popoverFooterTopBorder--896a1{
|
|
4042
4042
|
border-top:var(--border-1) solid var(--border-card-border);
|
|
4043
4043
|
}
|
|
4044
4044
|
.select_menu_grid_module_grid--6e766{
|
|
@@ -4131,29 +4131,29 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4131
4131
|
opacity:.3;
|
|
4132
4132
|
}
|
|
4133
4133
|
|
|
4134
|
-
.tabs_module_tabsListContainer--
|
|
4134
|
+
.tabs_module_tabsListContainer--d8b30{
|
|
4135
4135
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
4136
4136
|
overflow-y:hidden;
|
|
4137
4137
|
scroll-behavior:smooth;
|
|
4138
4138
|
}
|
|
4139
|
-
.tabs_module_tabsListContainer--
|
|
4139
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30{
|
|
4140
4140
|
display:flex;
|
|
4141
4141
|
overflow-x:auto;
|
|
4142
4142
|
padding:calc(var(--border-3) + 1px);
|
|
4143
4143
|
}
|
|
4144
|
-
.tabs_module_tabsListContainer--
|
|
4144
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tabSeparator--d8b30{
|
|
4145
4145
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
4146
4146
|
min-width:var(--space-4);
|
|
4147
4147
|
}
|
|
4148
|
-
.tabs_module_tabsListContainer--
|
|
4148
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tabSeparator--d8b30:last-child{
|
|
4149
4149
|
display:none;
|
|
4150
4150
|
}
|
|
4151
4151
|
@media only screen and (max-width: 1023px){
|
|
4152
|
-
.tabs_module_tabsListContainer--
|
|
4152
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tabSeparator--d8b30{
|
|
4153
4153
|
min-width:calc(var(--border-3) + 1px);
|
|
4154
4154
|
}
|
|
4155
4155
|
}
|
|
4156
|
-
.tabs_module_tabsListContainer--
|
|
4156
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30{
|
|
4157
4157
|
background:var(--background-background);
|
|
4158
4158
|
border-style:none;
|
|
4159
4159
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -4167,7 +4167,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4167
4167
|
scroll-margin:calc(var(--border-3) + 1px);
|
|
4168
4168
|
z-index:2;
|
|
4169
4169
|
}
|
|
4170
|
-
.tabs_module_tabsListContainer--
|
|
4170
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30,.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30 .tabs_module_hiddenWidthSetter--d8b30{
|
|
4171
4171
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4172
4172
|
font-size:.875rem;
|
|
4173
4173
|
letter-spacing:.01875rem;
|
|
@@ -4175,17 +4175,17 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4175
4175
|
text-decoration:none;
|
|
4176
4176
|
text-transform:none;
|
|
4177
4177
|
}
|
|
4178
|
-
.tabs_module_tabsListContainer--
|
|
4178
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30 .tabs_module_hiddenWidthSetter--d8b30{
|
|
4179
4179
|
display:block;
|
|
4180
4180
|
font-weight:700;
|
|
4181
4181
|
height:0;
|
|
4182
4182
|
overflow:hidden;
|
|
4183
4183
|
visibility:hidden;
|
|
4184
4184
|
}
|
|
4185
|
-
.tabs_module_tabsListContainer--
|
|
4185
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30 .tabs_module_hiddenWidthSetter--d8b30 > *{
|
|
4186
4186
|
visibility:hidden;
|
|
4187
4187
|
}
|
|
4188
|
-
.tabs_module_tabsListContainer--
|
|
4188
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30[aria-selected=true]{
|
|
4189
4189
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
4190
4190
|
color:var(--text-cta-link);
|
|
4191
4191
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4196,21 +4196,21 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4196
4196
|
text-decoration:none;
|
|
4197
4197
|
text-transform:none;
|
|
4198
4198
|
}
|
|
4199
|
-
.tabs_module_tabsListContainer--
|
|
4199
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30:hover{
|
|
4200
4200
|
background-color:var(--surface-tab-surface-hover);
|
|
4201
4201
|
color:var(--text-text-on-light-secondary-hover);
|
|
4202
4202
|
}
|
|
4203
|
-
.tabs_module_tabsListContainer--
|
|
4203
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30:hover[aria-selected=true]{
|
|
4204
4204
|
color:var(--text-cta-link);
|
|
4205
4205
|
}
|
|
4206
|
-
.tabs_module_tabsListContainer--
|
|
4206
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30:active{
|
|
4207
4207
|
background-color:var(--surface-tab-surface-pressed);
|
|
4208
4208
|
color:var(--text-text-on-light-secondary-hover);
|
|
4209
4209
|
}
|
|
4210
|
-
.tabs_module_tabsListContainer--
|
|
4210
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30:active[aria-selected=true]{
|
|
4211
4211
|
color:var(--text-cta-link);
|
|
4212
4212
|
}
|
|
4213
|
-
.tabs_module_tabsListContainer--
|
|
4213
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30:focus-visible,.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30[data-focus-visible]{
|
|
4214
4214
|
background-color:var(--surface-tab-surface-hover);
|
|
4215
4215
|
border-radius:var(--radius-05);
|
|
4216
4216
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -4218,14 +4218,14 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4218
4218
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
4219
4219
|
outline-offset:1px;
|
|
4220
4220
|
}
|
|
4221
|
-
.tabs_module_tabsListContainer--
|
|
4221
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30:focus-visible[aria-selected=true],.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30[data-focus-visible][aria-selected=true]{
|
|
4222
4222
|
color:var(--text-cta-link);
|
|
4223
4223
|
}
|
|
4224
|
-
.tabs_module_tabsListContainer--
|
|
4224
|
+
.tabs_module_tabsListContainer--d8b30 .tabs_module_tabList--d8b30 .tabs_module_tab--d8b30[aria-disabled=true]{
|
|
4225
4225
|
opacity:.5;
|
|
4226
4226
|
}
|
|
4227
4227
|
|
|
4228
|
-
.radio_group_module_root--
|
|
4228
|
+
.radio_group_module_root--f796e{
|
|
4229
4229
|
display:flex;
|
|
4230
4230
|
flex-direction:column;
|
|
4231
4231
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4238,31 +4238,31 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4238
4238
|
text-transform:none;
|
|
4239
4239
|
}
|
|
4240
4240
|
|
|
4241
|
-
.radio_group_module_horizontal--
|
|
4241
|
+
.radio_group_module_horizontal--f796e{
|
|
4242
4242
|
flex-direction:row;
|
|
4243
4243
|
gap:1.625rem;
|
|
4244
4244
|
}
|
|
4245
4245
|
|
|
4246
|
-
.radio_group_module_radioOption--
|
|
4246
|
+
.radio_group_module_radioOption--f796e{
|
|
4247
4247
|
display:flex;
|
|
4248
4248
|
flex-direction:column;
|
|
4249
4249
|
}
|
|
4250
|
-
.radio_group_module_radioOption--
|
|
4250
|
+
.radio_group_module_radioOption--f796e .radio_group_module_label--f796e{
|
|
4251
4251
|
align-items:flex-start;
|
|
4252
4252
|
cursor:pointer;
|
|
4253
4253
|
display:inline-flex;
|
|
4254
4254
|
gap:var(--size-3);
|
|
4255
4255
|
line-height:var(--body-default-line-height);
|
|
4256
4256
|
}
|
|
4257
|
-
.radio_group_module_radioOption--
|
|
4257
|
+
.radio_group_module_radioOption--f796e .radio_group_module_description--f796e{
|
|
4258
4258
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
4259
4259
|
}
|
|
4260
|
-
.radio_group_module_radioOption--
|
|
4260
|
+
.radio_group_module_radioOption--f796e.radio_group_module_disabled--f796e .radio_group_module_label--f796e{
|
|
4261
4261
|
color:var(--text-text-on-light-secondary);
|
|
4262
4262
|
cursor:default;
|
|
4263
4263
|
}
|
|
4264
4264
|
|
|
4265
|
-
.radio_group_module_radioButton--
|
|
4265
|
+
.radio_group_module_radioButton--f796e{
|
|
4266
4266
|
all:unset;
|
|
4267
4267
|
align-items:center;
|
|
4268
4268
|
background-color:var(--surface-radio-surface-selected);
|
|
@@ -4276,36 +4276,36 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4276
4276
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
4277
4277
|
width:var(--size-4);
|
|
4278
4278
|
}
|
|
4279
|
-
.radio_group_module_radioButton--
|
|
4279
|
+
.radio_group_module_radioButton--f796e .radio_group_module_indicator--f796e{
|
|
4280
4280
|
background-color:var(--icon-icon-blue);
|
|
4281
4281
|
border-radius:50%;
|
|
4282
4282
|
height:var(--size-2);
|
|
4283
4283
|
transition:transform .1s;
|
|
4284
4284
|
width:var(--size-2);
|
|
4285
4285
|
}
|
|
4286
|
-
.radio_group_module_radioButton--
|
|
4286
|
+
.radio_group_module_radioButton--f796e:focus-visible{
|
|
4287
4287
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4288
4288
|
}
|
|
4289
|
-
.radio_group_module_radioButton--
|
|
4289
|
+
.radio_group_module_radioButton--f796e[data-disabled]{
|
|
4290
4290
|
opacity:60%;
|
|
4291
4291
|
}
|
|
4292
|
-
.radio_group_module_radioButton--
|
|
4292
|
+
.radio_group_module_radioButton--f796e[data-state=unchecked]{
|
|
4293
4293
|
background-color:var(--surface-radio-surface);
|
|
4294
4294
|
border:var(--border-2) solid var(--border-radio-border);
|
|
4295
4295
|
}
|
|
4296
|
-
.radio_group_module_radioButton--
|
|
4296
|
+
.radio_group_module_radioButton--f796e[data-state=unchecked] .radio_group_module_indicator--f796e{
|
|
4297
4297
|
transform:scale(0);
|
|
4298
4298
|
}
|
|
4299
|
-
.radio_group_module_radioButton--
|
|
4299
|
+
.radio_group_module_radioButton--f796e:not([data-disabled]):hover{
|
|
4300
4300
|
background-color:var(--surface-radio-surface-hover);
|
|
4301
4301
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
4302
4302
|
}
|
|
4303
|
-
.radio_group_module_radioButton--
|
|
4303
|
+
.radio_group_module_radioButton--f796e:not([data-disabled]):hover[data-state=checked]{
|
|
4304
4304
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
4305
4305
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
4306
4306
|
}
|
|
4307
4307
|
|
|
4308
|
-
.search_module_search--
|
|
4308
|
+
.search_module_search--388e3{
|
|
4309
4309
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4310
4310
|
font-size:.875rem;
|
|
4311
4311
|
font-weight:400;
|
|
@@ -4318,7 +4318,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4318
4318
|
text-transform:none;
|
|
4319
4319
|
width:100%;
|
|
4320
4320
|
}
|
|
4321
|
-
.search_module_search--
|
|
4321
|
+
.search_module_search--388e3 .search_module_searchIcon--388e3{
|
|
4322
4322
|
height:var(--size-4);
|
|
4323
4323
|
left:var(--space-2);
|
|
4324
4324
|
pointer-events:none;
|
|
@@ -4327,12 +4327,12 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4327
4327
|
transform:translateY(-50%);
|
|
4328
4328
|
width:var(--size-4);
|
|
4329
4329
|
}
|
|
4330
|
-
.search_module_search--
|
|
4330
|
+
.search_module_search--388e3 .search_module_searchIcon--388e3.search_module_global--388e3{
|
|
4331
4331
|
height:var(--size-5);
|
|
4332
4332
|
left:var(--space-4);
|
|
4333
4333
|
width:var(--size-5);
|
|
4334
4334
|
}
|
|
4335
|
-
.search_module_search--
|
|
4335
|
+
.search_module_search--388e3 .search_module_searchInput--388e3{
|
|
4336
4336
|
background-color:var(--surface-search-surface);
|
|
4337
4337
|
border:var(--border-1) solid #0000;
|
|
4338
4338
|
border-radius:var(--radius-2);
|
|
@@ -4353,45 +4353,45 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4353
4353
|
transition:border-color .15s ease,background-color .15s ease;
|
|
4354
4354
|
width:100%;
|
|
4355
4355
|
}
|
|
4356
|
-
.search_module_search--
|
|
4356
|
+
.search_module_search--388e3 .search_module_searchInput--388e3.search_module_global--388e3{
|
|
4357
4357
|
border-radius:var(--radius-7);
|
|
4358
4358
|
height:var(--size-12);
|
|
4359
4359
|
padding-inline:var(--space-12) var(--space-2);
|
|
4360
4360
|
}
|
|
4361
|
-
.search_module_search--
|
|
4361
|
+
.search_module_search--388e3 .search_module_searchInput--388e3::-webkit-search-cancel-button,.search_module_search--388e3 .search_module_searchInput--388e3::-webkit-search-decoration,.search_module_search--388e3 .search_module_searchInput--388e3::-webkit-search-results-button,.search_module_search--388e3 .search_module_searchInput--388e3::-webkit-search-results-decoration{
|
|
4362
4362
|
appearance:none;
|
|
4363
4363
|
}
|
|
4364
|
-
.search_module_search--
|
|
4364
|
+
.search_module_search--388e3 .search_module_searchInput--388e3:hover{
|
|
4365
4365
|
box-shadow:unset;
|
|
4366
4366
|
}
|
|
4367
|
-
.search_module_search--
|
|
4367
|
+
.search_module_search--388e3 .search_module_searchInput--388e3 .search_module_firefoxDefaultOpacityFix--388e3,.search_module_search--388e3 .search_module_searchInput--388e3 .search_module_searchInput--388e3::placeholder{
|
|
4368
4368
|
opacity:1;
|
|
4369
4369
|
}
|
|
4370
|
-
.search_module_search--
|
|
4370
|
+
.search_module_search--388e3 .search_module_searchInput--388e3::placeholder{
|
|
4371
4371
|
color:var(--text-text-on-light-secondary);
|
|
4372
4372
|
}
|
|
4373
|
-
.search_module_search--
|
|
4373
|
+
.search_module_search--388e3 .search_module_searchInput--388e3:not(:placeholder-shown){
|
|
4374
4374
|
padding-inline-end:var(--space-8);
|
|
4375
4375
|
}
|
|
4376
|
-
.search_module_search--
|
|
4376
|
+
.search_module_search--388e3 .search_module_searchInput--388e3:not(:placeholder-shown).search_module_global--388e3{
|
|
4377
4377
|
padding-inline-end:calc(var(--size-8)*2 + var(--space-6));
|
|
4378
4378
|
}
|
|
4379
|
-
.search_module_search--
|
|
4379
|
+
.search_module_search--388e3 .search_module_searchInput--388e3:not(:placeholder-shown).search_module_global--388e3.search_module_withoutActionButton--388e3{
|
|
4380
4380
|
padding-inline-end:calc(var(--size-8) + var(--space-3));
|
|
4381
4381
|
}
|
|
4382
|
-
.search_module_search--
|
|
4382
|
+
.search_module_search--388e3 .search_module_searchInput--388e3:focus-visible{
|
|
4383
4383
|
background-color:var(--surface-search-surface-focused);
|
|
4384
4384
|
border:var(--border-2) solid #2486fc;
|
|
4385
4385
|
padding-inline-start:calc(var(--space-8) - var(--border-1));
|
|
4386
4386
|
}
|
|
4387
|
-
.search_module_search--
|
|
4387
|
+
.search_module_search--388e3 .search_module_searchInput--388e3:focus-visible.search_module_global--388e3{
|
|
4388
4388
|
padding-inline-start:calc(var(--space-12) - var(--border-1));
|
|
4389
4389
|
}
|
|
4390
|
-
.search_module_search--
|
|
4390
|
+
.search_module_search--388e3 .search_module_searchInput--388e3:not(:focus-visible):not(:disabled):hover{
|
|
4391
4391
|
background-color:var(--surface-search-surface-hover);
|
|
4392
4392
|
border-color:#6f6f6f;
|
|
4393
4393
|
}
|
|
4394
|
-
.search_module_search--
|
|
4394
|
+
.search_module_search--388e3 .search_module_clearSearchIcon--388e3{
|
|
4395
4395
|
background:var(--surface-cta-surface-icon);
|
|
4396
4396
|
height:var(--size-4);
|
|
4397
4397
|
position:absolute;
|
|
@@ -4400,38 +4400,38 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4400
4400
|
transform:translateY(-50%);
|
|
4401
4401
|
width:var(--size-4);
|
|
4402
4402
|
}
|
|
4403
|
-
.search_module_search--
|
|
4403
|
+
.search_module_search--388e3 .search_module_clearSearchIcon--388e3.search_module_global--388e3{
|
|
4404
4404
|
height:var(--size-8);
|
|
4405
4405
|
right:calc(var(--space-12) + var(--space-1));
|
|
4406
4406
|
width:var(--size-8);
|
|
4407
4407
|
}
|
|
4408
|
-
.search_module_search--
|
|
4408
|
+
.search_module_search--388e3 .search_module_clearSearchIcon--388e3.search_module_withoutActionButton--388e3{
|
|
4409
4409
|
right:var(--space-3);
|
|
4410
4410
|
}
|
|
4411
|
-
.search_module_search--
|
|
4411
|
+
.search_module_search--388e3 .search_module_clearSearchIcon--388e3 *{
|
|
4412
4412
|
fill:var(--icon-cta-icon);
|
|
4413
4413
|
}
|
|
4414
|
-
.search_module_search--
|
|
4414
|
+
.search_module_search--388e3 .search_module_clearSearchIcon--388e3:focus-visible{
|
|
4415
4415
|
background:var(--surface-cta-surface-icon-hover);
|
|
4416
4416
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
4417
4417
|
}
|
|
4418
|
-
.search_module_search--
|
|
4418
|
+
.search_module_search--388e3 .search_module_clearSearchIcon--388e3:focus-visible *{
|
|
4419
4419
|
fill:var(--icon-cta-icon-hover);
|
|
4420
4420
|
}
|
|
4421
|
-
.search_module_search--
|
|
4421
|
+
.search_module_search--388e3 .search_module_clearSearchIcon--388e3:hover{
|
|
4422
4422
|
background:var(--surface-cta-surface-icon-hover);
|
|
4423
4423
|
}
|
|
4424
|
-
.search_module_search--
|
|
4424
|
+
.search_module_search--388e3 .search_module_clearSearchIcon--388e3:hover *{
|
|
4425
4425
|
fill:var(--icon-cta-icon-hover);
|
|
4426
4426
|
}
|
|
4427
|
-
.search_module_search--
|
|
4427
|
+
.search_module_search--388e3 .search_module_actionButton--388e3{
|
|
4428
4428
|
position:absolute;
|
|
4429
4429
|
right:var(--space-4);
|
|
4430
4430
|
top:50%;
|
|
4431
4431
|
transform:translateY(-50%);
|
|
4432
4432
|
}
|
|
4433
4433
|
|
|
4434
|
-
.select_module_container--
|
|
4434
|
+
.select_module_container--54aa4{
|
|
4435
4435
|
display:flex;
|
|
4436
4436
|
flex-direction:column;
|
|
4437
4437
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4443,15 +4443,15 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4443
4443
|
text-decoration:none;
|
|
4444
4444
|
text-transform:none;
|
|
4445
4445
|
}
|
|
4446
|
-
.select_module_container--
|
|
4446
|
+
.select_module_container--54aa4.select_module_disabled--54aa4{
|
|
4447
4447
|
opacity:60%;
|
|
4448
4448
|
}
|
|
4449
|
-
.select_module_container--
|
|
4449
|
+
.select_module_container--54aa4 .select_module_label--54aa4{
|
|
4450
4450
|
flex:0 0 fit-content;
|
|
4451
4451
|
font-weight:700;
|
|
4452
4452
|
overflow-wrap:break-word;
|
|
4453
4453
|
}
|
|
4454
|
-
.select_module_container--
|
|
4454
|
+
.select_module_container--54aa4 .select_module_label--54aa4,.select_module_container--54aa4 .select_module_triggerBtn--54aa4{
|
|
4455
4455
|
color:var(--text-text-on-light);
|
|
4456
4456
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4457
4457
|
font-size:.875rem;
|
|
@@ -4460,7 +4460,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4460
4460
|
text-decoration:none;
|
|
4461
4461
|
text-transform:none;
|
|
4462
4462
|
}
|
|
4463
|
-
.select_module_container--
|
|
4463
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4{
|
|
4464
4464
|
align-items:center;
|
|
4465
4465
|
background-color:var(--surface-dropdown-surface);
|
|
4466
4466
|
border:var(--border-1) solid var(--border-dropdown-border);
|
|
@@ -4478,45 +4478,45 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4478
4478
|
text-align:start;
|
|
4479
4479
|
width:100%;
|
|
4480
4480
|
}
|
|
4481
|
-
.select_module_container--
|
|
4481
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4 span:first-child{
|
|
4482
4482
|
overflow:hidden;
|
|
4483
4483
|
text-overflow:ellipsis;
|
|
4484
4484
|
white-space:nowrap;
|
|
4485
4485
|
}
|
|
4486
|
-
.select_module_container--
|
|
4486
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4:disabled{
|
|
4487
4487
|
cursor:default;
|
|
4488
4488
|
}
|
|
4489
|
-
.select_module_container--
|
|
4489
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4:not(.select_module_error--54aa4):focus{
|
|
4490
4490
|
background-color:var(--surface-dropdown-surface-focus);
|
|
4491
4491
|
border-color:#0000;
|
|
4492
4492
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4493
4493
|
}
|
|
4494
|
-
.select_module_container--
|
|
4494
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4:not(:disabled):not(:focus):not(.select_module_error--54aa4):hover{
|
|
4495
4495
|
background-color:var(--surface-dropdown-surface-hover);
|
|
4496
4496
|
border-color:var(--border-dropdown-border-hover);
|
|
4497
4497
|
}
|
|
4498
|
-
.select_module_container--
|
|
4498
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4:not(:disabled).select_module_error--54aa4{
|
|
4499
4499
|
background-color:var(--surface-dropdown-surface-error);
|
|
4500
4500
|
border:var(--border-2) solid var(--border-dropdown-border-error);
|
|
4501
4501
|
}
|
|
4502
|
-
.select_module_container--
|
|
4502
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4 .select_module_iconWrapper--54aa4{
|
|
4503
4503
|
flex-shrink:0;
|
|
4504
4504
|
-webkit-user-select:none;
|
|
4505
4505
|
user-select:none;
|
|
4506
4506
|
}
|
|
4507
|
-
.select_module_container--
|
|
4507
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4 .select_module_icon--54aa4{
|
|
4508
4508
|
display:block;
|
|
4509
4509
|
height:var(--size-2);
|
|
4510
4510
|
width:var(--size-2);
|
|
4511
4511
|
}
|
|
4512
|
-
.select_module_container--
|
|
4512
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4 .select_module_icon--54aa4 path{
|
|
4513
4513
|
fill:var(--icon-icon-on-light);
|
|
4514
4514
|
}
|
|
4515
|
-
.select_module_container--
|
|
4515
|
+
.select_module_container--54aa4 .select_module_triggerBtn--54aa4[data-state=open] .select_module_icon--54aa4{
|
|
4516
4516
|
transform:rotate(180deg);
|
|
4517
4517
|
}
|
|
4518
4518
|
|
|
4519
|
-
.select_module_content--
|
|
4519
|
+
.select_module_content--54aa4{
|
|
4520
4520
|
background-color:var(--surface-menu-surface);
|
|
4521
4521
|
border:var(--border-1) solid var(--border-card-border);
|
|
4522
4522
|
border-radius:var(--radius-3);
|
|
@@ -4534,11 +4534,11 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4534
4534
|
text-transform:none;
|
|
4535
4535
|
z-index:380;
|
|
4536
4536
|
}
|
|
4537
|
-
.select_module_content--
|
|
4537
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4{
|
|
4538
4538
|
padding-block:var(--space-3);
|
|
4539
4539
|
padding-inline:var(--space-3);
|
|
4540
4540
|
}
|
|
4541
|
-
.select_module_content--
|
|
4541
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_option--54aa4{
|
|
4542
4542
|
border:var(--border-2) solid #0000;
|
|
4543
4543
|
border-radius:var(--radius-3);
|
|
4544
4544
|
cursor:pointer;
|
|
@@ -4553,25 +4553,25 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4553
4553
|
-webkit-user-select:none;
|
|
4554
4554
|
user-select:none;
|
|
4555
4555
|
}
|
|
4556
|
-
.select_module_content--
|
|
4556
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_option--54aa4[data-disabled]{
|
|
4557
4557
|
opacity:60%;
|
|
4558
4558
|
pointer-events:none;
|
|
4559
4559
|
}
|
|
4560
|
-
.select_module_content--
|
|
4560
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_option--54aa4[data-highlighted]:not(:hover){
|
|
4561
4561
|
background-color:var(--surface-menu-surface-focus);
|
|
4562
4562
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4563
4563
|
}
|
|
4564
|
-
.select_module_content--
|
|
4564
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_option--54aa4:hover{
|
|
4565
4565
|
background-color:var(--surface-menu-surface-hover);
|
|
4566
4566
|
}
|
|
4567
|
-
.select_module_content--
|
|
4567
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_option--54aa4 span:first-child{
|
|
4568
4568
|
overflow:hidden;
|
|
4569
4569
|
overflow-wrap:break-word;
|
|
4570
4570
|
}
|
|
4571
|
-
.select_module_content--
|
|
4571
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_option--54aa4 .select_module_secondaryText--54aa4{
|
|
4572
4572
|
color:var(--text-text-on-light-secondary);
|
|
4573
4573
|
}
|
|
4574
|
-
.select_module_content--
|
|
4574
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_option--54aa4 .select_module_indicator--54aa4{
|
|
4575
4575
|
align-items:center;
|
|
4576
4576
|
display:flex;
|
|
4577
4577
|
height:var(--size-9);
|
|
@@ -4580,17 +4580,17 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4580
4580
|
position:absolute;
|
|
4581
4581
|
top:0;
|
|
4582
4582
|
}
|
|
4583
|
-
.select_module_content--
|
|
4583
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_option--54aa4 .select_module_indicator--54aa4 path{
|
|
4584
4584
|
fill:var(--icon-icon-on-light);
|
|
4585
4585
|
}
|
|
4586
|
-
.select_module_content--
|
|
4586
|
+
.select_module_content--54aa4 .select_module_viewport--54aa4 .select_module_separator--54aa4{
|
|
4587
4587
|
background-color:var(--border-divider-border);
|
|
4588
4588
|
flex-shrink:0;
|
|
4589
4589
|
height:var(--border-1);
|
|
4590
4590
|
margin-block:var(--space-2);
|
|
4591
4591
|
}
|
|
4592
4592
|
|
|
4593
|
-
.side_panel_module_content--
|
|
4593
|
+
.side_panel_module_content--90fe6{
|
|
4594
4594
|
background-color:var(--gray-white);
|
|
4595
4595
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
4596
4596
|
display:flex;
|
|
@@ -4604,7 +4604,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4604
4604
|
position:relative;
|
|
4605
4605
|
width:360px;
|
|
4606
4606
|
}
|
|
4607
|
-
.side_panel_module_content--
|
|
4607
|
+
.side_panel_module_content--90fe6 .side_panel_module_header--90fe6{
|
|
4608
4608
|
align-items:center;
|
|
4609
4609
|
background-color:var(--surface-surface);
|
|
4610
4610
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -4619,39 +4619,39 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4619
4619
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4620
4620
|
word-break:break-word;
|
|
4621
4621
|
}
|
|
4622
|
-
.side_panel_module_content--
|
|
4622
|
+
.side_panel_module_content--90fe6 .side_panel_module_header--90fe6,.side_panel_module_content--90fe6 .side_panel_module_header--90fe6.side_panel_module_headerMobile--90fe6{
|
|
4623
4623
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4624
4624
|
font-weight:700;
|
|
4625
4625
|
letter-spacing:.01875rem;
|
|
4626
4626
|
text-decoration:none;
|
|
4627
4627
|
text-transform:none;
|
|
4628
4628
|
}
|
|
4629
|
-
.side_panel_module_content--
|
|
4629
|
+
.side_panel_module_content--90fe6 .side_panel_module_header--90fe6.side_panel_module_headerMobile--90fe6{
|
|
4630
4630
|
font-size:.9375rem;
|
|
4631
4631
|
line-height:1.25rem;
|
|
4632
4632
|
}
|
|
4633
|
-
.side_panel_module_content--
|
|
4633
|
+
.side_panel_module_content--90fe6 .side_panel_module_headerShadow--90fe6{
|
|
4634
4634
|
box-shadow:var(--dropshadow-3);
|
|
4635
4635
|
}
|
|
4636
4636
|
|
|
4637
|
-
.side_panel_module_contentAnimated--
|
|
4637
|
+
.side_panel_module_contentAnimated--90fe6{
|
|
4638
4638
|
animation-duration:.2s;
|
|
4639
|
-
animation-name:side_panel_module_slideIn--
|
|
4639
|
+
animation-name:side_panel_module_slideIn--90fe6;
|
|
4640
4640
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4641
4641
|
}
|
|
4642
4642
|
|
|
4643
|
-
.side_panel_module_dropShadowContent--
|
|
4643
|
+
.side_panel_module_dropShadowContent--90fe6{
|
|
4644
4644
|
box-shadow:var(--dropshadow-3);
|
|
4645
4645
|
}
|
|
4646
4646
|
|
|
4647
|
-
.side_panel_module_content--
|
|
4647
|
+
.side_panel_module_content--90fe6 .side_panel_module_close--90fe6{
|
|
4648
4648
|
color:var(--gray-65);
|
|
4649
4649
|
position:absolute;
|
|
4650
4650
|
right:var(--space-4);
|
|
4651
4651
|
top:var(--space-5);
|
|
4652
4652
|
}
|
|
4653
4653
|
|
|
4654
|
-
.side_panel_module_overlay--
|
|
4654
|
+
.side_panel_module_overlay--90fe6{
|
|
4655
4655
|
background-color:var(--black-opacity-80);
|
|
4656
4656
|
bottom:0;
|
|
4657
4657
|
display:flex;
|
|
@@ -4662,20 +4662,20 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4662
4662
|
top:0;
|
|
4663
4663
|
z-index:300;
|
|
4664
4664
|
}
|
|
4665
|
-
.side_panel_module_overlay--
|
|
4665
|
+
.side_panel_module_overlay--90fe6 .side_panel_module_content--90fe6 .side_panel_module_header--90fe6{
|
|
4666
4666
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
4667
4667
|
}
|
|
4668
4668
|
|
|
4669
|
-
.side_panel_module_dropShadowOverlay--
|
|
4669
|
+
.side_panel_module_dropShadowOverlay--90fe6{
|
|
4670
4670
|
background-color:initial;
|
|
4671
4671
|
}
|
|
4672
4672
|
|
|
4673
|
-
.side_panel_module_scrollableContainer--
|
|
4673
|
+
.side_panel_module_scrollableContainer--90fe6{
|
|
4674
4674
|
flex-grow:1;
|
|
4675
4675
|
overflow-y:auto;
|
|
4676
4676
|
}
|
|
4677
4677
|
|
|
4678
|
-
.side_panel_module_footer--
|
|
4678
|
+
.side_panel_module_footer--90fe6{
|
|
4679
4679
|
background-color:var(--surface-surface);
|
|
4680
4680
|
display:flex;
|
|
4681
4681
|
justify-content:flex-end;
|
|
@@ -4685,19 +4685,19 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4685
4685
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4686
4686
|
}
|
|
4687
4687
|
|
|
4688
|
-
.side_panel_module_footerShadow--
|
|
4688
|
+
.side_panel_module_footerShadow--90fe6{
|
|
4689
4689
|
box-shadow:var(--dropshadow-3-inverse);
|
|
4690
4690
|
}
|
|
4691
4691
|
|
|
4692
|
-
.side_panel_module_footerButton--
|
|
4692
|
+
.side_panel_module_footerButton--90fe6{
|
|
4693
4693
|
margin-inline-start:var(--space-2);
|
|
4694
4694
|
}
|
|
4695
4695
|
|
|
4696
|
-
.side_panel_module_footerButton--
|
|
4696
|
+
.side_panel_module_footerButton--90fe6 + .side_panel_module_footerButton--90fe6{
|
|
4697
4697
|
margin-inline-start:var(--space-3);
|
|
4698
4698
|
}
|
|
4699
4699
|
|
|
4700
|
-
@keyframes side_panel_module_slideIn--
|
|
4700
|
+
@keyframes side_panel_module_slideIn--90fe6{
|
|
4701
4701
|
from{
|
|
4702
4702
|
inset-inline-end:-100%;
|
|
4703
4703
|
}
|
|
@@ -4706,14 +4706,14 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4706
4706
|
}
|
|
4707
4707
|
}
|
|
4708
4708
|
|
|
4709
|
-
.slider_incrementer_module_container--
|
|
4709
|
+
.slider_incrementer_module_container--8177a{
|
|
4710
4710
|
align-items:center;
|
|
4711
4711
|
display:grid;
|
|
4712
4712
|
grid-template-columns:auto 1fr auto;
|
|
4713
4713
|
width:100%;
|
|
4714
4714
|
}
|
|
4715
4715
|
|
|
4716
|
-
.slider_range_module_container--
|
|
4716
|
+
.slider_range_module_container--600b1{
|
|
4717
4717
|
align-items:center;
|
|
4718
4718
|
border:var(--size-05) solid #0000;
|
|
4719
4719
|
border-radius:var(--radius-1);
|
|
@@ -4724,11 +4724,11 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4724
4724
|
position:relative;
|
|
4725
4725
|
width:100%;
|
|
4726
4726
|
}
|
|
4727
|
-
.slider_range_module_container--
|
|
4727
|
+
.slider_range_module_container--600b1.slider_range_module_hasFocus--600b1{
|
|
4728
4728
|
border-color:var(--outline-focus-on-light);
|
|
4729
4729
|
}
|
|
4730
4730
|
|
|
4731
|
-
.slider_range_module_thumb--
|
|
4731
|
+
.slider_range_module_thumb--600b1{
|
|
4732
4732
|
background-color:var(--surface-sliderthumb-surface);
|
|
4733
4733
|
border-radius:50%;
|
|
4734
4734
|
display:block;
|
|
@@ -4736,15 +4736,15 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4736
4736
|
width:var(--size-3);
|
|
4737
4737
|
}
|
|
4738
4738
|
|
|
4739
|
-
.slider_range_module_thumb--
|
|
4739
|
+
.slider_range_module_thumb--600b1:focus{
|
|
4740
4740
|
outline:none;
|
|
4741
4741
|
}
|
|
4742
4742
|
|
|
4743
|
-
.slider_range_module_thumb--
|
|
4743
|
+
.slider_range_module_thumb--600b1:hover{
|
|
4744
4744
|
background-color:var(--surface-sliderthumb-surface-hover);
|
|
4745
4745
|
}
|
|
4746
4746
|
|
|
4747
|
-
.slider_range_module_root--
|
|
4747
|
+
.slider_range_module_root--600b1{
|
|
4748
4748
|
align-items:center;
|
|
4749
4749
|
display:flex;
|
|
4750
4750
|
flex-grow:1;
|
|
@@ -4754,31 +4754,31 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4754
4754
|
-webkit-user-select:none;
|
|
4755
4755
|
user-select:none;
|
|
4756
4756
|
}
|
|
4757
|
-
.slider_range_module_root--
|
|
4757
|
+
.slider_range_module_root--600b1.slider_range_module_disabled--600b1{
|
|
4758
4758
|
opacity:.3;
|
|
4759
4759
|
}
|
|
4760
|
-
.slider_range_module_root--
|
|
4760
|
+
.slider_range_module_root--600b1.slider_range_module_disabled--600b1 .slider_range_module_thumb--600b1:hover{
|
|
4761
4761
|
background-color:var(--surface-sliderthumb-surface);
|
|
4762
4762
|
}
|
|
4763
4763
|
|
|
4764
|
-
.slider_range_module_track--
|
|
4764
|
+
.slider_range_module_track--600b1{
|
|
4765
4765
|
background-color:var(--surface-slidertrack-surface);
|
|
4766
4766
|
border-radius:9999px;
|
|
4767
4767
|
flex-grow:1;
|
|
4768
4768
|
position:relative;
|
|
4769
4769
|
}
|
|
4770
4770
|
|
|
4771
|
-
.slider_range_module_track--
|
|
4771
|
+
.slider_range_module_track--600b1[data-orientation=horizontal]{
|
|
4772
4772
|
height:var(--size-05);
|
|
4773
4773
|
}
|
|
4774
4774
|
|
|
4775
|
-
.slider_module_container--
|
|
4775
|
+
.slider_module_container--9ce1d{
|
|
4776
4776
|
display:flex;
|
|
4777
4777
|
position:relative;
|
|
4778
4778
|
width:100%;
|
|
4779
4779
|
}
|
|
4780
4780
|
|
|
4781
|
-
.switch_module_option--
|
|
4781
|
+
.switch_module_option--f1dbf{
|
|
4782
4782
|
display:flex;
|
|
4783
4783
|
flex-direction:column;
|
|
4784
4784
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4789,26 +4789,26 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4789
4789
|
text-decoration:none;
|
|
4790
4790
|
text-transform:none;
|
|
4791
4791
|
}
|
|
4792
|
-
.switch_module_option--
|
|
4792
|
+
.switch_module_option--f1dbf .switch_module_label--f1dbf{
|
|
4793
4793
|
cursor:pointer;
|
|
4794
4794
|
display:inline-flex;
|
|
4795
4795
|
flex-direction:row;
|
|
4796
4796
|
width:-moz-fit-content;
|
|
4797
4797
|
width:fit-content;
|
|
4798
4798
|
}
|
|
4799
|
-
.switch_module_option--
|
|
4799
|
+
.switch_module_option--f1dbf .switch_module_label--f1dbf.switch_module_rightAlign--f1dbf{
|
|
4800
4800
|
flex-direction:row-reverse;
|
|
4801
4801
|
justify-content:space-between;
|
|
4802
4802
|
width:unset;
|
|
4803
4803
|
}
|
|
4804
|
-
.switch_module_option--
|
|
4804
|
+
.switch_module_option--f1dbf .switch_module_description--f1dbf{
|
|
4805
4805
|
margin-left:3.25rem;
|
|
4806
4806
|
}
|
|
4807
|
-
.switch_module_option--
|
|
4807
|
+
.switch_module_option--f1dbf .switch_module_description--f1dbf.switch_module_rightAlign--f1dbf{
|
|
4808
4808
|
margin-left:unset;
|
|
4809
4809
|
margin-right:3.25rem;
|
|
4810
4810
|
}
|
|
4811
|
-
.switch_module_option--
|
|
4811
|
+
.switch_module_option--f1dbf .switch_module_switch--f1dbf{
|
|
4812
4812
|
all:unset;
|
|
4813
4813
|
align-items:center;
|
|
4814
4814
|
background-color:#909090;
|
|
@@ -4822,17 +4822,17 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4822
4822
|
width:2.5rem;
|
|
4823
4823
|
will-change:transition;
|
|
4824
4824
|
}
|
|
4825
|
-
.switch_module_option--
|
|
4825
|
+
.switch_module_option--f1dbf .switch_module_switch--f1dbf.switch_module_rightAlign--f1dbf{
|
|
4826
4826
|
margin-left:2.5rem;
|
|
4827
4827
|
margin-right:unset;
|
|
4828
4828
|
}
|
|
4829
|
-
.switch_module_option--
|
|
4829
|
+
.switch_module_option--f1dbf .switch_module_switch--f1dbf:focus-visible{
|
|
4830
4830
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4831
4831
|
}
|
|
4832
|
-
.switch_module_option--
|
|
4832
|
+
.switch_module_option--f1dbf .switch_module_switch--f1dbf[data-state=checked]{
|
|
4833
4833
|
background-color:#0061d5;
|
|
4834
4834
|
}
|
|
4835
|
-
.switch_module_option--
|
|
4835
|
+
.switch_module_option--f1dbf .switch_module_thumb--f1dbf{
|
|
4836
4836
|
background-color:#fff;
|
|
4837
4837
|
border:.0625rem solid #bcbcbc;
|
|
4838
4838
|
border-radius:2.5rem;
|
|
@@ -4844,17 +4844,17 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4844
4844
|
width:1.25rem;
|
|
4845
4845
|
will-change:transform;
|
|
4846
4846
|
}
|
|
4847
|
-
.switch_module_option--
|
|
4847
|
+
.switch_module_option--f1dbf .switch_module_thumb--f1dbf[data-state=checked]{
|
|
4848
4848
|
transform:translateX(1.25rem);
|
|
4849
4849
|
}
|
|
4850
|
-
.switch_module_option--
|
|
4850
|
+
.switch_module_option--f1dbf.switch_module_disabled--f1dbf .switch_module_label--f1dbf{
|
|
4851
4851
|
cursor:default;
|
|
4852
4852
|
}
|
|
4853
|
-
.switch_module_option--
|
|
4853
|
+
.switch_module_option--f1dbf.switch_module_disabled--f1dbf .switch_module_switch--f1dbf{
|
|
4854
4854
|
opacity:60%;
|
|
4855
4855
|
}
|
|
4856
4856
|
:root{
|
|
4857
|
-
--notification-default-paragraph-indent:
|
|
4857
|
+
--notification-default-paragraph-indent:0rem;
|
|
4858
4858
|
--notification-default-paragraph-spacing:0;
|
|
4859
4859
|
--notification-default-text-case:none;
|
|
4860
4860
|
--notification-default-text-decoration:none;
|
|
@@ -4941,7 +4941,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4941
4941
|
--radius-1:0.25rem;
|
|
4942
4942
|
--radius-05:0.125rem;
|
|
4943
4943
|
--link-default-text-case:none;
|
|
4944
|
-
--link-default-paragraph-indent:
|
|
4944
|
+
--link-default-paragraph-indent:0rem;
|
|
4945
4945
|
--link-default-paragraph-spacing:0;
|
|
4946
4946
|
--link-default-letter-spacing:0.01875rem;
|
|
4947
4947
|
--link-default-font-size:0.875rem;
|
|
@@ -5536,7 +5536,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5536
5536
|
--z-index-card-tooltip:2147483647;
|
|
5537
5537
|
}
|
|
5538
5538
|
|
|
5539
|
-
.text_button_module_textButton--
|
|
5539
|
+
.text_button_module_textButton--581e7{
|
|
5540
5540
|
align-items:center;
|
|
5541
5541
|
background:#0000;
|
|
5542
5542
|
border:none;
|
|
@@ -5556,45 +5556,45 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5556
5556
|
-webkit-user-select:text;
|
|
5557
5557
|
user-select:text;
|
|
5558
5558
|
}
|
|
5559
|
-
.text_button_module_textButton--
|
|
5559
|
+
.text_button_module_textButton--581e7.text_button_module_isFontInherited--581e7{
|
|
5560
5560
|
border-radius:.125em;
|
|
5561
5561
|
font:inherit;
|
|
5562
5562
|
}
|
|
5563
|
-
.text_button_module_textButton--
|
|
5563
|
+
.text_button_module_textButton--581e7.text_button_module_isFontInherited--581e7.text_button_module_isIconButton--581e7{
|
|
5564
5564
|
gap:.25em;
|
|
5565
5565
|
}
|
|
5566
|
-
.text_button_module_textButton--
|
|
5566
|
+
.text_button_module_textButton--581e7.text_button_module_isFontInherited--581e7:not(:disabled)[data-focus-visible]{
|
|
5567
5567
|
box-shadow:0 0 0 .125em var(--outline-focus-on-light);
|
|
5568
5568
|
}
|
|
5569
|
-
.text_button_module_textButton--
|
|
5569
|
+
.text_button_module_textButton--581e7 .text_button_module_scaleLoader--581e7 div{
|
|
5570
5570
|
border-radius:.375em;
|
|
5571
5571
|
height:.625em;
|
|
5572
5572
|
width:.125em;
|
|
5573
5573
|
}
|
|
5574
|
-
.text_button_module_textButton--
|
|
5574
|
+
.text_button_module_textButton--581e7 .text_button_module_icon--581e7{
|
|
5575
5575
|
align-items:center;
|
|
5576
5576
|
display:flex;
|
|
5577
5577
|
}
|
|
5578
|
-
.text_button_module_textButton--
|
|
5578
|
+
.text_button_module_textButton--581e7 .text_button_module_hideTextContent--581e7{
|
|
5579
5579
|
visibility:hidden;
|
|
5580
5580
|
}
|
|
5581
|
-
.text_button_module_textButton--
|
|
5581
|
+
.text_button_module_textButton--581e7.text_button_module_isIconButton--581e7{
|
|
5582
5582
|
gap:var(--space-1);
|
|
5583
5583
|
}
|
|
5584
|
-
.text_button_module_textButton--
|
|
5584
|
+
.text_button_module_textButton--581e7.text_button_module_visuallyHidden--581e7{
|
|
5585
5585
|
color:#0000;
|
|
5586
5586
|
pointer-events:none;
|
|
5587
5587
|
position:relative;
|
|
5588
5588
|
}
|
|
5589
|
-
.text_button_module_textButton--
|
|
5589
|
+
.text_button_module_textButton--581e7:disabled{
|
|
5590
5590
|
opacity:.3;
|
|
5591
5591
|
}
|
|
5592
|
-
.text_button_module_textButton--
|
|
5592
|
+
.text_button_module_textButton--581e7:not(:disabled):hover,.text_button_module_textButton--581e7:not(:disabled)[data-focus-visible]{
|
|
5593
5593
|
color:var(--text-cta-link-hover);
|
|
5594
5594
|
}
|
|
5595
|
-
.text_button_module_textButton--
|
|
5595
|
+
.text_button_module_textButton--581e7:not(:disabled)[data-focus-visible]{
|
|
5596
5596
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
5597
5597
|
}
|
|
5598
|
-
.text_button_module_textButton--
|
|
5598
|
+
.text_button_module_textButton--581e7:not(:disabled):active{
|
|
5599
5599
|
color:var(--text-cta-link-pressed);
|
|
5600
5600
|
}
|