@jobber/components 6.47.0 → 6.48.0
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/dist/Combobox/Combobox.types.d.ts +5 -0
- package/dist/Combobox/components/ComboboxTrigger/ComboboxTrigger.d.ts +1 -1
- package/dist/Combobox-cjs.js +1 -1
- package/dist/Combobox-es.js +1 -1
- package/dist/ComboboxTrigger-cjs.js +2 -2
- package/dist/ComboboxTrigger-es.js +2 -2
- package/dist/styles.css +938 -938
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -127,81 +127,6 @@
|
|
|
127
127
|
text-align: right;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
:root {
|
|
131
|
-
--public--avatar-size: 32px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.QJpdGzG71k8- {
|
|
135
|
-
--avatar-size: var(--public--avatar-size);
|
|
136
|
-
--avatar-border-size: var(--border-base);
|
|
137
|
-
|
|
138
|
-
display: -ms-flexbox;
|
|
139
|
-
|
|
140
|
-
display: flex;
|
|
141
|
-
-ms-flex-align: center;
|
|
142
|
-
align-items: center;
|
|
143
|
-
-ms-flex-pack: center;
|
|
144
|
-
justify-content: center;
|
|
145
|
-
width: 32px;
|
|
146
|
-
width: var(--avatar-size);
|
|
147
|
-
height: 32px;
|
|
148
|
-
height: var(--avatar-size);
|
|
149
|
-
min-width: 32px;
|
|
150
|
-
min-width: var(--avatar-size);
|
|
151
|
-
min-height: 32px;
|
|
152
|
-
min-height: var(--avatar-size);
|
|
153
|
-
border-radius: 100%;
|
|
154
|
-
border-radius: var(--radius-circle);
|
|
155
|
-
color: hsl(197, 90%, 12%);
|
|
156
|
-
color: var(--color-heading);
|
|
157
|
-
font-size: 32px;
|
|
158
|
-
font-size: var(--avatar-size);
|
|
159
|
-
-webkit-font-smoothing: antialiased;
|
|
160
|
-
background: no-repeat center center hsl(197, 15%, 43%);
|
|
161
|
-
background: no-repeat center center var(--color-base-blue--600);
|
|
162
|
-
background-size: cover;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.QJpdGzG71k8-:focus {
|
|
166
|
-
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
|
|
167
|
-
box-shadow: var(--shadow-focus);
|
|
168
|
-
outline: none;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.bexrcoi1lZk- {
|
|
172
|
-
--avatar-size: 72px;
|
|
173
|
-
--avatar-border-size: var(--border-thick);
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.xytAyzEap3U- {
|
|
177
|
-
--avatar-size: 24px;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/* isDark is dynamic and applies only when background is dark */
|
|
181
|
-
|
|
182
|
-
.E0Pgej0H3YA- {
|
|
183
|
-
color: rgba(255, 255, 255, 1);
|
|
184
|
-
color: var(--color-base-white);
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
._85roPa-UvXQ- {
|
|
188
|
-
font-size: calc(var(--avatar-size) / 2);
|
|
189
|
-
text-transform: uppercase;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.meLH-BCeXWU- {
|
|
193
|
-
font-size: calc(var(--avatar-size) / 2.25);
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.OsEsZnEnjLc- {
|
|
197
|
-
width: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));
|
|
198
|
-
height: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));
|
|
199
|
-
box-shadow: 0 0 0 2px rgba(255, 255, 255, 1) inset;
|
|
200
|
-
box-shadow: 0 0 0 var(--border-thick) var(--color-surface) inset;
|
|
201
|
-
border-style: solid;
|
|
202
|
-
border-width: var(--avatar-border-size);
|
|
203
|
-
}
|
|
204
|
-
|
|
205
130
|
.ucGelS5nNm0- {
|
|
206
131
|
--banner-surface: var(--color-surface);
|
|
207
132
|
--banner-textColor: var(--color-text);
|
|
@@ -373,6 +298,81 @@
|
|
|
373
298
|
align-self: center;
|
|
374
299
|
}
|
|
375
300
|
|
|
301
|
+
:root {
|
|
302
|
+
--public--avatar-size: 32px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.QJpdGzG71k8- {
|
|
306
|
+
--avatar-size: var(--public--avatar-size);
|
|
307
|
+
--avatar-border-size: var(--border-base);
|
|
308
|
+
|
|
309
|
+
display: -ms-flexbox;
|
|
310
|
+
|
|
311
|
+
display: flex;
|
|
312
|
+
-ms-flex-align: center;
|
|
313
|
+
align-items: center;
|
|
314
|
+
-ms-flex-pack: center;
|
|
315
|
+
justify-content: center;
|
|
316
|
+
width: 32px;
|
|
317
|
+
width: var(--avatar-size);
|
|
318
|
+
height: 32px;
|
|
319
|
+
height: var(--avatar-size);
|
|
320
|
+
min-width: 32px;
|
|
321
|
+
min-width: var(--avatar-size);
|
|
322
|
+
min-height: 32px;
|
|
323
|
+
min-height: var(--avatar-size);
|
|
324
|
+
border-radius: 100%;
|
|
325
|
+
border-radius: var(--radius-circle);
|
|
326
|
+
color: hsl(197, 90%, 12%);
|
|
327
|
+
color: var(--color-heading);
|
|
328
|
+
font-size: 32px;
|
|
329
|
+
font-size: var(--avatar-size);
|
|
330
|
+
-webkit-font-smoothing: antialiased;
|
|
331
|
+
background: no-repeat center center hsl(197, 15%, 43%);
|
|
332
|
+
background: no-repeat center center var(--color-base-blue--600);
|
|
333
|
+
background-size: cover;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.QJpdGzG71k8-:focus {
|
|
337
|
+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
|
|
338
|
+
box-shadow: var(--shadow-focus);
|
|
339
|
+
outline: none;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.bexrcoi1lZk- {
|
|
343
|
+
--avatar-size: 72px;
|
|
344
|
+
--avatar-border-size: var(--border-thick);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.xytAyzEap3U- {
|
|
348
|
+
--avatar-size: 24px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/* isDark is dynamic and applies only when background is dark */
|
|
352
|
+
|
|
353
|
+
.E0Pgej0H3YA- {
|
|
354
|
+
color: rgba(255, 255, 255, 1);
|
|
355
|
+
color: var(--color-base-white);
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
._85roPa-UvXQ- {
|
|
359
|
+
font-size: calc(var(--avatar-size) / 2);
|
|
360
|
+
text-transform: uppercase;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.meLH-BCeXWU- {
|
|
364
|
+
font-size: calc(var(--avatar-size) / 2.25);
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.OsEsZnEnjLc- {
|
|
368
|
+
width: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));
|
|
369
|
+
height: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));
|
|
370
|
+
box-shadow: 0 0 0 2px rgba(255, 255, 255, 1) inset;
|
|
371
|
+
box-shadow: 0 0 0 var(--border-thick) var(--color-surface) inset;
|
|
372
|
+
border-style: solid;
|
|
373
|
+
border-width: var(--avatar-border-size);
|
|
374
|
+
}
|
|
375
|
+
|
|
376
376
|
:root {
|
|
377
377
|
--public--button--color-variation: var(--color-interactive);
|
|
378
378
|
--public--button--color-variation--hover: var(--color-interactive--hover);
|
|
@@ -780,6 +780,17 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
780
780
|
gap: var(--space-small);
|
|
781
781
|
}
|
|
782
782
|
|
|
783
|
+
.Aj6o8FcaKHc- {
|
|
784
|
+
container-name: var(--public-container-name);
|
|
785
|
+
container-type: inline-size;
|
|
786
|
+
width: var(--public-container-width);
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.eIsVvlXoWhs- {
|
|
790
|
+
container-type: inline-size;
|
|
791
|
+
width: var(--public-container-apply-width);
|
|
792
|
+
}
|
|
793
|
+
|
|
783
794
|
._5mDLThZ7dBQ- {
|
|
784
795
|
--card--accent-color: var(--color-request);
|
|
785
796
|
}
|
|
@@ -1120,25 +1131,33 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
1120
1131
|
--card--accent-color: var(--color-white);
|
|
1121
1132
|
}
|
|
1122
1133
|
|
|
1123
|
-
.
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1134
|
+
.sGSmxHTsTfA- {
|
|
1135
|
+
display: -ms-flexbox;
|
|
1136
|
+
display: flex;
|
|
1137
|
+
-ms-flex-direction: column;
|
|
1138
|
+
flex-direction: column;
|
|
1139
|
+
min-height: var(--public-cover-min-height);
|
|
1140
|
+
padding: var(--public-cover-space);
|
|
1127
1141
|
}
|
|
1128
1142
|
|
|
1129
|
-
.
|
|
1130
|
-
|
|
1131
|
-
|
|
1143
|
+
.sGSmxHTsTfA- > * {
|
|
1144
|
+
margin-top: var(--public-cover-space);
|
|
1145
|
+
margin-bottom: var(--public-cover-space);
|
|
1132
1146
|
}
|
|
1133
1147
|
|
|
1134
|
-
.
|
|
1135
|
-
|
|
1136
|
-
|
|
1148
|
+
.sGSmxHTsTfA- > :first-child:not(._6S-jbOw7NEA-) {
|
|
1149
|
+
-webkit-margin-before: 0;
|
|
1150
|
+
margin-top: 0;
|
|
1137
1151
|
}
|
|
1138
1152
|
|
|
1139
|
-
.
|
|
1140
|
-
|
|
1141
|
-
|
|
1153
|
+
.sGSmxHTsTfA- > :last-child:not(._6S-jbOw7NEA-) {
|
|
1154
|
+
-webkit-margin-after: 0;
|
|
1155
|
+
margin-bottom: 0;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.sGSmxHTsTfA- > ._6S-jbOw7NEA- {
|
|
1159
|
+
margin-top: auto;
|
|
1160
|
+
margin-bottom: auto;
|
|
1142
1161
|
}
|
|
1143
1162
|
|
|
1144
1163
|
.kub1yKbFFN0- {
|
|
@@ -1279,46 +1298,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
1279
1298
|
width: 100%;
|
|
1280
1299
|
}
|
|
1281
1300
|
|
|
1282
|
-
.Aj6o8FcaKHc- {
|
|
1283
|
-
container-name: var(--public-container-name);
|
|
1284
|
-
container-type: inline-size;
|
|
1285
|
-
width: var(--public-container-width);
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
.eIsVvlXoWhs- {
|
|
1289
|
-
container-type: inline-size;
|
|
1290
|
-
width: var(--public-container-apply-width);
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
.sGSmxHTsTfA- {
|
|
1294
|
-
display: -ms-flexbox;
|
|
1295
|
-
display: flex;
|
|
1296
|
-
-ms-flex-direction: column;
|
|
1297
|
-
flex-direction: column;
|
|
1298
|
-
min-height: var(--public-cover-min-height);
|
|
1299
|
-
padding: var(--public-cover-space);
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
.sGSmxHTsTfA- > * {
|
|
1303
|
-
margin-top: var(--public-cover-space);
|
|
1304
|
-
margin-bottom: var(--public-cover-space);
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
.sGSmxHTsTfA- > :first-child:not(._6S-jbOw7NEA-) {
|
|
1308
|
-
-webkit-margin-before: 0;
|
|
1309
|
-
margin-top: 0;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
.sGSmxHTsTfA- > :last-child:not(._6S-jbOw7NEA-) {
|
|
1313
|
-
-webkit-margin-after: 0;
|
|
1314
|
-
margin-bottom: 0;
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
.sGSmxHTsTfA- > ._6S-jbOw7NEA- {
|
|
1318
|
-
margin-top: auto;
|
|
1319
|
-
margin-bottom: auto;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
1301
|
:root {
|
|
1323
1302
|
--public-chip-base-bg-color: var(--color-interactive--background);
|
|
1324
1303
|
--public-chip-base-hover-bg-color: var(
|
|
@@ -1603,23 +1582,143 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
1603
1582
|
width: 1px;
|
|
1604
1583
|
}
|
|
1605
1584
|
|
|
1606
|
-
.
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
--
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1585
|
+
.bb-VTS0yML8-,
|
|
1586
|
+
._2BzdFV5LQvM-,
|
|
1587
|
+
._60G0BuQ6TY0- {
|
|
1588
|
+
--card--border: none;
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
.bb-VTS0yML8- {
|
|
1592
|
+
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.1);
|
|
1593
|
+
box-shadow: var(--shadow-low);
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
._2BzdFV5LQvM- {
|
|
1597
|
+
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
|
|
1598
|
+
box-shadow: var(--shadow-base);
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
._60G0BuQ6TY0- {
|
|
1602
|
+
box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.075), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
|
|
1603
|
+
box-shadow: var(--shadow-high);
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.B1cBkstNQhM- > :not(:last-child) {
|
|
1607
|
+
margin-bottom: 1px;
|
|
1608
|
+
margin-bottom: var(--space-minuscule);
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
.rjAxJwaso0s- > :not(:last-child) {
|
|
1612
|
+
margin-bottom: 2px;
|
|
1613
|
+
margin-bottom: var(--space-smallest);
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.Chezd5Sqtmk- > :not(:last-child) {
|
|
1617
|
+
margin-bottom: 4px;
|
|
1618
|
+
margin-bottom: var(--space-smaller);
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
.hzVGRy-KUeY- > :not(:last-child) {
|
|
1622
|
+
margin-bottom: 8px;
|
|
1623
|
+
margin-bottom: var(--space-small);
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
.XFi-EWH3Rc0- > :not(:last-child) {
|
|
1627
|
+
margin-bottom: 16px;
|
|
1628
|
+
margin-bottom: var(--space-base);
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
.JTt98vS-CLk- > :not(:last-child) {
|
|
1632
|
+
margin-bottom: 24px;
|
|
1633
|
+
margin-bottom: var(--space-large);
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
.-h5Dm7qvnss- > :not(:last-child) {
|
|
1637
|
+
margin-bottom: 32px;
|
|
1638
|
+
margin-bottom: var(--space-larger);
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.K7DP0lB9veI- > :not(:last-child) {
|
|
1642
|
+
margin-bottom: 48px;
|
|
1643
|
+
margin-bottom: var(--space-largest);
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.d8bHHzbOHk4- > :not(:last-child) {
|
|
1647
|
+
margin-bottom: 64px;
|
|
1648
|
+
margin-bottom: var(--space-extravagant);
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
.rJamQZ6fRes- {
|
|
1652
|
+
--content-block-max-width: 100ch;
|
|
1653
|
+
--content-block-gutters: 0;
|
|
1654
|
+
width: 100%;
|
|
1655
|
+
box-sizing: content-box;
|
|
1656
|
+
margin-left: auto;
|
|
1657
|
+
margin-right: auto;
|
|
1658
|
+
max-width: 100ch;
|
|
1659
|
+
max-width: var(--content-block-max-width);
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
.bqjXV8MRO-4- {
|
|
1663
|
+
-webkit-margin-start: 0;
|
|
1664
|
+
margin-left: 0;
|
|
1665
|
+
-webkit-margin-end: auto;
|
|
1666
|
+
margin-right: auto;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
.sCMxIxKkFe0- {
|
|
1670
|
+
-webkit-margin-end: 0;
|
|
1671
|
+
margin-right: 0;
|
|
1672
|
+
-webkit-margin-start: auto;
|
|
1673
|
+
margin-left: auto;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
._2pIQVKvVL1I- {
|
|
1677
|
+
margin-left: auto;
|
|
1678
|
+
margin-right: auto;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
._6dF2no3aTxw- {
|
|
1682
|
+
text-align: center;
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
.bqjXV8MRO-4-._6dF2no3aTxw- {
|
|
1686
|
+
text-align: left;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
.sCMxIxKkFe0-._6dF2no3aTxw- {
|
|
1690
|
+
text-align: right;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
._8k8YLsatGag- {
|
|
1694
|
+
-webkit-padding-start: var(--content-block-gutters);
|
|
1695
|
+
padding-left: var(--content-block-gutters);
|
|
1696
|
+
-webkit-padding-end: var(--content-block-gutters);
|
|
1697
|
+
padding-right: var(--content-block-gutters);
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
.cftWh-00zXM- {
|
|
1701
|
+
padding: 0;
|
|
1702
|
+
padding: var(--public-content--padding, 0);
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
.YxKKPXAU10s- {
|
|
1706
|
+
--checkbox--size: 20px;
|
|
1707
|
+
--checkbox--border--checked: var(--color-interactive);
|
|
1708
|
+
--checkbox--border--unchecked: var(--color-border--interactive);
|
|
1709
|
+
--checkbox--border--hover: var(--color-interactive);
|
|
1710
|
+
display: inline-block;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
.KxWx-msbH9c- {
|
|
1714
|
+
display: -ms-flexbox;
|
|
1715
|
+
display: flex;
|
|
1716
|
+
-ms-flex-align: start;
|
|
1717
|
+
align-items: flex-start;
|
|
1718
|
+
-webkit-user-select: none;
|
|
1719
|
+
-ms-user-select: none;
|
|
1720
|
+
user-select: none;
|
|
1721
|
+
cursor: pointer;
|
|
1623
1722
|
}
|
|
1624
1723
|
|
|
1625
1724
|
.TKr3J-6ARFo- {
|
|
@@ -1730,105 +1829,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
1730
1829
|
display: inline-block;
|
|
1731
1830
|
}
|
|
1732
1831
|
|
|
1733
|
-
.cftWh-00zXM- {
|
|
1734
|
-
padding: 0;
|
|
1735
|
-
padding: var(--public-content--padding, 0);
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
.rJamQZ6fRes- {
|
|
1739
|
-
--content-block-max-width: 100ch;
|
|
1740
|
-
--content-block-gutters: 0;
|
|
1741
|
-
width: 100%;
|
|
1742
|
-
box-sizing: content-box;
|
|
1743
|
-
margin-left: auto;
|
|
1744
|
-
margin-right: auto;
|
|
1745
|
-
max-width: 100ch;
|
|
1746
|
-
max-width: var(--content-block-max-width);
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
.bqjXV8MRO-4- {
|
|
1750
|
-
-webkit-margin-start: 0;
|
|
1751
|
-
margin-left: 0;
|
|
1752
|
-
-webkit-margin-end: auto;
|
|
1753
|
-
margin-right: auto;
|
|
1754
|
-
}
|
|
1755
|
-
|
|
1756
|
-
.sCMxIxKkFe0- {
|
|
1757
|
-
-webkit-margin-end: 0;
|
|
1758
|
-
margin-right: 0;
|
|
1759
|
-
-webkit-margin-start: auto;
|
|
1760
|
-
margin-left: auto;
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
._2pIQVKvVL1I- {
|
|
1764
|
-
margin-left: auto;
|
|
1765
|
-
margin-right: auto;
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
._6dF2no3aTxw- {
|
|
1769
|
-
text-align: center;
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
.bqjXV8MRO-4-._6dF2no3aTxw- {
|
|
1773
|
-
text-align: left;
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
|
-
.sCMxIxKkFe0-._6dF2no3aTxw- {
|
|
1777
|
-
text-align: right;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
._8k8YLsatGag- {
|
|
1781
|
-
-webkit-padding-start: var(--content-block-gutters);
|
|
1782
|
-
padding-left: var(--content-block-gutters);
|
|
1783
|
-
-webkit-padding-end: var(--content-block-gutters);
|
|
1784
|
-
padding-right: var(--content-block-gutters);
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
.B1cBkstNQhM- > :not(:last-child) {
|
|
1788
|
-
margin-bottom: 1px;
|
|
1789
|
-
margin-bottom: var(--space-minuscule);
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
|
-
.rjAxJwaso0s- > :not(:last-child) {
|
|
1793
|
-
margin-bottom: 2px;
|
|
1794
|
-
margin-bottom: var(--space-smallest);
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
.Chezd5Sqtmk- > :not(:last-child) {
|
|
1798
|
-
margin-bottom: 4px;
|
|
1799
|
-
margin-bottom: var(--space-smaller);
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
.hzVGRy-KUeY- > :not(:last-child) {
|
|
1803
|
-
margin-bottom: 8px;
|
|
1804
|
-
margin-bottom: var(--space-small);
|
|
1805
|
-
}
|
|
1806
|
-
|
|
1807
|
-
.XFi-EWH3Rc0- > :not(:last-child) {
|
|
1808
|
-
margin-bottom: 16px;
|
|
1809
|
-
margin-bottom: var(--space-base);
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
|
-
.JTt98vS-CLk- > :not(:last-child) {
|
|
1813
|
-
margin-bottom: 24px;
|
|
1814
|
-
margin-bottom: var(--space-large);
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
.-h5Dm7qvnss- > :not(:last-child) {
|
|
1818
|
-
margin-bottom: 32px;
|
|
1819
|
-
margin-bottom: var(--space-larger);
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
.K7DP0lB9veI- > :not(:last-child) {
|
|
1823
|
-
margin-bottom: 48px;
|
|
1824
|
-
margin-bottom: var(--space-largest);
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
.d8bHHzbOHk4- > :not(:last-child) {
|
|
1828
|
-
margin-bottom: 64px;
|
|
1829
|
-
margin-bottom: var(--space-extravagant);
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
1832
|
.v3oESmhykhE-,
|
|
1833
1833
|
.v3oESmhykhE- * {
|
|
1834
1834
|
box-sizing: border-box;
|
|
@@ -2327,6 +2327,13 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
2327
2327
|
flex: 1 1 40%;
|
|
2328
2328
|
}
|
|
2329
2329
|
|
|
2330
|
+
.XLgPB38fKeE- {
|
|
2331
|
+
--divider-color: var(--color-border);
|
|
2332
|
+
margin: 0;
|
|
2333
|
+
padding: 0;
|
|
2334
|
+
border: none;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2330
2337
|
.VMuRkKeqAs8- {
|
|
2331
2338
|
-webkit-transform-origin: 50% 47.5% 0;
|
|
2332
2339
|
transform-origin: 50% 47.5% 0;
|
|
@@ -2442,13 +2449,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
2442
2449
|
}
|
|
2443
2450
|
}
|
|
2444
2451
|
|
|
2445
|
-
.XLgPB38fKeE- {
|
|
2446
|
-
--divider-color: var(--color-border);
|
|
2447
|
-
margin: 0;
|
|
2448
|
-
padding: 0;
|
|
2449
|
-
border: none;
|
|
2450
|
-
}
|
|
2451
|
-
|
|
2452
2452
|
.t44-9xW2xyI- {
|
|
2453
2453
|
--divider-width: var(--border-base);
|
|
2454
2454
|
}
|
|
@@ -2481,16 +2481,47 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
2481
2481
|
border-right: var(--divider-width) solid var(--divider-color);
|
|
2482
2482
|
}
|
|
2483
2483
|
|
|
2484
|
-
.
|
|
2485
|
-
display:
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2484
|
+
.o-b2tWQIZvw- {
|
|
2485
|
+
display: -ms-flexbox;
|
|
2486
|
+
display: flex;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
.NZtPT-dXFeQ- {
|
|
2490
|
+
-ms-flex: 1 1 auto;
|
|
2491
|
+
flex: 1 1 auto;
|
|
2492
|
+
-ms-flex-item-align: center;
|
|
2493
|
+
align-self: center;
|
|
2494
|
+
padding-right: 16px;
|
|
2495
|
+
padding-right: var(--space-base);
|
|
2496
|
+
transition: opacity 200ms;
|
|
2497
|
+
transition: opacity var(--timing-base);
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
.tDW-yhISuqQ- {
|
|
2501
|
+
-ms-flex: 0 0 auto;
|
|
2502
|
+
flex: 0 0 auto;
|
|
2503
|
+
-ms-flex-item-align: start;
|
|
2504
|
+
align-self: flex-start;
|
|
2505
|
+
position: relative;
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
.Y-aeIDV1dL4- {
|
|
2509
|
+
position: absolute;
|
|
2510
|
+
top: 100%;
|
|
2511
|
+
width: 100%;
|
|
2512
|
+
margin-top: 2px;
|
|
2513
|
+
margin-top: var(--space-smallest);
|
|
2514
|
+
text-align: center;
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
.iXr88Nr7vpk- {
|
|
2518
|
+
opacity: 0.5;
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
.GSDyu-sASro- {
|
|
2522
|
+
opacity: 1;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2494
2525
|
.LNIwHwCs8gQ- {
|
|
2495
2526
|
--drawer-width: 280px;
|
|
2496
2527
|
--drawer--base-padding: var(--space-base);
|
|
@@ -2614,47 +2645,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
2614
2645
|
--public-content--padding: 0;
|
|
2615
2646
|
}
|
|
2616
2647
|
|
|
2617
|
-
.o-b2tWQIZvw- {
|
|
2618
|
-
display: -ms-flexbox;
|
|
2619
|
-
display: flex;
|
|
2620
|
-
}
|
|
2621
|
-
|
|
2622
|
-
.NZtPT-dXFeQ- {
|
|
2623
|
-
-ms-flex: 1 1 auto;
|
|
2624
|
-
flex: 1 1 auto;
|
|
2625
|
-
-ms-flex-item-align: center;
|
|
2626
|
-
align-self: center;
|
|
2627
|
-
padding-right: 16px;
|
|
2628
|
-
padding-right: var(--space-base);
|
|
2629
|
-
transition: opacity 200ms;
|
|
2630
|
-
transition: opacity var(--timing-base);
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
.tDW-yhISuqQ- {
|
|
2634
|
-
-ms-flex: 0 0 auto;
|
|
2635
|
-
flex: 0 0 auto;
|
|
2636
|
-
-ms-flex-item-align: start;
|
|
2637
|
-
align-self: flex-start;
|
|
2638
|
-
position: relative;
|
|
2639
|
-
}
|
|
2640
|
-
|
|
2641
|
-
.Y-aeIDV1dL4- {
|
|
2642
|
-
position: absolute;
|
|
2643
|
-
top: 100%;
|
|
2644
|
-
width: 100%;
|
|
2645
|
-
margin-top: 2px;
|
|
2646
|
-
margin-top: var(--space-smallest);
|
|
2647
|
-
text-align: center;
|
|
2648
|
-
}
|
|
2649
|
-
|
|
2650
|
-
.iXr88Nr7vpk- {
|
|
2651
|
-
opacity: 0.5;
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2654
|
-
.GSDyu-sASro- {
|
|
2655
|
-
opacity: 1;
|
|
2656
|
-
}
|
|
2657
|
-
|
|
2658
2648
|
.pEdV7Oo29SE- {
|
|
2659
2649
|
display: grid;
|
|
2660
2650
|
/* If this gets wrapped in a flex container, it should take the remaining space */
|
|
@@ -2706,6 +2696,20 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
2706
2696
|
align-items: end;
|
|
2707
2697
|
}
|
|
2708
2698
|
|
|
2699
|
+
._50Jq09W07gg- {
|
|
2700
|
+
display: grid;
|
|
2701
|
+
width: 100%;
|
|
2702
|
+
height: 100%;
|
|
2703
|
+
overflow: hidden;
|
|
2704
|
+
grid-template-columns: minmax(0, 1fr) minmax(-webkit-min-content, -webkit-max-content);
|
|
2705
|
+
grid-template-columns: minmax(0, 1fr) minmax(min-content, max-content);
|
|
2706
|
+
grid-template-rows: 1fr;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
.ViFkIUcS6PM- {
|
|
2710
|
+
font-style: normal;
|
|
2711
|
+
}
|
|
2712
|
+
|
|
2709
2713
|
:root {
|
|
2710
2714
|
/**
|
|
2711
2715
|
* These `--public-field` properties are used in other components such
|
|
@@ -3183,10 +3187,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
3183
3187
|
background: linear-gradient(to bottom, transparent, var(--color-surface) 60%);
|
|
3184
3188
|
}
|
|
3185
3189
|
|
|
3186
|
-
.ViFkIUcS6PM- {
|
|
3187
|
-
font-style: normal;
|
|
3188
|
-
}
|
|
3189
|
-
|
|
3190
3190
|
.y9T1gWK9SHY- {
|
|
3191
3191
|
--file-card--background-color: var(--color-surface);
|
|
3192
3192
|
--file-card--base-padding: var(--space-small);
|
|
@@ -3787,6 +3787,59 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
3787
3787
|
mix-blend-mode: multiply;
|
|
3788
3788
|
}
|
|
3789
3789
|
|
|
3790
|
+
.RwhScbXCXw0- > *:not(:last-child) {
|
|
3791
|
+
margin-bottom: -1px !important;
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3794
|
+
.xxMbKnv30VQ- {
|
|
3795
|
+
display: -ms-flexbox;
|
|
3796
|
+
display: flex;
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
.xxMbKnv30VQ- > *:not(:last-child) {
|
|
3800
|
+
margin-bottom: auto;
|
|
3801
|
+
margin-right: -1px;
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3804
|
+
/* Border corners are rounded on the outside edges of the group */
|
|
3805
|
+
|
|
3806
|
+
.l87dJm2JnlA- {
|
|
3807
|
+
--public-field--top-left-radius: 0;
|
|
3808
|
+
--public-field--top-right-radius: 0;
|
|
3809
|
+
--public-field--bottom-left-radius: 0;
|
|
3810
|
+
--public-field--bottom-right-radius: 0;
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
.RwhScbXCXw0- > :first-child:not(.xxMbKnv30VQ-) {
|
|
3814
|
+
--public-field--top-left-radius: var(--radius-base);
|
|
3815
|
+
--public-field--top-right-radius: var(--radius-base);
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3818
|
+
.RwhScbXCXw0- > :last-child:not(.xxMbKnv30VQ-) {
|
|
3819
|
+
--public-field--bottom-left-radius: var(--radius-base);
|
|
3820
|
+
--public-field--bottom-right-radius: var(--radius-base);
|
|
3821
|
+
}
|
|
3822
|
+
|
|
3823
|
+
/* First Horizontal Input Group */
|
|
3824
|
+
|
|
3825
|
+
.xxMbKnv30VQ-:first-child > :first-child {
|
|
3826
|
+
--public-field--top-left-radius: var(--radius-base);
|
|
3827
|
+
}
|
|
3828
|
+
|
|
3829
|
+
.xxMbKnv30VQ-:first-child > :last-child {
|
|
3830
|
+
--public-field--top-right-radius: var(--radius-base);
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
/* Last Horizontal Input Group */
|
|
3834
|
+
|
|
3835
|
+
.xxMbKnv30VQ-:last-child > :first-child {
|
|
3836
|
+
--public-field--bottom-left-radius: var(--radius-base);
|
|
3837
|
+
}
|
|
3838
|
+
|
|
3839
|
+
.xxMbKnv30VQ-:last-child > :last-child {
|
|
3840
|
+
--public-field--bottom-right-radius: var(--radius-base);
|
|
3841
|
+
}
|
|
3842
|
+
|
|
3790
3843
|
.fSDkYM-382I- {
|
|
3791
3844
|
font-size: 0;
|
|
3792
3845
|
line-height: 0;
|
|
@@ -3842,59 +3895,6 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
3842
3895
|
height: 100%;
|
|
3843
3896
|
}
|
|
3844
3897
|
|
|
3845
|
-
.RwhScbXCXw0- > *:not(:last-child) {
|
|
3846
|
-
margin-bottom: -1px !important;
|
|
3847
|
-
}
|
|
3848
|
-
|
|
3849
|
-
.xxMbKnv30VQ- {
|
|
3850
|
-
display: -ms-flexbox;
|
|
3851
|
-
display: flex;
|
|
3852
|
-
}
|
|
3853
|
-
|
|
3854
|
-
.xxMbKnv30VQ- > *:not(:last-child) {
|
|
3855
|
-
margin-bottom: auto;
|
|
3856
|
-
margin-right: -1px;
|
|
3857
|
-
}
|
|
3858
|
-
|
|
3859
|
-
/* Border corners are rounded on the outside edges of the group */
|
|
3860
|
-
|
|
3861
|
-
.l87dJm2JnlA- {
|
|
3862
|
-
--public-field--top-left-radius: 0;
|
|
3863
|
-
--public-field--top-right-radius: 0;
|
|
3864
|
-
--public-field--bottom-left-radius: 0;
|
|
3865
|
-
--public-field--bottom-right-radius: 0;
|
|
3866
|
-
}
|
|
3867
|
-
|
|
3868
|
-
.RwhScbXCXw0- > :first-child:not(.xxMbKnv30VQ-) {
|
|
3869
|
-
--public-field--top-left-radius: var(--radius-base);
|
|
3870
|
-
--public-field--top-right-radius: var(--radius-base);
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
|
-
.RwhScbXCXw0- > :last-child:not(.xxMbKnv30VQ-) {
|
|
3874
|
-
--public-field--bottom-left-radius: var(--radius-base);
|
|
3875
|
-
--public-field--bottom-right-radius: var(--radius-base);
|
|
3876
|
-
}
|
|
3877
|
-
|
|
3878
|
-
/* First Horizontal Input Group */
|
|
3879
|
-
|
|
3880
|
-
.xxMbKnv30VQ-:first-child > :first-child {
|
|
3881
|
-
--public-field--top-left-radius: var(--radius-base);
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
.xxMbKnv30VQ-:first-child > :last-child {
|
|
3885
|
-
--public-field--top-right-radius: var(--radius-base);
|
|
3886
|
-
}
|
|
3887
|
-
|
|
3888
|
-
/* Last Horizontal Input Group */
|
|
3889
|
-
|
|
3890
|
-
.xxMbKnv30VQ-:last-child > :first-child {
|
|
3891
|
-
--public-field--bottom-left-radius: var(--radius-base);
|
|
3892
|
-
}
|
|
3893
|
-
|
|
3894
|
-
.xxMbKnv30VQ-:last-child > :last-child {
|
|
3895
|
-
--public-field--bottom-right-radius: var(--radius-base);
|
|
3896
|
-
}
|
|
3897
|
-
|
|
3898
3898
|
.fO5j-2U5rfE- {
|
|
3899
3899
|
margin-top: 4px;
|
|
3900
3900
|
margin-top: var(--space-smaller);
|
|
@@ -4244,6 +4244,13 @@ html.atlantisLightBoxActive {
|
|
|
4244
4244
|
border-bottom: var(--border-base) solid var(--color-border--section);
|
|
4245
4245
|
}
|
|
4246
4246
|
|
|
4247
|
+
._8oxipSwiMJQ- {
|
|
4248
|
+
color: hsl(107, 58%, 33%);
|
|
4249
|
+
color: var(--color-interactive);
|
|
4250
|
+
-webkit-text-decoration: underline;
|
|
4251
|
+
text-decoration: underline;
|
|
4252
|
+
}
|
|
4253
|
+
|
|
4247
4254
|
.sFlecO8-wnY- {
|
|
4248
4255
|
margin: 0;
|
|
4249
4256
|
padding: 0;
|
|
@@ -4264,48 +4271,122 @@ html.atlantisLightBoxActive {
|
|
|
4264
4271
|
padding-bottom: var(--space-large);
|
|
4265
4272
|
}
|
|
4266
4273
|
|
|
4267
|
-
.
|
|
4274
|
+
.bR1N0mdMeZU- {
|
|
4275
|
+
position: relative;
|
|
4268
4276
|
width: 100%;
|
|
4269
|
-
padding: 0;
|
|
4270
|
-
border: none;
|
|
4271
|
-
text-align: left;
|
|
4272
|
-
background-color: transparent;
|
|
4273
|
-
-webkit-appearance: none;
|
|
4274
|
-
appearance: none;
|
|
4275
|
-
}
|
|
4276
|
-
|
|
4277
|
-
.rJffaV10x20- > * {
|
|
4278
|
-
transition: background-color 200ms;
|
|
4279
|
-
transition: background-color var(--timing-base);
|
|
4280
|
-
}
|
|
4281
|
-
|
|
4282
|
-
.LeWPz4r-I1o- > * {
|
|
4283
|
-
padding: 16px;
|
|
4284
|
-
padding: var(--space-base);
|
|
4285
4277
|
}
|
|
4286
4278
|
|
|
4287
|
-
.
|
|
4288
|
-
display: -ms-flexbox;
|
|
4289
|
-
display: flex;
|
|
4279
|
+
.bR1N0mdMeZU- * {
|
|
4290
4280
|
box-sizing: border-box;
|
|
4291
|
-
-ms-flex: 1;
|
|
4292
|
-
flex: 1;
|
|
4293
|
-
-ms-flex-align: start;
|
|
4294
|
-
align-items: flex-start;
|
|
4295
|
-
padding: 8px;
|
|
4296
|
-
padding: var(--space-small);
|
|
4297
4281
|
}
|
|
4298
4282
|
|
|
4299
|
-
.
|
|
4300
|
-
|
|
4301
|
-
padding: var(--space-small);
|
|
4302
|
-
}
|
|
4283
|
+
._7naerR7479Q- {
|
|
4284
|
+
--field--height: var(--space-largest);
|
|
4303
4285
|
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4286
|
+
--field--padding-top: calc(var(--space-base) - var(--space-smallest));
|
|
4287
|
+
--field--padding-bottom: calc(var(--space-base) - var(--space-smallest));
|
|
4288
|
+
--field--padding-left: var(--space-base);
|
|
4289
|
+
--field--padding-right: var(--space-base);
|
|
4307
4290
|
|
|
4308
|
-
|
|
4291
|
+
display: -ms-flexbox;
|
|
4292
|
+
|
|
4293
|
+
display: flex;
|
|
4294
|
+
-ms-flex-direction: row;
|
|
4295
|
+
flex-direction: row;
|
|
4296
|
+
-ms-flex-pack: justify;
|
|
4297
|
+
justify-content: space-between;
|
|
4298
|
+
-ms-flex-align: center;
|
|
4299
|
+
align-items: center;
|
|
4300
|
+
width: 100%;
|
|
4301
|
+
height: 48px;
|
|
4302
|
+
height: var(--field--height);
|
|
4303
|
+
padding-top: calc(16px - 2px);
|
|
4304
|
+
padding-top: var(--field--padding-top);
|
|
4305
|
+
padding-bottom: calc(16px - 2px);
|
|
4306
|
+
padding-bottom: var(--field--padding-bottom);
|
|
4307
|
+
padding-left: 16px;
|
|
4308
|
+
padding-left: var(--field--padding-left);
|
|
4309
|
+
padding-right: 16px;
|
|
4310
|
+
padding-right: var(--field--padding-right);
|
|
4311
|
+
border: 1px solid hsl(200, 13%, 87%);
|
|
4312
|
+
border: var(--border-base) solid var(--color-border);
|
|
4313
|
+
border-radius: 8px;
|
|
4314
|
+
border-radius: var(--radius-base);
|
|
4315
|
+
}
|
|
4316
|
+
|
|
4317
|
+
._7naerR7479Q- p {
|
|
4318
|
+
overflow: hidden;
|
|
4319
|
+
text-overflow: ellipsis;
|
|
4320
|
+
white-space: nowrap;
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
.bR1N0mdMeZU-:hover,
|
|
4324
|
+
.bR1N0mdMeZU-._7naerR7479Q- {
|
|
4325
|
+
cursor: pointer;
|
|
4326
|
+
caret-color: transparent;
|
|
4327
|
+
}
|
|
4328
|
+
|
|
4329
|
+
._7naerR7479Q-:focus,
|
|
4330
|
+
._7naerR7479Q-.SpV9TqBIR60- {
|
|
4331
|
+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
|
|
4332
|
+
box-shadow: var(--shadow-focus);
|
|
4333
|
+
outline: none;
|
|
4334
|
+
}
|
|
4335
|
+
|
|
4336
|
+
.TdyW0RCheH4- {
|
|
4337
|
+
--field--padding-left: calc(var(--space-base) - var(--space-smaller));
|
|
4338
|
+
--field--padding-right: calc(var(--space-base) - var(--space-smaller));
|
|
4339
|
+
--field--height: calc(var(--space-larger) + var(--space-smaller));
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
.eBeKgF0JxEQ- {
|
|
4343
|
+
--field--padding-left: var(--space-large);
|
|
4344
|
+
--field--padding-right: var(--space-large);
|
|
4345
|
+
--field--height: calc(var(--space-extravagant));
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
.rJffaV10x20- {
|
|
4349
|
+
width: 100%;
|
|
4350
|
+
padding: 0;
|
|
4351
|
+
border: none;
|
|
4352
|
+
text-align: left;
|
|
4353
|
+
background-color: transparent;
|
|
4354
|
+
-webkit-appearance: none;
|
|
4355
|
+
appearance: none;
|
|
4356
|
+
}
|
|
4357
|
+
|
|
4358
|
+
.rJffaV10x20- > * {
|
|
4359
|
+
transition: background-color 200ms;
|
|
4360
|
+
transition: background-color var(--timing-base);
|
|
4361
|
+
}
|
|
4362
|
+
|
|
4363
|
+
.LeWPz4r-I1o- > * {
|
|
4364
|
+
padding: 16px;
|
|
4365
|
+
padding: var(--space-base);
|
|
4366
|
+
}
|
|
4367
|
+
|
|
4368
|
+
._6vjT92J6tm0- {
|
|
4369
|
+
display: -ms-flexbox;
|
|
4370
|
+
display: flex;
|
|
4371
|
+
box-sizing: border-box;
|
|
4372
|
+
-ms-flex: 1;
|
|
4373
|
+
flex: 1;
|
|
4374
|
+
-ms-flex-align: start;
|
|
4375
|
+
align-items: flex-start;
|
|
4376
|
+
padding: 8px;
|
|
4377
|
+
padding: var(--space-small);
|
|
4378
|
+
}
|
|
4379
|
+
|
|
4380
|
+
._6vjT92J6tm0- > * {
|
|
4381
|
+
padding: 8px;
|
|
4382
|
+
padding: var(--space-small);
|
|
4383
|
+
}
|
|
4384
|
+
|
|
4385
|
+
.rwfzPbhL5qI- {
|
|
4386
|
+
cursor: pointer;
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4389
|
+
.rwfzPbhL5qI-:hover,
|
|
4309
4390
|
.rwfzPbhL5qI-:focus {
|
|
4310
4391
|
outline: none;
|
|
4311
4392
|
}
|
|
@@ -4551,97 +4632,6 @@ html.atlantisLightBoxActive {
|
|
|
4551
4632
|
white-space: nowrap;
|
|
4552
4633
|
}
|
|
4553
4634
|
|
|
4554
|
-
._8oxipSwiMJQ- {
|
|
4555
|
-
color: hsl(107, 58%, 33%);
|
|
4556
|
-
color: var(--color-interactive);
|
|
4557
|
-
-webkit-text-decoration: underline;
|
|
4558
|
-
text-decoration: underline;
|
|
4559
|
-
}
|
|
4560
|
-
|
|
4561
|
-
.bR1N0mdMeZU- {
|
|
4562
|
-
position: relative;
|
|
4563
|
-
width: 100%;
|
|
4564
|
-
}
|
|
4565
|
-
|
|
4566
|
-
.bR1N0mdMeZU- * {
|
|
4567
|
-
box-sizing: border-box;
|
|
4568
|
-
}
|
|
4569
|
-
|
|
4570
|
-
._7naerR7479Q- {
|
|
4571
|
-
--field--height: var(--space-largest);
|
|
4572
|
-
|
|
4573
|
-
--field--padding-top: calc(var(--space-base) - var(--space-smallest));
|
|
4574
|
-
--field--padding-bottom: calc(var(--space-base) - var(--space-smallest));
|
|
4575
|
-
--field--padding-left: var(--space-base);
|
|
4576
|
-
--field--padding-right: var(--space-base);
|
|
4577
|
-
|
|
4578
|
-
display: -ms-flexbox;
|
|
4579
|
-
|
|
4580
|
-
display: flex;
|
|
4581
|
-
-ms-flex-direction: row;
|
|
4582
|
-
flex-direction: row;
|
|
4583
|
-
-ms-flex-pack: justify;
|
|
4584
|
-
justify-content: space-between;
|
|
4585
|
-
-ms-flex-align: center;
|
|
4586
|
-
align-items: center;
|
|
4587
|
-
width: 100%;
|
|
4588
|
-
height: 48px;
|
|
4589
|
-
height: var(--field--height);
|
|
4590
|
-
padding-top: calc(16px - 2px);
|
|
4591
|
-
padding-top: var(--field--padding-top);
|
|
4592
|
-
padding-bottom: calc(16px - 2px);
|
|
4593
|
-
padding-bottom: var(--field--padding-bottom);
|
|
4594
|
-
padding-left: 16px;
|
|
4595
|
-
padding-left: var(--field--padding-left);
|
|
4596
|
-
padding-right: 16px;
|
|
4597
|
-
padding-right: var(--field--padding-right);
|
|
4598
|
-
border: 1px solid hsl(200, 13%, 87%);
|
|
4599
|
-
border: var(--border-base) solid var(--color-border);
|
|
4600
|
-
border-radius: 8px;
|
|
4601
|
-
border-radius: var(--radius-base);
|
|
4602
|
-
}
|
|
4603
|
-
|
|
4604
|
-
._7naerR7479Q- p {
|
|
4605
|
-
overflow: hidden;
|
|
4606
|
-
text-overflow: ellipsis;
|
|
4607
|
-
white-space: nowrap;
|
|
4608
|
-
}
|
|
4609
|
-
|
|
4610
|
-
.bR1N0mdMeZU-:hover,
|
|
4611
|
-
.bR1N0mdMeZU-._7naerR7479Q- {
|
|
4612
|
-
cursor: pointer;
|
|
4613
|
-
caret-color: transparent;
|
|
4614
|
-
}
|
|
4615
|
-
|
|
4616
|
-
._7naerR7479Q-:focus,
|
|
4617
|
-
._7naerR7479Q-.SpV9TqBIR60- {
|
|
4618
|
-
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
|
|
4619
|
-
box-shadow: var(--shadow-focus);
|
|
4620
|
-
outline: none;
|
|
4621
|
-
}
|
|
4622
|
-
|
|
4623
|
-
.TdyW0RCheH4- {
|
|
4624
|
-
--field--padding-left: calc(var(--space-base) - var(--space-smaller));
|
|
4625
|
-
--field--padding-right: calc(var(--space-base) - var(--space-smaller));
|
|
4626
|
-
--field--height: calc(var(--space-larger) + var(--space-smaller));
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
.eBeKgF0JxEQ- {
|
|
4630
|
-
--field--padding-left: var(--space-large);
|
|
4631
|
-
--field--padding-right: var(--space-large);
|
|
4632
|
-
--field--height: calc(var(--space-extravagant));
|
|
4633
|
-
}
|
|
4634
|
-
|
|
4635
|
-
.BSZvIAUzFEU- {
|
|
4636
|
-
--modal--padding: var(--space-base);
|
|
4637
|
-
--public-tab--inset: var(--space-base);
|
|
4638
|
-
max-width: 400px;
|
|
4639
|
-
}
|
|
4640
|
-
|
|
4641
|
-
.-ydIALYVvGg- {
|
|
4642
|
-
max-width: 940px;
|
|
4643
|
-
}
|
|
4644
|
-
|
|
4645
4635
|
:root {
|
|
4646
4636
|
--modal--width: 600px;
|
|
4647
4637
|
--modal--padding-horizontal: var(--space-base);
|
|
@@ -4672,41 +4662,40 @@ html.atlantisLightBoxActive {
|
|
|
4672
4662
|
}
|
|
4673
4663
|
}
|
|
4674
4664
|
|
|
4675
|
-
.
|
|
4676
|
-
display:
|
|
4665
|
+
.y3M-9xoEnk0- {
|
|
4666
|
+
display: -ms-flexbox;
|
|
4667
|
+
display: flex;
|
|
4668
|
+
-ms-flex-direction: column;
|
|
4669
|
+
flex-direction: column;
|
|
4677
4670
|
z-index: 1001;
|
|
4678
4671
|
z-index: var(--elevation-modal);
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
place-items: center;
|
|
4672
|
+
padding: 8px;
|
|
4673
|
+
padding: var(--space-small);
|
|
4674
|
+
overflow: auto;
|
|
4683
4675
|
}
|
|
4684
4676
|
|
|
4685
|
-
.
|
|
4677
|
+
.y3M-9xoEnk0-,
|
|
4678
|
+
.zkyJp1mib-U- {
|
|
4686
4679
|
position: fixed;
|
|
4687
4680
|
top: 0;
|
|
4688
4681
|
right: 0;
|
|
4689
4682
|
bottom: 0;
|
|
4690
4683
|
left: 0;
|
|
4691
|
-
|
|
4692
|
-
|
|
4684
|
+
}
|
|
4685
|
+
|
|
4686
|
+
.zkyJp1mib-U- {
|
|
4693
4687
|
background-color: rgba(0, 0, 0, 0.32);
|
|
4694
4688
|
background-color: var(--color-overlay);
|
|
4695
|
-
opacity: 0.8;
|
|
4696
4689
|
}
|
|
4697
4690
|
|
|
4698
|
-
.
|
|
4691
|
+
.gMPgiggaud8- {
|
|
4699
4692
|
position: relative;
|
|
4700
|
-
z-index: 1001;
|
|
4701
|
-
z-index: var(--elevation-modal);
|
|
4702
4693
|
width: 100%;
|
|
4703
4694
|
max-width: 600px;
|
|
4704
4695
|
max-width: var(--modal--width);
|
|
4705
4696
|
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
|
|
4706
4697
|
box-shadow: var(--modal--shadow);
|
|
4707
4698
|
margin: auto;
|
|
4708
|
-
padding: 8px;
|
|
4709
|
-
padding: var(--space-small);
|
|
4710
4699
|
border: 1px solid hsl(200, 13%, 87%);
|
|
4711
4700
|
border: var(--border-base) solid var(--color-border);
|
|
4712
4701
|
border-radius: 8px;
|
|
@@ -4721,18 +4710,18 @@ html.atlantisLightBoxActive {
|
|
|
4721
4710
|
|
|
4722
4711
|
/* Adjust `Content` and `Tab` components public padding to match the modal */
|
|
4723
4712
|
|
|
4724
|
-
.
|
|
4713
|
+
.gMPgiggaud8- > * {
|
|
4725
4714
|
--public-content--padding: var(--modal--padding);
|
|
4726
4715
|
--public-tab--inset: var(--modal--padding-horizontal);
|
|
4727
4716
|
}
|
|
4728
4717
|
|
|
4729
4718
|
/* Remove the nested `Content` components public padding */
|
|
4730
4719
|
|
|
4731
|
-
.
|
|
4720
|
+
.gMPgiggaud8- > * > * {
|
|
4732
4721
|
--public-content--padding: 0;
|
|
4733
4722
|
}
|
|
4734
4723
|
|
|
4735
|
-
.
|
|
4724
|
+
._5sBzUnyOqD0- {
|
|
4736
4725
|
display: -ms-flexbox;
|
|
4737
4726
|
display: flex;
|
|
4738
4727
|
-ms-flex-pack: justify;
|
|
@@ -4748,16 +4737,16 @@ html.atlantisLightBoxActive {
|
|
|
4748
4737
|
* the <Content /> padding
|
|
4749
4738
|
*/
|
|
4750
4739
|
|
|
4751
|
-
.
|
|
4740
|
+
._5sBzUnyOqD0- + * {
|
|
4752
4741
|
padding-top: 0;
|
|
4753
4742
|
}
|
|
4754
4743
|
|
|
4755
|
-
.
|
|
4744
|
+
._4gw63G7IYG0- {
|
|
4756
4745
|
margin-top: -6px;
|
|
4757
4746
|
margin-right: -6px;
|
|
4758
4747
|
}
|
|
4759
4748
|
|
|
4760
|
-
.
|
|
4749
|
+
.cwVJrrJkNDg- {
|
|
4761
4750
|
display: -ms-flexbox;
|
|
4762
4751
|
display: flex;
|
|
4763
4752
|
padding: 16px
|
|
@@ -4774,14 +4763,14 @@ html.atlantisLightBoxActive {
|
|
|
4774
4763
|
* 1. Use CSS `order` to adjust the buttons position on the UI
|
|
4775
4764
|
*/
|
|
4776
4765
|
|
|
4777
|
-
.
|
|
4766
|
+
.MkD4pNUKeAA- {
|
|
4778
4767
|
-ms-flex: 1 1 auto;
|
|
4779
4768
|
flex: 1 1 auto;
|
|
4780
4769
|
-ms-flex-order: 1;
|
|
4781
4770
|
order: 1; /* 1 */
|
|
4782
4771
|
}
|
|
4783
4772
|
|
|
4784
|
-
.
|
|
4773
|
+
.C-yC8JKpQLg- {
|
|
4785
4774
|
display: -ms-flexbox;
|
|
4786
4775
|
display: flex;
|
|
4787
4776
|
-ms-flex: 0 0 auto;
|
|
@@ -4794,21 +4783,31 @@ html.atlantisLightBoxActive {
|
|
|
4794
4783
|
|
|
4795
4784
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
4796
4785
|
|
|
4797
|
-
.
|
|
4786
|
+
.C-yC8JKpQLg- > * {
|
|
4798
4787
|
margin-left: 8px;
|
|
4799
4788
|
margin-left: var(--space-small);
|
|
4800
4789
|
}
|
|
4801
4790
|
|
|
4802
|
-
.
|
|
4791
|
+
.C-yC8JKpQLg- > *:first-child {
|
|
4803
4792
|
-ms-flex-order: 2;
|
|
4804
4793
|
order: 2; /* 1 */
|
|
4805
4794
|
}
|
|
4806
4795
|
|
|
4807
|
-
.
|
|
4796
|
+
.C-yC8JKpQLg- > *:nth-child(2) {
|
|
4808
4797
|
-ms-flex-order: 1;
|
|
4809
4798
|
order: 1; /* 1 */
|
|
4810
4799
|
}
|
|
4811
4800
|
|
|
4801
|
+
.BSZvIAUzFEU- {
|
|
4802
|
+
--modal--padding: var(--space-base);
|
|
4803
|
+
--public-tab--inset: var(--space-base);
|
|
4804
|
+
max-width: 400px;
|
|
4805
|
+
}
|
|
4806
|
+
|
|
4807
|
+
.-ydIALYVvGg- {
|
|
4808
|
+
max-width: 940px;
|
|
4809
|
+
}
|
|
4810
|
+
|
|
4812
4811
|
:root {
|
|
4813
4812
|
--modal--width: 600px;
|
|
4814
4813
|
--modal--padding-horizontal: var(--space-base);
|
|
@@ -4839,40 +4838,41 @@ html.atlantisLightBoxActive {
|
|
|
4839
4838
|
}
|
|
4840
4839
|
}
|
|
4841
4840
|
|
|
4842
|
-
.
|
|
4843
|
-
display:
|
|
4844
|
-
display: flex;
|
|
4845
|
-
-ms-flex-direction: column;
|
|
4846
|
-
flex-direction: column;
|
|
4841
|
+
.cRhQeXmZobs- {
|
|
4842
|
+
display: grid;
|
|
4847
4843
|
z-index: 1001;
|
|
4848
4844
|
z-index: var(--elevation-modal);
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4845
|
+
-ms-flex-align: center;
|
|
4846
|
+
align-items: center;
|
|
4847
|
+
justify-items: center;
|
|
4848
|
+
place-items: center;
|
|
4852
4849
|
}
|
|
4853
4850
|
|
|
4854
|
-
.
|
|
4855
|
-
.zkyJp1mib-U- {
|
|
4851
|
+
.PO6ZUDxQoFE- {
|
|
4856
4852
|
position: fixed;
|
|
4857
4853
|
top: 0;
|
|
4858
4854
|
right: 0;
|
|
4859
4855
|
bottom: 0;
|
|
4860
4856
|
left: 0;
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
.zkyJp1mib-U- {
|
|
4857
|
+
z-index: 1001;
|
|
4858
|
+
z-index: var(--elevation-modal);
|
|
4864
4859
|
background-color: rgba(0, 0, 0, 0.32);
|
|
4865
4860
|
background-color: var(--color-overlay);
|
|
4861
|
+
opacity: 0.8;
|
|
4866
4862
|
}
|
|
4867
4863
|
|
|
4868
|
-
.
|
|
4864
|
+
.OiqCKNmbHZ0- {
|
|
4869
4865
|
position: relative;
|
|
4866
|
+
z-index: 1001;
|
|
4867
|
+
z-index: var(--elevation-modal);
|
|
4870
4868
|
width: 100%;
|
|
4871
4869
|
max-width: 600px;
|
|
4872
4870
|
max-width: var(--modal--width);
|
|
4873
4871
|
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
|
|
4874
4872
|
box-shadow: var(--modal--shadow);
|
|
4875
4873
|
margin: auto;
|
|
4874
|
+
padding: 8px;
|
|
4875
|
+
padding: var(--space-small);
|
|
4876
4876
|
border: 1px solid hsl(200, 13%, 87%);
|
|
4877
4877
|
border: var(--border-base) solid var(--color-border);
|
|
4878
4878
|
border-radius: 8px;
|
|
@@ -4887,18 +4887,18 @@ html.atlantisLightBoxActive {
|
|
|
4887
4887
|
|
|
4888
4888
|
/* Adjust `Content` and `Tab` components public padding to match the modal */
|
|
4889
4889
|
|
|
4890
|
-
.
|
|
4890
|
+
.OiqCKNmbHZ0- > * {
|
|
4891
4891
|
--public-content--padding: var(--modal--padding);
|
|
4892
4892
|
--public-tab--inset: var(--modal--padding-horizontal);
|
|
4893
4893
|
}
|
|
4894
4894
|
|
|
4895
4895
|
/* Remove the nested `Content` components public padding */
|
|
4896
4896
|
|
|
4897
|
-
.
|
|
4897
|
+
.OiqCKNmbHZ0- > * > * {
|
|
4898
4898
|
--public-content--padding: 0;
|
|
4899
4899
|
}
|
|
4900
4900
|
|
|
4901
|
-
.
|
|
4901
|
+
.GDWGHwmjgAc- {
|
|
4902
4902
|
display: -ms-flexbox;
|
|
4903
4903
|
display: flex;
|
|
4904
4904
|
-ms-flex-pack: justify;
|
|
@@ -4914,16 +4914,16 @@ html.atlantisLightBoxActive {
|
|
|
4914
4914
|
* the <Content /> padding
|
|
4915
4915
|
*/
|
|
4916
4916
|
|
|
4917
|
-
.
|
|
4917
|
+
.GDWGHwmjgAc- + * {
|
|
4918
4918
|
padding-top: 0;
|
|
4919
4919
|
}
|
|
4920
4920
|
|
|
4921
|
-
.
|
|
4921
|
+
.KJlGo4z-E6Q- {
|
|
4922
4922
|
margin-top: -6px;
|
|
4923
4923
|
margin-right: -6px;
|
|
4924
4924
|
}
|
|
4925
4925
|
|
|
4926
|
-
.
|
|
4926
|
+
.ZGrhWCAymCw- {
|
|
4927
4927
|
display: -ms-flexbox;
|
|
4928
4928
|
display: flex;
|
|
4929
4929
|
padding: 16px
|
|
@@ -4940,14 +4940,14 @@ html.atlantisLightBoxActive {
|
|
|
4940
4940
|
* 1. Use CSS `order` to adjust the buttons position on the UI
|
|
4941
4941
|
*/
|
|
4942
4942
|
|
|
4943
|
-
.
|
|
4943
|
+
.hOiEWds2Vq8- {
|
|
4944
4944
|
-ms-flex: 1 1 auto;
|
|
4945
4945
|
flex: 1 1 auto;
|
|
4946
4946
|
-ms-flex-order: 1;
|
|
4947
4947
|
order: 1; /* 1 */
|
|
4948
4948
|
}
|
|
4949
4949
|
|
|
4950
|
-
.
|
|
4950
|
+
.K31NzxPZP9s- {
|
|
4951
4951
|
display: -ms-flexbox;
|
|
4952
4952
|
display: flex;
|
|
4953
4953
|
-ms-flex: 0 0 auto;
|
|
@@ -4960,17 +4960,17 @@ html.atlantisLightBoxActive {
|
|
|
4960
4960
|
|
|
4961
4961
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
4962
4962
|
|
|
4963
|
-
.
|
|
4963
|
+
.K31NzxPZP9s- > * {
|
|
4964
4964
|
margin-left: 8px;
|
|
4965
4965
|
margin-left: var(--space-small);
|
|
4966
4966
|
}
|
|
4967
4967
|
|
|
4968
|
-
.
|
|
4968
|
+
.K31NzxPZP9s- > *:first-child {
|
|
4969
4969
|
-ms-flex-order: 2;
|
|
4970
4970
|
order: 2; /* 1 */
|
|
4971
4971
|
}
|
|
4972
4972
|
|
|
4973
|
-
.
|
|
4973
|
+
.K31NzxPZP9s- > *:nth-child(2) {
|
|
4974
4974
|
-ms-flex-order: 1;
|
|
4975
4975
|
order: 1; /* 1 */
|
|
4976
4976
|
}
|
|
@@ -6150,154 +6150,6 @@ If there is a way to loop in the future of use a css custom property, we can use
|
|
|
6150
6150
|
margin-bottom: auto;
|
|
6151
6151
|
}
|
|
6152
6152
|
|
|
6153
|
-
.rVg6dYYBFN4- {
|
|
6154
|
-
--switch--width: 48px;
|
|
6155
|
-
--switch--pipSize: 16px;
|
|
6156
|
-
--switch--labelWidth: calc(var(--switch--pipSize) * 1.3);
|
|
6157
|
-
--switch--borderOffset: var(--border-thick);
|
|
6158
|
-
}
|
|
6159
|
-
|
|
6160
|
-
.yyISARGmmJo-,
|
|
6161
|
-
.yyISARGmmJo- * {
|
|
6162
|
-
box-sizing: border-box;
|
|
6163
|
-
transition: all 200ms;
|
|
6164
|
-
transition: all var(--timing-base);
|
|
6165
|
-
}
|
|
6166
|
-
|
|
6167
|
-
.yyISARGmmJo- {
|
|
6168
|
-
display: -ms-inline-flexbox;
|
|
6169
|
-
display: inline-flex;
|
|
6170
|
-
width: var(--switch--width);
|
|
6171
|
-
height: calc(var(--switch--width) / 2);
|
|
6172
|
-
padding: 0;
|
|
6173
|
-
border: 2px solid hsl(200, 13%, 87%);
|
|
6174
|
-
border: var(--border-thick) solid var(--color-border--interactive);
|
|
6175
|
-
border-radius: var(--switch--pipSize);
|
|
6176
|
-
overflow: hidden;
|
|
6177
|
-
line-height: normal;
|
|
6178
|
-
background-color: rgba(255, 255, 255, 1);
|
|
6179
|
-
background-color: var(--color-surface);
|
|
6180
|
-
cursor: pointer;
|
|
6181
|
-
-webkit-appearance: none;
|
|
6182
|
-
appearance: none;
|
|
6183
|
-
-ms-flex-align: center;
|
|
6184
|
-
align-items: center;
|
|
6185
|
-
}
|
|
6186
|
-
|
|
6187
|
-
.yyISARGmmJo-:focus-visible {
|
|
6188
|
-
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
|
|
6189
|
-
box-shadow: var(--shadow-focus);
|
|
6190
|
-
outline: none;
|
|
6191
|
-
}
|
|
6192
|
-
|
|
6193
|
-
.yyISARGmmJo-:hover,
|
|
6194
|
-
.yyISARGmmJo-:focus-visible {
|
|
6195
|
-
border-color: hsl(107, 58%, 33%);
|
|
6196
|
-
border-color: var(--color-interactive);
|
|
6197
|
-
}
|
|
6198
|
-
|
|
6199
|
-
._40c6OIH33p8- {
|
|
6200
|
-
border-color: hsl(107, 58%, 33%);
|
|
6201
|
-
border-color: var(--color-interactive);
|
|
6202
|
-
background-color: hsl(107, 58%, 33%);
|
|
6203
|
-
background-color: var(--color-interactive);
|
|
6204
|
-
}
|
|
6205
|
-
|
|
6206
|
-
.zA0Fmn8IIZI- {
|
|
6207
|
-
display: -ms-flexbox;
|
|
6208
|
-
display: flex;
|
|
6209
|
-
position: relative;
|
|
6210
|
-
margin-left: calc(var(--switch--width) / -2);
|
|
6211
|
-
pointer-events: none;
|
|
6212
|
-
-ms-flex: 1 1 100%;
|
|
6213
|
-
flex: 1 1 100%;
|
|
6214
|
-
-ms-flex-align: center;
|
|
6215
|
-
align-items: center;
|
|
6216
|
-
}
|
|
6217
|
-
|
|
6218
|
-
._40c6OIH33p8- .zA0Fmn8IIZI- {
|
|
6219
|
-
margin-left: 0;
|
|
6220
|
-
}
|
|
6221
|
-
|
|
6222
|
-
.HLUIVXs3n5w- {
|
|
6223
|
-
display: -ms-flexbox;
|
|
6224
|
-
display: flex;
|
|
6225
|
-
position: relative;
|
|
6226
|
-
min-width: var(--switch--labelWidth);
|
|
6227
|
-
margin-top: 1px;
|
|
6228
|
-
margin-top: var(--space-minuscule);
|
|
6229
|
-
-webkit-user-select: none;
|
|
6230
|
-
-ms-user-select: none;
|
|
6231
|
-
user-select: none;
|
|
6232
|
-
pointer-events: none;
|
|
6233
|
-
-ms-flex-align: center;
|
|
6234
|
-
align-items: center;
|
|
6235
|
-
-ms-flex-pack: center;
|
|
6236
|
-
justify-content: center;
|
|
6237
|
-
opacity: 0;
|
|
6238
|
-
}
|
|
6239
|
-
|
|
6240
|
-
.HLUIVXs3n5w-:first-of-type {
|
|
6241
|
-
padding-left: 8px;
|
|
6242
|
-
padding-left: var(--space-small);
|
|
6243
|
-
}
|
|
6244
|
-
|
|
6245
|
-
.HLUIVXs3n5w-:last-of-type {
|
|
6246
|
-
padding-right: 8px;
|
|
6247
|
-
padding-right: var(--space-small);
|
|
6248
|
-
}
|
|
6249
|
-
|
|
6250
|
-
.PiwOCJz7Zto- {
|
|
6251
|
-
-ms-flex: 0 0 auto;
|
|
6252
|
-
flex: 0 0 auto;
|
|
6253
|
-
width: var(--switch--pipSize);
|
|
6254
|
-
height: var(--switch--pipSize);
|
|
6255
|
-
border: none;
|
|
6256
|
-
border-radius: 100%;
|
|
6257
|
-
border-radius: var(--radius-circle);
|
|
6258
|
-
background-color: hsl(198, 35%, 21%);
|
|
6259
|
-
background-color: var(--color-interactive--subtle);
|
|
6260
|
-
transition: all 100ms ease-out;
|
|
6261
|
-
transition: all var(--timing-quick) ease-out;
|
|
6262
|
-
}
|
|
6263
|
-
|
|
6264
|
-
._40c6OIH33p8- .PiwOCJz7Zto- {
|
|
6265
|
-
border-color: hsl(107, 58%, 33%);
|
|
6266
|
-
border-color: var(--color-interactive);
|
|
6267
|
-
background-color: rgba(255, 255, 255, 1);
|
|
6268
|
-
background-color: var(--color-surface);
|
|
6269
|
-
}
|
|
6270
|
-
|
|
6271
|
-
.e-cSZjkHGw8- .PiwOCJz7Zto- {
|
|
6272
|
-
border-color: hsl(0, 0%, 93%);
|
|
6273
|
-
border-color: var(--color-disabled--secondary);
|
|
6274
|
-
background-color: hsl(0, 0%, 72%);
|
|
6275
|
-
background-color: var(--color-disabled);
|
|
6276
|
-
}
|
|
6277
|
-
|
|
6278
|
-
.e-cSZjkHGw8- {
|
|
6279
|
-
border-color: hsl(0, 0%, 72%);
|
|
6280
|
-
border-color: var(--color-disabled);
|
|
6281
|
-
background-color: rgba(255, 255, 255, 1);
|
|
6282
|
-
background-color: var(--color-surface);
|
|
6283
|
-
cursor: not-allowed;
|
|
6284
|
-
}
|
|
6285
|
-
|
|
6286
|
-
._40c6OIH33p8-.e-cSZjkHGw8- {
|
|
6287
|
-
background-color: hsl(0, 0%, 72%);
|
|
6288
|
-
background-color: var(--color-disabled);
|
|
6289
|
-
}
|
|
6290
|
-
|
|
6291
|
-
._40c6OIH33p8-.e-cSZjkHGw8- .PiwOCJz7Zto- {
|
|
6292
|
-
background-color: rgba(255, 255, 255, 1);
|
|
6293
|
-
background-color: var(--color-surface);
|
|
6294
|
-
}
|
|
6295
|
-
|
|
6296
|
-
.e-cSZjkHGw8-:hover {
|
|
6297
|
-
border-color: hsl(0, 0%, 72%);
|
|
6298
|
-
border-color: var(--color-disabled);
|
|
6299
|
-
}
|
|
6300
|
-
|
|
6301
6153
|
._7PagpWEko2U- {
|
|
6302
6154
|
--border-color: var(--color-border);
|
|
6303
6155
|
--header-border-color: var(--color-border--section);
|
|
@@ -6400,88 +6252,221 @@ If there is a way to loop in the future of use a css custom property, we can use
|
|
|
6400
6252
|
gap: var(--space-large);
|
|
6401
6253
|
}
|
|
6402
6254
|
|
|
6403
|
-
ul.LfIIg9bwrhQ- {
|
|
6404
|
-
-webkit-padding-start: 0;
|
|
6405
|
-
padding-left: 0;
|
|
6255
|
+
ul.LfIIg9bwrhQ- {
|
|
6256
|
+
-webkit-padding-start: 0;
|
|
6257
|
+
padding-left: 0;
|
|
6258
|
+
}
|
|
6259
|
+
|
|
6260
|
+
.LfIIg9bwrhQ- li {
|
|
6261
|
+
display: -ms-flexbox;
|
|
6262
|
+
display: flex;
|
|
6263
|
+
position: relative;
|
|
6264
|
+
list-style: none;
|
|
6265
|
+
-ms-flex: 0 0 fit-content;
|
|
6266
|
+
flex: 0 0 fit-content;
|
|
6267
|
+
}
|
|
6268
|
+
|
|
6269
|
+
.DEdzikxlAkw- {
|
|
6270
|
+
height: var(--tab--height);
|
|
6271
|
+
margin: 0;
|
|
6272
|
+
padding: 4px 8px;
|
|
6273
|
+
padding: var(--space-smaller) var(--space-small);
|
|
6274
|
+
border: none;
|
|
6275
|
+
border-radius: 8px 8px 0 0;
|
|
6276
|
+
border-radius: var(--radius-base) var(--radius-base) 0 0;
|
|
6277
|
+
outline: none;
|
|
6278
|
+
color: hsl(197, 15%, 43%);
|
|
6279
|
+
color: var(--color-text--secondary);
|
|
6280
|
+
background-color: rgba(255, 255, 255, 1);
|
|
6281
|
+
background-color: var(--color-surface);
|
|
6282
|
+
cursor: pointer;
|
|
6283
|
+
transition: all 200ms ease;
|
|
6284
|
+
transition: all var(--timing-base) ease;
|
|
6285
|
+
-ms-flex: 0 0 auto;
|
|
6286
|
+
flex: 0 0 auto;
|
|
6287
|
+
}
|
|
6288
|
+
|
|
6289
|
+
.DEdzikxlAkw-:focus-visible {
|
|
6290
|
+
outline: transparent;
|
|
6291
|
+
background-color: hsl(53, 21%, 93%);
|
|
6292
|
+
background-color: var(--color-surface--hover);
|
|
6293
|
+
}
|
|
6294
|
+
|
|
6295
|
+
.DEdzikxlAkw-.VDB94VYoyB0-,
|
|
6296
|
+
.DEdzikxlAkw-:not(.VDB94VYoyB0-):hover,
|
|
6297
|
+
.DEdzikxlAkw-:not(.VDB94VYoyB0-):focus {
|
|
6298
|
+
color: hsl(197, 90%, 12%);
|
|
6299
|
+
color: var(--color-heading);
|
|
6300
|
+
}
|
|
6301
|
+
|
|
6302
|
+
.VDB94VYoyB0-::after {
|
|
6303
|
+
content: " ";
|
|
6304
|
+
display: block;
|
|
6305
|
+
position: absolute;
|
|
6306
|
+
right: 0;
|
|
6307
|
+
bottom: 0;
|
|
6308
|
+
left: 0;
|
|
6309
|
+
height: 4px;
|
|
6310
|
+
height: var(--space-smaller);
|
|
6311
|
+
background-color: hsl(107, 58%, 33%);
|
|
6312
|
+
background-color: var(--color-interactive);
|
|
6313
|
+
}
|
|
6314
|
+
|
|
6315
|
+
.htdKg6As4bY- {
|
|
6316
|
+
padding-top: var(--tab--vertical-inset);
|
|
6317
|
+
padding-bottom: var(--tab--vertical-inset);
|
|
6318
|
+
padding-left: 16px;
|
|
6319
|
+
padding-left: var(--public-tab--inset);
|
|
6320
|
+
padding-right: 16px;
|
|
6321
|
+
padding-right: var(--public-tab--inset);
|
|
6322
|
+
}
|
|
6323
|
+
|
|
6324
|
+
.rVg6dYYBFN4- {
|
|
6325
|
+
--switch--width: 48px;
|
|
6326
|
+
--switch--pipSize: 16px;
|
|
6327
|
+
--switch--labelWidth: calc(var(--switch--pipSize) * 1.3);
|
|
6328
|
+
--switch--borderOffset: var(--border-thick);
|
|
6329
|
+
}
|
|
6330
|
+
|
|
6331
|
+
.yyISARGmmJo-,
|
|
6332
|
+
.yyISARGmmJo- * {
|
|
6333
|
+
box-sizing: border-box;
|
|
6334
|
+
transition: all 200ms;
|
|
6335
|
+
transition: all var(--timing-base);
|
|
6336
|
+
}
|
|
6337
|
+
|
|
6338
|
+
.yyISARGmmJo- {
|
|
6339
|
+
display: -ms-inline-flexbox;
|
|
6340
|
+
display: inline-flex;
|
|
6341
|
+
width: var(--switch--width);
|
|
6342
|
+
height: calc(var(--switch--width) / 2);
|
|
6343
|
+
padding: 0;
|
|
6344
|
+
border: 2px solid hsl(200, 13%, 87%);
|
|
6345
|
+
border: var(--border-thick) solid var(--color-border--interactive);
|
|
6346
|
+
border-radius: var(--switch--pipSize);
|
|
6347
|
+
overflow: hidden;
|
|
6348
|
+
line-height: normal;
|
|
6349
|
+
background-color: rgba(255, 255, 255, 1);
|
|
6350
|
+
background-color: var(--color-surface);
|
|
6351
|
+
cursor: pointer;
|
|
6352
|
+
-webkit-appearance: none;
|
|
6353
|
+
appearance: none;
|
|
6354
|
+
-ms-flex-align: center;
|
|
6355
|
+
align-items: center;
|
|
6356
|
+
}
|
|
6357
|
+
|
|
6358
|
+
.yyISARGmmJo-:focus-visible {
|
|
6359
|
+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
|
|
6360
|
+
box-shadow: var(--shadow-focus);
|
|
6361
|
+
outline: none;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.yyISARGmmJo-:hover,
|
|
6365
|
+
.yyISARGmmJo-:focus-visible {
|
|
6366
|
+
border-color: hsl(107, 58%, 33%);
|
|
6367
|
+
border-color: var(--color-interactive);
|
|
6368
|
+
}
|
|
6369
|
+
|
|
6370
|
+
._40c6OIH33p8- {
|
|
6371
|
+
border-color: hsl(107, 58%, 33%);
|
|
6372
|
+
border-color: var(--color-interactive);
|
|
6373
|
+
background-color: hsl(107, 58%, 33%);
|
|
6374
|
+
background-color: var(--color-interactive);
|
|
6375
|
+
}
|
|
6376
|
+
|
|
6377
|
+
.zA0Fmn8IIZI- {
|
|
6378
|
+
display: -ms-flexbox;
|
|
6379
|
+
display: flex;
|
|
6380
|
+
position: relative;
|
|
6381
|
+
margin-left: calc(var(--switch--width) / -2);
|
|
6382
|
+
pointer-events: none;
|
|
6383
|
+
-ms-flex: 1 1 100%;
|
|
6384
|
+
flex: 1 1 100%;
|
|
6385
|
+
-ms-flex-align: center;
|
|
6386
|
+
align-items: center;
|
|
6387
|
+
}
|
|
6388
|
+
|
|
6389
|
+
._40c6OIH33p8- .zA0Fmn8IIZI- {
|
|
6390
|
+
margin-left: 0;
|
|
6391
|
+
}
|
|
6392
|
+
|
|
6393
|
+
.HLUIVXs3n5w- {
|
|
6394
|
+
display: -ms-flexbox;
|
|
6395
|
+
display: flex;
|
|
6396
|
+
position: relative;
|
|
6397
|
+
min-width: var(--switch--labelWidth);
|
|
6398
|
+
margin-top: 1px;
|
|
6399
|
+
margin-top: var(--space-minuscule);
|
|
6400
|
+
-webkit-user-select: none;
|
|
6401
|
+
-ms-user-select: none;
|
|
6402
|
+
user-select: none;
|
|
6403
|
+
pointer-events: none;
|
|
6404
|
+
-ms-flex-align: center;
|
|
6405
|
+
align-items: center;
|
|
6406
|
+
-ms-flex-pack: center;
|
|
6407
|
+
justify-content: center;
|
|
6408
|
+
opacity: 0;
|
|
6409
|
+
}
|
|
6410
|
+
|
|
6411
|
+
.HLUIVXs3n5w-:first-of-type {
|
|
6412
|
+
padding-left: 8px;
|
|
6413
|
+
padding-left: var(--space-small);
|
|
6406
6414
|
}
|
|
6407
6415
|
|
|
6408
|
-
.
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
position: relative;
|
|
6412
|
-
list-style: none;
|
|
6413
|
-
-ms-flex: 0 0 fit-content;
|
|
6414
|
-
flex: 0 0 fit-content;
|
|
6416
|
+
.HLUIVXs3n5w-:last-of-type {
|
|
6417
|
+
padding-right: 8px;
|
|
6418
|
+
padding-right: var(--space-small);
|
|
6415
6419
|
}
|
|
6416
6420
|
|
|
6417
|
-
.
|
|
6418
|
-
height: var(--tab--height);
|
|
6419
|
-
margin: 0;
|
|
6420
|
-
padding: 4px 8px;
|
|
6421
|
-
padding: var(--space-smaller) var(--space-small);
|
|
6422
|
-
border: none;
|
|
6423
|
-
border-radius: 8px 8px 0 0;
|
|
6424
|
-
border-radius: var(--radius-base) var(--radius-base) 0 0;
|
|
6425
|
-
outline: none;
|
|
6426
|
-
color: hsl(197, 15%, 43%);
|
|
6427
|
-
color: var(--color-text--secondary);
|
|
6428
|
-
background-color: rgba(255, 255, 255, 1);
|
|
6429
|
-
background-color: var(--color-surface);
|
|
6430
|
-
cursor: pointer;
|
|
6431
|
-
transition: all 200ms ease;
|
|
6432
|
-
transition: all var(--timing-base) ease;
|
|
6421
|
+
.PiwOCJz7Zto- {
|
|
6433
6422
|
-ms-flex: 0 0 auto;
|
|
6434
6423
|
flex: 0 0 auto;
|
|
6424
|
+
width: var(--switch--pipSize);
|
|
6425
|
+
height: var(--switch--pipSize);
|
|
6426
|
+
border: none;
|
|
6427
|
+
border-radius: 100%;
|
|
6428
|
+
border-radius: var(--radius-circle);
|
|
6429
|
+
background-color: hsl(198, 35%, 21%);
|
|
6430
|
+
background-color: var(--color-interactive--subtle);
|
|
6431
|
+
transition: all 100ms ease-out;
|
|
6432
|
+
transition: all var(--timing-quick) ease-out;
|
|
6435
6433
|
}
|
|
6436
6434
|
|
|
6437
|
-
.
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
background-color:
|
|
6435
|
+
._40c6OIH33p8- .PiwOCJz7Zto- {
|
|
6436
|
+
border-color: hsl(107, 58%, 33%);
|
|
6437
|
+
border-color: var(--color-interactive);
|
|
6438
|
+
background-color: rgba(255, 255, 255, 1);
|
|
6439
|
+
background-color: var(--color-surface);
|
|
6441
6440
|
}
|
|
6442
6441
|
|
|
6443
|
-
.
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
color: hsl(
|
|
6447
|
-
color: var(--color-
|
|
6442
|
+
.e-cSZjkHGw8- .PiwOCJz7Zto- {
|
|
6443
|
+
border-color: hsl(0, 0%, 93%);
|
|
6444
|
+
border-color: var(--color-disabled--secondary);
|
|
6445
|
+
background-color: hsl(0, 0%, 72%);
|
|
6446
|
+
background-color: var(--color-disabled);
|
|
6448
6447
|
}
|
|
6449
6448
|
|
|
6450
|
-
.
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
left: 0;
|
|
6457
|
-
height: 4px;
|
|
6458
|
-
height: var(--space-smaller);
|
|
6459
|
-
background-color: hsl(107, 58%, 33%);
|
|
6460
|
-
background-color: var(--color-interactive);
|
|
6449
|
+
.e-cSZjkHGw8- {
|
|
6450
|
+
border-color: hsl(0, 0%, 72%);
|
|
6451
|
+
border-color: var(--color-disabled);
|
|
6452
|
+
background-color: rgba(255, 255, 255, 1);
|
|
6453
|
+
background-color: var(--color-surface);
|
|
6454
|
+
cursor: not-allowed;
|
|
6461
6455
|
}
|
|
6462
6456
|
|
|
6463
|
-
.
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
padding-left: 16px;
|
|
6467
|
-
padding-left: var(--public-tab--inset);
|
|
6468
|
-
padding-right: 16px;
|
|
6469
|
-
padding-right: var(--public-tab--inset);
|
|
6457
|
+
._40c6OIH33p8-.e-cSZjkHGw8- {
|
|
6458
|
+
background-color: hsl(0, 0%, 72%);
|
|
6459
|
+
background-color: var(--color-disabled);
|
|
6470
6460
|
}
|
|
6471
6461
|
|
|
6472
|
-
.
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
width: var(--public-tiles-width);
|
|
6462
|
+
._40c6OIH33p8-.e-cSZjkHGw8- .PiwOCJz7Zto- {
|
|
6463
|
+
background-color: rgba(255, 255, 255, 1);
|
|
6464
|
+
background-color: var(--color-surface);
|
|
6476
6465
|
}
|
|
6477
6466
|
|
|
6478
|
-
|
|
6479
|
-
|
|
6480
|
-
|
|
6481
|
-
auto-fill,
|
|
6482
|
-
minmax(min(var(--public-tile-min-size), 100%), 1fr)
|
|
6483
|
-
);
|
|
6484
|
-
}
|
|
6467
|
+
.e-cSZjkHGw8-:hover {
|
|
6468
|
+
border-color: hsl(0, 0%, 72%);
|
|
6469
|
+
border-color: var(--color-disabled);
|
|
6485
6470
|
}
|
|
6486
6471
|
|
|
6487
6472
|
._0Tvq24WjeX8- {
|
|
@@ -6557,6 +6542,21 @@ ul.LfIIg9bwrhQ- {
|
|
|
6557
6542
|
fill: var(--color-greyBlue) !important;
|
|
6558
6543
|
}
|
|
6559
6544
|
|
|
6545
|
+
.jC1GzRIJp74- {
|
|
6546
|
+
display: grid;
|
|
6547
|
+
grid-gap: var(--public-tile-space);
|
|
6548
|
+
width: var(--public-tiles-width);
|
|
6549
|
+
}
|
|
6550
|
+
|
|
6551
|
+
@supports (width: min(var(--public-tile-min-size), 100%)) {
|
|
6552
|
+
.jC1GzRIJp74- {
|
|
6553
|
+
grid-template-columns: repeat(
|
|
6554
|
+
auto-fill,
|
|
6555
|
+
minmax(min(var(--public-tile-min-size), 100%), 1fr)
|
|
6556
|
+
);
|
|
6557
|
+
}
|
|
6558
|
+
}
|
|
6559
|
+
|
|
6560
6560
|
.sZQ1M6tj8-c- {
|
|
6561
6561
|
display: none;
|
|
6562
6562
|
}
|
|
@@ -7342,6 +7342,32 @@ ul.LfIIg9bwrhQ- {
|
|
|
7342
7342
|
gap: var(--space-extravagant);
|
|
7343
7343
|
}
|
|
7344
7344
|
|
|
7345
|
+
.Y4Fm1wA7Z6c- {
|
|
7346
|
+
border-color: hsl(200, 13%, 87%);
|
|
7347
|
+
border-color: var(--color-border);
|
|
7348
|
+
border-style: solid;
|
|
7349
|
+
}
|
|
7350
|
+
|
|
7351
|
+
.GWX6qFcouh8- {
|
|
7352
|
+
border-width: var(--box-border);
|
|
7353
|
+
}
|
|
7354
|
+
|
|
7355
|
+
._20qfwUymZHI- {
|
|
7356
|
+
border-top-width: var(--box-border-top);
|
|
7357
|
+
}
|
|
7358
|
+
|
|
7359
|
+
._80vVV1kYAXU- {
|
|
7360
|
+
border-right-width: var(--box-border-right);
|
|
7361
|
+
}
|
|
7362
|
+
|
|
7363
|
+
._3yLCo9rAEyY- {
|
|
7364
|
+
border-bottom-width: var(--box-border-bottom);
|
|
7365
|
+
}
|
|
7366
|
+
|
|
7367
|
+
.Sejzll1Lw3U- {
|
|
7368
|
+
border-left-width: var(--box-border-left);
|
|
7369
|
+
}
|
|
7370
|
+
|
|
7345
7371
|
.CXP1mw5bm-s- {
|
|
7346
7372
|
height: auto;
|
|
7347
7373
|
}
|
|
@@ -7397,32 +7423,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
7397
7423
|
margin-left: var(--box-margin-left);
|
|
7398
7424
|
}
|
|
7399
7425
|
|
|
7400
|
-
.Y4Fm1wA7Z6c- {
|
|
7401
|
-
border-color: hsl(200, 13%, 87%);
|
|
7402
|
-
border-color: var(--color-border);
|
|
7403
|
-
border-style: solid;
|
|
7404
|
-
}
|
|
7405
|
-
|
|
7406
|
-
.GWX6qFcouh8- {
|
|
7407
|
-
border-width: var(--box-border);
|
|
7408
|
-
}
|
|
7409
|
-
|
|
7410
|
-
._20qfwUymZHI- {
|
|
7411
|
-
border-top-width: var(--box-border-top);
|
|
7412
|
-
}
|
|
7413
|
-
|
|
7414
|
-
._80vVV1kYAXU- {
|
|
7415
|
-
border-right-width: var(--box-border-right);
|
|
7416
|
-
}
|
|
7417
|
-
|
|
7418
|
-
._3yLCo9rAEyY- {
|
|
7419
|
-
border-bottom-width: var(--box-border-bottom);
|
|
7420
|
-
}
|
|
7421
|
-
|
|
7422
|
-
.Sejzll1Lw3U- {
|
|
7423
|
-
border-left-width: var(--box-border-left);
|
|
7424
|
-
}
|
|
7425
|
-
|
|
7426
7426
|
.pyQJ1Rwtg3Q- {
|
|
7427
7427
|
padding: 0;
|
|
7428
7428
|
padding: var(--box-padding, 0);
|
|
@@ -7454,16 +7454,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
7454
7454
|
padding-left: var(--box-padding-left);
|
|
7455
7455
|
}
|
|
7456
7456
|
|
|
7457
|
-
._6dlpcG-oxT4- {
|
|
7458
|
-
-webkit-animation-duration: var(--duration-base);
|
|
7459
|
-
animation-duration: var(--duration-base);
|
|
7460
|
-
}
|
|
7461
|
-
|
|
7462
|
-
.NlRB1Xq-sFE- {
|
|
7463
|
-
-webkit-animation-duration: calc(var(--duration-fast));
|
|
7464
|
-
animation-duration: calc(var(--duration-fast));
|
|
7465
|
-
}
|
|
7466
|
-
|
|
7467
7457
|
.bjemHBSLuQ0- {
|
|
7468
7458
|
height: 8px;
|
|
7469
7459
|
height: var(--space-small);
|
|
@@ -7497,6 +7487,16 @@ ul.LfIIg9bwrhQ- {
|
|
|
7497
7487
|
min-height: var(--space-base);
|
|
7498
7488
|
}
|
|
7499
7489
|
|
|
7490
|
+
._6dlpcG-oxT4- {
|
|
7491
|
+
-webkit-animation-duration: var(--duration-base);
|
|
7492
|
+
animation-duration: var(--duration-base);
|
|
7493
|
+
}
|
|
7494
|
+
|
|
7495
|
+
.NlRB1Xq-sFE- {
|
|
7496
|
+
-webkit-animation-duration: calc(var(--duration-fast));
|
|
7497
|
+
animation-duration: calc(var(--duration-fast));
|
|
7498
|
+
}
|
|
7499
|
+
|
|
7500
7500
|
.vAVS-6e-jJo- {
|
|
7501
7501
|
width: 100%;
|
|
7502
7502
|
}
|
|
@@ -7550,17 +7550,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
7550
7550
|
padding-right: var(--horizontal-inset);
|
|
7551
7551
|
}
|
|
7552
7552
|
|
|
7553
|
-
.j4h-0Mxa5gk- {
|
|
7554
|
-
margin: 0;
|
|
7555
|
-
padding: 0;
|
|
7556
|
-
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
7557
|
-
font-family: var(--typography--fontFamily-normal);
|
|
7558
|
-
/* Wrap really long words or URL's */
|
|
7559
|
-
word-wrap: break-word;
|
|
7560
|
-
overflow-wrap: break-word;
|
|
7561
|
-
word-wrap: break-word;
|
|
7562
|
-
}
|
|
7563
|
-
|
|
7564
7553
|
._1CXlSTO0w8g- {
|
|
7565
7554
|
font-size: 48px;
|
|
7566
7555
|
font-size: var(--typography--fontSize-extravagant);
|
|
@@ -7589,32 +7578,74 @@ ul.LfIIg9bwrhQ- {
|
|
|
7589
7578
|
line-height: var(--typography--lineHeight-tight);
|
|
7590
7579
|
}
|
|
7591
7580
|
|
|
7592
|
-
.ejYSlnHYn2U- {
|
|
7593
|
-
font-size: 16px;
|
|
7594
|
-
font-size: var(--typography--fontSize-large);
|
|
7595
|
-
line-height: 1.34;
|
|
7596
|
-
line-height: var(--typography--lineHeight-large);
|
|
7581
|
+
.ejYSlnHYn2U- {
|
|
7582
|
+
font-size: 16px;
|
|
7583
|
+
font-size: var(--typography--fontSize-large);
|
|
7584
|
+
line-height: 1.34;
|
|
7585
|
+
line-height: var(--typography--lineHeight-large);
|
|
7586
|
+
}
|
|
7587
|
+
|
|
7588
|
+
.e9lFMke1PNs- {
|
|
7589
|
+
font-size: 14px;
|
|
7590
|
+
font-size: var(--typography--fontSize-base);
|
|
7591
|
+
line-height: 1.25;
|
|
7592
|
+
line-height: var(--typography--lineHeight-base);
|
|
7593
|
+
}
|
|
7594
|
+
|
|
7595
|
+
.MiITdlbzofc- {
|
|
7596
|
+
font-size: 12px;
|
|
7597
|
+
font-size: var(--typography--fontSize-small);
|
|
7598
|
+
line-height: 1.143;
|
|
7599
|
+
line-height: var(--typography--lineHeight-tighter);
|
|
7600
|
+
}
|
|
7601
|
+
|
|
7602
|
+
.hs1hcOgrK1s- {
|
|
7603
|
+
font-size: 10px;
|
|
7604
|
+
font-size: var(--typography--fontSize-smaller);
|
|
7605
|
+
line-height: 1.2;
|
|
7606
|
+
line-height: var(--typography--lineHeight-tight);
|
|
7607
|
+
}
|
|
7608
|
+
|
|
7609
|
+
.j4h-0Mxa5gk- {
|
|
7610
|
+
margin: 0;
|
|
7611
|
+
padding: 0;
|
|
7612
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
7613
|
+
font-family: var(--typography--fontFamily-normal);
|
|
7614
|
+
/* Wrap really long words or URL's */
|
|
7615
|
+
word-wrap: break-word;
|
|
7616
|
+
overflow-wrap: break-word;
|
|
7617
|
+
word-wrap: break-word;
|
|
7618
|
+
}
|
|
7619
|
+
|
|
7620
|
+
.S3PyGdaGxok- {
|
|
7621
|
+
text-transform: uppercase;
|
|
7622
|
+
}
|
|
7623
|
+
|
|
7624
|
+
.lVlhmM5z9HI- {
|
|
7625
|
+
text-transform: lowercase;
|
|
7597
7626
|
}
|
|
7598
7627
|
|
|
7599
|
-
.
|
|
7600
|
-
|
|
7601
|
-
font-size: var(--typography--fontSize-base);
|
|
7602
|
-
line-height: 1.25;
|
|
7603
|
-
line-height: var(--typography--lineHeight-base);
|
|
7628
|
+
.l9xfdEljFWk- {
|
|
7629
|
+
text-transform: capitalize;
|
|
7604
7630
|
}
|
|
7605
7631
|
|
|
7606
|
-
.
|
|
7607
|
-
|
|
7608
|
-
font-size: var(--typography--fontSize-small);
|
|
7609
|
-
line-height: 1.143;
|
|
7610
|
-
line-height: var(--typography--lineHeight-tighter);
|
|
7632
|
+
.WYUkes21iUI- {
|
|
7633
|
+
text-transform: none;
|
|
7611
7634
|
}
|
|
7612
7635
|
|
|
7613
|
-
.
|
|
7614
|
-
font-
|
|
7615
|
-
|
|
7616
|
-
|
|
7617
|
-
|
|
7636
|
+
.ws2Y0LqNNfk- {
|
|
7637
|
+
font-style: italic;
|
|
7638
|
+
}
|
|
7639
|
+
|
|
7640
|
+
.kw63z71hYYU- {
|
|
7641
|
+
display: inline;
|
|
7642
|
+
font-family: inherit;
|
|
7643
|
+
font-style: normal;
|
|
7644
|
+
font-weight: inherit;
|
|
7645
|
+
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
|
|
7646
|
+
background-position: center bottom;
|
|
7647
|
+
background-repeat: no-repeat;
|
|
7648
|
+
background-size: 100% 20%;
|
|
7618
7649
|
}
|
|
7619
7650
|
|
|
7620
7651
|
.xFJ-FmjV3BE- {
|
|
@@ -7653,20 +7684,14 @@ ul.LfIIg9bwrhQ- {
|
|
|
7653
7684
|
font-weight: 900;
|
|
7654
7685
|
}
|
|
7655
7686
|
|
|
7656
|
-
.
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
|
|
7660
|
-
.lVlhmM5z9HI- {
|
|
7661
|
-
text-transform: lowercase;
|
|
7662
|
-
}
|
|
7663
|
-
|
|
7664
|
-
.l9xfdEljFWk- {
|
|
7665
|
-
text-transform: capitalize;
|
|
7687
|
+
.V9SSKxs15xE- {
|
|
7688
|
+
font-family: Inter, Helvetica, Arial, sans-serif;
|
|
7689
|
+
font-family: var(--typography--fontFamily-normal);
|
|
7666
7690
|
}
|
|
7667
7691
|
|
|
7668
|
-
.
|
|
7669
|
-
|
|
7692
|
+
.dvw7zxC9s9g- {
|
|
7693
|
+
font-family: Jobber Pro, Poppins, Helvetica, Arial, sans-serif;
|
|
7694
|
+
font-family: var(--typography--fontFamily-display);
|
|
7670
7695
|
}
|
|
7671
7696
|
|
|
7672
7697
|
/* Base colors for backwards compatability */
|
|
@@ -8006,21 +8031,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
8006
8031
|
color: var(--color-brand);
|
|
8007
8032
|
}
|
|
8008
8033
|
|
|
8009
|
-
.ws2Y0LqNNfk- {
|
|
8010
|
-
font-style: italic;
|
|
8011
|
-
}
|
|
8012
|
-
|
|
8013
|
-
.kw63z71hYYU- {
|
|
8014
|
-
display: inline;
|
|
8015
|
-
font-family: inherit;
|
|
8016
|
-
font-style: normal;
|
|
8017
|
-
font-weight: inherit;
|
|
8018
|
-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 84 8' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.50004C14.6667 4.50004 49.3 0.900038 82.5 2.50004' stroke='%2384EA00' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
|
|
8019
|
-
background-position: center bottom;
|
|
8020
|
-
background-repeat: no-repeat;
|
|
8021
|
-
background-size: 100% 20%;
|
|
8022
|
-
}
|
|
8023
|
-
|
|
8024
8034
|
.bvnCrlndVHs- {
|
|
8025
8035
|
display: -webkit-box !important;
|
|
8026
8036
|
}
|
|
@@ -8029,13 +8039,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
8029
8039
|
overflow: hidden;
|
|
8030
8040
|
}
|
|
8031
8041
|
|
|
8032
|
-
.qp8E5e4q-so- {
|
|
8033
|
-
text-decoration-line: underline;
|
|
8034
|
-
text-decoration-thickness: 1px;
|
|
8035
|
-
text-underline-offset: 4px;
|
|
8036
|
-
text-underline-offset: var(--space-smaller);
|
|
8037
|
-
}
|
|
8038
|
-
|
|
8039
8042
|
.r5lyOVfBlMI- {
|
|
8040
8043
|
text-align: left;
|
|
8041
8044
|
}
|
|
@@ -8048,14 +8051,11 @@ ul.LfIIg9bwrhQ- {
|
|
|
8048
8051
|
text-align: right;
|
|
8049
8052
|
}
|
|
8050
8053
|
|
|
8051
|
-
.
|
|
8052
|
-
|
|
8053
|
-
|
|
8054
|
-
|
|
8055
|
-
|
|
8056
|
-
.dvw7zxC9s9g- {
|
|
8057
|
-
font-family: Jobber Pro, Poppins, Helvetica, Arial, sans-serif;
|
|
8058
|
-
font-family: var(--typography--fontFamily-display);
|
|
8054
|
+
.qp8E5e4q-so- {
|
|
8055
|
+
text-decoration-line: underline;
|
|
8056
|
+
text-decoration-thickness: 1px;
|
|
8057
|
+
text-underline-offset: 4px;
|
|
8058
|
+
text-underline-offset: var(--space-smaller);
|
|
8059
8059
|
}
|
|
8060
8060
|
|
|
8061
8061
|
.XRnU90M2-fs- {
|
|
@@ -8228,6 +8228,30 @@ ul.LfIIg9bwrhQ- {
|
|
|
8228
8228
|
}
|
|
8229
8229
|
}
|
|
8230
8230
|
|
|
8231
|
+
.-R-TvZ9aU9g- {
|
|
8232
|
+
display: grid;
|
|
8233
|
+
width: 100%;
|
|
8234
|
+
padding: 4px;
|
|
8235
|
+
padding: var(--space-smaller);
|
|
8236
|
+
border: 1px solid hsl(200, 13%, 87%);
|
|
8237
|
+
border: var(--border-base) solid var(--color-border);
|
|
8238
|
+
border-radius: 16px;
|
|
8239
|
+
border-radius: var(--radius-large);
|
|
8240
|
+
grid-template-columns: repeat(7, 1fr);
|
|
8241
|
+
row-gap: 4px;
|
|
8242
|
+
grid-row-gap: 4px;
|
|
8243
|
+
grid-row-gap: var(--space-smaller);
|
|
8244
|
+
row-gap: var(--space-smaller);
|
|
8245
|
+
-webkit-column-gap: 4px;
|
|
8246
|
+
-webkit-column-gap: var(--space-smaller);
|
|
8247
|
+
-moz-column-gap: 4px;
|
|
8248
|
+
-moz-column-gap: var(--space-smaller);
|
|
8249
|
+
column-gap: 4px;
|
|
8250
|
+
grid-column-gap: 4px;
|
|
8251
|
+
grid-column-gap: var(--space-smaller);
|
|
8252
|
+
column-gap: var(--space-smaller);
|
|
8253
|
+
}
|
|
8254
|
+
|
|
8231
8255
|
.cr0irYOHA5k- div[role="radiogroup"] {
|
|
8232
8256
|
-ms-flex-direction: row;
|
|
8233
8257
|
flex-direction: row;
|
|
@@ -8327,30 +8351,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
8327
8351
|
}
|
|
8328
8352
|
}
|
|
8329
8353
|
|
|
8330
|
-
.-R-TvZ9aU9g- {
|
|
8331
|
-
display: grid;
|
|
8332
|
-
width: 100%;
|
|
8333
|
-
padding: 4px;
|
|
8334
|
-
padding: var(--space-smaller);
|
|
8335
|
-
border: 1px solid hsl(200, 13%, 87%);
|
|
8336
|
-
border: var(--border-base) solid var(--color-border);
|
|
8337
|
-
border-radius: 16px;
|
|
8338
|
-
border-radius: var(--radius-large);
|
|
8339
|
-
grid-template-columns: repeat(7, 1fr);
|
|
8340
|
-
row-gap: 4px;
|
|
8341
|
-
grid-row-gap: 4px;
|
|
8342
|
-
grid-row-gap: var(--space-smaller);
|
|
8343
|
-
row-gap: var(--space-smaller);
|
|
8344
|
-
-webkit-column-gap: 4px;
|
|
8345
|
-
-webkit-column-gap: var(--space-smaller);
|
|
8346
|
-
-moz-column-gap: 4px;
|
|
8347
|
-
-moz-column-gap: var(--space-smaller);
|
|
8348
|
-
column-gap: 4px;
|
|
8349
|
-
grid-column-gap: 4px;
|
|
8350
|
-
grid-column-gap: var(--space-smaller);
|
|
8351
|
-
column-gap: var(--space-smaller);
|
|
8352
|
-
}
|
|
8353
|
-
|
|
8354
8354
|
.HowvTX8-pw4- {
|
|
8355
8355
|
display: -ms-flexbox;
|
|
8356
8356
|
display: flex;
|
|
@@ -8515,6 +8515,12 @@ ul.LfIIg9bwrhQ- {
|
|
|
8515
8515
|
margin-left: var(--space-small);
|
|
8516
8516
|
}
|
|
8517
8517
|
|
|
8518
|
+
._9wfZRG5vXI8- {
|
|
8519
|
+
min-width: 80px;
|
|
8520
|
+
margin-left: 8px;
|
|
8521
|
+
margin-left: var(--space-small);
|
|
8522
|
+
}
|
|
8523
|
+
|
|
8518
8524
|
._85AuDa3YmT4- {
|
|
8519
8525
|
position: relative;
|
|
8520
8526
|
}
|
|
@@ -8550,12 +8556,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
8550
8556
|
min-width: var(--space-largest);
|
|
8551
8557
|
}
|
|
8552
8558
|
|
|
8553
|
-
._9wfZRG5vXI8- {
|
|
8554
|
-
min-width: 80px;
|
|
8555
|
-
margin-left: 8px;
|
|
8556
|
-
margin-left: var(--space-small);
|
|
8557
|
-
}
|
|
8558
|
-
|
|
8559
8559
|
.u5YTRL-PlTI- {
|
|
8560
8560
|
--offset: 1px;
|
|
8561
8561
|
--sticky-header-transition-properties: var(--timing-base) ease-in-out;
|
|
@@ -8812,26 +8812,6 @@ ul.LfIIg9bwrhQ- {
|
|
|
8812
8812
|
}
|
|
8813
8813
|
}
|
|
8814
8814
|
|
|
8815
|
-
.SSm2j6d2kYo- {
|
|
8816
|
-
display: -ms-flexbox;
|
|
8817
|
-
display: flex;
|
|
8818
|
-
position: absolute;
|
|
8819
|
-
top: -26px;
|
|
8820
|
-
right: 0;
|
|
8821
|
-
z-index: 6;
|
|
8822
|
-
z-index: var(--elevation-menu);
|
|
8823
|
-
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
|
|
8824
|
-
box-shadow: var(--shadow-base);
|
|
8825
|
-
border: 1px solid hsl(200, 13%, 87%);
|
|
8826
|
-
border: var(--border-base) solid var(--color-border);
|
|
8827
|
-
border-radius: 8px;
|
|
8828
|
-
border-radius: var(--radius-base);
|
|
8829
|
-
background-color: rgba(255, 255, 255, 1);
|
|
8830
|
-
background-color: var(--color-surface);
|
|
8831
|
-
gap: 2px;
|
|
8832
|
-
gap: var(--space-smallest);
|
|
8833
|
-
}
|
|
8834
|
-
|
|
8835
8815
|
.zfAZTjk0VNE- {
|
|
8836
8816
|
display: -ms-flexbox;
|
|
8837
8817
|
display: flex;
|
|
@@ -8886,40 +8866,34 @@ ul.LfIIg9bwrhQ- {
|
|
|
8886
8866
|
font-weight: 500;
|
|
8887
8867
|
}
|
|
8888
8868
|
|
|
8889
|
-
.
|
|
8890
|
-
visibility: hidden;
|
|
8891
|
-
}
|
|
8892
|
-
|
|
8893
|
-
.kXYd0fpUuek- {
|
|
8869
|
+
.SSm2j6d2kYo- {
|
|
8894
8870
|
display: -ms-flexbox;
|
|
8895
8871
|
display: flex;
|
|
8896
|
-
position:
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8900
|
-
|
|
8901
|
-
|
|
8902
|
-
|
|
8903
|
-
border:
|
|
8904
|
-
border
|
|
8905
|
-
border-radius:
|
|
8906
|
-
|
|
8907
|
-
|
|
8908
|
-
|
|
8909
|
-
|
|
8910
|
-
|
|
8911
|
-
.kXYd0fpUuek-:focus,
|
|
8912
|
-
.kXYd0fpUuek-:focus-visible {
|
|
8913
|
-
outline: transparent;
|
|
8872
|
+
position: absolute;
|
|
8873
|
+
top: -26px;
|
|
8874
|
+
right: 0;
|
|
8875
|
+
z-index: 6;
|
|
8876
|
+
z-index: var(--elevation-menu);
|
|
8877
|
+
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
|
|
8878
|
+
box-shadow: var(--shadow-base);
|
|
8879
|
+
border: 1px solid hsl(200, 13%, 87%);
|
|
8880
|
+
border: var(--border-base) solid var(--color-border);
|
|
8881
|
+
border-radius: 8px;
|
|
8882
|
+
border-radius: var(--radius-base);
|
|
8883
|
+
background-color: rgba(255, 255, 255, 1);
|
|
8884
|
+
background-color: var(--color-surface);
|
|
8885
|
+
gap: 2px;
|
|
8886
|
+
gap: var(--space-smallest);
|
|
8914
8887
|
}
|
|
8915
8888
|
|
|
8916
|
-
.
|
|
8917
|
-
|
|
8918
|
-
box-shadow: var(--shadow-focus);
|
|
8889
|
+
.CwWlXTKCPUg- {
|
|
8890
|
+
visibility: hidden;
|
|
8919
8891
|
}
|
|
8920
8892
|
|
|
8921
|
-
.
|
|
8922
|
-
|
|
8893
|
+
.BJxca-StHxg- {
|
|
8894
|
+
/* Offset the button's padding so the height of the header bar doesn't change */
|
|
8895
|
+
margin: calc(8px * -1) 0;
|
|
8896
|
+
margin: calc(var(--space-small) * -1) 0;
|
|
8923
8897
|
}
|
|
8924
8898
|
|
|
8925
8899
|
.ld5hWlraYD8- {
|
|
@@ -8996,10 +8970,36 @@ ul.LfIIg9bwrhQ- {
|
|
|
8996
8970
|
align-items: center;
|
|
8997
8971
|
}
|
|
8998
8972
|
|
|
8999
|
-
.
|
|
9000
|
-
|
|
9001
|
-
|
|
9002
|
-
|
|
8973
|
+
.kXYd0fpUuek- {
|
|
8974
|
+
display: -ms-flexbox;
|
|
8975
|
+
display: flex;
|
|
8976
|
+
position: relative;
|
|
8977
|
+
-ms-flex-align: center;
|
|
8978
|
+
align-items: center;
|
|
8979
|
+
margin: 0 calc(-1 * 2px);
|
|
8980
|
+
margin: 0 calc(-1 * var(--space-smallest));
|
|
8981
|
+
padding: 0 2px;
|
|
8982
|
+
padding: 0 var(--space-smallest);
|
|
8983
|
+
border: none;
|
|
8984
|
+
border-radius: 4px;
|
|
8985
|
+
border-radius: var(--radius-small);
|
|
8986
|
+
background-color: transparent;
|
|
8987
|
+
transition: all 200ms ease-out;
|
|
8988
|
+
transition: all var(--timing-base) ease-out;
|
|
8989
|
+
}
|
|
8990
|
+
|
|
8991
|
+
.kXYd0fpUuek-:focus,
|
|
8992
|
+
.kXYd0fpUuek-:focus-visible {
|
|
8993
|
+
outline: transparent;
|
|
8994
|
+
}
|
|
8995
|
+
|
|
8996
|
+
.kXYd0fpUuek-:focus-visible {
|
|
8997
|
+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px hsl(198, 12%, 57%);
|
|
8998
|
+
box-shadow: var(--shadow-focus);
|
|
8999
|
+
}
|
|
9000
|
+
|
|
9001
|
+
.kryUPRHDUcs- {
|
|
9002
|
+
cursor: pointer;
|
|
9003
9003
|
}
|
|
9004
9004
|
|
|
9005
9005
|
._7-6mnR33fOk- {
|