@box/blueprint-web 6.11.3 → 6.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +770 -765
- 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/toolbar/toolbar.module.js +1 -1
- package/lib-esm/tooltip/tooltip.module.js +1 -1
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item.module.js +1 -1
- package/lib-esm/util-components/interactive-icon/interactive-icon.module.js +1 -1
- package/lib-esm/util-components/legend/legend.module.js +1 -1
- package/lib-esm/util-components/menu-item-sections/menu-item-sections.module.js +1 -1
- package/lib-esm/util-components/search-term-string/search-term-string.module.js +1 -1
- package/lib-esm/util-components/text-with-info-badge/text-with-info-badge.module.js +1 -1
- package/package.json +3 -3
package/lib-esm/index.css
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
.ghost_module_ghost--
|
|
2
|
-
animation:ghost_module_ghost-keyframes--
|
|
1
|
+
.ghost_module_ghost--850ae{
|
|
2
|
+
animation:ghost_module_ghost-keyframes--850ae 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--850ae.ghost_module_circle--850ae{
|
|
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--850ae.ghost_module_pill--850ae{
|
|
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--850ae.ghost_module_rectangle--850ae{
|
|
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--850ae{
|
|
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--725b4{
|
|
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--725b4: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--725b4: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--725b4: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--725b4{
|
|
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--725b4.status_module_reverse--725b4{
|
|
77
77
|
flex-direction:row-reverse;
|
|
78
78
|
}
|
|
79
|
-
.status_module_status--
|
|
79
|
+
.status_module_status--725b4.status_module_circle--725b4{
|
|
80
80
|
padding:0 3px;
|
|
81
81
|
}
|
|
82
|
-
.status_module_status--
|
|
82
|
+
.status_module_status--725b4 .status_module_text--725b4{
|
|
83
83
|
overflow:hidden;
|
|
84
84
|
text-overflow:ellipsis;
|
|
85
85
|
}
|
|
86
|
-
.status_module_status--
|
|
86
|
+
.status_module_status--725b4 > svg{
|
|
87
87
|
flex:0 0 auto;
|
|
88
88
|
white-space:nowrap;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.status_module_maxContainer--
|
|
91
|
+
.status_module_maxContainer--725b4{
|
|
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--725b4,.status_module_colorSurfaceStatusSurfaceGray--725b4.status_module_interactiveStatus--725b4:focus-visible,.status_module_colorSurfaceStatusSurfaceGray--725b4.status_module_interactiveStatus--725b4:hover{
|
|
97
97
|
background-color:#e8e8e8;
|
|
98
98
|
}
|
|
99
|
-
.status_module_colorSurfaceStatusSurfaceYellow--
|
|
99
|
+
.status_module_colorSurfaceStatusSurfaceYellow--725b4,.status_module_colorSurfaceStatusSurfaceYellow--725b4.status_module_interactiveStatus--725b4:focus-visible,.status_module_colorSurfaceStatusSurfaceYellow--725b4.status_module_interactiveStatus--725b4:hover{
|
|
100
100
|
background-color:#ffeb7f;
|
|
101
101
|
}
|
|
102
|
-
.status_module_colorSurfaceStatusSurfaceOrange--
|
|
102
|
+
.status_module_colorSurfaceStatusSurfaceOrange--725b4,.status_module_colorSurfaceStatusSurfaceOrange--725b4.status_module_interactiveStatus--725b4:focus-visible,.status_module_colorSurfaceStatusSurfaceOrange--725b4.status_module_interactiveStatus--725b4:hover{
|
|
103
103
|
background-color:#f8c08c;
|
|
104
104
|
}
|
|
105
|
-
.status_module_colorSurfaceStatusSurfaceRed--
|
|
105
|
+
.status_module_colorSurfaceStatusSurfaceRed--725b4,.status_module_colorSurfaceStatusSurfaceRed--725b4.status_module_interactiveStatus--725b4:focus-visible,.status_module_colorSurfaceStatusSurfaceRed--725b4.status_module_interactiveStatus--725b4:hover{
|
|
106
106
|
background-color:#f69bab;
|
|
107
107
|
}
|
|
108
|
-
.status_module_colorSurfaceStatusSurfacePurple--
|
|
108
|
+
.status_module_colorSurfaceStatusSurfacePurple--725b4,.status_module_colorSurfaceStatusSurfacePurple--725b4.status_module_interactiveStatus--725b4:focus-visible,.status_module_colorSurfaceStatusSurfacePurple--725b4.status_module_interactiveStatus--725b4:hover{
|
|
109
109
|
background-color:#cf9ff6;
|
|
110
110
|
}
|
|
111
|
-
.status_module_colorSurfaceStatusSurfaceLightBlue--
|
|
111
|
+
.status_module_colorSurfaceStatusSurfaceLightBlue--725b4,.status_module_colorSurfaceStatusSurfaceLightBlue--725b4.status_module_interactiveStatus--725b4:focus-visible,.status_module_colorSurfaceStatusSurfaceLightBlue--725b4.status_module_interactiveStatus--725b4:hover{
|
|
112
112
|
background-color:#91c2fd;
|
|
113
113
|
}
|
|
114
|
-
.status_module_colorSurfaceStatusSurfaceDarkBlue--
|
|
114
|
+
.status_module_colorSurfaceStatusSurfaceDarkBlue--725b4,.status_module_colorSurfaceStatusSurfaceDarkBlue--725b4.status_module_interactiveStatus--725b4:focus-visible,.status_module_colorSurfaceStatusSurfaceDarkBlue--725b4.status_module_interactiveStatus--725b4:hover{
|
|
115
115
|
background-color:#7f9dc1;
|
|
116
116
|
}
|
|
117
|
-
.status_module_colorSurfaceStatusSurfaceGreen--
|
|
117
|
+
.status_module_colorSurfaceStatusSurfaceGreen--725b4,.status_module_colorSurfaceStatusSurfaceGreen--725b4.status_module_interactiveStatus--725b4:focus-visible,.status_module_colorSurfaceStatusSurfaceGreen--725b4.status_module_interactiveStatus--725b4:hover{
|
|
118
118
|
background-color:#92e0c0;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.accordion_module_accordionContent--
|
|
122
|
-
animation:accordion_module_slideDown--
|
|
121
|
+
.accordion_module_accordionContent--4e672[data-state=open]{
|
|
122
|
+
animation:accordion_module_slideDown--4e672 .15s ease-out;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
.accordion_module_accordionContent--
|
|
126
|
-
animation:accordion_module_slideUp--
|
|
125
|
+
.accordion_module_accordionContent--4e672[data-state=closed]{
|
|
126
|
+
animation:accordion_module_slideUp--4e672 .15s ease-out;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.accordion_module_accordionContent--
|
|
129
|
+
.accordion_module_accordionContent--4e672{
|
|
130
130
|
overflow:hidden;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
@keyframes accordion_module_slideDown--
|
|
133
|
+
@keyframes accordion_module_slideDown--4e672{
|
|
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--4e672{
|
|
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--4e672{
|
|
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--4e672{
|
|
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--4e672,.accordion_module_accordionItem--4e672 > [data-state=open]{
|
|
163
163
|
background-color:var(--surface-accordion-surface);
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.accordion_module_accordionFixedContent--
|
|
166
|
+
.accordion_module_accordionFixedContent--4e672{
|
|
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--4e672{
|
|
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--4e672{
|
|
192
192
|
align-items:center;
|
|
193
193
|
display:flex;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.accordion_module_accordionStatus--
|
|
196
|
+
.accordion_module_accordionStatus--4e672{
|
|
197
197
|
margin-inline-start:var(--space-2);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.accordion_module_accordionTrigger--
|
|
200
|
+
.accordion_module_accordionTrigger--4e672{
|
|
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--4e672,.accordion_module_accordionTrigger--4e672:active{
|
|
211
211
|
background-color:var(--surface-surface);
|
|
212
212
|
}
|
|
213
|
-
.accordion_module_accordionTrigger--
|
|
213
|
+
.accordion_module_accordionTrigger--4e672:hover{
|
|
214
214
|
background-color:var(--surface-accordion-surface-hover);
|
|
215
215
|
cursor:pointer;
|
|
216
216
|
}
|
|
217
|
-
.accordion_module_accordionTrigger--
|
|
217
|
+
.accordion_module_accordionTrigger--4e672: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--4e672:disabled{
|
|
223
223
|
cursor:default;
|
|
224
224
|
opacity:.3;
|
|
225
225
|
}
|
|
226
|
-
.accordion_module_accordionTrigger--
|
|
226
|
+
.accordion_module_accordionTrigger--4e672:disabled:hover{
|
|
227
227
|
background-color:var(--gray-white);
|
|
228
228
|
}
|
|
229
|
-
.accordion_module_accordionTrigger--
|
|
229
|
+
.accordion_module_accordionTrigger--4e672 .accordion_module_accordionTriggerIcon--4e672{
|
|
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--4e672[data-state=open] .accordion_module_accordionTriggerIcon--4e672{
|
|
235
235
|
transform:rotate(180deg);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.loading_indicator_module_crawler--
|
|
238
|
+
.loading_indicator_module_crawler--2bbbc{
|
|
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--2bbbc .loading_indicator_module_segment--2bbbc{
|
|
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--2bbbc.loading_indicator_module_default--2bbbc .loading_indicator_module_segment--2bbbc{
|
|
253
|
+
animation:loading_indicator_module_segment-transform--2bbbc .66s ease-in-out infinite,loading_indicator_module_segment-default--2bbbc .66s ease-in-out infinite;
|
|
254
254
|
}
|
|
255
|
-
.loading_indicator_module_crawler--
|
|
256
|
-
animation:loading_indicator_module_segment-transform--
|
|
255
|
+
.loading_indicator_module_crawler--2bbbc.loading_indicator_module_dark--2bbbc .loading_indicator_module_segment--2bbbc{
|
|
256
|
+
animation:loading_indicator_module_segment-transform--2bbbc .66s ease-in-out infinite,loading_indicator_module_segment-dark--2bbbc .66s ease-in-out infinite;
|
|
257
257
|
}
|
|
258
|
-
.loading_indicator_module_crawler--
|
|
259
|
-
animation:loading_indicator_module_segment-transform--
|
|
258
|
+
.loading_indicator_module_crawler--2bbbc.loading_indicator_module_light--2bbbc .loading_indicator_module_segment--2bbbc{
|
|
259
|
+
animation:loading_indicator_module_segment-transform--2bbbc .66s ease-in-out infinite,loading_indicator_module_segment-light--2bbbc .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--2bbbc .loading_indicator_module_segment--2bbbc: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--2bbbc .loading_indicator_module_segment--2bbbc: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--2bbbc{
|
|
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--2bbbc{
|
|
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--2bbbc{
|
|
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--2bbbc{
|
|
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--9040f{
|
|
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--9040f,.base_button_module_button--9040f .base_button_module_icon--9040f{
|
|
324
324
|
align-items:center;
|
|
325
325
|
display:flex;
|
|
326
326
|
}
|
|
327
|
-
.base_button_module_button--
|
|
327
|
+
.base_button_module_button--9040f: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--9040f:disabled{
|
|
331
331
|
opacity:.3;
|
|
332
332
|
}
|
|
333
|
-
.base_button_module_button--
|
|
333
|
+
.base_button_module_button--9040f.base_button_module_primary--9040f{
|
|
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--9040f.base_button_module_primary--9040f:disabled{
|
|
339
339
|
background:var(--surface-surface-brand-disabled);
|
|
340
340
|
}
|
|
341
|
-
.base_button_module_button--
|
|
341
|
+
.base_button_module_button--9040f.base_button_module_primary--9040f:not(:disabled):hover,.base_button_module_button--9040f.base_button_module_primary--9040f: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--9040f.base_button_module_primary--9040f: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--9040f.base_button_module_secondary--9040f{
|
|
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--9040f.base_button_module_secondary--9040f:not(:disabled):hover,.base_button_module_button--9040f.base_button_module_secondary--9040f: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--9040f.base_button_module_secondary--9040f: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--9040f.base_button_module_tertiary--9040f{
|
|
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--9040f.base_button_module_tertiary--9040f:not(:disabled):hover,.base_button_module_button--9040f.base_button_module_tertiary--9040f: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--9040f.base_button_module_tertiary--9040f:not(:disabled):active{
|
|
371
371
|
background:var(--surface-cta-surface-tertiary-pressed);
|
|
372
372
|
}
|
|
373
|
-
.base_button_module_button--
|
|
373
|
+
.base_button_module_button--9040f.base_button_module_outline--9040f{
|
|
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--9040f.base_button_module_outline--9040f:not(:disabled):hover,.base_button_module_button--9040f.base_button_module_outline--9040f: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--9040f.base_button_module_outline--9040f: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--9040f.base_button_module_small--9040f{
|
|
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--9040f.base_button_module_small--9040f.base_button_module_isIconButton--9040f{
|
|
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--9040f.base_button_module_large--9040f{
|
|
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--9040f.base_button_module_large--9040f.base_button_module_isIconButton--9040f{
|
|
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--9040f.base_button_module_hide--9040f{
|
|
408
408
|
pointer-events:none;
|
|
409
409
|
position:relative;
|
|
410
410
|
}
|
|
411
|
-
.base_button_module_button--
|
|
411
|
+
.base_button_module_button--9040f.base_button_module_hide--9040f span{
|
|
412
412
|
color:#0000;
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
.base_inline_notice_module_noticeWrapper--
|
|
415
|
+
.base_inline_notice_module_noticeWrapper--5961f{
|
|
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--5961f .base_inline_notice_module_actions--5961f{
|
|
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--5961f .base_inline_notice_module_actionButtonPrimary--5961f,.base_inline_notice_module_noticeWrapper--5961f .base_inline_notice_module_actionButtonTertiary--5961f{
|
|
429
429
|
height:var(--space-8);
|
|
430
430
|
}
|
|
431
|
-
.base_inline_notice_module_noticeWrapper--
|
|
431
|
+
.base_inline_notice_module_noticeWrapper--5961f .base_inline_notice_module_actionButtonTertiary--5961f,.base_inline_notice_module_noticeWrapper--5961f .base_inline_notice_module_actionButtonTertiary--5961f:hover{
|
|
432
432
|
background:#0000;
|
|
433
433
|
}
|
|
434
|
-
.base_inline_notice_module_noticeWrapper--
|
|
434
|
+
.base_inline_notice_module_noticeWrapper--5961f.base_inline_notice_module_backgroundYellow--5961f{
|
|
435
435
|
background:var(--surface-message-surface-warning-secondary);
|
|
436
436
|
}
|
|
437
|
-
.base_inline_notice_module_noticeWrapper--
|
|
437
|
+
.base_inline_notice_module_noticeWrapper--5961f.base_inline_notice_module_backgroundBlue--5961f{
|
|
438
438
|
background:var(--surface-message-surface-info-secondary);
|
|
439
439
|
}
|
|
440
|
-
.base_inline_notice_module_noticeWrapper--
|
|
440
|
+
.base_inline_notice_module_noticeWrapper--5961f.base_inline_notice_module_backgroundRed--5961f{
|
|
441
441
|
background:var(--surface-message-surface-error-secondary);
|
|
442
442
|
}
|
|
443
|
-
.base_inline_notice_module_noticeWrapper--
|
|
443
|
+
.base_inline_notice_module_noticeWrapper--5961f.base_inline_notice_module_backgroundGreen--5961f{
|
|
444
444
|
background:var(--surface-message-surface-success-secondary);
|
|
445
445
|
}
|
|
446
|
-
.base_inline_notice_module_noticeWrapper--
|
|
446
|
+
.base_inline_notice_module_noticeWrapper--5961f.base_inline_notice_module_backgroundPurple--5961f{
|
|
447
447
|
background:var(--surface-message-surface-promo-secondary);
|
|
448
448
|
}
|
|
449
|
-
.base_inline_notice_module_noticeWrapper--
|
|
449
|
+
.base_inline_notice_module_noticeWrapper--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonTertiary--5961f{
|
|
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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonTertiary--5961f: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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonTertiary--5961f[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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonTertiary--5961f: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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonTertiary--5961f: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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonTertiary--5961f: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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonPrimary--5961f{
|
|
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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonPrimary--5961f:active{
|
|
473
473
|
background:var(--surface-cta-surface-promo-pressed);
|
|
474
474
|
}
|
|
475
|
-
.base_inline_notice_module_noticeWrapper--
|
|
475
|
+
.base_inline_notice_module_noticeWrapper--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonPrimary--5961f[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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonPrimary--5961f: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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonPrimary--5961f: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--5961f.base_inline_notice_module_backgroundPurple--5961f .base_inline_notice_module_actionButtonPrimary--5961f: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--5961f .base_inline_notice_module_contentContainer--5961f{
|
|
489
489
|
display:flex;
|
|
490
490
|
gap:var(--space-3);
|
|
491
491
|
}
|
|
492
|
-
.base_inline_notice_module_noticeWrapper--
|
|
492
|
+
.base_inline_notice_module_noticeWrapper--5961f .base_inline_notice_module_content--5961f{
|
|
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--5961f svg{
|
|
503
503
|
display:block;
|
|
504
504
|
}
|
|
505
|
-
.base_inline_notice_module_noticeWrapper--
|
|
505
|
+
.base_inline_notice_module_noticeWrapper--5961f .base_inline_notice_module_title--5961f{
|
|
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--5961f{
|
|
517
517
|
margin-top:var(--space-3);
|
|
518
518
|
}
|
|
519
|
-
.base_inline_notice_module_noticeWrapper--
|
|
519
|
+
.base_inline_notice_module_noticeWrapper--5961f{
|
|
520
520
|
display:block;
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
-
.text_module_textReset--
|
|
524
|
+
.text_module_textReset--1a634{
|
|
525
525
|
margin:0;
|
|
526
526
|
text-align:inherit;
|
|
527
527
|
}
|
|
528
|
-
.text_module_textReset--
|
|
528
|
+
.text_module_textReset--1a634.text_module_breakWord--1a634{
|
|
529
529
|
overflow-wrap:break-word;
|
|
530
530
|
}
|
|
531
|
-
.text_module_textReset--
|
|
531
|
+
.text_module_textReset--1a634.text_module_textOnLightDefault--1a634{
|
|
532
532
|
color:#222;
|
|
533
533
|
}
|
|
534
|
-
.text_module_textReset--
|
|
534
|
+
.text_module_textReset--1a634.text_module_textOnLightSecondary--1a634{
|
|
535
535
|
color:#6f6f6f;
|
|
536
536
|
}
|
|
537
|
-
.text_module_textReset--
|
|
537
|
+
.text_module_textReset--1a634.text_module_textOnLightLink--1a634{
|
|
538
538
|
color:#0061d5;
|
|
539
539
|
}
|
|
540
|
-
.text_module_textReset--
|
|
540
|
+
.text_module_textReset--1a634.text_module_textOnDarkDefault--1a634{
|
|
541
541
|
color:#fff;
|
|
542
542
|
}
|
|
543
|
-
.text_module_textReset--
|
|
543
|
+
.text_module_textReset--1a634.text_module_titleMondo--1a634{
|
|
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--1a634.text_module_titleXLarge--1a634{
|
|
553
553
|
font-size:1.3125rem;
|
|
554
554
|
line-height:2rem;
|
|
555
555
|
}
|
|
556
|
-
.text_module_textReset--
|
|
556
|
+
.text_module_textReset--1a634.text_module_titleLarge--1a634,.text_module_textReset--1a634.text_module_titleXLarge--1a634{
|
|
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--1a634.text_module_titleLarge--1a634{
|
|
564
564
|
font-size:1.125rem;
|
|
565
565
|
line-height:1.5rem;
|
|
566
566
|
}
|
|
567
|
-
.text_module_textReset--
|
|
567
|
+
.text_module_textReset--1a634.text_module_titleMedium--1a634{
|
|
568
568
|
font-size:1rem;
|
|
569
569
|
line-height:1.5rem;
|
|
570
570
|
}
|
|
571
|
-
.text_module_textReset--
|
|
571
|
+
.text_module_textReset--1a634.text_module_titleMedium--1a634,.text_module_textReset--1a634.text_module_titleSmall--1a634{
|
|
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--1a634.text_module_titleSmall--1a634{
|
|
579
579
|
font-size:.9375rem;
|
|
580
580
|
line-height:1.25rem;
|
|
581
581
|
}
|
|
582
|
-
.text_module_textReset--
|
|
582
|
+
.text_module_textReset--1a634.text_module_subtitle--1a634{
|
|
583
583
|
font-size:.875rem;
|
|
584
584
|
line-height:1.25rem;
|
|
585
585
|
}
|
|
586
|
-
.text_module_textReset--
|
|
586
|
+
.text_module_textReset--1a634.text_module_bodyLargeBold--1a634,.text_module_textReset--1a634.text_module_subtitle--1a634{
|
|
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--1a634.text_module_bodyLargeBold--1a634{
|
|
594
594
|
font-size:1rem;
|
|
595
595
|
line-height:1.5rem;
|
|
596
596
|
}
|
|
597
|
-
.text_module_textReset--
|
|
597
|
+
.text_module_textReset--1a634.text_module_bodyLarge--1a634{
|
|
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--1a634.text_module_bodyDefaultBold--1a634,.text_module_textReset--1a634.text_module_bodyLarge--1a634{
|
|
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--1a634.text_module_bodyDefaultBold--1a634{
|
|
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--1a634.text_module_bodyDefaultSemibold--1a634{
|
|
614
614
|
font-weight:600;
|
|
615
615
|
}
|
|
616
|
-
.text_module_textReset--
|
|
616
|
+
.text_module_textReset--1a634.text_module_bodyDefault--1a634,.text_module_textReset--1a634.text_module_bodyDefaultSemibold--1a634{
|
|
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--1a634.text_module_bodyDefault--1a634{
|
|
625
625
|
font-weight:400;
|
|
626
626
|
}
|
|
627
|
-
.text_module_textReset--
|
|
627
|
+
.text_module_textReset--1a634.text_module_caption--1a634{
|
|
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--1a634.text_module_caption--1a634,.text_module_textReset--1a634.text_module_labelBold--1a634{
|
|
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--1a634.text_module_labelBold--1a634{
|
|
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--1a634.text_module_label--1a634{
|
|
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--edcfd{
|
|
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--edcfd .avatar_module_badge--edcfd{
|
|
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--edcfd .avatar_module_text--edcfd{
|
|
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--edcfd.avatar_module_small--edcfd{
|
|
687
687
|
height:var(--size-6);
|
|
688
688
|
width:var(--size-6);
|
|
689
689
|
}
|
|
690
|
-
.avatar_module_avatar--
|
|
690
|
+
.avatar_module_avatar--edcfd.avatar_module_small--edcfd .avatar_module_text--edcfd{
|
|
691
691
|
font-size:.5rem;
|
|
692
692
|
}
|
|
693
|
-
.avatar_module_avatar--
|
|
693
|
+
.avatar_module_avatar--edcfd.avatar_module_small--edcfd .avatar_module_length-1--edcfd.avatar_module_text--edcfd,.avatar_module_avatar--edcfd.avatar_module_small--edcfd .avatar_module_length-2--edcfd.avatar_module_text--edcfd{
|
|
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--edcfd.avatar_module_small--edcfd .avatar_module_badge--edcfd{
|
|
703
703
|
right:-.25rem;
|
|
704
704
|
}
|
|
705
|
-
.avatar_module_avatar--
|
|
705
|
+
.avatar_module_avatar--edcfd.avatar_module_medium--edcfd{
|
|
706
706
|
height:var(--size-7);
|
|
707
707
|
width:var(--size-7);
|
|
708
708
|
}
|
|
709
|
-
.avatar_module_avatar--
|
|
709
|
+
.avatar_module_avatar--edcfd.avatar_module_medium--edcfd .avatar_module_text--edcfd{
|
|
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--edcfd.avatar_module_medium--edcfd .avatar_module_length-1--edcfd.avatar_module_text--edcfd,.avatar_module_avatar--edcfd.avatar_module_medium--edcfd .avatar_module_length-2--edcfd.avatar_module_text--edcfd{
|
|
719
719
|
font-size:.8125rem;
|
|
720
720
|
}
|
|
721
|
-
.avatar_module_avatar--
|
|
721
|
+
.avatar_module_avatar--edcfd.avatar_module_medium--edcfd .avatar_module_badge--edcfd{
|
|
722
722
|
right:-.375rem;
|
|
723
723
|
}
|
|
724
|
-
.avatar_module_avatar--
|
|
724
|
+
.avatar_module_avatar--edcfd.avatar_module_large--edcfd{
|
|
725
725
|
height:var(--size-8);
|
|
726
726
|
width:var(--size-8);
|
|
727
727
|
}
|
|
728
|
-
.avatar_module_avatar--
|
|
728
|
+
.avatar_module_avatar--edcfd.avatar_module_large--edcfd .avatar_module_text--edcfd{
|
|
729
729
|
font-size:.5rem;
|
|
730
730
|
}
|
|
731
|
-
.avatar_module_avatar--
|
|
731
|
+
.avatar_module_avatar--edcfd.avatar_module_large--edcfd .avatar_module_length-1--edcfd.avatar_module_text--edcfd,.avatar_module_avatar--edcfd.avatar_module_large--edcfd .avatar_module_length-2--edcfd.avatar_module_text--edcfd{
|
|
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--edcfd.avatar_module_large--edcfd .avatar_module_length-3--edcfd.avatar_module_text--edcfd{
|
|
741
741
|
font-size:.6875rem;
|
|
742
742
|
}
|
|
743
|
-
.avatar_module_avatar--
|
|
743
|
+
.avatar_module_avatar--edcfd.avatar_module_large--edcfd .avatar_module_length-4--edcfd.avatar_module_text--edcfd{
|
|
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--edcfd.avatar_module_large--edcfd .avatar_module_badge--edcfd{
|
|
753
753
|
right:-.25rem;
|
|
754
754
|
}
|
|
755
|
-
.avatar_module_avatar--
|
|
755
|
+
.avatar_module_avatar--edcfd.avatar_module_xlarge--edcfd{
|
|
756
756
|
height:var(--size-11);
|
|
757
757
|
width:var(--size-11);
|
|
758
758
|
}
|
|
759
|
-
.avatar_module_avatar--
|
|
759
|
+
.avatar_module_avatar--edcfd.avatar_module_xlarge--edcfd .avatar_module_text--edcfd{
|
|
760
760
|
font-size:1rem;
|
|
761
761
|
}
|
|
762
|
-
.avatar_module_avatar--
|
|
762
|
+
.avatar_module_avatar--edcfd.avatar_module_xlarge--edcfd .avatar_module_length-1--edcfd.avatar_module_text--edcfd,.avatar_module_avatar--edcfd.avatar_module_xlarge--edcfd .avatar_module_length-2--edcfd.avatar_module_text--edcfd{
|
|
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--edcfd.avatar_module_xlarge--edcfd .avatar_module_badge--edcfd{
|
|
772
772
|
right:-.375rem;
|
|
773
773
|
}
|
|
774
|
-
.avatar_module_avatar--
|
|
774
|
+
.avatar_module_avatar--edcfd .avatar_module_image--edcfd{
|
|
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--edcfd .avatar_module_image--edcfd.avatar_module_loading--edcfd{
|
|
781
781
|
height:0;
|
|
782
782
|
width:0;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
.avatar_module_anonymousAvatar--
|
|
785
|
+
.avatar_module_anonymousAvatar--edcfd{
|
|
786
786
|
position:relative;
|
|
787
787
|
}
|
|
788
|
-
.avatar_module_anonymousAvatar--
|
|
788
|
+
.avatar_module_anonymousAvatar--edcfd .avatar_module_svg--edcfd{
|
|
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--134ec{
|
|
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--134ec .icon_button_module_iconColor--134ec *{
|
|
806
806
|
fill:var(--icon-cta-icon);
|
|
807
807
|
}
|
|
808
|
-
.icon_button_module_iconButton--
|
|
808
|
+
.icon_button_module_iconButton--134ec[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--134ec[aria-disabled=true] .icon_button_module_iconColor--134ec *{
|
|
813
813
|
fill:var(--gray-50);
|
|
814
814
|
}
|
|
815
|
-
.icon_button_module_iconButton--
|
|
815
|
+
.icon_button_module_iconButton--134ec:focus-visible,.icon_button_module_iconButton--134ec[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--134ec:focus-visible .icon_button_module_iconColor--134ec *,.icon_button_module_iconButton--134ec[data-focus-visible] .icon_button_module_iconColor--134ec *{
|
|
820
820
|
fill:var(--icon-cta-icon-hover);
|
|
821
821
|
}
|
|
822
|
-
.icon_button_module_iconButton--
|
|
822
|
+
.icon_button_module_iconButton--134ec:hover{
|
|
823
823
|
background:var(--surface-cta-surface-icon-hover);
|
|
824
824
|
}
|
|
825
|
-
.icon_button_module_iconButton--
|
|
825
|
+
.icon_button_module_iconButton--134ec:hover .icon_button_module_iconColor--134ec *{
|
|
826
826
|
fill:var(--icon-cta-icon-hover);
|
|
827
827
|
}
|
|
828
|
-
.icon_button_module_iconButton--
|
|
828
|
+
.icon_button_module_iconButton--134ec:active,.icon_button_module_iconButton--134ec[data-active]{
|
|
829
829
|
background:var(--surface-cta-surface-icon-pressed);
|
|
830
830
|
}
|
|
831
|
-
.icon_button_module_iconButton--
|
|
831
|
+
.icon_button_module_iconButton--134ec:active .icon_button_module_iconColor--134ec *,.icon_button_module_iconButton--134ec[data-active] .icon_button_module_iconColor--134ec *{
|
|
832
832
|
fill:var(--icon-cta-icon-pressed);
|
|
833
833
|
}
|
|
834
|
-
.icon_button_module_iconButton--
|
|
834
|
+
.icon_button_module_iconButton--134ec.icon_button_module_large--134ec{
|
|
835
835
|
height:var(--size-10);
|
|
836
836
|
width:var(--size-10);
|
|
837
837
|
}
|
|
838
|
-
.icon_button_module_iconButton--
|
|
838
|
+
.icon_button_module_iconButton--134ec.icon_button_module_small--134ec{
|
|
839
839
|
height:var(--size-8);
|
|
840
840
|
width:var(--size-8);
|
|
841
841
|
}
|
|
842
|
-
.icon_button_module_iconButton--
|
|
842
|
+
.icon_button_module_iconButton--134ec.icon_button_module_x-small--134ec{
|
|
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--52ed5{
|
|
848
848
|
width:100%;
|
|
849
849
|
}
|
|
850
|
-
.collapsible_section_module_collapsibleSectionHeader--
|
|
850
|
+
.collapsible_section_module_collapsibleSectionHeader--52ed5{
|
|
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--52ed5: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--52ed5[aria-expanded=true],.collapsible_section_module_collapsibleSectionHeader--52ed5[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--52ed5{
|
|
882
882
|
display:block;
|
|
883
883
|
margin-inline-start:var(--space-5);
|
|
884
884
|
}
|
|
885
|
-
.collapsible_section_module_collapsibleSectionHeaderArrow--
|
|
885
|
+
.collapsible_section_module_collapsibleSectionHeaderArrow--52ed5 > svg{
|
|
886
886
|
vertical-align:middle;
|
|
887
887
|
}
|
|
888
|
-
.collapsible_section_module_collapsibleSectionContent--
|
|
888
|
+
.collapsible_section_module_collapsibleSectionContent--52ed5{
|
|
889
889
|
overflow:hidden;
|
|
890
890
|
}
|
|
891
|
-
.collapsible_section_module_collapsibleSectionContent--
|
|
892
|
-
animation:collapsible_section_module_slideDown--
|
|
891
|
+
.collapsible_section_module_collapsibleSectionContent--52ed5[data-state=open]{
|
|
892
|
+
animation:collapsible_section_module_slideDown--52ed5 .25s ease-out;
|
|
893
893
|
}
|
|
894
|
-
.collapsible_section_module_collapsibleSectionContent--
|
|
895
|
-
animation:collapsible_section_module_slideUp--
|
|
894
|
+
.collapsible_section_module_collapsibleSectionContent--52ed5[data-state=closed]{
|
|
895
|
+
animation:collapsible_section_module_slideUp--52ed5 .25s ease-out;
|
|
896
896
|
}
|
|
897
|
-
.collapsible_section_module_collapsibleSectionBody--
|
|
897
|
+
.collapsible_section_module_collapsibleSectionBody--52ed5{
|
|
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--52ed5{
|
|
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--52ed5{
|
|
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--f62e6{
|
|
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--f62e6 .calendar_module_calendarGrid--f62e6{
|
|
945
945
|
border-collapse:revert;
|
|
946
946
|
border-spacing:revert;
|
|
947
947
|
}
|
|
948
|
-
.calendar_module_calendar--
|
|
948
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarGrid--f62e6 td{
|
|
949
949
|
padding:1px;
|
|
950
950
|
}
|
|
951
|
-
.calendar_module_calendar--
|
|
951
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarHeaderCell--f62e6{
|
|
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--f62e6 .calendar_module_calendarHeader--f62e6{
|
|
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--f62e6 .calendar_module_calendarHeader--f62e6 .calendar_module_calendarHeaderHeading--f62e6{
|
|
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--f62e6 .calendar_module_calendarHeader--f62e6 .calendar_module_calendarHeaderButton--f62e6{
|
|
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--f62e6 .calendar_module_calendarHeader--f62e6 .calendar_module_calendarHeaderButton--f62e6:disabled{
|
|
996
996
|
cursor:default;
|
|
997
997
|
opacity:60%;
|
|
998
998
|
}
|
|
999
|
-
.calendar_module_calendar--
|
|
999
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarHeader--f62e6 .calendar_module_calendarHeaderButton--f62e6:disabled *{
|
|
1000
1000
|
fill:var(--gray-30);
|
|
1001
1001
|
}
|
|
1002
|
-
.calendar_module_calendar--
|
|
1002
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarHeader--f62e6 .calendar_module_calendarHeaderButton--f62e6:hover:not(:disabled){
|
|
1003
1003
|
background-color:var(--gray-05);
|
|
1004
1004
|
}
|
|
1005
|
-
.calendar_module_calendar--
|
|
1005
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarHeader--f62e6 .calendar_module_calendarHeaderButton--f62e6[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--f62e6 .calendar_module_calendarCell--f62e6{
|
|
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--f62e6 .calendar_module_calendarCell--f62e6.calendar_module_today--f62e6{
|
|
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--f62e6 .calendar_module_calendarCell--f62e6.calendar_module_today--f62e6[data-disabled]{
|
|
1030
1030
|
cursor:default;
|
|
1031
1031
|
opacity:.6;
|
|
1032
1032
|
}
|
|
1033
|
-
.calendar_module_calendar--
|
|
1033
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarCell--f62e6.calendar_module_today--f62e6::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--f62e6 .calendar_module_calendarCell--f62e6:not([data-outside-month]){
|
|
1045
1045
|
cursor:pointer;
|
|
1046
1046
|
}
|
|
1047
|
-
.calendar_module_calendar--
|
|
1047
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarCell--f62e6: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--f62e6 .calendar_module_calendarCell--f62e6[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--f62e6 .calendar_module_calendarCell--f62e6[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--f62e6 .calendar_module_calendarCell--f62e6[data-selected]:hover{
|
|
1058
1058
|
background-color:var(--dark-blue-100);
|
|
1059
1059
|
}
|
|
1060
|
-
.calendar_module_calendar--
|
|
1060
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarCell--f62e6[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--f62e6 .calendar_module_calendarCell--f62e6[data-selected]::after{
|
|
1067
1067
|
background-color:var(--gray-white);
|
|
1068
1068
|
}
|
|
1069
|
-
.calendar_module_calendar--
|
|
1069
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarCell--f62e6[data-disabled]:not(.calendar_module_today--f62e6){
|
|
1070
1070
|
color:var(--gray-10);
|
|
1071
1071
|
cursor:default;
|
|
1072
1072
|
}
|
|
1073
|
-
.calendar_module_calendar--
|
|
1073
|
+
.calendar_module_calendar--f62e6 .calendar_module_calendarCell--f62e6[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--c8ee3{
|
|
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--c8ee3.inline_error_module_empty--c8ee3{
|
|
1093
1093
|
display:none;
|
|
1094
1094
|
}
|
|
1095
|
-
.inline_error_module_inlineError--
|
|
1095
|
+
.inline_error_module_inlineError--c8ee3 .inline_error_module_errorIcon--c8ee3{
|
|
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--84f21{
|
|
1102
1102
|
width:100%;
|
|
1103
1103
|
}
|
|
1104
|
-
.date_picker_module_datePicker--
|
|
1104
|
+
.date_picker_module_datePicker--84f21.date_picker_module_disabled--84f21{
|
|
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--84f21 .date_picker_module_label--84f21{
|
|
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--84f21 .date_picker_module_group--84f21,.date_picker_module_datePicker--84f21 .date_picker_module_label--84f21{
|
|
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--84f21 .date_picker_module_group--84f21{
|
|
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--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21{
|
|
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--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21: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--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21.date_picker_module_error--84f21: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--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21.date_picker_module_error--84f21: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--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21 .date_picker_module_groupContainerInput--84f21{
|
|
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--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21 .date_picker_module_groupContainerInput--84f21 .date_picker_module_groupContainerInputSegment--84f21{
|
|
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--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21 .date_picker_module_groupContainerInput--84f21 .date_picker_module_groupContainerInputSegment--84f21[data-placeholder]{
|
|
1171
1171
|
color:var(--text-text-on-light-secondary);
|
|
1172
1172
|
}
|
|
1173
|
-
.date_picker_module_datePicker--
|
|
1173
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21 .date_picker_module_groupContainerInput--84f21 .date_picker_module_groupContainerInputSegment--84f21: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--84f21 .date_picker_module_group--84f21 .date_picker_module_groupContainer--84f21 .date_picker_module_groupContainerInput--84f21 .date_picker_module_groupContainerInputSegment--84f21:focus[data-placeholder]{
|
|
1179
1179
|
color:var(--text-text-on-light);
|
|
1180
1180
|
}
|
|
1181
|
-
.date_picker_module_datePicker--
|
|
1181
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21{
|
|
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--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21.date_picker_module_clear--84f21{
|
|
1197
1197
|
right:var(--size-9);
|
|
1198
1198
|
}
|
|
1199
|
-
.date_picker_module_datePicker--
|
|
1199
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21:focus-visible,.date_picker_module_datePicker--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21[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--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21:hover{
|
|
1204
1204
|
background:var(--surface-cta-surface-icon-hover);
|
|
1205
1205
|
}
|
|
1206
|
-
.date_picker_module_datePicker--
|
|
1206
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21:hover *{
|
|
1207
1207
|
fill:var(--icon-cta-icon-hover);
|
|
1208
1208
|
}
|
|
1209
|
-
.date_picker_module_datePicker--
|
|
1209
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21:active{
|
|
1210
1210
|
background:var(--surface-cta-surface-icon-pressed);
|
|
1211
1211
|
}
|
|
1212
|
-
.date_picker_module_datePicker--
|
|
1212
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21:active *{
|
|
1213
1213
|
fill:var(--icon-cta-icon-pressed);
|
|
1214
1214
|
}
|
|
1215
|
-
.date_picker_module_datePicker--
|
|
1215
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_group--84f21 .date_picker_module_button--84f21:disabled{
|
|
1216
1216
|
opacity:1;
|
|
1217
1217
|
}
|
|
1218
|
-
.date_picker_module_datePicker--
|
|
1218
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_popover--84f21{
|
|
1219
1219
|
box-shadow:var(--dropshadow-3);
|
|
1220
1220
|
overflow:auto;
|
|
1221
1221
|
}
|
|
1222
|
-
.date_picker_module_datePicker--
|
|
1222
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_popover--84f21[data-placement=top]{
|
|
1223
1223
|
--popover-slide-translation:translateY($animationTranslateDistance);
|
|
1224
1224
|
}
|
|
1225
|
-
.date_picker_module_datePicker--
|
|
1225
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_popover--84f21[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--84f21 .date_picker_module_popover--84f21[data-entering]{
|
|
1229
|
+
animation:date_picker_module_slide--84f21 var(--animation-duration-2);
|
|
1230
1230
|
}
|
|
1231
|
-
.date_picker_module_datePicker--
|
|
1232
|
-
animation:date_picker_module_slide--
|
|
1231
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_popover--84f21[data-exiting]{
|
|
1232
|
+
animation:date_picker_module_slide--84f21 var(--animation-duration-2) reverse var(--animation-easing-ease-base);
|
|
1233
1233
|
}
|
|
1234
|
-
.date_picker_module_datePicker--
|
|
1234
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_popoverContent--84f21{
|
|
1235
1235
|
z-index:380;
|
|
1236
1236
|
}
|
|
1237
|
-
.date_picker_module_datePicker--
|
|
1237
|
+
.date_picker_module_datePicker--84f21 .date_picker_module_inlineError--84f21{
|
|
1238
1238
|
margin-block-start:var(--space-2);
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
|
-
@keyframes date_picker_module_slide--
|
|
1241
|
+
@keyframes date_picker_module_slide--84f21{
|
|
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--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1.base_grid_list_item_module_loading--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1 img,.base_grid_list_item_module_smallList--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1 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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1.base_grid_list_item_module_customSize--b60f1 img,.base_grid_list_item_module_smallList--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1.base_grid_list_item_module_customSize--b60f1 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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_header--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_header--b60f1.base_grid_list_item_module_loading--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_subtitle--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_header--b60f1,.base_grid_list_item_module_smallList--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_subtitle--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1:not(:has(.base_grid_list_item_module_header--b60f1)),.base_grid_list_item_module_smallList--b60f1 .base_grid_list_item_module_smallListItem--b60f1:not(:has(.base_grid_list_item_module_subtitle--b60f1)){
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_actions--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_actions--b60f1{
|
|
1353
1353
|
--actions-opacity:1;
|
|
1354
1354
|
}
|
|
1355
1355
|
}
|
|
1356
|
-
.base_grid_list_item_module_smallList--
|
|
1356
|
+
.base_grid_list_item_module_smallList--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_selection--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_selection--b60f1: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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_inner--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_inner--b60f1:last-child{
|
|
1377
1377
|
margin-inline-end:0;
|
|
1378
1378
|
}
|
|
1379
|
-
.base_grid_list_item_module_smallList--
|
|
1379
|
+
.base_grid_list_item_module_smallList--b60f1 .base_grid_list_item_module_smallListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_actionsCheckboxWrapper--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_smallListItem--b60f1[data-focus-visible],.base_grid_list_item_module_smallList--b60f1 .base_grid_list_item_module_smallListItem--b60f1[data-focused],.base_grid_list_item_module_smallList--b60f1 .base_grid_list_item_module_smallListItem--b60f1[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--b60f1 .base_grid_list_item_module_smallListItem--b60f1[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--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1.base_grid_list_item_module_loading--b60f1{
|
|
1429
1429
|
grid-template-rows:1fr 1fr 1fr;
|
|
1430
1430
|
}
|
|
1431
|
-
.base_grid_list_item_module_largeList--
|
|
1431
|
+
.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1: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--b60f1 .base_grid_list_item_module_largeListItem--b60f1{
|
|
1436
1436
|
--thumbnail-size:7.5rem;
|
|
1437
1437
|
}
|
|
1438
1438
|
}
|
|
1439
|
-
.base_grid_list_item_module_largeList--
|
|
1439
|
+
.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1 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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1.base_grid_list_item_module_loading--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1{
|
|
1458
1458
|
aspect-ratio:1/1;
|
|
1459
1459
|
}
|
|
1460
|
-
.base_grid_list_item_module_largeList--
|
|
1460
|
+
.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1 img{
|
|
1461
1461
|
object-fit:contain;
|
|
1462
1462
|
}
|
|
1463
1463
|
}
|
|
1464
|
-
.base_grid_list_item_module_largeList--
|
|
1464
|
+
.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_actions--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_actions--b60f1{
|
|
1477
1477
|
--actions-opacity:1;
|
|
1478
1478
|
}
|
|
1479
1479
|
}
|
|
1480
|
-
.base_grid_list_item_module_largeList--
|
|
1480
|
+
.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_selection--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_selection--b60f1: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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_fade--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_inner--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_inner--b60f1:last-child{
|
|
1507
1507
|
margin-inline-end:0;
|
|
1508
1508
|
}
|
|
1509
|
-
.base_grid_list_item_module_largeList--
|
|
1509
|
+
.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_actionsCheckboxWrapper--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_header--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_subtitle--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_description--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_snippet--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1 .base_grid_list_item_module_snippet--b60f1 .base_grid_list_item_module_snippetContent--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1[data-focus-visible],.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1[data-focused],.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1[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--b60f1 .base_grid_list_item_module_largeListItem--b60f1[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--b60f1 .base_grid_list_item_module_largeListItem--b60f1[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--b60f1 .base_grid_list_item_module_largeListItem--b60f1[aria-selected=true] .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_fade--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused]) .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_inner--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_largeListItem--b60f1[aria-selected=true]:has(+ .base_grid_list_item_module_react-aria-DropIndicator--b60f1 + [aria-selected=true]),.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1[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--b60f1 .base_grid_list_item_module_largeListItem--b60f1[aria-selected=true] + .base_grid_list_item_module_react-aria-DropIndicator--b60f1 + [aria-selected=true],.base_grid_list_item_module_largeList--b60f1 .base_grid_list_item_module_largeListItem--b60f1[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--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1:focus-within{
|
|
1658
1658
|
--actions-opacity:1;
|
|
1659
1659
|
}
|
|
1660
|
-
.base_grid_list_item_module_gridList--
|
|
1660
|
+
.base_grid_list_item_module_gridList--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_statusPin--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1 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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1.base_grid_list_item_module_loading--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_thumbnail--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_actions--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_selection--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_selection--b60f1: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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_inner--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_actions--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_header--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_header--b60f1.base_grid_list_item_module_loading--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_subtitle--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1 .base_grid_list_item_module_subtitle--b60f1.base_grid_list_item_module_loading--b60f1{
|
|
1757
1757
|
height:1.25rem;
|
|
1758
1758
|
}
|
|
1759
|
-
.base_grid_list_item_module_gridList--
|
|
1759
|
+
.base_grid_list_item_module_gridList--b60f1 .base_grid_list_item_module_gridListItem--b60f1.base_grid_list_item_module_isItemInteracted--b60f1,.base_grid_list_item_module_gridList--b60f1 .base_grid_list_item_module_gridListItem--b60f1[data-focus-visible],.base_grid_list_item_module_gridList--b60f1 .base_grid_list_item_module_gridListItem--b60f1[data-focused],.base_grid_list_item_module_gridList--b60f1 .base_grid_list_item_module_gridListItem--b60f1[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--b60f1 .base_grid_list_item_module_gridListItem--b60f1[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--b60f1 .base_grid_list_item_module_gridListItem--b60f1[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--b60f1 .base_grid_list_item_module_gridListItem--b60f1[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--b60f1 .base_grid_list_item_module_gridListItem--b60f1[aria-selected=true]:not([data-hovered], [data-focus-visible], [data-focused], .base_grid_list_item_module_isItemInteracted--b60f1) .base_grid_list_item_module_actions--b60f1 .base_grid_list_item_module_inner--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_gridListItem--b60f1{
|
|
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--b60f1{
|
|
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--b60f1 .base_grid_list_item_module_tooltipArrow--b60f1 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--b60f1[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--b60f1[data-placement=top] .base_grid_list_item_module_tooltipArrow--b60f1 svg{
|
|
1832
1832
|
transform:rotate(180deg);
|
|
1833
1833
|
}
|
|
1834
|
-
.base_grid_list_item_module_tooltipContent--
|
|
1834
|
+
.base_grid_list_item_module_tooltipContent--b60f1[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--b60f1[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--b60f1[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--93451{
|
|
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--93451.tooltip_module_standard--93451{
|
|
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--93451.tooltip_module_error--93451{
|
|
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--93451{
|
|
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--93451.tooltip_module_error--93451{
|
|
1919
1919
|
border-top-color:var(--border-tooltip-border-error);
|
|
1920
1920
|
}
|
|
1921
|
-
.tooltip_module_arrow--
|
|
1921
|
+
.tooltip_module_arrow--93451.tooltip_module_error--93451::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--c92a0{
|
|
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--c92a0{
|
|
1940
1940
|
display:inline;
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
|
-
.dropdown_menu_module_content--
|
|
1943
|
+
.dropdown_menu_module_content--8e79c{
|
|
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--8e79c{
|
|
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--8e79c{
|
|
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--8e79c,.dropdown_menu_module_subMenuTrigger--8e79c{
|
|
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--8e79c[data-disabled],.dropdown_menu_module_subMenuTrigger--8e79c[data-disabled]{
|
|
1992
1992
|
opacity:60%;
|
|
1993
1993
|
pointer-events:none;
|
|
1994
1994
|
}
|
|
1995
|
-
.dropdown_menu_module_item--
|
|
1995
|
+
.dropdown_menu_module_item--8e79c[data-highlighted]:not(:hover),.dropdown_menu_module_subMenuTrigger--8e79c[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--8e79c:hover,.dropdown_menu_module_item--8e79c[data-state=open],.dropdown_menu_module_subMenuTrigger--8e79c:hover,.dropdown_menu_module_subMenuTrigger--8e79c[data-state=open]{
|
|
2000
2000
|
background-color:var(--surface-menu-surface-hover);
|
|
2001
2001
|
}
|
|
2002
|
-
.dropdown_menu_module_item--
|
|
2002
|
+
.dropdown_menu_module_item--8e79c.dropdown_menu_module_checkboxItem--8e79c,.dropdown_menu_module_item--8e79c.dropdown_menu_module_radioItem--8e79c,.dropdown_menu_module_subMenuTrigger--8e79c.dropdown_menu_module_checkboxItem--8e79c,.dropdown_menu_module_subMenuTrigger--8e79c.dropdown_menu_module_radioItem--8e79c{
|
|
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--8e79c{
|
|
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--d97b3{
|
|
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--d97b3 .menu_item_sections_module_label--d97b3{
|
|
2019
2019
|
font-weight:400;
|
|
2020
2020
|
}
|
|
2021
|
-
.menu_item_sections_module_menuItemMainContent--
|
|
2021
|
+
.menu_item_sections_module_menuItemMainContent--d97b3 .menu_item_sections_module_label--d97b3,.menu_item_sections_module_menuItemMainContent--d97b3 .menu_item_sections_module_label--d97b3.menu_item_sections_module_bold--d97b3{
|
|
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--d97b3 .menu_item_sections_module_label--d97b3.menu_item_sections_module_bold--d97b3{
|
|
2030
2030
|
font-weight:700;
|
|
2031
2031
|
}
|
|
2032
|
-
.menu_item_sections_module_menuItemMainContent--
|
|
2032
|
+
.menu_item_sections_module_menuItemMainContent--d97b3 .menu_item_sections_module_description--d97b3{
|
|
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--d97b3 .menu_item_sections_module_description--d97b3,.menu_item_sections_module_menuItemSideContent--d97b3{
|
|
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--d97b3{
|
|
2047
2047
|
align-items:center;
|
|
2048
2048
|
display:flex;
|
|
2049
2049
|
}
|
|
2050
|
-
.menu_item_sections_module_menuItemSideContent--
|
|
2050
|
+
.menu_item_sections_module_menuItemSideContent--d97b3.menu_item_sections_module_textOnLightSecondary--d97b3{
|
|
2051
2051
|
color:var(--text-text-on-light-secondary);
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
|
-
.link_module_link--
|
|
2054
|
+
.link_module_link--8c441{
|
|
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--8c441:hover{
|
|
2065
2065
|
color:var(--text-cta-link-hover);
|
|
2066
2066
|
}
|
|
2067
|
-
.link_module_link--
|
|
2067
|
+
.link_module_link--8c441:active{
|
|
2068
2068
|
color:var(--text-cta-link-pressed);
|
|
2069
2069
|
}
|
|
2070
|
-
.link_module_link--
|
|
2070
|
+
.link_module_link--8c441: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--8c441: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--8c441:focus-visible:active{
|
|
2080
2080
|
color:var(--text-cta-link-pressed);
|
|
2081
2081
|
}
|
|
2082
|
-
.link_module_link--
|
|
2082
|
+
.link_module_link--8c441.link_module_inheritFont--8c441{
|
|
2083
2083
|
font:inherit;
|
|
2084
2084
|
}
|
|
2085
|
-
.link_module_link--
|
|
2085
|
+
.link_module_link--8c441.link_module_standalone--8c441{
|
|
2086
2086
|
text-decoration:none;
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
|
-
.navigation_menu_module_link--
|
|
2089
|
+
.navigation_menu_module_link--bf799{
|
|
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--bf799:hover{
|
|
2100
2100
|
color:var(--text-text-on-light);
|
|
2101
2101
|
}
|
|
2102
|
-
.navigation_menu_module_link--
|
|
2102
|
+
.navigation_menu_module_link--bf799.navigation_menu_module_ellipsis--bf799{
|
|
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--32dd9{
|
|
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--32dd9,.text_input_module_textInputContainer--32dd9 .text_input_module_label--32dd9{
|
|
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--32dd9 .text_input_module_label--32dd9{
|
|
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--32dd9 .text_input_module_label--32dd9:not(.text_input_module_hidden--32dd9){
|
|
2130
2130
|
margin-block-end:var(--space-2);
|
|
2131
2131
|
}
|
|
2132
|
-
.text_input_module_textInputContainer--
|
|
2132
|
+
.text_input_module_textInputContainer--32dd9 .text_input_module_textInput--32dd9{
|
|
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--32dd9 .text_input_module_textInput--32dd9:hover{
|
|
2152
2152
|
box-shadow:var(--innershadow-1);
|
|
2153
2153
|
}
|
|
2154
|
-
.text_input_module_textInputContainer--
|
|
2154
|
+
.text_input_module_textInputContainer--32dd9 .text_input_module_textInput--32dd9::placeholder{
|
|
2155
2155
|
color:#6f6f6f;
|
|
2156
2156
|
opacity:1;
|
|
2157
2157
|
}
|
|
2158
|
-
.text_input_module_textInputContainer--
|
|
2158
|
+
.text_input_module_textInputContainer--32dd9 .text_input_module_textInput--32dd9.text_input_module_error--32dd9{
|
|
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--32dd9 .text_input_module_textInput--32dd9: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--32dd9 .text_input_module_textInput--32dd9:disabled:hover{
|
|
2171
2171
|
border-color:var(--border-input-border);
|
|
2172
2172
|
}
|
|
2173
|
-
.text_input_module_textInputContainer--
|
|
2173
|
+
.text_input_module_textInputContainer--32dd9 .text_input_module_textInput--32dd9: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--32dd9 .text_input_module_textInput--32dd9:focus-visible:not(.text_input_module_loading--32dd9){
|
|
2180
2180
|
padding-inline:.6875rem;
|
|
2181
2181
|
}
|
|
2182
|
-
.text_input_module_textInputContainer--
|
|
2182
|
+
.text_input_module_textInputContainer--32dd9 .text_input_module_textInput--32dd9:not(:disabled):not(:focus-visible):not(.text_input_module_error--32dd9):hover{
|
|
2183
2183
|
background:#fff;
|
|
2184
2184
|
border:.0625rem solid #6f6f6f;
|
|
2185
2185
|
}
|
|
2186
|
-
.text_input_module_textInputContainer--
|
|
2186
|
+
.text_input_module_textInputContainer--32dd9 .text_input_module_textInput--32dd9.text_input_module_loading--32dd9{
|
|
2187
2187
|
padding-inline-end:1.875rem;
|
|
2188
2188
|
}
|
|
2189
|
-
.text_input_module_textInputContainer--
|
|
2189
|
+
.text_input_module_textInputContainer--32dd9 .text_input_module_loadingIndicator--32dd9{
|
|
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--32dd9.text_input_module_disabled--32dd9{
|
|
2199
2199
|
opacity:60%;
|
|
2200
2200
|
}
|
|
2201
2201
|
|
|
2202
|
-
.text_input_module_inlineError--
|
|
2202
|
+
.text_input_module_inlineError--32dd9{
|
|
2203
2203
|
margin-block-start:var(--space-2);
|
|
2204
2204
|
}
|
|
2205
2205
|
|
|
2206
|
-
.card_module_card--
|
|
2206
|
+
.card_module_card--c8016{
|
|
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--c8016.card_module_dropshadow-1--c8016{
|
|
2213
2213
|
box-shadow:var(--dropshadow-1);
|
|
2214
2214
|
}
|
|
2215
|
-
.card_module_card--
|
|
2215
|
+
.card_module_card--c8016.card_module_dropshadow-3--c8016{
|
|
2216
2216
|
box-shadow:var(--dropshadow-3);
|
|
2217
2217
|
}
|
|
2218
2218
|
|
|
2219
|
-
.card_tooltip_module_content--
|
|
2219
|
+
.card_tooltip_module_content--22377{
|
|
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--22377.card_tooltip_module_card--22377{
|
|
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--22377[data-state=delayed-open][data-side=top]{
|
|
2243
|
+
animation-name:card_tooltip_module_slideDownAndFade--22377;
|
|
2244
2244
|
}
|
|
2245
|
-
.card_tooltip_module_content--
|
|
2246
|
-
animation-name:card_tooltip_module_slideLeftAndFade--
|
|
2245
|
+
.card_tooltip_module_content--22377[data-state=delayed-open][data-side=right]{
|
|
2246
|
+
animation-name:card_tooltip_module_slideLeftAndFade--22377;
|
|
2247
2247
|
}
|
|
2248
|
-
.card_tooltip_module_content--
|
|
2249
|
-
animation-name:card_tooltip_module_slideUpAndFade--
|
|
2248
|
+
.card_tooltip_module_content--22377[data-state=delayed-open][data-side=bottom]{
|
|
2249
|
+
animation-name:card_tooltip_module_slideUpAndFade--22377;
|
|
2250
2250
|
}
|
|
2251
|
-
.card_tooltip_module_content--
|
|
2252
|
-
animation-name:card_tooltip_module_slideRightAndFade--
|
|
2251
|
+
.card_tooltip_module_content--22377[data-state=delayed-open][data-side=left]{
|
|
2252
|
+
animation-name:card_tooltip_module_slideRightAndFade--22377;
|
|
2253
2253
|
}
|
|
2254
2254
|
|
|
2255
|
-
@keyframes card_tooltip_module_slideUpAndFade--
|
|
2255
|
+
@keyframes card_tooltip_module_slideUpAndFade--22377{
|
|
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--22377{
|
|
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--22377{
|
|
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--22377{
|
|
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--bdf97{
|
|
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--bdf97: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--2176e{
|
|
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;
|
|
@@ -2318,26 +2318,26 @@
|
|
|
2318
2318
|
text-decoration:none;
|
|
2319
2319
|
text-transform:none;
|
|
2320
2320
|
}
|
|
2321
|
-
.text_with_info_badge_module_text--
|
|
2321
|
+
.text_with_info_badge_module_text--2176e.text_with_info_badge_module_muted--2176e{
|
|
2322
2322
|
color:var(--text-text-on-light-secondary);
|
|
2323
2323
|
}
|
|
2324
|
-
.text_with_info_badge_module_text--
|
|
2324
|
+
.text_with_info_badge_module_text--2176e .text_with_info_badge_module_badgeContainer--2176e{
|
|
2325
2325
|
align-items:center;
|
|
2326
2326
|
display:inline-flex;
|
|
2327
2327
|
height:var(--body-default-line-height);
|
|
2328
2328
|
position:absolute;
|
|
2329
2329
|
}
|
|
2330
|
-
.text_with_info_badge_module_text--
|
|
2330
|
+
.text_with_info_badge_module_text--2176e .text_with_info_badge_module_badgeContainer--2176e .text_with_info_badge_module_badge--2176e{
|
|
2331
2331
|
display:inline-flex;
|
|
2332
2332
|
font-size:var(--size-4);
|
|
2333
2333
|
margin-left:var(--size-1);
|
|
2334
2334
|
}
|
|
2335
2335
|
|
|
2336
|
-
.legend_module_legendText--
|
|
2336
|
+
.legend_module_legendText--97bcf{
|
|
2337
2337
|
font-weight:bold;
|
|
2338
2338
|
}
|
|
2339
2339
|
|
|
2340
|
-
.legend_module_fieldset--
|
|
2340
|
+
.legend_module_fieldset--97bcf{
|
|
2341
2341
|
border:0;
|
|
2342
2342
|
display:flex;
|
|
2343
2343
|
flex-direction:column;
|
|
@@ -2345,7 +2345,7 @@
|
|
|
2345
2345
|
margin:0;
|
|
2346
2346
|
padding:0;
|
|
2347
2347
|
}
|
|
2348
|
-
.legend_module_fieldset--
|
|
2348
|
+
.legend_module_fieldset--97bcf .legend_module_legend--97bcf{
|
|
2349
2349
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2350
2350
|
font-size:.875rem;
|
|
2351
2351
|
font-weight:700;
|
|
@@ -2355,14 +2355,14 @@
|
|
|
2355
2355
|
text-decoration:none;
|
|
2356
2356
|
text-transform:none;
|
|
2357
2357
|
}
|
|
2358
|
-
.legend_module_fieldset--
|
|
2358
|
+
.legend_module_fieldset--97bcf.legend_module_wide--97bcf{
|
|
2359
2359
|
gap:var(--size-4);
|
|
2360
2360
|
}
|
|
2361
|
-
.legend_module_fieldset--
|
|
2361
|
+
.legend_module_fieldset--97bcf.legend_module_wide--97bcf .legend_module_legend--97bcf{
|
|
2362
2362
|
padding-bottom:var(--size-4);
|
|
2363
2363
|
}
|
|
2364
2364
|
|
|
2365
|
-
.checkbox_module_option--
|
|
2365
|
+
.checkbox_module_option--fa826{
|
|
2366
2366
|
display:flex;
|
|
2367
2367
|
flex-direction:column;
|
|
2368
2368
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
text-decoration:none;
|
|
2374
2374
|
text-transform:none;
|
|
2375
2375
|
}
|
|
2376
|
-
.checkbox_module_option--
|
|
2376
|
+
.checkbox_module_option--fa826 .checkbox_module_checkbox--fa826{
|
|
2377
2377
|
all:unset;
|
|
2378
2378
|
align-items:center;
|
|
2379
2379
|
background-color:var(--surface-checkbox-surface-selected);
|
|
@@ -2386,26 +2386,26 @@
|
|
|
2386
2386
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
2387
2387
|
width:var(--size-4);
|
|
2388
2388
|
}
|
|
2389
|
-
.checkbox_module_option--
|
|
2389
|
+
.checkbox_module_option--fa826 .checkbox_module_checkbox--fa826 .checkbox_module_indicator--fa826{
|
|
2390
2390
|
display:flex;
|
|
2391
2391
|
transition-duration:.15s;
|
|
2392
2392
|
transition-property:transform;
|
|
2393
2393
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
2394
2394
|
}
|
|
2395
|
-
.checkbox_module_option--
|
|
2395
|
+
.checkbox_module_option--fa826 .checkbox_module_checkbox--fa826:focus-visible{
|
|
2396
2396
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
2397
2397
|
}
|
|
2398
|
-
.checkbox_module_option--
|
|
2398
|
+
.checkbox_module_option--fa826 .checkbox_module_checkbox--fa826[data-disabled]{
|
|
2399
2399
|
opacity:60%;
|
|
2400
2400
|
}
|
|
2401
|
-
.checkbox_module_option--
|
|
2401
|
+
.checkbox_module_option--fa826 .checkbox_module_checkbox--fa826[data-state=unchecked]{
|
|
2402
2402
|
background-color:var(--surface-checkbox-surface);
|
|
2403
2403
|
border:var(--border-2) solid var(--border-checkbox-border);
|
|
2404
2404
|
}
|
|
2405
|
-
.checkbox_module_option--
|
|
2405
|
+
.checkbox_module_option--fa826 .checkbox_module_checkbox--fa826[data-state=unchecked] .checkbox_module_indicator--fa826{
|
|
2406
2406
|
transform:scale(0);
|
|
2407
2407
|
}
|
|
2408
|
-
.checkbox_module_option--
|
|
2408
|
+
.checkbox_module_option--fa826 .checkbox_module_label--fa826{
|
|
2409
2409
|
cursor:pointer;
|
|
2410
2410
|
display:inline-flex;
|
|
2411
2411
|
flex-direction:row;
|
|
@@ -2413,10 +2413,10 @@
|
|
|
2413
2413
|
width:-moz-fit-content;
|
|
2414
2414
|
width:fit-content;
|
|
2415
2415
|
}
|
|
2416
|
-
.checkbox_module_option--
|
|
2416
|
+
.checkbox_module_option--fa826 .checkbox_module_description--fa826{
|
|
2417
2417
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
2418
2418
|
}
|
|
2419
|
-
.checkbox_module_option--
|
|
2419
|
+
.checkbox_module_option--fa826.checkbox_module_disabled--fa826 .checkbox_module_label--fa826{
|
|
2420
2420
|
cursor:default;
|
|
2421
2421
|
}
|
|
2422
2422
|
.input_chip_module_container--1beff{
|
|
@@ -2491,7 +2491,7 @@
|
|
|
2491
2491
|
fill:var(--icon-cta-icon-pressed);
|
|
2492
2492
|
}
|
|
2493
2493
|
|
|
2494
|
-
.text_area_autosize_module_textArea--
|
|
2494
|
+
.text_area_autosize_module_textArea--cde9b{
|
|
2495
2495
|
background:var(--surface-input-surface);
|
|
2496
2496
|
border:none;
|
|
2497
2497
|
box-shadow:var(--innershadow-1);
|
|
@@ -2509,38 +2509,38 @@
|
|
|
2509
2509
|
text-transform:none;
|
|
2510
2510
|
width:100%;
|
|
2511
2511
|
}
|
|
2512
|
-
.text_area_autosize_module_textArea--
|
|
2512
|
+
.text_area_autosize_module_textArea--cde9b::placeholder{
|
|
2513
2513
|
color:#6f6f6f;
|
|
2514
2514
|
opacity:1;
|
|
2515
2515
|
}
|
|
2516
|
-
.text_area_autosize_module_textArea--
|
|
2516
|
+
.text_area_autosize_module_textArea--cde9b.text_area_autosize_module_error--cde9b{
|
|
2517
2517
|
background:#fff;
|
|
2518
2518
|
outline:0;
|
|
2519
2519
|
}
|
|
2520
|
-
.text_area_autosize_module_textArea--
|
|
2520
|
+
.text_area_autosize_module_textArea--cde9b:focus{
|
|
2521
2521
|
border:none;
|
|
2522
2522
|
}
|
|
2523
|
-
.text_area_autosize_module_textArea--
|
|
2523
|
+
.text_area_autosize_module_textArea--cde9b:hover{
|
|
2524
2524
|
box-shadow:var(--innershadow-1);
|
|
2525
2525
|
}
|
|
2526
|
-
.text_area_autosize_module_textArea--
|
|
2526
|
+
.text_area_autosize_module_textArea--cde9b:focus-visible{
|
|
2527
2527
|
background:#fff;
|
|
2528
2528
|
outline:0;
|
|
2529
2529
|
}
|
|
2530
|
-
.text_area_autosize_module_textArea--
|
|
2530
|
+
.text_area_autosize_module_textArea--cde9b:disabled{
|
|
2531
2531
|
background:var(--surface-input-surface);
|
|
2532
2532
|
border:none;
|
|
2533
2533
|
box-shadow:var(--innershadow-1);
|
|
2534
2534
|
color:var(--text-text-on-light);
|
|
2535
2535
|
}
|
|
2536
|
-
.text_area_autosize_module_textArea--
|
|
2536
|
+
.text_area_autosize_module_textArea--cde9b:not(:disabled):not(:focus-visible):not(.text_area_autosize_module_error--cde9b):hover{
|
|
2537
2537
|
background:#fff;
|
|
2538
2538
|
}
|
|
2539
|
-
.text_area_autosize_module_textArea--
|
|
2539
|
+
.text_area_autosize_module_textArea--cde9b.text_area_autosize_module_loading--cde9b{
|
|
2540
2540
|
padding-inline-end:1.875rem;
|
|
2541
2541
|
}
|
|
2542
2542
|
|
|
2543
|
-
.text_area_autosize_module_loadingIndicator--
|
|
2543
|
+
.text_area_autosize_module_loadingIndicator--cde9b{
|
|
2544
2544
|
bottom:.375rem;
|
|
2545
2545
|
display:inline-block;
|
|
2546
2546
|
height:1.5rem;
|
|
@@ -2550,7 +2550,7 @@
|
|
|
2550
2550
|
width:1.5rem;
|
|
2551
2551
|
}
|
|
2552
2552
|
|
|
2553
|
-
.text_area_autosize_module_border--
|
|
2553
|
+
.text_area_autosize_module_border--cde9b{
|
|
2554
2554
|
border-radius:.375rem;
|
|
2555
2555
|
box-shadow:0 0 0 .0625rem #909090;
|
|
2556
2556
|
display:flex;
|
|
@@ -2558,13 +2558,13 @@
|
|
|
2558
2558
|
transform:translateZ(0);
|
|
2559
2559
|
}
|
|
2560
2560
|
|
|
2561
|
-
.text_area_module_textAreaContainer--
|
|
2561
|
+
.text_area_module_textAreaContainer--5327c{
|
|
2562
2562
|
display:flex;
|
|
2563
2563
|
flex-direction:column;
|
|
2564
2564
|
font-weight:400;
|
|
2565
2565
|
position:relative;
|
|
2566
2566
|
}
|
|
2567
|
-
.text_area_module_textAreaContainer--
|
|
2567
|
+
.text_area_module_textAreaContainer--5327c,.text_area_module_textAreaContainer--5327c .text_area_module_label--5327c{
|
|
2568
2568
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2569
2569
|
font-size:.875rem;
|
|
2570
2570
|
letter-spacing:.01875rem;
|
|
@@ -2572,20 +2572,20 @@
|
|
|
2572
2572
|
text-decoration:none;
|
|
2573
2573
|
text-transform:none;
|
|
2574
2574
|
}
|
|
2575
|
-
.text_area_module_textAreaContainer--
|
|
2575
|
+
.text_area_module_textAreaContainer--5327c .text_area_module_label--5327c{
|
|
2576
2576
|
color:#222;
|
|
2577
2577
|
flex:0 0 fit-content;
|
|
2578
2578
|
font-weight:700;
|
|
2579
2579
|
width:-moz-fit-content;
|
|
2580
2580
|
width:fit-content;
|
|
2581
2581
|
}
|
|
2582
|
-
.text_area_module_textAreaContainer--
|
|
2582
|
+
.text_area_module_textAreaContainer--5327c .text_area_module_label--5327c:not(.text_area_module_hidden--5327c){
|
|
2583
2583
|
margin-block-end:var(--space-2);
|
|
2584
2584
|
}
|
|
2585
|
-
.text_area_module_textAreaContainer--
|
|
2585
|
+
.text_area_module_textAreaContainer--5327c.text_area_module_disabled--5327c{
|
|
2586
2586
|
opacity:60%;
|
|
2587
2587
|
}
|
|
2588
|
-
.text_area_module_textAreaContainer--
|
|
2588
|
+
.text_area_module_textAreaContainer--5327c .text_area_module_inlineError--5327c{
|
|
2589
2589
|
margin-block-start:var(--space-2);
|
|
2590
2590
|
}
|
|
2591
2591
|
.chips_group_module_chipsGroup--61ede{
|
|
@@ -2600,7 +2600,7 @@
|
|
|
2600
2600
|
max-width:100%;
|
|
2601
2601
|
}
|
|
2602
2602
|
|
|
2603
|
-
.combobox_module_container--
|
|
2603
|
+
.combobox_module_container--f7411{
|
|
2604
2604
|
display:flex;
|
|
2605
2605
|
flex-direction:column;
|
|
2606
2606
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2611,10 +2611,10 @@
|
|
|
2611
2611
|
text-decoration:none;
|
|
2612
2612
|
text-transform:none;
|
|
2613
2613
|
}
|
|
2614
|
-
.combobox_module_container--
|
|
2614
|
+
.combobox_module_container--f7411.combobox_module_disabled--f7411{
|
|
2615
2615
|
opacity:60%;
|
|
2616
2616
|
}
|
|
2617
|
-
.combobox_module_container--
|
|
2617
|
+
.combobox_module_container--f7411 .combobox_module_label--f7411{
|
|
2618
2618
|
color:var(--text-text-on-light);
|
|
2619
2619
|
flex:0 0 fit-content;
|
|
2620
2620
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -2626,10 +2626,10 @@
|
|
|
2626
2626
|
text-decoration:none;
|
|
2627
2627
|
text-transform:none;
|
|
2628
2628
|
}
|
|
2629
|
-
.combobox_module_container--
|
|
2629
|
+
.combobox_module_container--f7411 .combobox_module_label--f7411:not(.combobox_module_hiddenLabel--f7411){
|
|
2630
2630
|
margin-block-end:var(--space-2);
|
|
2631
2631
|
}
|
|
2632
|
-
.combobox_module_container--
|
|
2632
|
+
.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411{
|
|
2633
2633
|
background-color:var(--surface-dropdown-surface);
|
|
2634
2634
|
border:var(--border-1) solid var(--border-input-border);
|
|
2635
2635
|
border-radius:var(--blueprint-combobox-input-radius, var(--radius-2));
|
|
@@ -2642,22 +2642,22 @@
|
|
|
2642
2642
|
padding-inline:var(--space-3);
|
|
2643
2643
|
position:relative;
|
|
2644
2644
|
}
|
|
2645
|
-
.combobox_module_container--
|
|
2645
|
+
.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411:not(.combobox_module_error--f7411):has(input:focus),.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411:not(.combobox_module_error--f7411):has(input[data-focus-visible]:focus){
|
|
2646
2646
|
border-color:#0000;
|
|
2647
2647
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
2648
2648
|
}
|
|
2649
|
-
.combobox_module_container--
|
|
2649
|
+
.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411:not(:disabled).combobox_module_error--f7411{
|
|
2650
2650
|
background-color:var(--surface-dropdown-surface-error);
|
|
2651
2651
|
border:var(--border-2) solid var(--border-input-border-error);
|
|
2652
2652
|
padding-block:calc((2.5rem - var(--space-5))/2 - var(--border-2));
|
|
2653
2653
|
}
|
|
2654
|
-
.combobox_module_container--
|
|
2654
|
+
.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411 .combobox_module_textInputWrapper--f7411{
|
|
2655
2655
|
align-items:center;
|
|
2656
2656
|
display:flex;
|
|
2657
2657
|
flex:content;
|
|
2658
2658
|
gap:var(--space-2);
|
|
2659
2659
|
}
|
|
2660
|
-
.combobox_module_container--
|
|
2660
|
+
.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411 .combobox_module_textInputWrapper--f7411 .combobox_module_textInput--f7411{
|
|
2661
2661
|
background-color:initial;
|
|
2662
2662
|
border:none;
|
|
2663
2663
|
color:var(--text-text-on-light);
|
|
@@ -2673,21 +2673,21 @@
|
|
|
2673
2673
|
text-transform:none;
|
|
2674
2674
|
width:100%;
|
|
2675
2675
|
}
|
|
2676
|
-
.combobox_module_container--
|
|
2676
|
+
.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411 .combobox_module_textInputWrapper--f7411 .combobox_module_errorIcon--f7411 path{
|
|
2677
2677
|
fill:var(--icon-icon-error-on-light);
|
|
2678
2678
|
}
|
|
2679
|
-
.combobox_module_container--
|
|
2679
|
+
.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411.combobox_module_withChipsGroup--f7411{
|
|
2680
2680
|
max-height:calc(var(--space-2)*2 + var(--space-6)*3);
|
|
2681
2681
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-1));
|
|
2682
2682
|
}
|
|
2683
|
-
.combobox_module_container--
|
|
2683
|
+
.combobox_module_container--f7411 .combobox_module_comboboxContainer--f7411.combobox_module_withChipsGroup--f7411:not(:disabled).combobox_module_error--f7411{
|
|
2684
2684
|
padding-block:calc((2.5rem - var(--space-7))/2 - var(--border-2));
|
|
2685
2685
|
}
|
|
2686
|
-
.combobox_module_container--
|
|
2686
|
+
.combobox_module_container--f7411 .combobox_module_inlineError--f7411{
|
|
2687
2687
|
margin-block-start:var(--space-2);
|
|
2688
2688
|
}
|
|
2689
2689
|
|
|
2690
|
-
.combobox_module_popover--
|
|
2690
|
+
.combobox_module_popover--f7411{
|
|
2691
2691
|
background-color:var(--surface-menu-surface);
|
|
2692
2692
|
border:var(--border-1) solid var(--border-card-border);
|
|
2693
2693
|
border-radius:var(--radius-3);
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
text-transform:none;
|
|
2706
2706
|
z-index:380;
|
|
2707
2707
|
}
|
|
2708
|
-
.combobox_module_popover--
|
|
2708
|
+
.combobox_module_popover--f7411 .combobox_module_option--f7411{
|
|
2709
2709
|
border:var(--border-2) solid #0000;
|
|
2710
2710
|
border-radius:var(--radius-3);
|
|
2711
2711
|
box-sizing:border-box;
|
|
@@ -2719,17 +2719,17 @@
|
|
|
2719
2719
|
user-select:none;
|
|
2720
2720
|
width:100%;
|
|
2721
2721
|
}
|
|
2722
|
-
.combobox_module_popover--
|
|
2722
|
+
.combobox_module_popover--f7411 .combobox_module_option--f7411[aria-disabled]{
|
|
2723
2723
|
opacity:60%;
|
|
2724
2724
|
}
|
|
2725
|
-
.combobox_module_popover--
|
|
2725
|
+
.combobox_module_popover--f7411 .combobox_module_option--f7411[data-active-item]:not([aria-disabled]){
|
|
2726
2726
|
background-color:var(--surface-menu-surface-focus);
|
|
2727
2727
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2728
2728
|
}
|
|
2729
|
-
.combobox_module_popover--
|
|
2729
|
+
.combobox_module_popover--f7411 .combobox_module_option--f7411:hover{
|
|
2730
2730
|
background-color:var(--surface-menu-surface-hover);
|
|
2731
2731
|
}
|
|
2732
|
-
.combobox_module_popover--
|
|
2732
|
+
.combobox_module_popover--f7411 .combobox_module_option--f7411 .combobox_module_indicator--f7411{
|
|
2733
2733
|
align-items:center;
|
|
2734
2734
|
display:flex;
|
|
2735
2735
|
height:var(--size-9);
|
|
@@ -2738,22 +2738,22 @@
|
|
|
2738
2738
|
position:absolute;
|
|
2739
2739
|
top:0;
|
|
2740
2740
|
}
|
|
2741
|
-
.combobox_module_popover--
|
|
2741
|
+
.combobox_module_popover--f7411 .combobox_module_option--f7411 .combobox_module_indicator--f7411 .combobox_module_indicatorIcon--f7411 path{
|
|
2742
2742
|
fill:var(--icon-icon-on-light);
|
|
2743
2743
|
}
|
|
2744
|
-
.combobox_module_popover--
|
|
2744
|
+
.combobox_module_popover--f7411 .combobox_module_optionWithIndicator--f7411{
|
|
2745
2745
|
padding-inline:var(--space-10) var(--space-2);
|
|
2746
2746
|
}
|
|
2747
|
-
.combobox_module_popover--
|
|
2747
|
+
.combobox_module_popover--f7411 .combobox_module_loadingIndicator--f7411{
|
|
2748
2748
|
position:unset;
|
|
2749
2749
|
}
|
|
2750
|
-
.combobox_module_popover--
|
|
2750
|
+
.combobox_module_popover--f7411 .combobox_module_noResultOption--f7411{
|
|
2751
2751
|
color:var(--text-text-on-light);
|
|
2752
2752
|
-webkit-user-select:none;
|
|
2753
2753
|
user-select:none;
|
|
2754
2754
|
}
|
|
2755
2755
|
|
|
2756
|
-
.content_card_module_card--
|
|
2756
|
+
.content_card_module_card--993d4{
|
|
2757
2757
|
background-color:var(--surface-surface);
|
|
2758
2758
|
border:var(--border-1) solid var(--border-card-border);
|
|
2759
2759
|
border-radius:var(--size-3);
|
|
@@ -2764,21 +2764,21 @@
|
|
|
2764
2764
|
padding:var(--size-4);
|
|
2765
2765
|
position:relative;
|
|
2766
2766
|
}
|
|
2767
|
-
.content_card_module_card--
|
|
2767
|
+
.content_card_module_card--993d4:hover{
|
|
2768
2768
|
box-shadow:var(--dropshadow-3);
|
|
2769
2769
|
}
|
|
2770
|
-
.content_card_module_card--
|
|
2770
|
+
.content_card_module_card--993d4:focus-visible{
|
|
2771
2771
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
2772
2772
|
box-shadow:var(--dropshadow-3);
|
|
2773
2773
|
outline:none;
|
|
2774
2774
|
}
|
|
2775
|
-
.content_card_module_card--
|
|
2775
|
+
.content_card_module_card--993d4:active{
|
|
2776
2776
|
background-color:var(--surface-card-surface-pressed);
|
|
2777
2777
|
border:var(--border-1) solid var(--border-card-border);
|
|
2778
2778
|
box-shadow:none;
|
|
2779
2779
|
}
|
|
2780
2780
|
|
|
2781
|
-
.content_card_module_cardContent--
|
|
2781
|
+
.content_card_module_cardContent--993d4{
|
|
2782
2782
|
display:flex;
|
|
2783
2783
|
flex-direction:column;
|
|
2784
2784
|
gap:var(--size-2);
|
|
@@ -2787,32 +2787,32 @@
|
|
|
2787
2787
|
padding-block-start:calc(var(--size-14) + var(--size-2) + var(--size-1));
|
|
2788
2788
|
}
|
|
2789
2789
|
|
|
2790
|
-
.content_card_module_cardTitle--
|
|
2790
|
+
.content_card_module_cardTitle--993d4{
|
|
2791
2791
|
align-items:center;
|
|
2792
2792
|
display:flex;
|
|
2793
2793
|
height:var(--size-12);
|
|
2794
2794
|
}
|
|
2795
2795
|
|
|
2796
|
-
.content_card_module_cardTitleText--
|
|
2796
|
+
.content_card_module_cardTitleText--993d4{
|
|
2797
2797
|
-webkit-box-orient:vertical;
|
|
2798
2798
|
-webkit-line-clamp:2;
|
|
2799
2799
|
display:-webkit-inline-box;
|
|
2800
2800
|
overflow:hidden;
|
|
2801
2801
|
}
|
|
2802
2802
|
|
|
2803
|
-
.content_card_module_cardBody--
|
|
2803
|
+
.content_card_module_cardBody--993d4{
|
|
2804
2804
|
height:var(--size-12);
|
|
2805
2805
|
margin-block-end:var(--size-2);
|
|
2806
2806
|
}
|
|
2807
2807
|
|
|
2808
|
-
.content_card_module_cardBodyText--
|
|
2808
|
+
.content_card_module_cardBodyText--993d4{
|
|
2809
2809
|
-webkit-box-orient:vertical;
|
|
2810
2810
|
-webkit-line-clamp:2;
|
|
2811
2811
|
display:-webkit-inline-box;
|
|
2812
2812
|
overflow:hidden;
|
|
2813
2813
|
}
|
|
2814
2814
|
|
|
2815
|
-
.content_card_module_cardIcon--
|
|
2815
|
+
.content_card_module_cardIcon--993d4{
|
|
2816
2816
|
background-color:var(--surface-surface);
|
|
2817
2817
|
border:var(--size-1) solid var(--surface-surface);
|
|
2818
2818
|
border-radius:var(--size-3);
|
|
@@ -2825,7 +2825,7 @@
|
|
|
2825
2825
|
z-index:1;
|
|
2826
2826
|
}
|
|
2827
2827
|
|
|
2828
|
-
.content_card_module_cardBackground--
|
|
2828
|
+
.content_card_module_cardBackground--993d4{
|
|
2829
2829
|
height:var(--size-15);
|
|
2830
2830
|
left:0;
|
|
2831
2831
|
overflow:hidden;
|
|
@@ -2834,12 +2834,12 @@
|
|
|
2834
2834
|
width:100%;
|
|
2835
2835
|
}
|
|
2836
2836
|
|
|
2837
|
-
.content_card_module_image--
|
|
2837
|
+
.content_card_module_image--993d4{
|
|
2838
2838
|
height:100%;
|
|
2839
2839
|
width:100%;
|
|
2840
2840
|
}
|
|
2841
2841
|
|
|
2842
|
-
.content_card_module_ghostCard--
|
|
2842
|
+
.content_card_module_ghostCard--993d4{
|
|
2843
2843
|
display:flex;
|
|
2844
2844
|
flex-direction:column;
|
|
2845
2845
|
max-width:calc(27.8125rem - var(--size-4));
|
|
@@ -2848,21 +2848,21 @@
|
|
|
2848
2848
|
position:relative;
|
|
2849
2849
|
}
|
|
2850
2850
|
|
|
2851
|
-
.content_card_module_iconGhost--
|
|
2851
|
+
.content_card_module_iconGhost--993d4,.content_card_module_titleGhost--993d4{
|
|
2852
2852
|
margin-block-end:var(--size-4);
|
|
2853
2853
|
}
|
|
2854
2854
|
|
|
2855
|
-
.content_card_module_bodyGhost--
|
|
2855
|
+
.content_card_module_bodyGhost--993d4{
|
|
2856
2856
|
margin-block-end:var(--size-2);
|
|
2857
2857
|
}
|
|
2858
2858
|
|
|
2859
|
-
.content_card_module_pillGhostContainer--
|
|
2859
|
+
.content_card_module_pillGhostContainer--993d4{
|
|
2860
2860
|
display:flex;
|
|
2861
2861
|
margin-block-end:var(--size-4);
|
|
2862
2862
|
margin-block-start:var(--size-2);
|
|
2863
2863
|
}
|
|
2864
2864
|
|
|
2865
|
-
.content_card_module_pillGhost--
|
|
2865
|
+
.content_card_module_pillGhost--993d4{
|
|
2866
2866
|
margin-inline-end:var(--size-2);
|
|
2867
2867
|
}
|
|
2868
2868
|
.content_field_module_contentFieldWrapper--d616b{
|
|
@@ -2953,7 +2953,7 @@
|
|
|
2953
2953
|
overflow:auto;
|
|
2954
2954
|
}
|
|
2955
2955
|
|
|
2956
|
-
.data_table_module_dataTableWrapper--
|
|
2956
|
+
.data_table_module_dataTableWrapper--aa96c{
|
|
2957
2957
|
--border-radius-datatable:0;
|
|
2958
2958
|
--outline-offset-focus-and-selected-row-datatable:-0.25rem;
|
|
2959
2959
|
--outline-select-color-datatable:#0000;
|
|
@@ -2966,27 +2966,27 @@
|
|
|
2966
2966
|
scroll-padding-top:60px;
|
|
2967
2967
|
width:100%;
|
|
2968
2968
|
}
|
|
2969
|
-
.data_table_module_dataTableWrapper--
|
|
2969
|
+
.data_table_module_dataTableWrapper--aa96c table > thead > tr{
|
|
2970
2970
|
background:var(--gray-white);
|
|
2971
2971
|
position:sticky;
|
|
2972
2972
|
top:0;
|
|
2973
2973
|
z-index:var(--sticky-element-z-index);
|
|
2974
2974
|
}
|
|
2975
|
-
.data_table_module_dataTableWrapper--
|
|
2975
|
+
.data_table_module_dataTableWrapper--aa96c table > thead > tr th:first-child{
|
|
2976
2976
|
background:inherit;
|
|
2977
2977
|
height:100%;
|
|
2978
2978
|
left:0;
|
|
2979
2979
|
position:sticky;
|
|
2980
2980
|
z-index:var(--sticky-element-z-index);
|
|
2981
2981
|
}
|
|
2982
|
-
.data_table_module_dataTableWrapper--
|
|
2982
|
+
.data_table_module_dataTableWrapper--aa96c table > thead > tr th:first-child[data-focus-visible]{
|
|
2983
2983
|
position:sticky;
|
|
2984
2984
|
z-index:var(--sticky-element-z-index);
|
|
2985
2985
|
}
|
|
2986
|
-
.data_table_module_dataTableWrapper--
|
|
2986
|
+
.data_table_module_dataTableWrapper--aa96c table tbody > tr{
|
|
2987
2987
|
--is-row-focused:0;
|
|
2988
2988
|
}
|
|
2989
|
-
.data_table_module_dataTableWrapper--
|
|
2989
|
+
.data_table_module_dataTableWrapper--aa96c table tbody > tr > td [data-actionswrapper]::after{
|
|
2990
2990
|
background:inherit;
|
|
2991
2991
|
content:"";
|
|
2992
2992
|
display:block;
|
|
@@ -2996,18 +2996,18 @@
|
|
|
2996
2996
|
width:100%;
|
|
2997
2997
|
z-index:-1;
|
|
2998
2998
|
}
|
|
2999
|
-
.data_table_module_dataTableWrapper--
|
|
2999
|
+
.data_table_module_dataTableWrapper--aa96c table tbody > tr[data-focus-visible]{
|
|
3000
3000
|
--outline-offset-focus-cell:var(--outline-offset-focus-row);
|
|
3001
3001
|
--is-row-focused:1;
|
|
3002
3002
|
}
|
|
3003
|
-
.data_table_module_dataTableWrapper--
|
|
3003
|
+
.data_table_module_dataTableWrapper--aa96c table tbody > tr[data-focus-visible][aria-selected=true]{
|
|
3004
3004
|
--outline-offset-focus-cell:var(--outline-offset-focus-and-selected-row);
|
|
3005
3005
|
}
|
|
3006
3006
|
|
|
3007
|
-
.data_table_module_isScrolledX--
|
|
3007
|
+
.data_table_module_isScrolledX--aa96c table > thead > tr > th:first-child{
|
|
3008
3008
|
overflow:visible;
|
|
3009
3009
|
}
|
|
3010
|
-
.data_table_module_isScrolledX--
|
|
3010
|
+
.data_table_module_isScrolledX--aa96c table > thead > tr > th:first-child::after{
|
|
3011
3011
|
background:inherit;
|
|
3012
3012
|
border-right:1px solid var(--border-divider-border);
|
|
3013
3013
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
z-index:-1;
|
|
3022
3022
|
}
|
|
3023
3023
|
|
|
3024
|
-
.data_table_module_hideActionWrapperRight--
|
|
3024
|
+
.data_table_module_hideActionWrapperRight--aa96c table tbody > tr > td [data-actionswrapper]::after{
|
|
3025
3025
|
display:none;
|
|
3026
3026
|
}
|
|
3027
3027
|
.main_module_resizableTableContainer--3168d{
|
|
@@ -3261,7 +3261,7 @@
|
|
|
3261
3261
|
transform:translateZ(0);
|
|
3262
3262
|
}
|
|
3263
3263
|
|
|
3264
|
-
.sticky_cell_module_stickyCell--
|
|
3264
|
+
.sticky_cell_module_stickyCell--f255c{
|
|
3265
3265
|
background:inherit;
|
|
3266
3266
|
background-clip:content-box;
|
|
3267
3267
|
left:0;
|
|
@@ -3270,16 +3270,16 @@
|
|
|
3270
3270
|
position:sticky !important;
|
|
3271
3271
|
z-index:var(--sticky-element-z-index);
|
|
3272
3272
|
}
|
|
3273
|
-
.sticky_cell_module_stickyCell--
|
|
3273
|
+
.sticky_cell_module_stickyCell--f255c[data-focus-visible]{
|
|
3274
3274
|
outline:var(--border-2) solid var(--outline-focus-color);
|
|
3275
3275
|
}
|
|
3276
|
-
.sticky_cell_module_stickyCell--
|
|
3276
|
+
.sticky_cell_module_stickyCell--f255c .sticky_cell_module_childrenWrapper--f255c{
|
|
3277
3277
|
overflow:hidden;
|
|
3278
3278
|
text-align:start;
|
|
3279
3279
|
text-overflow:ellipsis;
|
|
3280
3280
|
white-space:nowrap;
|
|
3281
3281
|
}
|
|
3282
|
-
.sticky_cell_module_stickyCell--
|
|
3282
|
+
.sticky_cell_module_stickyCell--f255c .sticky_cell_module_verticalBar--f255c{
|
|
3283
3283
|
background:inherit;
|
|
3284
3284
|
border-right:1px solid var(--border-divider-border);
|
|
3285
3285
|
box-shadow:10px 0 7px -4px var(--item-background);
|
|
@@ -3292,16 +3292,16 @@
|
|
|
3292
3292
|
width:var(--space-3);
|
|
3293
3293
|
z-index:calc(var(--is-row-focused)*2 - 1);
|
|
3294
3294
|
}
|
|
3295
|
-
.sticky_cell_module_stickyCell--
|
|
3295
|
+
.sticky_cell_module_stickyCell--f255c .sticky_cell_module_verticalBar--f255c.sticky_cell_module_isScrolledX--f255c{
|
|
3296
3296
|
display:block;
|
|
3297
3297
|
}
|
|
3298
|
-
.sticky_cell_module_stickyCell--
|
|
3298
|
+
.sticky_cell_module_stickyCell--f255c .sticky_cell_module_stickyCellBelow--f255c{
|
|
3299
3299
|
border-left:calc(var(--is-row-focused)*var(--border-2)) solid var(--outline-focus-color);
|
|
3300
3300
|
height:calc(100% + var(--is-row-focused)*2*var(--outline-offset-focus-cell));
|
|
3301
3301
|
left:var(--border-2);
|
|
3302
3302
|
width:calc(100% + var(--outline-offset-focus-row));
|
|
3303
3303
|
}
|
|
3304
|
-
.sticky_cell_module_stickyCell--
|
|
3304
|
+
.sticky_cell_module_stickyCell--f255c .sticky_cell_module_stickyCellBelow--f255c,.sticky_cell_module_stickyCell--f255c .sticky_cell_module_stickyCellOuterLeft--f255c{
|
|
3305
3305
|
background:inherit;
|
|
3306
3306
|
border-radius:unset;
|
|
3307
3307
|
box-sizing:border-box;
|
|
@@ -3311,13 +3311,13 @@
|
|
|
3311
3311
|
transform:translateY(-50%);
|
|
3312
3312
|
z-index:-1;
|
|
3313
3313
|
}
|
|
3314
|
-
.sticky_cell_module_stickyCell--
|
|
3314
|
+
.sticky_cell_module_stickyCell--f255c .sticky_cell_module_stickyCellOuterLeft--f255c{
|
|
3315
3315
|
height:100%;
|
|
3316
3316
|
left:0;
|
|
3317
3317
|
width:var(--border-2);
|
|
3318
3318
|
}
|
|
3319
3319
|
|
|
3320
|
-
.empty_state_module_emptyState--
|
|
3320
|
+
.empty_state_module_emptyState--f2ff5{
|
|
3321
3321
|
align-items:center;
|
|
3322
3322
|
display:flex;
|
|
3323
3323
|
flex-direction:column;
|
|
@@ -3326,36 +3326,36 @@
|
|
|
3326
3326
|
text-align:center;
|
|
3327
3327
|
width:100%;
|
|
3328
3328
|
}
|
|
3329
|
-
.empty_state_module_emptyState--
|
|
3329
|
+
.empty_state_module_emptyState--f2ff5 .empty_state_module_illustration--f2ff5{
|
|
3330
3330
|
margin-block-end:var(--space-6);
|
|
3331
3331
|
}
|
|
3332
|
-
.empty_state_module_emptyState--
|
|
3332
|
+
.empty_state_module_emptyState--f2ff5 .empty_state_module_body--f2ff5{
|
|
3333
3333
|
max-width:22.5rem;
|
|
3334
3334
|
}
|
|
3335
|
-
.empty_state_module_emptyState--
|
|
3335
|
+
.empty_state_module_emptyState--f2ff5 .empty_state_module_body--f2ff5:not(:last-child){
|
|
3336
3336
|
margin-block-end:var(--space-6);
|
|
3337
3337
|
}
|
|
3338
|
-
.empty_state_module_emptyState--
|
|
3338
|
+
.empty_state_module_emptyState--f2ff5 .empty_state_module_heading--f2ff5{
|
|
3339
3339
|
margin-block-end:var(--space-3);
|
|
3340
3340
|
}
|
|
3341
|
-
.empty_state_module_emptyState--
|
|
3341
|
+
.empty_state_module_emptyState--f2ff5 .empty_state_module_button--f2ff5:not(:last-child){
|
|
3342
3342
|
margin-block-end:var(--space-6);
|
|
3343
3343
|
}
|
|
3344
|
-
.empty_state_module_emptyState--
|
|
3344
|
+
.empty_state_module_emptyState--f2ff5.empty_state_module_small--f2ff5 .empty_state_module_illustration--f2ff5{
|
|
3345
3345
|
margin-block-end:var(--space-4);
|
|
3346
3346
|
}
|
|
3347
|
-
.empty_state_module_emptyState--
|
|
3347
|
+
.empty_state_module_emptyState--f2ff5.empty_state_module_small--f2ff5 .empty_state_module_illustration--f2ff5 svg{
|
|
3348
3348
|
height:var(--size-14);
|
|
3349
3349
|
width:var(--size-14);
|
|
3350
3350
|
}
|
|
3351
|
-
.empty_state_module_emptyState--
|
|
3351
|
+
.empty_state_module_emptyState--f2ff5.empty_state_module_small--f2ff5 .empty_state_module_body--f2ff5{
|
|
3352
3352
|
max-width:220px;
|
|
3353
3353
|
}
|
|
3354
|
-
.empty_state_module_emptyState--
|
|
3354
|
+
.empty_state_module_emptyState--f2ff5.empty_state_module_small--f2ff5 .empty_state_module_body--f2ff5:not(:last-child){
|
|
3355
3355
|
margin-block-end:var(--space-4);
|
|
3356
3356
|
}
|
|
3357
3357
|
|
|
3358
|
-
.guided_tooltip_module_content--
|
|
3358
|
+
.guided_tooltip_module_content--56a64{
|
|
3359
3359
|
background-color:var(--gray-white);
|
|
3360
3360
|
border:var(--border-1) solid var(--border-card-border);
|
|
3361
3361
|
border-radius:var(--radius-4);
|
|
@@ -3366,39 +3366,39 @@
|
|
|
3366
3366
|
padding-inline:var(--space-7);
|
|
3367
3367
|
z-index:10;
|
|
3368
3368
|
}
|
|
3369
|
-
.guided_tooltip_module_content--
|
|
3369
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_body--56a64.guided_tooltip_module_noTitle--56a64{
|
|
3370
3370
|
padding-inline-end:var(--space-6);
|
|
3371
3371
|
}
|
|
3372
|
-
.guided_tooltip_module_content--
|
|
3372
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_title--56a64{
|
|
3373
3373
|
margin-block-end:var(--space-2);
|
|
3374
3374
|
padding-inline-end:var(--space-6);
|
|
3375
3375
|
}
|
|
3376
|
-
.guided_tooltip_module_content--
|
|
3376
|
+
.guided_tooltip_module_content--56a64 * + .guided_tooltip_module_footer--56a64{
|
|
3377
3377
|
margin-block-start:var(--space-5);
|
|
3378
3378
|
}
|
|
3379
|
-
.guided_tooltip_module_content--
|
|
3379
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_footer--56a64{
|
|
3380
3380
|
display:flex;
|
|
3381
3381
|
justify-content:flex-end;
|
|
3382
3382
|
width:100%;
|
|
3383
3383
|
}
|
|
3384
|
-
.guided_tooltip_module_content--
|
|
3384
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_actionButtons--56a64{
|
|
3385
3385
|
display:flex;
|
|
3386
3386
|
gap:var(--space-2);
|
|
3387
3387
|
justify-content:flex-end;
|
|
3388
3388
|
width:100%;
|
|
3389
3389
|
}
|
|
3390
|
-
.guided_tooltip_module_content--
|
|
3390
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_stepsIndicator--56a64{
|
|
3391
3391
|
align-self:center;
|
|
3392
3392
|
color:var(--text-text-on-light-secondary);
|
|
3393
3393
|
width:100%;
|
|
3394
3394
|
}
|
|
3395
|
-
.guided_tooltip_module_content--
|
|
3395
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_closeButton--56a64{
|
|
3396
3396
|
color:var(--gray-black);
|
|
3397
3397
|
position:absolute;
|
|
3398
3398
|
right:var(--space-3);
|
|
3399
3399
|
top:var(--space-3);
|
|
3400
3400
|
}
|
|
3401
|
-
.guided_tooltip_module_content--
|
|
3401
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_arrow--56a64{
|
|
3402
3402
|
align-content:center;
|
|
3403
3403
|
display:flex !important;
|
|
3404
3404
|
height:var(--size-4);
|
|
@@ -3406,7 +3406,7 @@
|
|
|
3406
3406
|
visibility:visible;
|
|
3407
3407
|
width:var(--size-9);
|
|
3408
3408
|
}
|
|
3409
|
-
.guided_tooltip_module_content--
|
|
3409
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_arrow--56a64::after{
|
|
3410
3410
|
background-color:var(--gray-white);
|
|
3411
3411
|
border-bottom-right-radius:var(--radius-1);
|
|
3412
3412
|
border-color:var(--border-card-border);
|
|
@@ -3417,7 +3417,7 @@
|
|
|
3417
3417
|
transform:translateY(-50%) rotate(45deg);
|
|
3418
3418
|
width:var(--size-6);
|
|
3419
3419
|
}
|
|
3420
|
-
.guided_tooltip_module_content--
|
|
3420
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_icon--56a64{
|
|
3421
3421
|
align-items:center;
|
|
3422
3422
|
background-color:var(--box-blue-10);
|
|
3423
3423
|
border-radius:var(--radius-2);
|
|
@@ -3427,11 +3427,11 @@
|
|
|
3427
3427
|
margin-block-end:var(--space-4);
|
|
3428
3428
|
width:var(--size-7);
|
|
3429
3429
|
}
|
|
3430
|
-
.guided_tooltip_module_content--
|
|
3430
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_icon--56a64::after{
|
|
3431
3431
|
height:var(--size-4);
|
|
3432
3432
|
width:var(--size-4);
|
|
3433
3433
|
}
|
|
3434
|
-
.guided_tooltip_module_content--
|
|
3434
|
+
.guided_tooltip_module_content--56a64 .guided_tooltip_module_illustration--56a64{
|
|
3435
3435
|
border-radius:var(--radius-4);
|
|
3436
3436
|
margin-block-start:var(--space-5);
|
|
3437
3437
|
width:100%;
|
|
@@ -3488,7 +3488,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3488
3488
|
border-block-end:var(--border-1) solid var(--gray-10);
|
|
3489
3489
|
}
|
|
3490
3490
|
|
|
3491
|
-
.modal_module_overlay--
|
|
3491
|
+
.modal_module_overlay--9b421{
|
|
3492
3492
|
background-color:var(--black-opacity-80);
|
|
3493
3493
|
bottom:0;
|
|
3494
3494
|
display:grid;
|
|
@@ -3500,13 +3500,13 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3500
3500
|
z-index:370;
|
|
3501
3501
|
}
|
|
3502
3502
|
@media (min-width: 460px){
|
|
3503
|
-
.modal_module_overlay--
|
|
3503
|
+
.modal_module_overlay--9b421{
|
|
3504
3504
|
place-items:center;
|
|
3505
3505
|
}
|
|
3506
3506
|
}
|
|
3507
3507
|
|
|
3508
|
-
.modal_module_content--
|
|
3509
|
-
animation:modal_module_popup_bounce_in--
|
|
3508
|
+
.modal_module_content--9b421{
|
|
3509
|
+
animation:modal_module_popup_bounce_in--9b421 var(--animation-duration-3);
|
|
3510
3510
|
background-color:var(--gray-white);
|
|
3511
3511
|
display:flex;
|
|
3512
3512
|
flex-direction:column;
|
|
@@ -3516,7 +3516,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3516
3516
|
position:relative;
|
|
3517
3517
|
}
|
|
3518
3518
|
@media (min-width: 460px){
|
|
3519
|
-
.modal_module_content--
|
|
3519
|
+
.modal_module_content--9b421{
|
|
3520
3520
|
border-radius:var(--radius-4);
|
|
3521
3521
|
height:auto;
|
|
3522
3522
|
margin:0 var(--space-8);
|
|
@@ -3524,69 +3524,69 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3524
3524
|
}
|
|
3525
3525
|
}
|
|
3526
3526
|
|
|
3527
|
-
.modal_module_content--
|
|
3527
|
+
.modal_module_content--9b421 .modal_module_close--9b421{
|
|
3528
3528
|
color:var(--gray-65);
|
|
3529
3529
|
position:absolute;
|
|
3530
3530
|
right:var(--space-4);
|
|
3531
3531
|
top:var(--space-4);
|
|
3532
3532
|
}
|
|
3533
3533
|
|
|
3534
|
-
.modal_module_close--
|
|
3534
|
+
.modal_module_close--9b421.modal_module_onColor--9b421{
|
|
3535
3535
|
background-color:var(--surface-cta-surface-tertiary);
|
|
3536
3536
|
}
|
|
3537
|
-
.modal_module_close--
|
|
3537
|
+
.modal_module_close--9b421.modal_module_onColor--9b421:hover{
|
|
3538
3538
|
background-color:var(--surface-cta-surface-icon-hover);
|
|
3539
3539
|
}
|
|
3540
|
-
.modal_module_close--
|
|
3540
|
+
.modal_module_close--9b421.modal_module_onColor--9b421:active{
|
|
3541
3541
|
background-color:var(--surface-cta-surface-icon-pressed);
|
|
3542
3542
|
}
|
|
3543
3543
|
|
|
3544
|
-
.modal_module_content--
|
|
3544
|
+
.modal_module_content--9b421 .modal_module_backButton--9b421{
|
|
3545
3545
|
color:var(--gray-65);
|
|
3546
3546
|
margin-block-start:var(--space-4);
|
|
3547
3547
|
margin-inline-start:var(--space-4);
|
|
3548
3548
|
}
|
|
3549
3549
|
@media (min-width: 460px){
|
|
3550
|
-
.modal_module_content--
|
|
3550
|
+
.modal_module_content--9b421 .modal_module_backButton--9b421{
|
|
3551
3551
|
height:var(--size-10);
|
|
3552
3552
|
width:var(--size-10);
|
|
3553
3553
|
}
|
|
3554
3554
|
}
|
|
3555
3555
|
|
|
3556
|
-
.modal_module_modalHeader--
|
|
3556
|
+
.modal_module_modalHeader--9b421{
|
|
3557
3557
|
display:flex;
|
|
3558
3558
|
}
|
|
3559
3559
|
|
|
3560
|
-
.modal_module_modalTitle--
|
|
3560
|
+
.modal_module_modalTitle--9b421{
|
|
3561
3561
|
display:flex;
|
|
3562
3562
|
flex-direction:column;
|
|
3563
3563
|
gap:var(--space-2);
|
|
3564
3564
|
padding:var(--space-5) var(--space-12) var(--space-5) var(--space-4);
|
|
3565
3565
|
}
|
|
3566
3566
|
@media (min-width: 460px){
|
|
3567
|
-
.modal_module_modalTitle--
|
|
3567
|
+
.modal_module_modalTitle--9b421{
|
|
3568
3568
|
padding:var(--space-6) var(--space-16) var(--space-6) var(--space-6);
|
|
3569
3569
|
}
|
|
3570
3570
|
}
|
|
3571
3571
|
|
|
3572
|
-
.modal_module_body--
|
|
3572
|
+
.modal_module_body--9b421{
|
|
3573
3573
|
padding:var(--space-6) var(--space-4) var(--space-4);
|
|
3574
3574
|
}
|
|
3575
3575
|
@media (min-width: 460px){
|
|
3576
|
-
.modal_module_body--
|
|
3576
|
+
.modal_module_body--9b421{
|
|
3577
3577
|
padding:var(--space-6) var(--space-6) var(--space-4);
|
|
3578
3578
|
}
|
|
3579
3579
|
}
|
|
3580
3580
|
|
|
3581
|
-
.modal_module_scrollableContainer--
|
|
3581
|
+
.modal_module_scrollableContainer--9b421{
|
|
3582
3582
|
flex-grow:1;
|
|
3583
3583
|
overflow-y:auto;
|
|
3584
3584
|
}
|
|
3585
3585
|
|
|
3586
|
-
.modal_module_headerDividerLine--
|
|
3586
|
+
.modal_module_headerDividerLine--9b421{
|
|
3587
3587
|
position:relative;
|
|
3588
3588
|
}
|
|
3589
|
-
.modal_module_headerDividerLine--
|
|
3589
|
+
.modal_module_headerDividerLine--9b421::after{
|
|
3590
3590
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3591
3591
|
bottom:0;
|
|
3592
3592
|
content:"";
|
|
@@ -3595,16 +3595,16 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3595
3595
|
right:var(--space-4);
|
|
3596
3596
|
}
|
|
3597
3597
|
@media (min-width: 460px){
|
|
3598
|
-
.modal_module_headerDividerLine--
|
|
3598
|
+
.modal_module_headerDividerLine--9b421::after{
|
|
3599
3599
|
left:var(--space-6);
|
|
3600
3600
|
right:var(--space-6);
|
|
3601
3601
|
}
|
|
3602
3602
|
}
|
|
3603
3603
|
|
|
3604
|
-
.modal_module_footerDividerLine--
|
|
3604
|
+
.modal_module_footerDividerLine--9b421{
|
|
3605
3605
|
position:relative;
|
|
3606
3606
|
}
|
|
3607
|
-
.modal_module_footerDividerLine--
|
|
3607
|
+
.modal_module_footerDividerLine--9b421::before{
|
|
3608
3608
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
3609
3609
|
content:"";
|
|
3610
3610
|
left:var(--space-4);
|
|
@@ -3613,28 +3613,28 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3613
3613
|
top:0;
|
|
3614
3614
|
}
|
|
3615
3615
|
@media (min-width: 460px){
|
|
3616
|
-
.modal_module_footerDividerLine--
|
|
3616
|
+
.modal_module_footerDividerLine--9b421::before{
|
|
3617
3617
|
left:var(--space-6);
|
|
3618
3618
|
right:var(--space-6);
|
|
3619
3619
|
}
|
|
3620
3620
|
}
|
|
3621
3621
|
|
|
3622
|
-
.modal_module_footer--
|
|
3622
|
+
.modal_module_footer--9b421{
|
|
3623
3623
|
display:flex;
|
|
3624
3624
|
justify-content:flex-end;
|
|
3625
3625
|
padding:var(--space-4);
|
|
3626
3626
|
}
|
|
3627
3627
|
@media (min-width: 460px){
|
|
3628
|
-
.modal_module_footer--
|
|
3628
|
+
.modal_module_footer--9b421{
|
|
3629
3629
|
padding:var(--space-6);
|
|
3630
3630
|
}
|
|
3631
3631
|
}
|
|
3632
3632
|
|
|
3633
|
-
.modal_module_footerButton--
|
|
3633
|
+
.modal_module_footerButton--9b421 + .modal_module_footerButton--9b421{
|
|
3634
3634
|
margin-inline-start:var(--space-3);
|
|
3635
3635
|
}
|
|
3636
3636
|
|
|
3637
|
-
@keyframes modal_module_popup_bounce_in--
|
|
3637
|
+
@keyframes modal_module_popup_bounce_in--9b421{
|
|
3638
3638
|
0%{
|
|
3639
3639
|
transform:scale3d(.1, .1, 1);
|
|
3640
3640
|
}
|
|
@@ -3643,7 +3643,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3643
3643
|
}
|
|
3644
3644
|
}
|
|
3645
3645
|
|
|
3646
|
-
.chip_module_chip--
|
|
3646
|
+
.chip_module_chip--8ce78{
|
|
3647
3647
|
align-items:center;
|
|
3648
3648
|
border:none;
|
|
3649
3649
|
border-radius:var(--radius-half);
|
|
@@ -3660,19 +3660,19 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3660
3660
|
text-decoration:none;
|
|
3661
3661
|
text-transform:none;
|
|
3662
3662
|
}
|
|
3663
|
-
.chip_module_chip--
|
|
3663
|
+
.chip_module_chip--8ce78 .chip_module_labelText--8ce78:first-child{
|
|
3664
3664
|
margin-inline-start:var(--space-4);
|
|
3665
3665
|
}
|
|
3666
|
-
.chip_module_chip--
|
|
3666
|
+
.chip_module_chip--8ce78 .chip_module_labelText--8ce78:last-child{
|
|
3667
3667
|
margin-inline-end:var(--space-4);
|
|
3668
3668
|
}
|
|
3669
|
-
.chip_module_chip--
|
|
3669
|
+
.chip_module_chip--8ce78 .chip_module_chipStatus--8ce78:first-child,.chip_module_chip--8ce78 svg:first-child{
|
|
3670
3670
|
margin-inline-start:var(--space-2);
|
|
3671
3671
|
}
|
|
3672
|
-
.chip_module_chip--
|
|
3672
|
+
.chip_module_chip--8ce78 .chip_module_chipStatus--8ce78:last-child,.chip_module_chip--8ce78 svg:last-child{
|
|
3673
3673
|
margin-inline-end:var(--space-2);
|
|
3674
3674
|
}
|
|
3675
|
-
.chip_module_chip--
|
|
3675
|
+
.chip_module_chip--8ce78 .chip_module_chipStatus--8ce78{
|
|
3676
3676
|
align-items:center;
|
|
3677
3677
|
background-color:var(--gray-10);
|
|
3678
3678
|
border-radius:var(--radius-half);
|
|
@@ -3691,10 +3691,10 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3691
3691
|
text-decoration:none;
|
|
3692
3692
|
text-transform:none;
|
|
3693
3693
|
}
|
|
3694
|
-
.chip_module_chip--
|
|
3694
|
+
.chip_module_chip--8ce78 .chip_module_labelText--8ce78{
|
|
3695
3695
|
white-space:nowrap;
|
|
3696
3696
|
}
|
|
3697
|
-
.chip_module_chip--
|
|
3697
|
+
.chip_module_chip--8ce78.chip_module_chipButton--8ce78{
|
|
3698
3698
|
background-color:var(--surface-chip-button-surface);
|
|
3699
3699
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
3700
3700
|
font-size:.875rem;
|
|
@@ -3704,48 +3704,48 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3704
3704
|
text-decoration:none;
|
|
3705
3705
|
text-transform:none;
|
|
3706
3706
|
}
|
|
3707
|
-
.chip_module_chip--
|
|
3707
|
+
.chip_module_chip--8ce78.chip_module_chipButton--8ce78:focus-visible{
|
|
3708
3708
|
overflow:visible;
|
|
3709
3709
|
}
|
|
3710
|
-
.chip_module_chip--
|
|
3710
|
+
.chip_module_chip--8ce78.chip_module_chipButton--8ce78 .chip_module_chipStatus--8ce78{
|
|
3711
3711
|
background-color:var(--box-blue-100);
|
|
3712
3712
|
color:var(--text-text-on-dark);
|
|
3713
3713
|
}
|
|
3714
|
-
.chip_module_chip--
|
|
3714
|
+
.chip_module_chip--8ce78.chip_module_chipButton--8ce78:focus-visible{
|
|
3715
3715
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3716
3716
|
outline:none;
|
|
3717
3717
|
}
|
|
3718
|
-
.chip_module_chip--
|
|
3718
|
+
.chip_module_chip--8ce78.chip_module_chipButton--8ce78:disabled{
|
|
3719
3719
|
pointer-events:none;
|
|
3720
3720
|
}
|
|
3721
|
-
.chip_module_chip--
|
|
3721
|
+
.chip_module_chip--8ce78.chip_module_chipButton--8ce78:disabled .chip_module_chipStatus--8ce78{
|
|
3722
3722
|
opacity:.4;
|
|
3723
3723
|
}
|
|
3724
|
-
.chip_module_chip--
|
|
3724
|
+
.chip_module_chip--8ce78.chip_module_chipButton--8ce78:hover:enabled{
|
|
3725
3725
|
background-color:var(--surface-chip-button-surface-hover);
|
|
3726
3726
|
}
|
|
3727
|
-
.chip_module_chip--
|
|
3727
|
+
.chip_module_chip--8ce78.chip_module_singleSelectChip--8ce78{
|
|
3728
3728
|
background-color:var(--surface-filterchip-surface-single);
|
|
3729
3729
|
}
|
|
3730
|
-
.chip_module_chip--
|
|
3730
|
+
.chip_module_chip--8ce78.chip_module_singleSelectChip--8ce78[data-state=on]{
|
|
3731
3731
|
background-color:var(--surface-filterchip-surface-single-on);
|
|
3732
3732
|
color:var(--text-text-on-dark);
|
|
3733
3733
|
}
|
|
3734
|
-
.chip_module_chip--
|
|
3734
|
+
.chip_module_chip--8ce78.chip_module_singleSelectChip--8ce78[data-state=on]:hover{
|
|
3735
3735
|
background-color:var(--surface-filterchip-surface-single-on-hover);
|
|
3736
3736
|
}
|
|
3737
|
-
.chip_module_chip--
|
|
3737
|
+
.chip_module_chip--8ce78.chip_module_singleSelectChip--8ce78[data-state=on] .chip_module_chipStatus--8ce78{
|
|
3738
3738
|
color:var(--text-text-on-light);
|
|
3739
3739
|
}
|
|
3740
|
-
.chip_module_chip--
|
|
3740
|
+
.chip_module_chip--8ce78.chip_module_singleSelectChip--8ce78:focus-visible{
|
|
3741
3741
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3742
3742
|
outline:var(--border-1) solid var(--gray-white);
|
|
3743
3743
|
outline-offset:calc(var(--border-1)*-1);
|
|
3744
3744
|
}
|
|
3745
|
-
.chip_module_chip--
|
|
3745
|
+
.chip_module_chip--8ce78.chip_module_singleSelectChip--8ce78:hover:not([data-state=on]){
|
|
3746
3746
|
background-color:var(--surface-filterchip-surface-single-hover);
|
|
3747
3747
|
}
|
|
3748
|
-
.chip_module_chip--
|
|
3748
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78{
|
|
3749
3749
|
background-color:var(--surface-filterchip-surface-multi);
|
|
3750
3750
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi);
|
|
3751
3751
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3756,10 +3756,10 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3756
3756
|
text-decoration:none;
|
|
3757
3757
|
text-transform:none;
|
|
3758
3758
|
}
|
|
3759
|
-
.chip_module_chip--
|
|
3759
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78 path{
|
|
3760
3760
|
fill:var(--icon-icon-on-light);
|
|
3761
3761
|
}
|
|
3762
|
-
.chip_module_chip--
|
|
3762
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78[data-state=on]{
|
|
3763
3763
|
background-color:var(--surface-filterchip-surface-multi-on);
|
|
3764
3764
|
border:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3765
3765
|
color:var(--text-cta-link);
|
|
@@ -3771,32 +3771,32 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3771
3771
|
text-decoration:none;
|
|
3772
3772
|
text-transform:none;
|
|
3773
3773
|
}
|
|
3774
|
-
.chip_module_chip--
|
|
3774
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78[data-state=on] path{
|
|
3775
3775
|
fill:var(--text-cta-link);
|
|
3776
3776
|
}
|
|
3777
|
-
.chip_module_chip--
|
|
3777
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78[data-state=on]:hover{
|
|
3778
3778
|
background-color:var(--surface-filterchip-surface-multi-on-hover);
|
|
3779
3779
|
}
|
|
3780
|
-
.chip_module_chip--
|
|
3780
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78[data-state=on]:focus-visible{
|
|
3781
3781
|
border:var(--border-1) solid var(--gray-white);
|
|
3782
3782
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3783
3783
|
outline:var(--border-1) solid var(--border-filterchip-border-multi-on);
|
|
3784
3784
|
outline-offset:calc(var(--border-2)*-1);
|
|
3785
3785
|
}
|
|
3786
|
-
.chip_module_chip--
|
|
3786
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78[data-state=on] .chip_module_chipStatus--8ce78{
|
|
3787
3787
|
background-color:var(--box-blue-100);
|
|
3788
3788
|
color:var(--text-text-on-dark);
|
|
3789
3789
|
}
|
|
3790
|
-
.chip_module_chip--
|
|
3790
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78:focus-visible:not([data-state=on]){
|
|
3791
3791
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
3792
3792
|
outline:var(--border-1) solid var(--gray-white);
|
|
3793
3793
|
outline-offset:calc(var(--border-1)*-1);
|
|
3794
3794
|
}
|
|
3795
|
-
.chip_module_chip--
|
|
3795
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78:hover:not([data-state=on]){
|
|
3796
3796
|
background-color:var(--surface-filterchip-surface-multi-hover);
|
|
3797
3797
|
border:var(--border-1) solid var(--surface-filterchip-surface-multi-hover);
|
|
3798
3798
|
}
|
|
3799
|
-
.chip_module_chip--
|
|
3799
|
+
.chip_module_chip--8ce78.chip_module_multiSelectChip--8ce78 span::before{
|
|
3800
3800
|
content:attr(data-text);
|
|
3801
3801
|
display:block;
|
|
3802
3802
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -3811,25 +3811,25 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3811
3811
|
visibility:hidden;
|
|
3812
3812
|
}
|
|
3813
3813
|
|
|
3814
|
-
.chip_module_chipsGroup--
|
|
3814
|
+
.chip_module_chipsGroup--8ce78{
|
|
3815
3815
|
display:flex;
|
|
3816
3816
|
flex-wrap:wrap;
|
|
3817
3817
|
gap:var(--space-2);
|
|
3818
3818
|
}
|
|
3819
3819
|
@media (max-width: 1023px){
|
|
3820
|
-
.chip_module_chipsGroup--
|
|
3820
|
+
.chip_module_chipsGroup--8ce78{
|
|
3821
3821
|
-ms-overflow-style:none;
|
|
3822
3822
|
flex-wrap:nowrap;
|
|
3823
3823
|
overflow-x:scroll;
|
|
3824
3824
|
padding:var(--space-05);
|
|
3825
3825
|
scrollbar-width:none;
|
|
3826
3826
|
}
|
|
3827
|
-
.chip_module_chipsGroup--
|
|
3827
|
+
.chip_module_chipsGroup--8ce78::-webkit-scrollbar{
|
|
3828
3828
|
display:none;
|
|
3829
3829
|
}
|
|
3830
3830
|
}
|
|
3831
3831
|
|
|
3832
|
-
.context_menu_module_menuBlock--
|
|
3832
|
+
.context_menu_module_menuBlock--0cbd0{
|
|
3833
3833
|
background-color:var(--surface-menu-surface);
|
|
3834
3834
|
border:var(--border-1) solid var(--border-card-border);
|
|
3835
3835
|
border-radius:var(--radius-3);
|
|
@@ -3840,14 +3840,14 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3840
3840
|
min-width:var(--blueprint-web-context-menu-min-width, 160px);
|
|
3841
3841
|
padding:var(--space-3);
|
|
3842
3842
|
}
|
|
3843
|
-
.context_menu_module_menuBlock--
|
|
3843
|
+
.context_menu_module_menuBlock--0cbd0 .context_menu_module_menuItemsSeparator--0cbd0{
|
|
3844
3844
|
background-color:var(--border-divider-border);
|
|
3845
3845
|
flex-shrink:0;
|
|
3846
3846
|
height:var(--border-1);
|
|
3847
3847
|
margin-block:var(--space-2);
|
|
3848
3848
|
margin-inline:var(--space-2);
|
|
3849
3849
|
}
|
|
3850
|
-
.context_menu_module_menuBlock--
|
|
3850
|
+
.context_menu_module_menuBlock--0cbd0 .context_menu_module_menuItem--0cbd0{
|
|
3851
3851
|
align-items:center;
|
|
3852
3852
|
background-color:var(--surface-menu-surface);
|
|
3853
3853
|
border:var(--border-2) solid #0000;
|
|
@@ -3860,19 +3860,19 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3860
3860
|
padding-inline:var(--space-2);
|
|
3861
3861
|
position:relative;
|
|
3862
3862
|
}
|
|
3863
|
-
.context_menu_module_menuBlock--
|
|
3863
|
+
.context_menu_module_menuBlock--0cbd0 .context_menu_module_menuItem--0cbd0[data-disabled]{
|
|
3864
3864
|
opacity:60%;
|
|
3865
3865
|
pointer-events:none;
|
|
3866
3866
|
}
|
|
3867
|
-
.context_menu_module_menuBlock--
|
|
3867
|
+
.context_menu_module_menuBlock--0cbd0 .context_menu_module_menuItem--0cbd0[data-highlighted]:not(:hover){
|
|
3868
3868
|
background-color:var(--surface-menu-surface-focus);
|
|
3869
3869
|
border:var(--border-2) solid var(--outline-focus-on-light);
|
|
3870
3870
|
}
|
|
3871
|
-
.context_menu_module_menuBlock--
|
|
3871
|
+
.context_menu_module_menuBlock--0cbd0 .context_menu_module_menuItem--0cbd0:hover{
|
|
3872
3872
|
background-color:var(--surface-menu-surface-focus);
|
|
3873
3873
|
}
|
|
3874
3874
|
|
|
3875
|
-
.notification_module_viewport--
|
|
3875
|
+
.notification_module_viewport--57c08{
|
|
3876
3876
|
all:unset;
|
|
3877
3877
|
align-items:center;
|
|
3878
3878
|
display:flex;
|
|
@@ -3885,14 +3885,14 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3885
3885
|
z-index:2147483647;
|
|
3886
3886
|
}
|
|
3887
3887
|
|
|
3888
|
-
.notification_module_root--
|
|
3888
|
+
.notification_module_root--57c08{
|
|
3889
3889
|
border:var(--border-2) solid;
|
|
3890
3890
|
border-radius:var(--radius-3);
|
|
3891
3891
|
display:flex;
|
|
3892
3892
|
max-width:586px;
|
|
3893
3893
|
width:calc(100vw - var(--space-4)*2);
|
|
3894
3894
|
}
|
|
3895
|
-
.notification_module_root--
|
|
3895
|
+
.notification_module_root--57c08 .notification_module_container--57c08{
|
|
3896
3896
|
align-items:center;
|
|
3897
3897
|
box-shadow:var(--dropshadow-3);
|
|
3898
3898
|
display:flex;
|
|
@@ -3900,31 +3900,31 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3900
3900
|
padding:var(--space-3) 0;
|
|
3901
3901
|
width:100%;
|
|
3902
3902
|
}
|
|
3903
|
-
.notification_module_root--
|
|
3903
|
+
.notification_module_root--57c08.notification_module_info--57c08{
|
|
3904
3904
|
background:var(--surface-message-surface-info);
|
|
3905
3905
|
border-color:var(--border-message-border-info);
|
|
3906
3906
|
}
|
|
3907
|
-
.notification_module_root--
|
|
3907
|
+
.notification_module_root--57c08.notification_module_success--57c08{
|
|
3908
3908
|
background:var(--surface-message-surface-success);
|
|
3909
3909
|
border-color:var(--border-message-border-success);
|
|
3910
3910
|
}
|
|
3911
|
-
.notification_module_root--
|
|
3911
|
+
.notification_module_root--57c08.notification_module_warning--57c08{
|
|
3912
3912
|
background:var(--surface-message-surface-warning);
|
|
3913
3913
|
border-color:var(--border-message-border-warning);
|
|
3914
3914
|
}
|
|
3915
|
-
.notification_module_root--
|
|
3915
|
+
.notification_module_root--57c08.notification_module_error--57c08{
|
|
3916
3916
|
background:var(--surface-message-surface-error);
|
|
3917
3917
|
border-color:var(--border-message-border-error);
|
|
3918
3918
|
}
|
|
3919
|
-
.notification_module_root--
|
|
3919
|
+
.notification_module_root--57c08:focus-visible{
|
|
3920
3920
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
3921
3921
|
outline:none;
|
|
3922
3922
|
}
|
|
3923
|
-
.notification_module_root--
|
|
3923
|
+
.notification_module_root--57c08 .notification_module_typeIcon--57c08{
|
|
3924
3924
|
flex-shrink:0;
|
|
3925
3925
|
margin-left:var(--space-4);
|
|
3926
3926
|
}
|
|
3927
|
-
.notification_module_root--
|
|
3927
|
+
.notification_module_root--57c08 .notification_module_text--57c08{
|
|
3928
3928
|
align-items:center;
|
|
3929
3929
|
color:var(--text-text-on-light);
|
|
3930
3930
|
display:flex;
|
|
@@ -3938,28 +3938,28 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3938
3938
|
text-decoration:none;
|
|
3939
3939
|
text-transform:none;
|
|
3940
3940
|
}
|
|
3941
|
-
.notification_module_root--
|
|
3941
|
+
.notification_module_root--57c08 .notification_module_text--57c08 > div{
|
|
3942
3942
|
overflow:hidden;
|
|
3943
3943
|
overflow-wrap:break-word;
|
|
3944
3944
|
}
|
|
3945
|
-
.notification_module_root--
|
|
3945
|
+
.notification_module_root--57c08 .notification_module_buttonSection--57c08{
|
|
3946
3946
|
display:flex;
|
|
3947
3947
|
gap:var(--space-3);
|
|
3948
3948
|
margin-left:auto;
|
|
3949
3949
|
margin-right:var(--space-4);
|
|
3950
3950
|
}
|
|
3951
|
-
.notification_module_root--
|
|
3951
|
+
.notification_module_root--57c08 .notification_module_buttonSection--57c08 .notification_module_contentButtons--57c08{
|
|
3952
3952
|
display:flex;
|
|
3953
3953
|
gap:var(--space-3);
|
|
3954
3954
|
}
|
|
3955
|
-
.notification_module_root--
|
|
3955
|
+
.notification_module_root--57c08 .notification_module_buttonSection--57c08 .notification_module_closeButton--57c08{
|
|
3956
3956
|
align-self:center;
|
|
3957
3957
|
}
|
|
3958
|
-
.notification_module_root--
|
|
3958
|
+
.notification_module_root--57c08 .notification_module_buttonSection--57c08 .notification_module_closeButton--57c08 svg *{
|
|
3959
3959
|
fill:currentColor;
|
|
3960
3960
|
}
|
|
3961
3961
|
|
|
3962
|
-
.page_header_module_pageHeader--
|
|
3962
|
+
.page_header_module_pageHeader--3ee12{
|
|
3963
3963
|
align-items:center;
|
|
3964
3964
|
background:var(--surface-surface);
|
|
3965
3965
|
display:flex;
|
|
@@ -3969,35 +3969,35 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
3969
3969
|
min-height:var(--size-10);
|
|
3970
3970
|
width:100%;
|
|
3971
3971
|
}
|
|
3972
|
-
.page_header_module_pageHeader--
|
|
3972
|
+
.page_header_module_pageHeader--3ee12.page_header_module_sticky--3ee12{
|
|
3973
3973
|
bottom:var(--blueprint-page-header-bottom, 0);
|
|
3974
3974
|
left:var(--blueprint-page-header-left, 0);
|
|
3975
3975
|
position:sticky;
|
|
3976
3976
|
right:var(--blueprint-page-header-right, 0);
|
|
3977
3977
|
top:var(--blueprint-page-header-top, 0);
|
|
3978
3978
|
}
|
|
3979
|
-
.page_header_module_pageHeader--
|
|
3979
|
+
.page_header_module_pageHeader--3ee12.page_header_module_default--3ee12{
|
|
3980
3980
|
height:var(--size-16);
|
|
3981
3981
|
padding-inline:var(--space-2);
|
|
3982
3982
|
}
|
|
3983
|
-
.page_header_module_pageHeader--
|
|
3983
|
+
.page_header_module_pageHeader--3ee12.page_header_module_inline--3ee12{
|
|
3984
3984
|
height:var(--size-10);
|
|
3985
3985
|
}
|
|
3986
|
-
.page_header_module_pageHeader--
|
|
3986
|
+
.page_header_module_pageHeader--3ee12 .page_header_module_corner--3ee12{
|
|
3987
3987
|
align-items:center;
|
|
3988
3988
|
display:flex;
|
|
3989
3989
|
flex-basis:content;
|
|
3990
3990
|
flex-grow:0;
|
|
3991
3991
|
flex-shrink:0;
|
|
3992
3992
|
}
|
|
3993
|
-
.page_header_module_pageHeader--
|
|
3993
|
+
.page_header_module_pageHeader--3ee12 .page_header_module_startElements--3ee12{
|
|
3994
3994
|
align-items:center;
|
|
3995
3995
|
display:flex;
|
|
3996
3996
|
flex-grow:1;
|
|
3997
3997
|
justify-content:flex-start;
|
|
3998
3998
|
overflow:hidden;
|
|
3999
3999
|
}
|
|
4000
|
-
.page_header_module_pageHeader--
|
|
4000
|
+
.page_header_module_pageHeader--3ee12 .page_header_module_endElements--3ee12{
|
|
4001
4001
|
align-items:center;
|
|
4002
4002
|
display:flex;
|
|
4003
4003
|
flex-direction:row;
|
|
@@ -4005,41 +4005,41 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4005
4005
|
justify-content:flex-end;
|
|
4006
4006
|
}
|
|
4007
4007
|
|
|
4008
|
-
.popover_module_popoverMainContent--
|
|
4008
|
+
.popover_module_popoverMainContent--12a82{
|
|
4009
4009
|
mask-image:linear-gradient(to top, #0000, var(--gray-black)), linear-gradient(to left, #0000 var(--space-4), var(--gray-black) var(--space-4));
|
|
4010
4010
|
overflow-y:auto;
|
|
4011
4011
|
}
|
|
4012
4012
|
|
|
4013
|
-
.popover_module_popoverContentContainer--
|
|
4013
|
+
.popover_module_popoverContentContainer--12a82{
|
|
4014
4014
|
max-width:320px;
|
|
4015
4015
|
z-index:380;
|
|
4016
4016
|
}
|
|
4017
|
-
.popover_module_popoverContentContainer--
|
|
4017
|
+
.popover_module_popoverContentContainer--12a82 .popover_module_popoverCard--12a82{
|
|
4018
4018
|
box-shadow:var(--dropshadow-3);
|
|
4019
4019
|
margin-block:var(--space-1);
|
|
4020
4020
|
}
|
|
4021
|
-
.popover_module_popoverContentContainer--
|
|
4021
|
+
.popover_module_popoverContentContainer--12a82 .popover_module_popoverCard--12a82 .popover_module_popoverMainContent--12a82{
|
|
4022
4022
|
margin-inline-end:calc(var(--space-4)*-1);
|
|
4023
4023
|
mask-position:left bottom;
|
|
4024
4024
|
mask-size:100% 20000px;
|
|
4025
4025
|
padding-right:var(--space-4);
|
|
4026
4026
|
transition:mask-position var(--animation-duration-3);
|
|
4027
4027
|
}
|
|
4028
|
-
.popover_module_popoverContentContainer--
|
|
4028
|
+
.popover_module_popoverContentContainer--12a82 .popover_module_popoverCard--12a82 .popover_module_popoverMainContent--12a82:hover{
|
|
4029
4029
|
mask-position:left top;
|
|
4030
4030
|
}
|
|
4031
|
-
.popover_module_popoverContentContainer--
|
|
4031
|
+
.popover_module_popoverContentContainer--12a82 .popover_module_popoverCard--12a82 .popover_module_popoverMainContent--12a82 .popover_module_popoverMainContentOuterContainer--12a82{
|
|
4032
4032
|
max-height:inherit;
|
|
4033
4033
|
}
|
|
4034
|
-
.popover_module_popoverContentContainer--
|
|
4034
|
+
.popover_module_popoverContentContainer--12a82 .popover_module_popoverCard--12a82 .popover_module_popoverMainContent--12a82 .popover_module_popoverMainContentOuterContainer--12a82 .popover_module_popoverMainContentInnerContainerPadding--12a82{
|
|
4035
4035
|
padding-block-end:var(--space-3);
|
|
4036
4036
|
}
|
|
4037
|
-
.popover_module_popoverContentContainer--
|
|
4037
|
+
.popover_module_popoverContentContainer--12a82 .popover_module_popoverFooter--12a82{
|
|
4038
4038
|
margin-inline:calc(var(--space-4)*-1);
|
|
4039
4039
|
padding-block-start:var(--space-4);
|
|
4040
4040
|
padding-inline:var(--space-4);
|
|
4041
4041
|
}
|
|
4042
|
-
.popover_module_popoverContentContainer--
|
|
4042
|
+
.popover_module_popoverContentContainer--12a82 .popover_module_popoverFooter--12a82.popover_module_popoverFooterTopBorder--12a82{
|
|
4043
4043
|
border-top:var(--border-1) solid var(--border-card-border);
|
|
4044
4044
|
}
|
|
4045
4045
|
.select_menu_grid_module_grid--6e766{
|
|
@@ -4132,29 +4132,29 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4132
4132
|
opacity:.3;
|
|
4133
4133
|
}
|
|
4134
4134
|
|
|
4135
|
-
.tabs_module_tabsListContainer--
|
|
4135
|
+
.tabs_module_tabsListContainer--992b5{
|
|
4136
4136
|
height:calc(var(--size-10) + (var(--border-3) + 1px)*2);
|
|
4137
4137
|
overflow-y:hidden;
|
|
4138
4138
|
scroll-behavior:smooth;
|
|
4139
4139
|
}
|
|
4140
|
-
.tabs_module_tabsListContainer--
|
|
4140
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5{
|
|
4141
4141
|
display:flex;
|
|
4142
4142
|
overflow-x:auto;
|
|
4143
4143
|
padding:calc(var(--border-3) + 1px);
|
|
4144
4144
|
}
|
|
4145
|
-
.tabs_module_tabsListContainer--
|
|
4145
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tabSeparator--992b5{
|
|
4146
4146
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
4147
4147
|
min-width:var(--space-4);
|
|
4148
4148
|
}
|
|
4149
|
-
.tabs_module_tabsListContainer--
|
|
4149
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tabSeparator--992b5:last-child{
|
|
4150
4150
|
display:none;
|
|
4151
4151
|
}
|
|
4152
4152
|
@media only screen and (max-width: 1023px){
|
|
4153
|
-
.tabs_module_tabsListContainer--
|
|
4153
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tabSeparator--992b5{
|
|
4154
4154
|
min-width:calc(var(--border-3) + 1px);
|
|
4155
4155
|
}
|
|
4156
4156
|
}
|
|
4157
|
-
.tabs_module_tabsListContainer--
|
|
4157
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5{
|
|
4158
4158
|
background:var(--background-background);
|
|
4159
4159
|
border-style:none;
|
|
4160
4160
|
border-bottom:var(--border-2) solid var(--border-tab-border);
|
|
@@ -4168,7 +4168,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4168
4168
|
scroll-margin:calc(var(--border-3) + 1px);
|
|
4169
4169
|
z-index:2;
|
|
4170
4170
|
}
|
|
4171
|
-
.tabs_module_tabsListContainer--
|
|
4171
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5,.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5 .tabs_module_hiddenWidthSetter--992b5{
|
|
4172
4172
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4173
4173
|
font-size:.875rem;
|
|
4174
4174
|
letter-spacing:.01875rem;
|
|
@@ -4176,17 +4176,17 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4176
4176
|
text-decoration:none;
|
|
4177
4177
|
text-transform:none;
|
|
4178
4178
|
}
|
|
4179
|
-
.tabs_module_tabsListContainer--
|
|
4179
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5 .tabs_module_hiddenWidthSetter--992b5{
|
|
4180
4180
|
display:block;
|
|
4181
4181
|
font-weight:700;
|
|
4182
4182
|
height:0;
|
|
4183
4183
|
overflow:hidden;
|
|
4184
4184
|
visibility:hidden;
|
|
4185
4185
|
}
|
|
4186
|
-
.tabs_module_tabsListContainer--
|
|
4186
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5 .tabs_module_hiddenWidthSetter--992b5 > *{
|
|
4187
4187
|
visibility:hidden;
|
|
4188
4188
|
}
|
|
4189
|
-
.tabs_module_tabsListContainer--
|
|
4189
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5[aria-selected=true]{
|
|
4190
4190
|
border-bottom:var(--border-2) solid var(--border-tab-border-selected);
|
|
4191
4191
|
color:var(--text-cta-link);
|
|
4192
4192
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4197,21 +4197,21 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4197
4197
|
text-decoration:none;
|
|
4198
4198
|
text-transform:none;
|
|
4199
4199
|
}
|
|
4200
|
-
.tabs_module_tabsListContainer--
|
|
4200
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5:hover{
|
|
4201
4201
|
background-color:var(--surface-tab-surface-hover);
|
|
4202
4202
|
color:var(--text-text-on-light-secondary-hover);
|
|
4203
4203
|
}
|
|
4204
|
-
.tabs_module_tabsListContainer--
|
|
4204
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5:hover[aria-selected=true]{
|
|
4205
4205
|
color:var(--text-cta-link);
|
|
4206
4206
|
}
|
|
4207
|
-
.tabs_module_tabsListContainer--
|
|
4207
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5:active{
|
|
4208
4208
|
background-color:var(--surface-tab-surface-pressed);
|
|
4209
4209
|
color:var(--text-text-on-light-secondary-hover);
|
|
4210
4210
|
}
|
|
4211
|
-
.tabs_module_tabsListContainer--
|
|
4211
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5:active[aria-selected=true]{
|
|
4212
4212
|
color:var(--text-cta-link);
|
|
4213
4213
|
}
|
|
4214
|
-
.tabs_module_tabsListContainer--
|
|
4214
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5:focus-visible,.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5[data-focus-visible]{
|
|
4215
4215
|
background-color:var(--surface-tab-surface-hover);
|
|
4216
4216
|
border-radius:var(--radius-05);
|
|
4217
4217
|
box-shadow:inset 0 0 0 1px #fff;
|
|
@@ -4219,14 +4219,14 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4219
4219
|
outline:var(--border-3) solid var(--outline-focus-on-light);
|
|
4220
4220
|
outline-offset:1px;
|
|
4221
4221
|
}
|
|
4222
|
-
.tabs_module_tabsListContainer--
|
|
4222
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5:focus-visible[aria-selected=true],.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5[data-focus-visible][aria-selected=true]{
|
|
4223
4223
|
color:var(--text-cta-link);
|
|
4224
4224
|
}
|
|
4225
|
-
.tabs_module_tabsListContainer--
|
|
4225
|
+
.tabs_module_tabsListContainer--992b5 .tabs_module_tabList--992b5 .tabs_module_tab--992b5[aria-disabled=true]{
|
|
4226
4226
|
opacity:.5;
|
|
4227
4227
|
}
|
|
4228
4228
|
|
|
4229
|
-
.radio_group_module_root--
|
|
4229
|
+
.radio_group_module_root--42ff3{
|
|
4230
4230
|
display:flex;
|
|
4231
4231
|
flex-direction:column;
|
|
4232
4232
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4239,31 +4239,31 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4239
4239
|
text-transform:none;
|
|
4240
4240
|
}
|
|
4241
4241
|
|
|
4242
|
-
.radio_group_module_horizontal--
|
|
4242
|
+
.radio_group_module_horizontal--42ff3{
|
|
4243
4243
|
flex-direction:row;
|
|
4244
4244
|
gap:1.625rem;
|
|
4245
4245
|
}
|
|
4246
4246
|
|
|
4247
|
-
.radio_group_module_radioOption--
|
|
4247
|
+
.radio_group_module_radioOption--42ff3{
|
|
4248
4248
|
display:flex;
|
|
4249
4249
|
flex-direction:column;
|
|
4250
4250
|
}
|
|
4251
|
-
.radio_group_module_radioOption--
|
|
4251
|
+
.radio_group_module_radioOption--42ff3 .radio_group_module_label--42ff3{
|
|
4252
4252
|
align-items:flex-start;
|
|
4253
4253
|
cursor:pointer;
|
|
4254
4254
|
display:inline-flex;
|
|
4255
4255
|
gap:var(--size-3);
|
|
4256
4256
|
line-height:var(--body-default-line-height);
|
|
4257
4257
|
}
|
|
4258
|
-
.radio_group_module_radioOption--
|
|
4258
|
+
.radio_group_module_radioOption--42ff3 .radio_group_module_description--42ff3{
|
|
4259
4259
|
padding-left:calc(var(--size-4) + var(--size-3));
|
|
4260
4260
|
}
|
|
4261
|
-
.radio_group_module_radioOption--
|
|
4261
|
+
.radio_group_module_radioOption--42ff3.radio_group_module_disabled--42ff3 .radio_group_module_label--42ff3{
|
|
4262
4262
|
color:var(--text-text-on-light-secondary);
|
|
4263
4263
|
cursor:default;
|
|
4264
4264
|
}
|
|
4265
4265
|
|
|
4266
|
-
.radio_group_module_radioButton--
|
|
4266
|
+
.radio_group_module_radioButton--42ff3{
|
|
4267
4267
|
all:unset;
|
|
4268
4268
|
align-items:center;
|
|
4269
4269
|
background-color:var(--surface-radio-surface-selected);
|
|
@@ -4277,36 +4277,36 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4277
4277
|
margin:calc((var(--body-default-line-height) - var(--size-4))/2) 0 0 0;
|
|
4278
4278
|
width:var(--size-4);
|
|
4279
4279
|
}
|
|
4280
|
-
.radio_group_module_radioButton--
|
|
4280
|
+
.radio_group_module_radioButton--42ff3 .radio_group_module_indicator--42ff3{
|
|
4281
4281
|
background-color:var(--icon-icon-blue);
|
|
4282
4282
|
border-radius:50%;
|
|
4283
4283
|
height:var(--size-2);
|
|
4284
4284
|
transition:transform .1s;
|
|
4285
4285
|
width:var(--size-2);
|
|
4286
4286
|
}
|
|
4287
|
-
.radio_group_module_radioButton--
|
|
4287
|
+
.radio_group_module_radioButton--42ff3:focus-visible{
|
|
4288
4288
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4289
4289
|
}
|
|
4290
|
-
.radio_group_module_radioButton--
|
|
4290
|
+
.radio_group_module_radioButton--42ff3[data-disabled]{
|
|
4291
4291
|
opacity:60%;
|
|
4292
4292
|
}
|
|
4293
|
-
.radio_group_module_radioButton--
|
|
4293
|
+
.radio_group_module_radioButton--42ff3[data-state=unchecked]{
|
|
4294
4294
|
background-color:var(--surface-radio-surface);
|
|
4295
4295
|
border:var(--border-2) solid var(--border-radio-border);
|
|
4296
4296
|
}
|
|
4297
|
-
.radio_group_module_radioButton--
|
|
4297
|
+
.radio_group_module_radioButton--42ff3[data-state=unchecked] .radio_group_module_indicator--42ff3{
|
|
4298
4298
|
transform:scale(0);
|
|
4299
4299
|
}
|
|
4300
|
-
.radio_group_module_radioButton--
|
|
4300
|
+
.radio_group_module_radioButton--42ff3:not([data-disabled]):hover{
|
|
4301
4301
|
background-color:var(--surface-radio-surface-hover);
|
|
4302
4302
|
border:var(--border-2) solid var(--border-radio-border-hover);
|
|
4303
4303
|
}
|
|
4304
|
-
.radio_group_module_radioButton--
|
|
4304
|
+
.radio_group_module_radioButton--42ff3:not([data-disabled]):hover[data-state=checked]{
|
|
4305
4305
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
4306
4306
|
border:var(--border-2) solid var(--border-radio-border-selected-hover);
|
|
4307
4307
|
}
|
|
4308
4308
|
|
|
4309
|
-
.search_module_search--
|
|
4309
|
+
.search_module_search--a4a43{
|
|
4310
4310
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4311
4311
|
font-size:.875rem;
|
|
4312
4312
|
font-weight:400;
|
|
@@ -4319,7 +4319,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4319
4319
|
text-transform:none;
|
|
4320
4320
|
width:100%;
|
|
4321
4321
|
}
|
|
4322
|
-
.search_module_search--
|
|
4322
|
+
.search_module_search--a4a43 .search_module_searchIcon--a4a43{
|
|
4323
4323
|
height:var(--size-4);
|
|
4324
4324
|
left:var(--space-2);
|
|
4325
4325
|
pointer-events:none;
|
|
@@ -4328,12 +4328,12 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4328
4328
|
transform:translateY(-50%);
|
|
4329
4329
|
width:var(--size-4);
|
|
4330
4330
|
}
|
|
4331
|
-
.search_module_search--
|
|
4331
|
+
.search_module_search--a4a43 .search_module_searchIcon--a4a43.search_module_global--a4a43{
|
|
4332
4332
|
height:var(--size-5);
|
|
4333
4333
|
left:var(--space-4);
|
|
4334
4334
|
width:var(--size-5);
|
|
4335
4335
|
}
|
|
4336
|
-
.search_module_search--
|
|
4336
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43{
|
|
4337
4337
|
background-color:var(--surface-search-surface);
|
|
4338
4338
|
border:var(--border-1) solid #0000;
|
|
4339
4339
|
border-radius:var(--radius-2);
|
|
@@ -4354,45 +4354,45 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4354
4354
|
transition:border-color .15s ease,background-color .15s ease;
|
|
4355
4355
|
width:100%;
|
|
4356
4356
|
}
|
|
4357
|
-
.search_module_search--
|
|
4357
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43.search_module_global--a4a43{
|
|
4358
4358
|
border-radius:var(--radius-7);
|
|
4359
4359
|
height:var(--size-12);
|
|
4360
4360
|
padding-inline:var(--space-12) var(--space-2);
|
|
4361
4361
|
}
|
|
4362
|
-
.search_module_search--
|
|
4362
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43::-webkit-search-cancel-button,.search_module_search--a4a43 .search_module_searchInput--a4a43::-webkit-search-decoration,.search_module_search--a4a43 .search_module_searchInput--a4a43::-webkit-search-results-button,.search_module_search--a4a43 .search_module_searchInput--a4a43::-webkit-search-results-decoration{
|
|
4363
4363
|
appearance:none;
|
|
4364
4364
|
}
|
|
4365
|
-
.search_module_search--
|
|
4365
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43:hover{
|
|
4366
4366
|
box-shadow:unset;
|
|
4367
4367
|
}
|
|
4368
|
-
.search_module_search--
|
|
4368
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43 .search_module_firefoxDefaultOpacityFix--a4a43,.search_module_search--a4a43 .search_module_searchInput--a4a43 .search_module_searchInput--a4a43::placeholder{
|
|
4369
4369
|
opacity:1;
|
|
4370
4370
|
}
|
|
4371
|
-
.search_module_search--
|
|
4371
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43::placeholder{
|
|
4372
4372
|
color:var(--text-text-on-light-secondary);
|
|
4373
4373
|
}
|
|
4374
|
-
.search_module_search--
|
|
4374
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43:not(:placeholder-shown){
|
|
4375
4375
|
padding-inline-end:var(--space-8);
|
|
4376
4376
|
}
|
|
4377
|
-
.search_module_search--
|
|
4377
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43:not(:placeholder-shown).search_module_global--a4a43{
|
|
4378
4378
|
padding-inline-end:calc(var(--size-8)*2 + var(--space-6));
|
|
4379
4379
|
}
|
|
4380
|
-
.search_module_search--
|
|
4380
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43:not(:placeholder-shown).search_module_global--a4a43.search_module_withoutActionButton--a4a43{
|
|
4381
4381
|
padding-inline-end:calc(var(--size-8) + var(--space-3));
|
|
4382
4382
|
}
|
|
4383
|
-
.search_module_search--
|
|
4383
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43:focus-visible{
|
|
4384
4384
|
background-color:var(--surface-search-surface-focused);
|
|
4385
4385
|
border:var(--border-2) solid #2486fc;
|
|
4386
4386
|
padding-inline-start:calc(var(--space-8) - var(--border-1));
|
|
4387
4387
|
}
|
|
4388
|
-
.search_module_search--
|
|
4388
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43:focus-visible.search_module_global--a4a43{
|
|
4389
4389
|
padding-inline-start:calc(var(--space-12) - var(--border-1));
|
|
4390
4390
|
}
|
|
4391
|
-
.search_module_search--
|
|
4391
|
+
.search_module_search--a4a43 .search_module_searchInput--a4a43:not(:focus-visible):not(:disabled):hover{
|
|
4392
4392
|
background-color:var(--surface-search-surface-hover);
|
|
4393
4393
|
border-color:#6f6f6f;
|
|
4394
4394
|
}
|
|
4395
|
-
.search_module_search--
|
|
4395
|
+
.search_module_search--a4a43 .search_module_clearSearchIcon--a4a43{
|
|
4396
4396
|
background:var(--surface-cta-surface-icon);
|
|
4397
4397
|
height:var(--size-4);
|
|
4398
4398
|
position:absolute;
|
|
@@ -4401,38 +4401,38 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4401
4401
|
transform:translateY(-50%);
|
|
4402
4402
|
width:var(--size-4);
|
|
4403
4403
|
}
|
|
4404
|
-
.search_module_search--
|
|
4404
|
+
.search_module_search--a4a43 .search_module_clearSearchIcon--a4a43.search_module_global--a4a43{
|
|
4405
4405
|
height:var(--size-8);
|
|
4406
4406
|
right:calc(var(--space-12) + var(--space-1));
|
|
4407
4407
|
width:var(--size-8);
|
|
4408
4408
|
}
|
|
4409
|
-
.search_module_search--
|
|
4409
|
+
.search_module_search--a4a43 .search_module_clearSearchIcon--a4a43.search_module_withoutActionButton--a4a43{
|
|
4410
4410
|
right:var(--space-3);
|
|
4411
4411
|
}
|
|
4412
|
-
.search_module_search--
|
|
4412
|
+
.search_module_search--a4a43 .search_module_clearSearchIcon--a4a43 *{
|
|
4413
4413
|
fill:var(--icon-cta-icon);
|
|
4414
4414
|
}
|
|
4415
|
-
.search_module_search--
|
|
4415
|
+
.search_module_search--a4a43 .search_module_clearSearchIcon--a4a43:focus-visible{
|
|
4416
4416
|
background:var(--surface-cta-surface-icon-hover);
|
|
4417
4417
|
outline:var(--border-2) solid var(--outline-focus-on-light);
|
|
4418
4418
|
}
|
|
4419
|
-
.search_module_search--
|
|
4419
|
+
.search_module_search--a4a43 .search_module_clearSearchIcon--a4a43:focus-visible *{
|
|
4420
4420
|
fill:var(--icon-cta-icon-hover);
|
|
4421
4421
|
}
|
|
4422
|
-
.search_module_search--
|
|
4422
|
+
.search_module_search--a4a43 .search_module_clearSearchIcon--a4a43:hover{
|
|
4423
4423
|
background:var(--surface-cta-surface-icon-hover);
|
|
4424
4424
|
}
|
|
4425
|
-
.search_module_search--
|
|
4425
|
+
.search_module_search--a4a43 .search_module_clearSearchIcon--a4a43:hover *{
|
|
4426
4426
|
fill:var(--icon-cta-icon-hover);
|
|
4427
4427
|
}
|
|
4428
|
-
.search_module_search--
|
|
4428
|
+
.search_module_search--a4a43 .search_module_actionButton--a4a43{
|
|
4429
4429
|
position:absolute;
|
|
4430
4430
|
right:var(--space-4);
|
|
4431
4431
|
top:50%;
|
|
4432
4432
|
transform:translateY(-50%);
|
|
4433
4433
|
}
|
|
4434
4434
|
|
|
4435
|
-
.select_module_container--
|
|
4435
|
+
.select_module_container--1c2f2{
|
|
4436
4436
|
display:flex;
|
|
4437
4437
|
flex-direction:column;
|
|
4438
4438
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4444,15 +4444,15 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4444
4444
|
text-decoration:none;
|
|
4445
4445
|
text-transform:none;
|
|
4446
4446
|
}
|
|
4447
|
-
.select_module_container--
|
|
4447
|
+
.select_module_container--1c2f2.select_module_disabled--1c2f2{
|
|
4448
4448
|
opacity:60%;
|
|
4449
4449
|
}
|
|
4450
|
-
.select_module_container--
|
|
4450
|
+
.select_module_container--1c2f2 .select_module_label--1c2f2{
|
|
4451
4451
|
flex:0 0 fit-content;
|
|
4452
4452
|
font-weight:700;
|
|
4453
4453
|
overflow-wrap:break-word;
|
|
4454
4454
|
}
|
|
4455
|
-
.select_module_container--
|
|
4455
|
+
.select_module_container--1c2f2 .select_module_label--1c2f2,.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2{
|
|
4456
4456
|
color:var(--text-text-on-light);
|
|
4457
4457
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4458
4458
|
font-size:.875rem;
|
|
@@ -4461,7 +4461,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4461
4461
|
text-decoration:none;
|
|
4462
4462
|
text-transform:none;
|
|
4463
4463
|
}
|
|
4464
|
-
.select_module_container--
|
|
4464
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2{
|
|
4465
4465
|
align-items:center;
|
|
4466
4466
|
background-color:var(--surface-dropdown-surface);
|
|
4467
4467
|
border:var(--border-1) solid var(--border-dropdown-border);
|
|
@@ -4479,45 +4479,45 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4479
4479
|
text-align:start;
|
|
4480
4480
|
width:100%;
|
|
4481
4481
|
}
|
|
4482
|
-
.select_module_container--
|
|
4482
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2 span:first-child{
|
|
4483
4483
|
overflow:hidden;
|
|
4484
4484
|
text-overflow:ellipsis;
|
|
4485
4485
|
white-space:nowrap;
|
|
4486
4486
|
}
|
|
4487
|
-
.select_module_container--
|
|
4487
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2:disabled{
|
|
4488
4488
|
cursor:default;
|
|
4489
4489
|
}
|
|
4490
|
-
.select_module_container--
|
|
4490
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2:not(.select_module_error--1c2f2):focus{
|
|
4491
4491
|
background-color:var(--surface-dropdown-surface-focus);
|
|
4492
4492
|
border-color:#0000;
|
|
4493
4493
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4494
4494
|
}
|
|
4495
|
-
.select_module_container--
|
|
4495
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2:not(:disabled):not(:focus):not(.select_module_error--1c2f2):hover{
|
|
4496
4496
|
background-color:var(--surface-dropdown-surface-hover);
|
|
4497
4497
|
border-color:var(--border-dropdown-border-hover);
|
|
4498
4498
|
}
|
|
4499
|
-
.select_module_container--
|
|
4499
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2:not(:disabled).select_module_error--1c2f2{
|
|
4500
4500
|
background-color:var(--surface-dropdown-surface-error);
|
|
4501
4501
|
border:var(--border-2) solid var(--border-dropdown-border-error);
|
|
4502
4502
|
}
|
|
4503
|
-
.select_module_container--
|
|
4503
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2 .select_module_iconWrapper--1c2f2{
|
|
4504
4504
|
flex-shrink:0;
|
|
4505
4505
|
-webkit-user-select:none;
|
|
4506
4506
|
user-select:none;
|
|
4507
4507
|
}
|
|
4508
|
-
.select_module_container--
|
|
4508
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2 .select_module_icon--1c2f2{
|
|
4509
4509
|
display:block;
|
|
4510
4510
|
height:var(--size-2);
|
|
4511
4511
|
width:var(--size-2);
|
|
4512
4512
|
}
|
|
4513
|
-
.select_module_container--
|
|
4513
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2 .select_module_icon--1c2f2 path{
|
|
4514
4514
|
fill:var(--icon-icon-on-light);
|
|
4515
4515
|
}
|
|
4516
|
-
.select_module_container--
|
|
4516
|
+
.select_module_container--1c2f2 .select_module_triggerBtn--1c2f2[data-state=open] .select_module_icon--1c2f2{
|
|
4517
4517
|
transform:rotate(180deg);
|
|
4518
4518
|
}
|
|
4519
4519
|
|
|
4520
|
-
.select_module_content--
|
|
4520
|
+
.select_module_content--1c2f2{
|
|
4521
4521
|
background-color:var(--surface-menu-surface);
|
|
4522
4522
|
border:var(--border-1) solid var(--border-card-border);
|
|
4523
4523
|
border-radius:var(--radius-3);
|
|
@@ -4535,11 +4535,11 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4535
4535
|
text-transform:none;
|
|
4536
4536
|
z-index:380;
|
|
4537
4537
|
}
|
|
4538
|
-
.select_module_content--
|
|
4538
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2{
|
|
4539
4539
|
padding-block:var(--space-3);
|
|
4540
4540
|
padding-inline:var(--space-3);
|
|
4541
4541
|
}
|
|
4542
|
-
.select_module_content--
|
|
4542
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_option--1c2f2{
|
|
4543
4543
|
border:var(--border-2) solid #0000;
|
|
4544
4544
|
border-radius:var(--radius-3);
|
|
4545
4545
|
cursor:pointer;
|
|
@@ -4554,25 +4554,25 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4554
4554
|
-webkit-user-select:none;
|
|
4555
4555
|
user-select:none;
|
|
4556
4556
|
}
|
|
4557
|
-
.select_module_content--
|
|
4557
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_option--1c2f2[data-disabled]{
|
|
4558
4558
|
opacity:60%;
|
|
4559
4559
|
pointer-events:none;
|
|
4560
4560
|
}
|
|
4561
|
-
.select_module_content--
|
|
4561
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_option--1c2f2[data-highlighted]:not(:hover){
|
|
4562
4562
|
background-color:var(--surface-menu-surface-focus);
|
|
4563
4563
|
border:var(--border-2) solid var(--border-input-border-focus);
|
|
4564
4564
|
}
|
|
4565
|
-
.select_module_content--
|
|
4565
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_option--1c2f2:hover{
|
|
4566
4566
|
background-color:var(--surface-menu-surface-hover);
|
|
4567
4567
|
}
|
|
4568
|
-
.select_module_content--
|
|
4568
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_option--1c2f2 span:first-child{
|
|
4569
4569
|
overflow:hidden;
|
|
4570
4570
|
overflow-wrap:break-word;
|
|
4571
4571
|
}
|
|
4572
|
-
.select_module_content--
|
|
4572
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_option--1c2f2 .select_module_secondaryText--1c2f2{
|
|
4573
4573
|
color:var(--text-text-on-light-secondary);
|
|
4574
4574
|
}
|
|
4575
|
-
.select_module_content--
|
|
4575
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_option--1c2f2 .select_module_indicator--1c2f2{
|
|
4576
4576
|
align-items:center;
|
|
4577
4577
|
display:flex;
|
|
4578
4578
|
height:var(--size-9);
|
|
@@ -4581,17 +4581,17 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4581
4581
|
position:absolute;
|
|
4582
4582
|
top:0;
|
|
4583
4583
|
}
|
|
4584
|
-
.select_module_content--
|
|
4584
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_option--1c2f2 .select_module_indicator--1c2f2 path{
|
|
4585
4585
|
fill:var(--icon-icon-on-light);
|
|
4586
4586
|
}
|
|
4587
|
-
.select_module_content--
|
|
4587
|
+
.select_module_content--1c2f2 .select_module_viewport--1c2f2 .select_module_separator--1c2f2{
|
|
4588
4588
|
background-color:var(--border-divider-border);
|
|
4589
4589
|
flex-shrink:0;
|
|
4590
4590
|
height:var(--border-1);
|
|
4591
4591
|
margin-block:var(--space-2);
|
|
4592
4592
|
}
|
|
4593
4593
|
|
|
4594
|
-
.side_panel_module_content--
|
|
4594
|
+
.side_panel_module_content--1f499{
|
|
4595
4595
|
background-color:var(--gray-white);
|
|
4596
4596
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
4597
4597
|
display:flex;
|
|
@@ -4606,11 +4606,11 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4606
4606
|
width:360px;
|
|
4607
4607
|
}
|
|
4608
4608
|
@media only screen and (max-width: 767px){
|
|
4609
|
-
.side_panel_module_content--
|
|
4609
|
+
.side_panel_module_content--1f499{
|
|
4610
4610
|
min-width:100%;
|
|
4611
4611
|
}
|
|
4612
4612
|
}
|
|
4613
|
-
.side_panel_module_content--
|
|
4613
|
+
.side_panel_module_content--1f499 .side_panel_module_header--1f499{
|
|
4614
4614
|
align-items:center;
|
|
4615
4615
|
background-color:var(--surface-surface);
|
|
4616
4616
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
@@ -4625,39 +4625,39 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4625
4625
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4626
4626
|
word-break:break-word;
|
|
4627
4627
|
}
|
|
4628
|
-
.side_panel_module_content--
|
|
4628
|
+
.side_panel_module_content--1f499 .side_panel_module_header--1f499,.side_panel_module_content--1f499 .side_panel_module_header--1f499.side_panel_module_headerMobile--1f499{
|
|
4629
4629
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4630
4630
|
font-weight:700;
|
|
4631
4631
|
letter-spacing:.01875rem;
|
|
4632
4632
|
text-decoration:none;
|
|
4633
4633
|
text-transform:none;
|
|
4634
4634
|
}
|
|
4635
|
-
.side_panel_module_content--
|
|
4635
|
+
.side_panel_module_content--1f499 .side_panel_module_header--1f499.side_panel_module_headerMobile--1f499{
|
|
4636
4636
|
font-size:.9375rem;
|
|
4637
4637
|
line-height:1.25rem;
|
|
4638
4638
|
}
|
|
4639
|
-
.side_panel_module_content--
|
|
4639
|
+
.side_panel_module_content--1f499 .side_panel_module_headerShadow--1f499{
|
|
4640
4640
|
box-shadow:var(--dropshadow-3);
|
|
4641
4641
|
}
|
|
4642
4642
|
|
|
4643
|
-
.side_panel_module_contentAnimated--
|
|
4643
|
+
.side_panel_module_contentAnimated--1f499{
|
|
4644
4644
|
animation-duration:.2s;
|
|
4645
|
-
animation-name:side_panel_module_slideIn--
|
|
4645
|
+
animation-name:side_panel_module_slideIn--1f499;
|
|
4646
4646
|
animation-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4647
4647
|
}
|
|
4648
4648
|
|
|
4649
|
-
.side_panel_module_dropShadowContent--
|
|
4649
|
+
.side_panel_module_dropShadowContent--1f499{
|
|
4650
4650
|
box-shadow:var(--dropshadow-3);
|
|
4651
4651
|
}
|
|
4652
4652
|
|
|
4653
|
-
.side_panel_module_content--
|
|
4653
|
+
.side_panel_module_content--1f499 .side_panel_module_close--1f499{
|
|
4654
4654
|
color:var(--gray-65);
|
|
4655
4655
|
position:absolute;
|
|
4656
4656
|
right:var(--space-4);
|
|
4657
4657
|
top:var(--space-5);
|
|
4658
4658
|
}
|
|
4659
4659
|
|
|
4660
|
-
.side_panel_module_overlay--
|
|
4660
|
+
.side_panel_module_overlay--1f499{
|
|
4661
4661
|
background-color:var(--black-opacity-80);
|
|
4662
4662
|
bottom:0;
|
|
4663
4663
|
display:flex;
|
|
@@ -4668,20 +4668,20 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4668
4668
|
top:0;
|
|
4669
4669
|
z-index:300;
|
|
4670
4670
|
}
|
|
4671
|
-
.side_panel_module_overlay--
|
|
4671
|
+
.side_panel_module_overlay--1f499 .side_panel_module_content--1f499 .side_panel_module_header--1f499{
|
|
4672
4672
|
padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
|
|
4673
4673
|
}
|
|
4674
4674
|
|
|
4675
|
-
.side_panel_module_dropShadowOverlay--
|
|
4675
|
+
.side_panel_module_dropShadowOverlay--1f499{
|
|
4676
4676
|
background-color:initial;
|
|
4677
4677
|
}
|
|
4678
4678
|
|
|
4679
|
-
.side_panel_module_scrollableContainer--
|
|
4679
|
+
.side_panel_module_scrollableContainer--1f499{
|
|
4680
4680
|
flex-grow:1;
|
|
4681
4681
|
overflow-y:auto;
|
|
4682
4682
|
}
|
|
4683
4683
|
|
|
4684
|
-
.side_panel_module_footer--
|
|
4684
|
+
.side_panel_module_footer--1f499{
|
|
4685
4685
|
background-color:var(--surface-surface);
|
|
4686
4686
|
display:flex;
|
|
4687
4687
|
justify-content:flex-end;
|
|
@@ -4691,19 +4691,19 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4691
4691
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4692
4692
|
}
|
|
4693
4693
|
|
|
4694
|
-
.side_panel_module_footerShadow--
|
|
4694
|
+
.side_panel_module_footerShadow--1f499{
|
|
4695
4695
|
box-shadow:var(--dropshadow-3-inverse);
|
|
4696
4696
|
}
|
|
4697
4697
|
|
|
4698
|
-
.side_panel_module_footerButton--
|
|
4698
|
+
.side_panel_module_footerButton--1f499{
|
|
4699
4699
|
margin-inline-start:var(--space-2);
|
|
4700
4700
|
}
|
|
4701
4701
|
|
|
4702
|
-
.side_panel_module_footerButton--
|
|
4702
|
+
.side_panel_module_footerButton--1f499 + .side_panel_module_footerButton--1f499{
|
|
4703
4703
|
margin-inline-start:var(--space-3);
|
|
4704
4704
|
}
|
|
4705
4705
|
|
|
4706
|
-
@keyframes side_panel_module_slideIn--
|
|
4706
|
+
@keyframes side_panel_module_slideIn--1f499{
|
|
4707
4707
|
from{
|
|
4708
4708
|
inset-inline-end:-100%;
|
|
4709
4709
|
}
|
|
@@ -4712,14 +4712,14 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4712
4712
|
}
|
|
4713
4713
|
}
|
|
4714
4714
|
|
|
4715
|
-
.slider_incrementer_module_container--
|
|
4715
|
+
.slider_incrementer_module_container--812dc{
|
|
4716
4716
|
align-items:center;
|
|
4717
4717
|
display:grid;
|
|
4718
4718
|
grid-template-columns:auto 1fr auto;
|
|
4719
4719
|
width:100%;
|
|
4720
4720
|
}
|
|
4721
4721
|
|
|
4722
|
-
.slider_range_module_container--
|
|
4722
|
+
.slider_range_module_container--aa171{
|
|
4723
4723
|
align-items:center;
|
|
4724
4724
|
border:var(--size-05) solid #0000;
|
|
4725
4725
|
border-radius:var(--radius-1);
|
|
@@ -4730,11 +4730,11 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4730
4730
|
position:relative;
|
|
4731
4731
|
width:100%;
|
|
4732
4732
|
}
|
|
4733
|
-
.slider_range_module_container--
|
|
4733
|
+
.slider_range_module_container--aa171.slider_range_module_hasFocus--aa171{
|
|
4734
4734
|
border-color:var(--outline-focus-on-light);
|
|
4735
4735
|
}
|
|
4736
4736
|
|
|
4737
|
-
.slider_range_module_thumb--
|
|
4737
|
+
.slider_range_module_thumb--aa171{
|
|
4738
4738
|
background-color:var(--surface-sliderthumb-surface);
|
|
4739
4739
|
border-radius:50%;
|
|
4740
4740
|
display:block;
|
|
@@ -4742,15 +4742,15 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4742
4742
|
width:var(--size-3);
|
|
4743
4743
|
}
|
|
4744
4744
|
|
|
4745
|
-
.slider_range_module_thumb--
|
|
4745
|
+
.slider_range_module_thumb--aa171:focus{
|
|
4746
4746
|
outline:none;
|
|
4747
4747
|
}
|
|
4748
4748
|
|
|
4749
|
-
.slider_range_module_thumb--
|
|
4749
|
+
.slider_range_module_thumb--aa171:hover{
|
|
4750
4750
|
background-color:var(--surface-sliderthumb-surface-hover);
|
|
4751
4751
|
}
|
|
4752
4752
|
|
|
4753
|
-
.slider_range_module_root--
|
|
4753
|
+
.slider_range_module_root--aa171{
|
|
4754
4754
|
align-items:center;
|
|
4755
4755
|
display:flex;
|
|
4756
4756
|
flex-grow:1;
|
|
@@ -4760,31 +4760,31 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4760
4760
|
-webkit-user-select:none;
|
|
4761
4761
|
user-select:none;
|
|
4762
4762
|
}
|
|
4763
|
-
.slider_range_module_root--
|
|
4763
|
+
.slider_range_module_root--aa171.slider_range_module_disabled--aa171{
|
|
4764
4764
|
opacity:.3;
|
|
4765
4765
|
}
|
|
4766
|
-
.slider_range_module_root--
|
|
4766
|
+
.slider_range_module_root--aa171.slider_range_module_disabled--aa171 .slider_range_module_thumb--aa171:hover{
|
|
4767
4767
|
background-color:var(--surface-sliderthumb-surface);
|
|
4768
4768
|
}
|
|
4769
4769
|
|
|
4770
|
-
.slider_range_module_track--
|
|
4770
|
+
.slider_range_module_track--aa171{
|
|
4771
4771
|
background-color:var(--surface-slidertrack-surface);
|
|
4772
4772
|
border-radius:9999px;
|
|
4773
4773
|
flex-grow:1;
|
|
4774
4774
|
position:relative;
|
|
4775
4775
|
}
|
|
4776
4776
|
|
|
4777
|
-
.slider_range_module_track--
|
|
4777
|
+
.slider_range_module_track--aa171[data-orientation=horizontal]{
|
|
4778
4778
|
height:var(--size-05);
|
|
4779
4779
|
}
|
|
4780
4780
|
|
|
4781
|
-
.slider_module_container--
|
|
4781
|
+
.slider_module_container--dade9{
|
|
4782
4782
|
display:flex;
|
|
4783
4783
|
position:relative;
|
|
4784
4784
|
width:100%;
|
|
4785
4785
|
}
|
|
4786
4786
|
|
|
4787
|
-
.switch_module_option--
|
|
4787
|
+
.switch_module_option--a75a0{
|
|
4788
4788
|
display:flex;
|
|
4789
4789
|
flex-direction:column;
|
|
4790
4790
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4795,26 +4795,26 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4795
4795
|
text-decoration:none;
|
|
4796
4796
|
text-transform:none;
|
|
4797
4797
|
}
|
|
4798
|
-
.switch_module_option--
|
|
4798
|
+
.switch_module_option--a75a0 .switch_module_label--a75a0{
|
|
4799
4799
|
cursor:pointer;
|
|
4800
4800
|
display:inline-flex;
|
|
4801
4801
|
flex-direction:row;
|
|
4802
4802
|
width:-moz-fit-content;
|
|
4803
4803
|
width:fit-content;
|
|
4804
4804
|
}
|
|
4805
|
-
.switch_module_option--
|
|
4805
|
+
.switch_module_option--a75a0 .switch_module_label--a75a0.switch_module_rightAlign--a75a0{
|
|
4806
4806
|
flex-direction:row-reverse;
|
|
4807
4807
|
justify-content:space-between;
|
|
4808
4808
|
width:unset;
|
|
4809
4809
|
}
|
|
4810
|
-
.switch_module_option--
|
|
4810
|
+
.switch_module_option--a75a0 .switch_module_description--a75a0{
|
|
4811
4811
|
margin-left:3.25rem;
|
|
4812
4812
|
}
|
|
4813
|
-
.switch_module_option--
|
|
4813
|
+
.switch_module_option--a75a0 .switch_module_description--a75a0.switch_module_rightAlign--a75a0{
|
|
4814
4814
|
margin-left:unset;
|
|
4815
4815
|
margin-right:3.25rem;
|
|
4816
4816
|
}
|
|
4817
|
-
.switch_module_option--
|
|
4817
|
+
.switch_module_option--a75a0 .switch_module_switch--a75a0{
|
|
4818
4818
|
all:unset;
|
|
4819
4819
|
align-items:center;
|
|
4820
4820
|
background-color:#909090;
|
|
@@ -4828,17 +4828,17 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4828
4828
|
width:2.5rem;
|
|
4829
4829
|
will-change:transition;
|
|
4830
4830
|
}
|
|
4831
|
-
.switch_module_option--
|
|
4831
|
+
.switch_module_option--a75a0 .switch_module_switch--a75a0.switch_module_rightAlign--a75a0{
|
|
4832
4832
|
margin-left:2.5rem;
|
|
4833
4833
|
margin-right:unset;
|
|
4834
4834
|
}
|
|
4835
|
-
.switch_module_option--
|
|
4835
|
+
.switch_module_option--a75a0 .switch_module_switch--a75a0:focus-visible{
|
|
4836
4836
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
4837
4837
|
}
|
|
4838
|
-
.switch_module_option--
|
|
4838
|
+
.switch_module_option--a75a0 .switch_module_switch--a75a0[data-state=checked]{
|
|
4839
4839
|
background-color:#0061d5;
|
|
4840
4840
|
}
|
|
4841
|
-
.switch_module_option--
|
|
4841
|
+
.switch_module_option--a75a0 .switch_module_thumb--a75a0{
|
|
4842
4842
|
background-color:#fff;
|
|
4843
4843
|
border:.0625rem solid #bcbcbc;
|
|
4844
4844
|
border-radius:2.5rem;
|
|
@@ -4850,17 +4850,17 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4850
4850
|
width:1.25rem;
|
|
4851
4851
|
will-change:transform;
|
|
4852
4852
|
}
|
|
4853
|
-
.switch_module_option--
|
|
4853
|
+
.switch_module_option--a75a0 .switch_module_thumb--a75a0[data-state=checked]{
|
|
4854
4854
|
transform:translateX(1.25rem);
|
|
4855
4855
|
}
|
|
4856
|
-
.switch_module_option--
|
|
4856
|
+
.switch_module_option--a75a0.switch_module_disabled--a75a0 .switch_module_label--a75a0{
|
|
4857
4857
|
cursor:default;
|
|
4858
4858
|
}
|
|
4859
|
-
.switch_module_option--
|
|
4859
|
+
.switch_module_option--a75a0.switch_module_disabled--a75a0 .switch_module_switch--a75a0{
|
|
4860
4860
|
opacity:60%;
|
|
4861
4861
|
}
|
|
4862
4862
|
|
|
4863
|
-
.text_button_module_textButton--
|
|
4863
|
+
.text_button_module_textButton--a49b0{
|
|
4864
4864
|
align-items:center;
|
|
4865
4865
|
background:#0000;
|
|
4866
4866
|
border:none;
|
|
@@ -4880,46 +4880,46 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
4880
4880
|
-webkit-user-select:text;
|
|
4881
4881
|
user-select:text;
|
|
4882
4882
|
}
|
|
4883
|
-
.text_button_module_textButton--
|
|
4883
|
+
.text_button_module_textButton--a49b0.text_button_module_isFontInherited--a49b0{
|
|
4884
4884
|
border-radius:.125em;
|
|
4885
4885
|
font:inherit;
|
|
4886
4886
|
}
|
|
4887
|
-
.text_button_module_textButton--
|
|
4887
|
+
.text_button_module_textButton--a49b0.text_button_module_isFontInherited--a49b0.text_button_module_isIconButton--a49b0{
|
|
4888
4888
|
gap:.25em;
|
|
4889
4889
|
}
|
|
4890
|
-
.text_button_module_textButton--
|
|
4890
|
+
.text_button_module_textButton--a49b0.text_button_module_isFontInherited--a49b0:not(:disabled)[data-focus-visible]{
|
|
4891
4891
|
box-shadow:0 0 0 .125em var(--outline-focus-on-light);
|
|
4892
4892
|
}
|
|
4893
|
-
.text_button_module_textButton--
|
|
4893
|
+
.text_button_module_textButton--a49b0 .text_button_module_scaleLoader--a49b0 div{
|
|
4894
4894
|
border-radius:.375em;
|
|
4895
4895
|
height:.625em;
|
|
4896
4896
|
width:.125em;
|
|
4897
4897
|
}
|
|
4898
|
-
.text_button_module_textButton--
|
|
4898
|
+
.text_button_module_textButton--a49b0 .text_button_module_icon--a49b0{
|
|
4899
4899
|
align-items:center;
|
|
4900
4900
|
display:flex;
|
|
4901
4901
|
}
|
|
4902
|
-
.text_button_module_textButton--
|
|
4902
|
+
.text_button_module_textButton--a49b0 .text_button_module_hideTextContent--a49b0{
|
|
4903
4903
|
visibility:hidden;
|
|
4904
4904
|
}
|
|
4905
|
-
.text_button_module_textButton--
|
|
4905
|
+
.text_button_module_textButton--a49b0.text_button_module_isIconButton--a49b0{
|
|
4906
4906
|
gap:var(--space-1);
|
|
4907
4907
|
}
|
|
4908
|
-
.text_button_module_textButton--
|
|
4908
|
+
.text_button_module_textButton--a49b0.text_button_module_visuallyHidden--a49b0{
|
|
4909
4909
|
color:#0000;
|
|
4910
4910
|
pointer-events:none;
|
|
4911
4911
|
position:relative;
|
|
4912
4912
|
}
|
|
4913
|
-
.text_button_module_textButton--
|
|
4913
|
+
.text_button_module_textButton--a49b0:disabled{
|
|
4914
4914
|
opacity:.3;
|
|
4915
4915
|
}
|
|
4916
|
-
.text_button_module_textButton--
|
|
4916
|
+
.text_button_module_textButton--a49b0:not(:disabled):hover,.text_button_module_textButton--a49b0:not(:disabled)[data-focus-visible]{
|
|
4917
4917
|
color:var(--text-cta-link-hover);
|
|
4918
4918
|
}
|
|
4919
|
-
.text_button_module_textButton--
|
|
4919
|
+
.text_button_module_textButton--a49b0:not(:disabled)[data-focus-visible]{
|
|
4920
4920
|
box-shadow:0 0 0 var(--border-2) var(--outline-focus-on-light);
|
|
4921
4921
|
}
|
|
4922
|
-
.text_button_module_textButton--
|
|
4922
|
+
.text_button_module_textButton--a49b0:not(:disabled):active{
|
|
4923
4923
|
color:var(--text-cta-link-pressed);
|
|
4924
4924
|
}
|
|
4925
4925
|
:root{
|
|
@@ -5235,6 +5235,8 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5235
5235
|
--gray-30:#bcbcbc;
|
|
5236
5236
|
--gray-20:#d3d3d3;
|
|
5237
5237
|
--gray-10:#e8e8e8;
|
|
5238
|
+
--border-cta-border-ai:linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);
|
|
5239
|
+
--border-card-border-ai:linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);
|
|
5238
5240
|
--surface-badge-video-surface:#009aed;
|
|
5239
5241
|
--surface-badge-keynote-surface:#0a84ff;
|
|
5240
5242
|
--surface-badge-pages-surface:#ff9500;
|
|
@@ -5331,6 +5333,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5331
5333
|
--icon-icon-on-light-tertiary:var(--gray-50);
|
|
5332
5334
|
--icon-icon-on-light-secondary:var(--gray-65);
|
|
5333
5335
|
--icon-icon-on-light:var(--gray-100);
|
|
5336
|
+
--border-contentbutton-border-selected:var(--gray-50);
|
|
5334
5337
|
--border-toggle-border:var(--gray-30);
|
|
5335
5338
|
--border-badge-border:var(--gray-white);
|
|
5336
5339
|
--border-collapsible-border:var(--gray-20);
|
|
@@ -5395,6 +5398,8 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5395
5398
|
--border-cta-border-secondary-hover:var(--gray-30);
|
|
5396
5399
|
--border-cta-border-secondary-pressed:var(--gray-30);
|
|
5397
5400
|
--border-cta-border-secondary:var(--gray-30);
|
|
5401
|
+
--surface-contentswitcher-surface:var(--gray-10);
|
|
5402
|
+
--surface-contentbutton-surface-surface-selected:var(--gray-white);
|
|
5398
5403
|
--surface-cta-surface-promo-focus-pressed:var(--grimace-120);
|
|
5399
5404
|
--surface-cta-surface-promo-focus:var(--grimace-100);
|
|
5400
5405
|
--surface-cta-surface-promo-pressed:var(--grimace-120);
|
|
@@ -5459,11 +5464,11 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5459
5464
|
--surface-slidertrack-surface:var(--gray-65);
|
|
5460
5465
|
--surface-filterchip-surface-single-on-hover:var(--box-blue-100);
|
|
5461
5466
|
--surface-filterchip-surface-single-on:var(--box-blue-100);
|
|
5462
|
-
--surface-filterchip-surface-single-hover:var(--black-opacity-
|
|
5467
|
+
--surface-filterchip-surface-single-hover:var(--black-opacity-08);
|
|
5463
5468
|
--surface-filterchip-surface-single:var(--black-opacity-04);
|
|
5464
5469
|
--surface-filterchip-surface-multi-on-hover:var(--box-blue-10);
|
|
5465
5470
|
--surface-filterchip-surface-multi-on:var(--box-blue-10);
|
|
5466
|
-
--surface-filterchip-surface-multi-hover:var(--black-opacity-
|
|
5471
|
+
--surface-filterchip-surface-multi-hover:var(--black-opacity-08);
|
|
5467
5472
|
--surface-filterchip-surface-multi:var(--black-opacity-04);
|
|
5468
5473
|
--surface-inputchip-surface-error:var(--watermelon-red-10);
|
|
5469
5474
|
--surface-inputchip-surface-hover:var(--gray-10);
|
|
@@ -5605,7 +5610,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5605
5610
|
--z-index-card-tooltip:2147483647;
|
|
5606
5611
|
}
|
|
5607
5612
|
|
|
5608
|
-
.toolbar_module_root--
|
|
5613
|
+
.toolbar_module_root--4702a{
|
|
5609
5614
|
background:var(--surface-surface);
|
|
5610
5615
|
border:var(--border-1) solid var(--border-card-border);
|
|
5611
5616
|
border-radius:var(--radius-4);
|
|
@@ -5615,18 +5620,18 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5615
5620
|
padding:var(--space-1);
|
|
5616
5621
|
}
|
|
5617
5622
|
|
|
5618
|
-
.toolbar_module_separator--
|
|
5623
|
+
.toolbar_module_separator--4702a{
|
|
5619
5624
|
background-color:var(--border-divider-border);
|
|
5620
5625
|
border-radius:var(--radius-2);
|
|
5621
5626
|
width:1px;
|
|
5622
5627
|
}
|
|
5623
5628
|
|
|
5624
|
-
.toolbar_module_toggleGroup--
|
|
5629
|
+
.toolbar_module_toggleGroup--4702a,.toolbar_module_toolbarItem--4702a{
|
|
5625
5630
|
display:flex;
|
|
5626
5631
|
gap:var(--space-1);
|
|
5627
5632
|
}
|
|
5628
5633
|
|
|
5629
|
-
.toolbar_module_toolbarItem--
|
|
5634
|
+
.toolbar_module_toolbarItem--4702a{
|
|
5630
5635
|
align-items:center;
|
|
5631
5636
|
background:var(--toolbar-button-color, var(--surface-toggle-surface));
|
|
5632
5637
|
border:var(--border-1) solid #0000;
|
|
@@ -5640,34 +5645,34 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
|
|
|
5640
5645
|
-webkit-user-select:none;
|
|
5641
5646
|
user-select:none;
|
|
5642
5647
|
}
|
|
5643
|
-
.toolbar_module_toolbarItem--
|
|
5648
|
+
.toolbar_module_toolbarItem--4702a[data-disabled]{
|
|
5644
5649
|
background:var(--surface-toggle-surface);
|
|
5645
5650
|
opacity:.3;
|
|
5646
5651
|
pointer-events:none;
|
|
5647
5652
|
}
|
|
5648
|
-
.toolbar_module_toolbarItem--
|
|
5653
|
+
.toolbar_module_toolbarItem--4702a:not([data-disabled]):focus{
|
|
5649
5654
|
box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
|
|
5650
5655
|
}
|
|
5651
|
-
.toolbar_module_toolbarItem--
|
|
5656
|
+
.toolbar_module_toolbarItem--4702a:not([data-disabled]):hover{
|
|
5652
5657
|
background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
5653
5658
|
border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
|
|
5654
5659
|
}
|
|
5655
5660
|
|
|
5656
|
-
.toolbar_module_toolbarToggle--
|
|
5661
|
+
.toolbar_module_toolbarToggle--4702a[data-state=on]{
|
|
5657
5662
|
background:var(--surface-toggle-surface-pressed);
|
|
5658
5663
|
}
|
|
5659
|
-
.toolbar_module_toolbarToggle--
|
|
5664
|
+
.toolbar_module_toolbarToggle--4702a[data-state=on] svg *{
|
|
5660
5665
|
fill:var(--icon-icon-on-dark);
|
|
5661
5666
|
}
|
|
5662
|
-
.toolbar_module_toolbarToggle--
|
|
5667
|
+
.toolbar_module_toolbarToggle--4702a[data-state=on]:not([data-disabled]):hover{
|
|
5663
5668
|
background:var(--surface-toggle-surface-on-hover);
|
|
5664
5669
|
border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
|
|
5665
5670
|
}
|
|
5666
5671
|
|
|
5667
|
-
.toolbar_module_invertDropdownIndicator--
|
|
5672
|
+
.toolbar_module_invertDropdownIndicator--4702a{
|
|
5668
5673
|
transform:rotate(.5turn);
|
|
5669
5674
|
}
|
|
5670
5675
|
|
|
5671
|
-
.toolbar_module_triggerButtonSelectedWithColor--
|
|
5676
|
+
.toolbar_module_triggerButtonSelectedWithColor--4702a[data-state=on]:hover{
|
|
5672
5677
|
opacity:.7;
|
|
5673
5678
|
}
|