@preply/ds-web-root 0.68.1 → 0.70.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/generated/GlobalStyle.js +50 -50
- package/dist/generated/global-style.less +41 -41
- package/dist/generated/global-style.less.js +2 -2
- package/dist/generated/themes.d.ts +1 -1
- package/dist/generated/themes.js +9 -11
- package/dist/generated/themes.module.less +1200 -309
- package/dist/generated/themes.module.less.js +2 -2
- package/dist/styles/global-style.less.js +2 -2
- package/package.json +14 -16
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AUTO GENERATED @Fri Sep
|
|
1
|
+
/* AUTO GENERATED @Fri Sep 29 2023 15:54:17 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
|
|
3
3
|
.ds-tokyo-ui {
|
|
4
4
|
/**
|
|
@@ -220,9 +220,9 @@
|
|
|
220
220
|
/**
|
|
221
221
|
* root.palette.red.500 (--3e7877) ::color
|
|
222
222
|
*
|
|
223
|
-
* = #
|
|
223
|
+
* = #C9160D (via dsInternalPrimitive.color.red.500)
|
|
224
224
|
*/
|
|
225
|
-
--3e7877: #
|
|
225
|
+
--3e7877: #C9160D;
|
|
226
226
|
/**
|
|
227
227
|
* root.palette.blue.100 (--21906f) ::color
|
|
228
228
|
*
|
|
@@ -610,9 +610,9 @@
|
|
|
610
610
|
/**
|
|
611
611
|
* dsInternalPrimitive.color.background.criticalDark (--6f622b) ::color
|
|
612
612
|
*
|
|
613
|
-
* = #
|
|
613
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
614
614
|
*/
|
|
615
|
-
--6f622b: #
|
|
615
|
+
--6f622b: #A3120A;
|
|
616
616
|
/**
|
|
617
617
|
* dsInternalPrimitive.color.background.overlay (--a63697) ::color
|
|
618
618
|
*
|
|
@@ -682,9 +682,9 @@
|
|
|
682
682
|
/**
|
|
683
683
|
* action.base.gap (--0aee7b) ::gap
|
|
684
684
|
*
|
|
685
|
-
* =
|
|
685
|
+
* = 12 (via spacing.12)
|
|
686
686
|
*/
|
|
687
|
-
--0aee7b:
|
|
687
|
+
--0aee7b: 12px;
|
|
688
688
|
/**
|
|
689
689
|
* action.inline.borderRadius (--5eeb28) ::borderRadius
|
|
690
690
|
*
|
|
@@ -1220,77 +1220,149 @@
|
|
|
1220
1220
|
*/
|
|
1221
1221
|
--3d1d33: 8px;
|
|
1222
1222
|
/**
|
|
1223
|
-
* badge.accent.accent.normal (--
|
|
1223
|
+
* badge.accent.accent.normal.bgColor (--eba8f8) ::color
|
|
1224
1224
|
*
|
|
1225
1225
|
* = #FFEBF3 (via dsInternalPrimitive.color.background.accentLight)
|
|
1226
1226
|
*/
|
|
1227
|
-
--
|
|
1227
|
+
--eba8f8: #FFEBF3;
|
|
1228
1228
|
/**
|
|
1229
|
-
* badge.accent.positive.normal (--
|
|
1229
|
+
* badge.accent.positive.normal.bgColor (--694afa) ::color
|
|
1230
1230
|
*
|
|
1231
1231
|
* = #D8F8F2 (via dsInternalPrimitive.color.background.positiveLight)
|
|
1232
1232
|
*/
|
|
1233
|
-
--
|
|
1233
|
+
--694afa: #D8F8F2;
|
|
1234
1234
|
/**
|
|
1235
|
-
* badge.accent.critical.normal (--
|
|
1235
|
+
* badge.accent.critical.normal.bgColor (--22f022) ::color
|
|
1236
1236
|
*
|
|
1237
1237
|
* = #FFE2E0 (via dsInternalPrimitive.color.background.criticalLight)
|
|
1238
1238
|
*/
|
|
1239
|
-
--
|
|
1239
|
+
--22f022: #FFE2E0;
|
|
1240
1240
|
/**
|
|
1241
|
-
* badge.accent.warning.normal (--
|
|
1241
|
+
* badge.accent.warning.normal.bgColor (--02372a) ::color
|
|
1242
1242
|
*
|
|
1243
1243
|
* = #FFF5C2 (via dsInternalPrimitive.color.background.warningLight)
|
|
1244
1244
|
*/
|
|
1245
|
-
--
|
|
1245
|
+
--02372a: #FFF5C2;
|
|
1246
1246
|
/**
|
|
1247
|
-
* badge.accent.info.normal (--
|
|
1247
|
+
* badge.accent.info.normal.bgColor (--7a1a33) ::color
|
|
1248
1248
|
*
|
|
1249
1249
|
* = #CCE2FF (via dsInternalPrimitive.color.background.infoLight)
|
|
1250
1250
|
*/
|
|
1251
|
-
--
|
|
1251
|
+
--7a1a33: #CCE2FF;
|
|
1252
1252
|
/**
|
|
1253
|
-
* badge.accent.tertiary.normal (--
|
|
1253
|
+
* badge.accent.tertiary.normal.bgColor (--a453d7) ::color
|
|
1254
1254
|
*
|
|
1255
1255
|
* = #EBEBF1 (via dsInternalPrimitive.color.background.tertiary)
|
|
1256
1256
|
*/
|
|
1257
|
-
--
|
|
1257
|
+
--a453d7: #EBEBF1;
|
|
1258
1258
|
/**
|
|
1259
|
-
* badge.accent.accent.inverted (--
|
|
1259
|
+
* badge.accent.accent.inverted.bgColor (--54c075) ::color
|
|
1260
1260
|
*
|
|
1261
1261
|
* = #D13D76 (via dsInternalPrimitive.color.background.accentDark)
|
|
1262
1262
|
*/
|
|
1263
|
-
--
|
|
1263
|
+
--54c075: #D13D76;
|
|
1264
1264
|
/**
|
|
1265
|
-
* badge.accent.positive.inverted (--
|
|
1265
|
+
* badge.accent.positive.inverted.bgColor (--47c404) ::color
|
|
1266
1266
|
*
|
|
1267
1267
|
* = #067560 (via dsInternalPrimitive.color.background.positiveDark)
|
|
1268
1268
|
*/
|
|
1269
|
-
--
|
|
1269
|
+
--47c404: #067560;
|
|
1270
1270
|
/**
|
|
1271
|
-
* badge.accent.critical.inverted (--
|
|
1271
|
+
* badge.accent.critical.inverted.bgColor (--cdb1f6) ::color
|
|
1272
1272
|
*
|
|
1273
|
-
* = #
|
|
1273
|
+
* = #A3120A (via dsInternalPrimitive.color.background.criticalDark)
|
|
1274
1274
|
*/
|
|
1275
|
-
--
|
|
1275
|
+
--cdb1f6: #A3120A;
|
|
1276
1276
|
/**
|
|
1277
|
-
* badge.accent.warning.inverted (--
|
|
1277
|
+
* badge.accent.warning.inverted.bgColor (--08fa29) ::color
|
|
1278
1278
|
*
|
|
1279
1279
|
* = #966208 (via dsInternalPrimitive.color.background.warningDark)
|
|
1280
1280
|
*/
|
|
1281
|
-
--
|
|
1281
|
+
--08fa29: #966208;
|
|
1282
1282
|
/**
|
|
1283
|
-
* badge.accent.info.inverted (--
|
|
1283
|
+
* badge.accent.info.inverted.bgColor (--fa3428) ::color
|
|
1284
1284
|
*
|
|
1285
1285
|
* = #0450B4 (via dsInternalPrimitive.color.background.infoDark)
|
|
1286
1286
|
*/
|
|
1287
|
-
--
|
|
1287
|
+
--fa3428: #0450B4;
|
|
1288
1288
|
/**
|
|
1289
|
-
* badge.accent.tertiary.inverted (--
|
|
1289
|
+
* badge.accent.tertiary.inverted.bgColor (--50e919) ::color
|
|
1290
1290
|
*
|
|
1291
1291
|
* = #302F3B (via dsInternalPrimitive.color.background.tertiaryInverted)
|
|
1292
1292
|
*/
|
|
1293
|
-
--
|
|
1293
|
+
--50e919: #302F3B;
|
|
1294
|
+
/**
|
|
1295
|
+
* badge.accent.accent.normal.color (--dede3f) ::color
|
|
1296
|
+
*
|
|
1297
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
1298
|
+
*/
|
|
1299
|
+
--dede3f: #121117;
|
|
1300
|
+
/**
|
|
1301
|
+
* badge.accent.positive.normal.color (--2a2719) ::color
|
|
1302
|
+
*
|
|
1303
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
1304
|
+
*/
|
|
1305
|
+
--2a2719: #121117;
|
|
1306
|
+
/**
|
|
1307
|
+
* badge.accent.critical.normal.color (--036159) ::color
|
|
1308
|
+
*
|
|
1309
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
1310
|
+
*/
|
|
1311
|
+
--036159: #A3120A;
|
|
1312
|
+
/**
|
|
1313
|
+
* badge.accent.warning.normal.color (--84e571) ::color
|
|
1314
|
+
*
|
|
1315
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
1316
|
+
*/
|
|
1317
|
+
--84e571: #121117;
|
|
1318
|
+
/**
|
|
1319
|
+
* badge.accent.info.normal.color (--f3be0c) ::color
|
|
1320
|
+
*
|
|
1321
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
1322
|
+
*/
|
|
1323
|
+
--f3be0c: #121117;
|
|
1324
|
+
/**
|
|
1325
|
+
* badge.accent.tertiary.normal.color (--d7e14c) ::color
|
|
1326
|
+
*
|
|
1327
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
1328
|
+
*/
|
|
1329
|
+
--d7e14c: #121117;
|
|
1330
|
+
/**
|
|
1331
|
+
* badge.accent.accent.inverted.color (--732eb5) ::color
|
|
1332
|
+
*
|
|
1333
|
+
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
1334
|
+
*/
|
|
1335
|
+
--732eb5: #FFFFFF;
|
|
1336
|
+
/**
|
|
1337
|
+
* badge.accent.positive.inverted.color (--30c365) ::color
|
|
1338
|
+
*
|
|
1339
|
+
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
1340
|
+
*/
|
|
1341
|
+
--30c365: #FFFFFF;
|
|
1342
|
+
/**
|
|
1343
|
+
* badge.accent.critical.inverted.color (--90eeff) ::color
|
|
1344
|
+
*
|
|
1345
|
+
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
1346
|
+
*/
|
|
1347
|
+
--90eeff: #FFFFFF;
|
|
1348
|
+
/**
|
|
1349
|
+
* badge.accent.warning.inverted.color (--363237) ::color
|
|
1350
|
+
*
|
|
1351
|
+
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
1352
|
+
*/
|
|
1353
|
+
--363237: #FFFFFF;
|
|
1354
|
+
/**
|
|
1355
|
+
* badge.accent.info.inverted.color (--506df4) ::color
|
|
1356
|
+
*
|
|
1357
|
+
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
1358
|
+
*/
|
|
1359
|
+
--506df4: #FFFFFF;
|
|
1360
|
+
/**
|
|
1361
|
+
* badge.accent.tertiary.inverted.color (--ab5158) ::color
|
|
1362
|
+
*
|
|
1363
|
+
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
1364
|
+
*/
|
|
1365
|
+
--ab5158: #FFFFFF;
|
|
1294
1366
|
/**
|
|
1295
1367
|
* spinner.size.default.size (--9270b5) ::size
|
|
1296
1368
|
*
|
|
@@ -1459,6 +1531,12 @@
|
|
|
1459
1531
|
* = 48 (via sizing.48)
|
|
1460
1532
|
*/
|
|
1461
1533
|
--03d2e4: 48px;
|
|
1534
|
+
/**
|
|
1535
|
+
* heading.variant.massive.fontFamily (--b3726f) ::fontFamily
|
|
1536
|
+
*
|
|
1537
|
+
* = Platform (via text.heading.massive.fontFamily)
|
|
1538
|
+
*/
|
|
1539
|
+
--b3726f: Platform;
|
|
1462
1540
|
/**
|
|
1463
1541
|
* heading.variant.huge.fontFamily (--4a9e2c) ::fontFamily
|
|
1464
1542
|
*
|
|
@@ -1489,6 +1567,12 @@
|
|
|
1489
1567
|
* = Platform (via text.heading.small.fontFamily)
|
|
1490
1568
|
*/
|
|
1491
1569
|
--22c5e1: Platform;
|
|
1570
|
+
/**
|
|
1571
|
+
* heading.variant.massive.fontWeight (--8c9f05) ::fontWeight
|
|
1572
|
+
*
|
|
1573
|
+
* = 500 (via text.heading.massive.fontWeight)
|
|
1574
|
+
*/
|
|
1575
|
+
--8c9f05: 500;
|
|
1492
1576
|
/**
|
|
1493
1577
|
* heading.variant.huge.fontWeight (--b1d4f5) ::fontWeight
|
|
1494
1578
|
*
|
|
@@ -1519,6 +1603,12 @@
|
|
|
1519
1603
|
* = 500 (via text.heading.small.fontWeight)
|
|
1520
1604
|
*/
|
|
1521
1605
|
--e1e6cd: 500;
|
|
1606
|
+
/**
|
|
1607
|
+
* heading.variant.massive.fontSize (--cd577e) ::fontSize
|
|
1608
|
+
*
|
|
1609
|
+
* = 96 (via text.heading.massive.fontSize)
|
|
1610
|
+
*/
|
|
1611
|
+
--cd577e: 96px;
|
|
1522
1612
|
/**
|
|
1523
1613
|
* heading.variant.huge.fontSize (--890dda) ::fontSize
|
|
1524
1614
|
*
|
|
@@ -1549,6 +1639,12 @@
|
|
|
1549
1639
|
* = 20 (via text.heading.small.fontSize)
|
|
1550
1640
|
*/
|
|
1551
1641
|
--054730: 20px;
|
|
1642
|
+
/**
|
|
1643
|
+
* heading.variant.massive.lineHeight (--2e9eee) ::lineHeightPixels
|
|
1644
|
+
*
|
|
1645
|
+
* = 96 (via text.heading.massive.lineHeight)
|
|
1646
|
+
*/
|
|
1647
|
+
--2e9eee: 96px;
|
|
1552
1648
|
/**
|
|
1553
1649
|
* heading.variant.huge.lineHeight (--a1602a) ::lineHeightPixels
|
|
1554
1650
|
*
|
|
@@ -1579,6 +1675,12 @@
|
|
|
1579
1675
|
* = 24 (via text.heading.small.lineHeight)
|
|
1580
1676
|
*/
|
|
1581
1677
|
--ced741: 24px;
|
|
1678
|
+
/**
|
|
1679
|
+
* heading.variant.massive.letterSpacing (--d662ea) ::letterSpacing
|
|
1680
|
+
*
|
|
1681
|
+
* = -0.005
|
|
1682
|
+
*/
|
|
1683
|
+
--d662ea: -0.005em;
|
|
1582
1684
|
/**
|
|
1583
1685
|
* heading.variant.huge.letterSpacing (--65a2cd) ::letterSpacing
|
|
1584
1686
|
*
|
|
@@ -3322,9 +3424,9 @@
|
|
|
3322
3424
|
/**
|
|
3323
3425
|
* input.error.color (--7b0f41) ::fgColor
|
|
3324
3426
|
*
|
|
3325
|
-
* = #
|
|
3427
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
3326
3428
|
*/
|
|
3327
|
-
--7b0f41: #
|
|
3429
|
+
--7b0f41: #A3120A;
|
|
3328
3430
|
/**
|
|
3329
3431
|
* input.error.bgColor (--95df5b) ::bgColor
|
|
3330
3432
|
*
|
|
@@ -3559,6 +3661,12 @@
|
|
|
3559
3661
|
* = rgba(18, 17, 23, 0.56)
|
|
3560
3662
|
*/
|
|
3561
3663
|
--b445b1: rgba(18, 17, 23, 0.56);
|
|
3664
|
+
/**
|
|
3665
|
+
* dsInternalPrimitive.color.grey.900-15 (--a6b6d6) ::color
|
|
3666
|
+
*
|
|
3667
|
+
* = rgba(18, 17, 23, 0.15)
|
|
3668
|
+
*/
|
|
3669
|
+
--a6b6d6: rgba(18, 17, 23, 0.15);
|
|
3562
3670
|
/**
|
|
3563
3671
|
* dsInternalPrimitive.color.grey.900-12 (--7e1290) ::color
|
|
3564
3672
|
*
|
|
@@ -3820,27 +3928,27 @@
|
|
|
3820
3928
|
/**
|
|
3821
3929
|
* dsInternalPrimitive.color.red.500 (--f99920) ::color
|
|
3822
3930
|
*
|
|
3823
|
-
* = #
|
|
3931
|
+
* = #C9160D
|
|
3824
3932
|
*/
|
|
3825
|
-
--f99920: #
|
|
3933
|
+
--f99920: #C9160D;
|
|
3826
3934
|
/**
|
|
3827
3935
|
* dsInternalPrimitive.color.red.600 (--1a9540) ::color
|
|
3828
3936
|
*
|
|
3829
|
-
* = #
|
|
3937
|
+
* = #A3120A
|
|
3830
3938
|
*/
|
|
3831
|
-
--1a9540: #
|
|
3939
|
+
--1a9540: #A3120A;
|
|
3832
3940
|
/**
|
|
3833
3941
|
* dsInternalPrimitive.color.red.700 (--37fd29) ::color
|
|
3834
3942
|
*
|
|
3835
|
-
* = #
|
|
3943
|
+
* = #880D07
|
|
3836
3944
|
*/
|
|
3837
|
-
--37fd29: #
|
|
3945
|
+
--37fd29: #880D07;
|
|
3838
3946
|
/**
|
|
3839
3947
|
* dsInternalPrimitive.color.red.800 (--0a79dd) ::color
|
|
3840
3948
|
*
|
|
3841
|
-
* = #
|
|
3949
|
+
* = #63110D
|
|
3842
3950
|
*/
|
|
3843
|
-
--0a79dd: #
|
|
3951
|
+
--0a79dd: #63110D;
|
|
3844
3952
|
/**
|
|
3845
3953
|
* dsInternalPrimitive.color.text.primary.action (--411986) ::color
|
|
3846
3954
|
*
|
|
@@ -3895,6 +4003,18 @@
|
|
|
3895
4003
|
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
3896
4004
|
*/
|
|
3897
4005
|
--27aa3b: #FFFFFF;
|
|
4006
|
+
/**
|
|
4007
|
+
* dsInternalPrimitive.color.text.primaryB2b.action (--48c8a1) ::color
|
|
4008
|
+
*
|
|
4009
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
4010
|
+
*/
|
|
4011
|
+
--48c8a1: #121117;
|
|
4012
|
+
/**
|
|
4013
|
+
* dsInternalPrimitive.color.text.primaryTutor.action (--3250df) ::color
|
|
4014
|
+
*
|
|
4015
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
4016
|
+
*/
|
|
4017
|
+
--3250df: #121117;
|
|
3898
4018
|
/**
|
|
3899
4019
|
* dsInternalPrimitive.color.text.inverted.action (--250d1b) ::color
|
|
3900
4020
|
*
|
|
@@ -3919,6 +4039,36 @@
|
|
|
3919
4039
|
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
3920
4040
|
*/
|
|
3921
4041
|
--480cdf: #FFFFFF;
|
|
4042
|
+
/**
|
|
4043
|
+
* dsInternalPrimitive.color.text.primaryB2b.action.active (--ccca30) ::color
|
|
4044
|
+
*
|
|
4045
|
+
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
4046
|
+
*/
|
|
4047
|
+
--ccca30: #FFFFFF;
|
|
4048
|
+
/**
|
|
4049
|
+
* dsInternalPrimitive.color.text.primaryTutor.action.active (--488097) ::color
|
|
4050
|
+
*
|
|
4051
|
+
* = #FFFFFF (via dsInternalPrimitive.color.grey.0)
|
|
4052
|
+
*/
|
|
4053
|
+
--488097: #FFFFFF;
|
|
4054
|
+
/**
|
|
4055
|
+
* dsInternalPrimitive.color.text.classroom.action.selected (--9a7c6b) ::color
|
|
4056
|
+
*
|
|
4057
|
+
* = #6A697C (via dsInternalPrimitive.color.grey.500)
|
|
4058
|
+
*/
|
|
4059
|
+
--9a7c6b: #6A697C;
|
|
4060
|
+
/**
|
|
4061
|
+
* dsInternalPrimitive.color.background.classroom.action.selected (--226406) ::color
|
|
4062
|
+
*
|
|
4063
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.grey.100)
|
|
4064
|
+
*/
|
|
4065
|
+
--226406: #EBEBF1;
|
|
4066
|
+
/**
|
|
4067
|
+
* dsInternalPrimitive.color.background.ghost.action.selected (--ff9376) ::color
|
|
4068
|
+
*
|
|
4069
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.grey.100)
|
|
4070
|
+
*/
|
|
4071
|
+
--ff9376: #EBEBF1;
|
|
3922
4072
|
/**
|
|
3923
4073
|
* dsInternalPrimitive.color.background.primary.action.rest (--cf27db) ::color
|
|
3924
4074
|
*
|
|
@@ -3952,9 +4102,9 @@
|
|
|
3952
4102
|
/**
|
|
3953
4103
|
* dsInternalPrimitive.color.background.critical.action.rest (--f99bbd) ::color
|
|
3954
4104
|
*
|
|
3955
|
-
* = #
|
|
4105
|
+
* = #C9160D (via dsInternalPrimitive.color.red.500)
|
|
3956
4106
|
*/
|
|
3957
|
-
--f99bbd: #
|
|
4107
|
+
--f99bbd: #C9160D;
|
|
3958
4108
|
/**
|
|
3959
4109
|
* dsInternalPrimitive.color.background.onColor.action.rest (--22605a) ::color
|
|
3960
4110
|
*
|
|
@@ -3967,6 +4117,18 @@
|
|
|
3967
4117
|
* = rgba(18, 17, 23, 0.56) (via dsInternalPrimitive.color.grey.900-56)
|
|
3968
4118
|
*/
|
|
3969
4119
|
--8c3891: rgba(18, 17, 23, 0.56);
|
|
4120
|
+
/**
|
|
4121
|
+
* dsInternalPrimitive.color.background.primaryB2b.action.rest (--1c0876) ::color
|
|
4122
|
+
*
|
|
4123
|
+
* = #57A0FF (via dsInternalPrimitive.color.blue.300)
|
|
4124
|
+
*/
|
|
4125
|
+
--1c0876: #57A0FF;
|
|
4126
|
+
/**
|
|
4127
|
+
* dsInternalPrimitive.color.background.primaryTutor.action.rest (--d78653) ::color
|
|
4128
|
+
*
|
|
4129
|
+
* = #3DDABE (via dsInternalPrimitive.color.teal.400)
|
|
4130
|
+
*/
|
|
4131
|
+
--d78653: #3DDABE;
|
|
3970
4132
|
/**
|
|
3971
4133
|
* dsInternalPrimitive.color.background.inverted.action.rest (--63afb0) ::color
|
|
3972
4134
|
*
|
|
@@ -4018,9 +4180,9 @@
|
|
|
4018
4180
|
/**
|
|
4019
4181
|
* dsInternalPrimitive.color.background.critical.action.hover (--5cd326) ::color
|
|
4020
4182
|
*
|
|
4021
|
-
* = #
|
|
4183
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
4022
4184
|
*/
|
|
4023
|
-
--5cd326: #
|
|
4185
|
+
--5cd326: #A3120A;
|
|
4024
4186
|
/**
|
|
4025
4187
|
* dsInternalPrimitive.color.background.onColor.action.hover (--b2e035) ::color
|
|
4026
4188
|
*
|
|
@@ -4033,6 +4195,18 @@
|
|
|
4033
4195
|
* = rgba(18, 17, 23, 0.72) (via dsInternalPrimitive.color.grey.900-72)
|
|
4034
4196
|
*/
|
|
4035
4197
|
--173f0d: rgba(18, 17, 23, 0.72);
|
|
4198
|
+
/**
|
|
4199
|
+
* dsInternalPrimitive.color.background.primaryB2b.action.hover (--ab3e6b) ::color
|
|
4200
|
+
*
|
|
4201
|
+
* = #99C5FF (via dsInternalPrimitive.color.blue.200)
|
|
4202
|
+
*/
|
|
4203
|
+
--ab3e6b: #99C5FF;
|
|
4204
|
+
/**
|
|
4205
|
+
* dsInternalPrimitive.color.background.primaryTutor.action.hover (--689a70) ::color
|
|
4206
|
+
*
|
|
4207
|
+
* = #7BEAD6 (via dsInternalPrimitive.color.teal.300)
|
|
4208
|
+
*/
|
|
4209
|
+
--689a70: #7BEAD6;
|
|
4036
4210
|
/**
|
|
4037
4211
|
* dsInternalPrimitive.color.background.inverted.action.hover (--4df5c9) ::color
|
|
4038
4212
|
*
|
|
@@ -4084,9 +4258,9 @@
|
|
|
4084
4258
|
/**
|
|
4085
4259
|
* dsInternalPrimitive.color.background.critical.action.active (--bd5da9) ::color
|
|
4086
4260
|
*
|
|
4087
|
-
* = #
|
|
4261
|
+
* = #880D07 (via dsInternalPrimitive.color.red.700)
|
|
4088
4262
|
*/
|
|
4089
|
-
--bd5da9: #
|
|
4263
|
+
--bd5da9: #880D07;
|
|
4090
4264
|
/**
|
|
4091
4265
|
* dsInternalPrimitive.color.background.onColor.action.active (--7605f1) ::color
|
|
4092
4266
|
*
|
|
@@ -4099,6 +4273,18 @@
|
|
|
4099
4273
|
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
4100
4274
|
*/
|
|
4101
4275
|
--003ddf: #121117;
|
|
4276
|
+
/**
|
|
4277
|
+
* dsInternalPrimitive.color.background.primaryB2b.action.active (--6bda6d) ::color
|
|
4278
|
+
*
|
|
4279
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
4280
|
+
*/
|
|
4281
|
+
--6bda6d: #121117;
|
|
4282
|
+
/**
|
|
4283
|
+
* dsInternalPrimitive.color.background.primaryTutor.action.active (--608d83) ::color
|
|
4284
|
+
*
|
|
4285
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
4286
|
+
*/
|
|
4287
|
+
--608d83: #121117;
|
|
4102
4288
|
/**
|
|
4103
4289
|
* dsInternalPrimitive.color.background.inverted.action.active (--5e5ef1) ::color
|
|
4104
4290
|
*
|
|
@@ -4156,9 +4342,9 @@
|
|
|
4156
4342
|
/**
|
|
4157
4343
|
* dsInternalPrimitive.color.border.critical.action (--a0106b) ::color
|
|
4158
4344
|
*
|
|
4159
|
-
* = #
|
|
4345
|
+
* = #63110D (via dsInternalPrimitive.color.red.800)
|
|
4160
4346
|
*/
|
|
4161
|
-
--a0106b: #
|
|
4347
|
+
--a0106b: #63110D;
|
|
4162
4348
|
/**
|
|
4163
4349
|
* dsInternalPrimitive.color.border.disabled.action (--d4d142) ::color
|
|
4164
4350
|
*
|
|
@@ -4177,6 +4363,18 @@
|
|
|
4177
4363
|
* = transparent
|
|
4178
4364
|
*/
|
|
4179
4365
|
--9b0207: transparent;
|
|
4366
|
+
/**
|
|
4367
|
+
* dsInternalPrimitive.color.border.primaryB2b.action (--7e0dcd) ::color
|
|
4368
|
+
*
|
|
4369
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
4370
|
+
*/
|
|
4371
|
+
--7e0dcd: #121117;
|
|
4372
|
+
/**
|
|
4373
|
+
* dsInternalPrimitive.color.border.primaryTutor.action (--15969b) ::color
|
|
4374
|
+
*
|
|
4375
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
4376
|
+
*/
|
|
4377
|
+
--15969b: #121117;
|
|
4180
4378
|
/**
|
|
4181
4379
|
* dsInternalPrimitive.color.border.newFeature.action (--0831da) ::color
|
|
4182
4380
|
*
|
|
@@ -4195,6 +4393,12 @@
|
|
|
4195
4393
|
* = #C5C5D1 (via dsInternalPrimitive.color.grey.300)
|
|
4196
4394
|
*/
|
|
4197
4395
|
--5a42a7: #C5C5D1;
|
|
4396
|
+
/**
|
|
4397
|
+
* text.heading.massive.fontFamily (--422252) ::fontFamily
|
|
4398
|
+
*
|
|
4399
|
+
* = Platform
|
|
4400
|
+
*/
|
|
4401
|
+
--422252: Platform;
|
|
4198
4402
|
/**
|
|
4199
4403
|
* text.heading.huge.fontFamily (--ccb2e6) ::fontFamily
|
|
4200
4404
|
*
|
|
@@ -4315,6 +4519,18 @@
|
|
|
4315
4519
|
* = Figtree
|
|
4316
4520
|
*/
|
|
4317
4521
|
--a6a956: Figtree;
|
|
4522
|
+
/**
|
|
4523
|
+
* text.fieldAdditionalText.fontFamily (--3604ec) ::fontFamily
|
|
4524
|
+
*
|
|
4525
|
+
* = Figtree (via text.default.regular.body.fontFamily)
|
|
4526
|
+
*/
|
|
4527
|
+
--3604ec: Figtree;
|
|
4528
|
+
/**
|
|
4529
|
+
* text.heading.massive.fontWeight (--b0be93) ::fontWeight
|
|
4530
|
+
*
|
|
4531
|
+
* = 500
|
|
4532
|
+
*/
|
|
4533
|
+
--b0be93: 500;
|
|
4318
4534
|
/**
|
|
4319
4535
|
* text.heading.huge.fontWeight (--159ab0) ::fontWeight
|
|
4320
4536
|
*
|
|
@@ -4435,6 +4651,18 @@
|
|
|
4435
4651
|
* = 600
|
|
4436
4652
|
*/
|
|
4437
4653
|
--54ffae: 600;
|
|
4654
|
+
/**
|
|
4655
|
+
* text.fieldAdditionalText.fontWeight (--026ea8) ::fontWeight
|
|
4656
|
+
*
|
|
4657
|
+
* = 400 (via text.default.regular.body.fontWeight)
|
|
4658
|
+
*/
|
|
4659
|
+
--026ea8: 400;
|
|
4660
|
+
/**
|
|
4661
|
+
* text.heading.massive.fontSize (--bf8d53) ::fontSize
|
|
4662
|
+
*
|
|
4663
|
+
* = 96
|
|
4664
|
+
*/
|
|
4665
|
+
--bf8d53: 96px;
|
|
4438
4666
|
/**
|
|
4439
4667
|
* text.heading.huge.fontSize (--3a5e2f) ::fontSize
|
|
4440
4668
|
*
|
|
@@ -4555,6 +4783,18 @@
|
|
|
4555
4783
|
* = 14
|
|
4556
4784
|
*/
|
|
4557
4785
|
--570d54: 14px;
|
|
4786
|
+
/**
|
|
4787
|
+
* text.fieldAdditionalText.fontSize (--3f1843) ::fontSize
|
|
4788
|
+
*
|
|
4789
|
+
* = 16 (via text.default.regular.body.fontSize)
|
|
4790
|
+
*/
|
|
4791
|
+
--3f1843: 16px;
|
|
4792
|
+
/**
|
|
4793
|
+
* text.heading.massive.lineHeight (--772bea) ::lineHeightPixels
|
|
4794
|
+
*
|
|
4795
|
+
* = 96
|
|
4796
|
+
*/
|
|
4797
|
+
--772bea: 96px;
|
|
4558
4798
|
/**
|
|
4559
4799
|
* text.heading.huge.lineHeight (--e7b73e) ::lineHeightPixels
|
|
4560
4800
|
*
|
|
@@ -4675,6 +4915,12 @@
|
|
|
4675
4915
|
* = 16
|
|
4676
4916
|
*/
|
|
4677
4917
|
--6e1c88: 16px;
|
|
4918
|
+
/**
|
|
4919
|
+
* text.fieldAdditionalText.lineHeight (--030292) ::lineHeightPixels
|
|
4920
|
+
*
|
|
4921
|
+
* = 24 (via text.default.regular.body.lineHeight)
|
|
4922
|
+
*/
|
|
4923
|
+
--030292: 24px;
|
|
4678
4924
|
/**
|
|
4679
4925
|
* dsInternalPrimitive.button.large.height (--099715) ::height
|
|
4680
4926
|
*
|
|
@@ -4759,6 +5005,12 @@
|
|
|
4759
5005
|
* = 0.0125
|
|
4760
5006
|
*/
|
|
4761
5007
|
--b7aa0a: 0.0125em;
|
|
5008
|
+
/**
|
|
5009
|
+
* text.fieldAdditionalText.letterSpacing (--c142cd) ::letterSpacing
|
|
5010
|
+
*
|
|
5011
|
+
* = 0
|
|
5012
|
+
*/
|
|
5013
|
+
--c142cd: 0em;
|
|
4762
5014
|
/**
|
|
4763
5015
|
* spacing.0 (--d434fb) ::size
|
|
4764
5016
|
*
|
|
@@ -4951,6 +5203,132 @@
|
|
|
4951
5203
|
* = 300
|
|
4952
5204
|
*/
|
|
4953
5205
|
--aa6dcb: 300px;
|
|
5206
|
+
/**
|
|
5207
|
+
* dropShadow.1.shorthand (--4d6aa3) ::boxShadow
|
|
5208
|
+
*
|
|
5209
|
+
* = 0px 4px 16px 0px rgba(18, 17, 23, 0.15)
|
|
5210
|
+
*/
|
|
5211
|
+
--4d6aa3: 0px 4px 16px 0px rgba(18, 17, 23, 0.15);
|
|
5212
|
+
/**
|
|
5213
|
+
* dropShadow.2.shorthand (--ecd97a) ::boxShadow
|
|
5214
|
+
*
|
|
5215
|
+
* = 0px 8px 32px 0px rgba(18, 17, 23, 0.15)
|
|
5216
|
+
*/
|
|
5217
|
+
--ecd97a: 0px 8px 32px 0px rgba(18, 17, 23, 0.15);
|
|
5218
|
+
/**
|
|
5219
|
+
* dropShadow.3.shorthand (--df7dbb) ::boxShadow
|
|
5220
|
+
*
|
|
5221
|
+
* = 0px 16px 48px 0px rgba(18, 17, 23, 0.15)
|
|
5222
|
+
*/
|
|
5223
|
+
--df7dbb: 0px 16px 48px 0px rgba(18, 17, 23, 0.15);
|
|
5224
|
+
/**
|
|
5225
|
+
* dropShadow.1.shadowColor (--e719fa) ::color
|
|
5226
|
+
*
|
|
5227
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
5228
|
+
*/
|
|
5229
|
+
--e719fa: #121117;
|
|
5230
|
+
/**
|
|
5231
|
+
* dropShadow.2.shadowColor (--3b13b3) ::color
|
|
5232
|
+
*
|
|
5233
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
5234
|
+
*/
|
|
5235
|
+
--3b13b3: #121117;
|
|
5236
|
+
/**
|
|
5237
|
+
* dropShadow.3.shadowColor (--de2ee3) ::color
|
|
5238
|
+
*
|
|
5239
|
+
* = #121117 (via dsInternalPrimitive.color.grey.900)
|
|
5240
|
+
*/
|
|
5241
|
+
--de2ee3: #121117;
|
|
5242
|
+
/**
|
|
5243
|
+
* dropShadow.1.shadowOffsetX (--c9cca6) ::size
|
|
5244
|
+
*
|
|
5245
|
+
* = 0
|
|
5246
|
+
*/
|
|
5247
|
+
--c9cca6: 0px;
|
|
5248
|
+
/**
|
|
5249
|
+
* dropShadow.2.shadowOffsetX (--e8124b) ::size
|
|
5250
|
+
*
|
|
5251
|
+
* = 0
|
|
5252
|
+
*/
|
|
5253
|
+
--e8124b: 0px;
|
|
5254
|
+
/**
|
|
5255
|
+
* dropShadow.3.shadowOffsetX (--e8fcd2) ::size
|
|
5256
|
+
*
|
|
5257
|
+
* = 0
|
|
5258
|
+
*/
|
|
5259
|
+
--e8fcd2: 0px;
|
|
5260
|
+
/**
|
|
5261
|
+
* dropShadow.1.shadowOffsetY (--b2d31a) ::size
|
|
5262
|
+
*
|
|
5263
|
+
* = 4
|
|
5264
|
+
*/
|
|
5265
|
+
--b2d31a: 4px;
|
|
5266
|
+
/**
|
|
5267
|
+
* dropShadow.2.shadowOffsetY (--b4ecf2) ::size
|
|
5268
|
+
*
|
|
5269
|
+
* = 8
|
|
5270
|
+
*/
|
|
5271
|
+
--b4ecf2: 8px;
|
|
5272
|
+
/**
|
|
5273
|
+
* dropShadow.3.shadowOffsetY (--f4d3f2) ::size
|
|
5274
|
+
*
|
|
5275
|
+
* = 16
|
|
5276
|
+
*/
|
|
5277
|
+
--f4d3f2: 16px;
|
|
5278
|
+
/**
|
|
5279
|
+
* dropShadow.1.shadowBlurRadius (--987abc) ::size
|
|
5280
|
+
*
|
|
5281
|
+
* = 16
|
|
5282
|
+
*/
|
|
5283
|
+
--987abc: 16px;
|
|
5284
|
+
/**
|
|
5285
|
+
* dropShadow.2.shadowBlurRadius (--ecae98) ::size
|
|
5286
|
+
*
|
|
5287
|
+
* = 32
|
|
5288
|
+
*/
|
|
5289
|
+
--ecae98: 32px;
|
|
5290
|
+
/**
|
|
5291
|
+
* dropShadow.3.shadowBlurRadius (--3b86b2) ::size
|
|
5292
|
+
*
|
|
5293
|
+
* = 48
|
|
5294
|
+
*/
|
|
5295
|
+
--3b86b2: 48px;
|
|
5296
|
+
/**
|
|
5297
|
+
* dropShadow.1.shadowOpacity (--009604) ::shadowOpacity
|
|
5298
|
+
*
|
|
5299
|
+
* = 0.15
|
|
5300
|
+
*/
|
|
5301
|
+
--009604: 0.15;
|
|
5302
|
+
/**
|
|
5303
|
+
* dropShadow.2.shadowOpacity (--302716) ::shadowOpacity
|
|
5304
|
+
*
|
|
5305
|
+
* = 0.15
|
|
5306
|
+
*/
|
|
5307
|
+
--302716: 0.15;
|
|
5308
|
+
/**
|
|
5309
|
+
* dropShadow.3.shadowOpacity (--9952ce) ::shadowOpacity
|
|
5310
|
+
*
|
|
5311
|
+
* = 0.15
|
|
5312
|
+
*/
|
|
5313
|
+
--9952ce: 0.15;
|
|
5314
|
+
/**
|
|
5315
|
+
* dropShadow.1.elevation (--369822) ::elevation
|
|
5316
|
+
*
|
|
5317
|
+
* = 24
|
|
5318
|
+
*/
|
|
5319
|
+
--369822: 24;
|
|
5320
|
+
/**
|
|
5321
|
+
* dropShadow.2.elevation (--10844c) ::elevation
|
|
5322
|
+
*
|
|
5323
|
+
* = 20
|
|
5324
|
+
*/
|
|
5325
|
+
--10844c: 20;
|
|
5326
|
+
/**
|
|
5327
|
+
* dropShadow.3.elevation (--03df56) ::elevation
|
|
5328
|
+
*
|
|
5329
|
+
* = 16
|
|
5330
|
+
*/
|
|
5331
|
+
--03df56: 16;
|
|
4954
5332
|
/**
|
|
4955
5333
|
* link.large.textDecoration (--e19989) ::textDecoration
|
|
4956
5334
|
*
|
|
@@ -5029,6 +5407,18 @@
|
|
|
5029
5407
|
* = unset
|
|
5030
5408
|
*/
|
|
5031
5409
|
--4d5ea8: unset;
|
|
5410
|
+
/**
|
|
5411
|
+
* action.variant.primaryB2b.textDecoration (--6c9741) ::textDecoration
|
|
5412
|
+
*
|
|
5413
|
+
* = unset
|
|
5414
|
+
*/
|
|
5415
|
+
--6c9741: unset;
|
|
5416
|
+
/**
|
|
5417
|
+
* action.variant.primaryTutor.textDecoration (--6e7352) ::textDecoration
|
|
5418
|
+
*
|
|
5419
|
+
* = unset
|
|
5420
|
+
*/
|
|
5421
|
+
--6e7352: unset;
|
|
5032
5422
|
/**
|
|
5033
5423
|
* action.variant.inverted.textDecoration (--fb8624) ::textDecoration
|
|
5034
5424
|
*
|
|
@@ -5118,9 +5508,9 @@
|
|
|
5118
5508
|
/**
|
|
5119
5509
|
* content.error.color (--9167e9) ::fgColor (color scheme aware)
|
|
5120
5510
|
*
|
|
5121
|
-
* = #
|
|
5511
|
+
* = #A3120A (via color.text.critical)
|
|
5122
5512
|
*/
|
|
5123
|
-
--9167e9: #
|
|
5513
|
+
--9167e9: #A3120A;
|
|
5124
5514
|
/**
|
|
5125
5515
|
* content.tertiary.color (--c35795) ::fgColor (color scheme aware)
|
|
5126
5516
|
*
|
|
@@ -5142,9 +5532,9 @@
|
|
|
5142
5532
|
/**
|
|
5143
5533
|
* content.critical.color (--27a7eb) ::fgColor (color scheme aware)
|
|
5144
5534
|
*
|
|
5145
|
-
* = #
|
|
5535
|
+
* = #A3120A (via color.text.critical)
|
|
5146
5536
|
*/
|
|
5147
|
-
--27a7eb: #
|
|
5537
|
+
--27a7eb: #A3120A;
|
|
5148
5538
|
/**
|
|
5149
5539
|
* content.info.color (--d66ba4) ::fgColor (color scheme aware)
|
|
5150
5540
|
*
|
|
@@ -5175,6 +5565,12 @@
|
|
|
5175
5565
|
* = #DCDCE5 (via color.border.primary)
|
|
5176
5566
|
*/
|
|
5177
5567
|
--29cd58: #DCDCE5;
|
|
5568
|
+
/**
|
|
5569
|
+
* border.hover.borderColor (--0bd642) ::borderColor (color scheme aware)
|
|
5570
|
+
*
|
|
5571
|
+
* = #121117 (via color.border.secondary)
|
|
5572
|
+
*/
|
|
5573
|
+
--0bd642: #121117;
|
|
5178
5574
|
/**
|
|
5179
5575
|
* border.focus.borderColor (--398094) ::borderColor (color scheme aware)
|
|
5180
5576
|
*
|
|
@@ -5184,9 +5580,9 @@
|
|
|
5184
5580
|
/**
|
|
5185
5581
|
* border.error.borderColor (--eaf4a3) ::borderColor (color scheme aware)
|
|
5186
5582
|
*
|
|
5187
|
-
* = #
|
|
5583
|
+
* = #A3120A (via color.border.critical)
|
|
5188
5584
|
*/
|
|
5189
|
-
--eaf4a3: #
|
|
5585
|
+
--eaf4a3: #A3120A;
|
|
5190
5586
|
/**
|
|
5191
5587
|
* border.selected.borderColor (--7cbb9c) ::borderColor (color scheme aware)
|
|
5192
5588
|
*
|
|
@@ -5283,6 +5679,18 @@
|
|
|
5283
5679
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
5284
5680
|
*/
|
|
5285
5681
|
--8d482c: #FFFFFF;
|
|
5682
|
+
/**
|
|
5683
|
+
* action.variant.primaryB2b.color (--4a94de) ::fgColor (color scheme aware)
|
|
5684
|
+
*
|
|
5685
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryB2b.action)
|
|
5686
|
+
*/
|
|
5687
|
+
--4a94de: #121117;
|
|
5688
|
+
/**
|
|
5689
|
+
* action.variant.primaryTutor.color (--c93681) ::fgColor (color scheme aware)
|
|
5690
|
+
*
|
|
5691
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryTutor.action)
|
|
5692
|
+
*/
|
|
5693
|
+
--c93681: #121117;
|
|
5286
5694
|
/**
|
|
5287
5695
|
* action.variant.inverted.color (--81b7df) ::fgColor (color scheme aware)
|
|
5288
5696
|
*
|
|
@@ -5340,15 +5748,15 @@
|
|
|
5340
5748
|
/**
|
|
5341
5749
|
* action.variant.dangerous.bgColor (--118bda) ::bgColor (color scheme aware)
|
|
5342
5750
|
*
|
|
5343
|
-
* = #
|
|
5751
|
+
* = #C9160D (via action.variant.critical.bgColor)
|
|
5344
5752
|
*/
|
|
5345
|
-
--118bda: #
|
|
5753
|
+
--118bda: #C9160D;
|
|
5346
5754
|
/**
|
|
5347
5755
|
* action.variant.critical.bgColor (--faae28) ::bgColor (color scheme aware)
|
|
5348
5756
|
*
|
|
5349
|
-
* = #
|
|
5757
|
+
* = #C9160D (via dsInternalPrimitive.color.background.critical.action.rest)
|
|
5350
5758
|
*/
|
|
5351
|
-
--faae28: #
|
|
5759
|
+
--faae28: #C9160D;
|
|
5352
5760
|
/**
|
|
5353
5761
|
* action.variant.onColor.bgColor (--d64a99) ::bgColor (color scheme aware)
|
|
5354
5762
|
*
|
|
@@ -5361,6 +5769,18 @@
|
|
|
5361
5769
|
* = rgba(18, 17, 23, 0.56) (via dsInternalPrimitive.color.background.classroom.action.rest)
|
|
5362
5770
|
*/
|
|
5363
5771
|
--7a038f: rgba(18, 17, 23, 0.56);
|
|
5772
|
+
/**
|
|
5773
|
+
* action.variant.primaryB2b.bgColor (--6c36b5) ::bgColor (color scheme aware)
|
|
5774
|
+
*
|
|
5775
|
+
* = #57A0FF (via dsInternalPrimitive.color.background.primaryB2b.action.rest)
|
|
5776
|
+
*/
|
|
5777
|
+
--6c36b5: #57A0FF;
|
|
5778
|
+
/**
|
|
5779
|
+
* action.variant.primaryTutor.bgColor (--4aa1b1) ::bgColor (color scheme aware)
|
|
5780
|
+
*
|
|
5781
|
+
* = #3DDABE (via dsInternalPrimitive.color.background.primaryTutor.action.rest)
|
|
5782
|
+
*/
|
|
5783
|
+
--4aa1b1: #3DDABE;
|
|
5364
5784
|
/**
|
|
5365
5785
|
* action.variant.inverted.bgColor (--c54155) ::bgColor (color scheme aware)
|
|
5366
5786
|
*
|
|
@@ -5418,15 +5838,15 @@
|
|
|
5418
5838
|
/**
|
|
5419
5839
|
* action.variant.dangerous.borderColor (--ab5970) ::borderColor (color scheme aware)
|
|
5420
5840
|
*
|
|
5421
|
-
* = #
|
|
5841
|
+
* = #63110D (via action.variant.critical.borderColor)
|
|
5422
5842
|
*/
|
|
5423
|
-
--ab5970: #
|
|
5843
|
+
--ab5970: #63110D;
|
|
5424
5844
|
/**
|
|
5425
5845
|
* action.variant.critical.borderColor (--b357d0) ::borderColor (color scheme aware)
|
|
5426
5846
|
*
|
|
5427
|
-
* = #
|
|
5847
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
5428
5848
|
*/
|
|
5429
|
-
--b357d0: #
|
|
5849
|
+
--b357d0: #63110D;
|
|
5430
5850
|
/**
|
|
5431
5851
|
* action.variant.onColor.borderColor (--d2723c) ::borderColor (color scheme aware)
|
|
5432
5852
|
*
|
|
@@ -5439,6 +5859,18 @@
|
|
|
5439
5859
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
5440
5860
|
*/
|
|
5441
5861
|
--38faba: transparent;
|
|
5862
|
+
/**
|
|
5863
|
+
* action.variant.primaryB2b.borderColor (--4a9eb5) ::borderColor (color scheme aware)
|
|
5864
|
+
*
|
|
5865
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryB2b.action)
|
|
5866
|
+
*/
|
|
5867
|
+
--4a9eb5: #121117;
|
|
5868
|
+
/**
|
|
5869
|
+
* action.variant.primaryTutor.borderColor (--f103e9) ::borderColor (color scheme aware)
|
|
5870
|
+
*
|
|
5871
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryTutor.action)
|
|
5872
|
+
*/
|
|
5873
|
+
--f103e9: #121117;
|
|
5442
5874
|
/**
|
|
5443
5875
|
* action.variant.inverted.borderColor (--fe1378) ::borderColor (color scheme aware)
|
|
5444
5876
|
*
|
|
@@ -5496,15 +5928,15 @@
|
|
|
5496
5928
|
/**
|
|
5497
5929
|
* action.variant.dangerous.hover.bgColor (--e0b0f4) ::bgColor (color scheme aware)
|
|
5498
5930
|
*
|
|
5499
|
-
* = #
|
|
5931
|
+
* = #A3120A (via action.variant.critical.hover.bgColor)
|
|
5500
5932
|
*/
|
|
5501
|
-
--e0b0f4: #
|
|
5933
|
+
--e0b0f4: #A3120A;
|
|
5502
5934
|
/**
|
|
5503
5935
|
* action.variant.critical.hover.bgColor (--064c43) ::bgColor (color scheme aware)
|
|
5504
5936
|
*
|
|
5505
|
-
* = #
|
|
5937
|
+
* = #A3120A (via dsInternalPrimitive.color.background.critical.action.hover)
|
|
5506
5938
|
*/
|
|
5507
|
-
--064c43: #
|
|
5939
|
+
--064c43: #A3120A;
|
|
5508
5940
|
/**
|
|
5509
5941
|
* action.variant.onColor.hover.bgColor (--549e56) ::bgColor (color scheme aware)
|
|
5510
5942
|
*
|
|
@@ -5517,6 +5949,18 @@
|
|
|
5517
5949
|
* = rgba(18, 17, 23, 0.72) (via dsInternalPrimitive.color.background.classroom.action.hover)
|
|
5518
5950
|
*/
|
|
5519
5951
|
--077a93: rgba(18, 17, 23, 0.72);
|
|
5952
|
+
/**
|
|
5953
|
+
* action.variant.primaryB2b.hover.bgColor (--dcdb32) ::bgColor (color scheme aware)
|
|
5954
|
+
*
|
|
5955
|
+
* = #99C5FF (via dsInternalPrimitive.color.background.primaryB2b.action.hover)
|
|
5956
|
+
*/
|
|
5957
|
+
--dcdb32: #99C5FF;
|
|
5958
|
+
/**
|
|
5959
|
+
* action.variant.primaryTutor.hover.bgColor (--46a009) ::bgColor (color scheme aware)
|
|
5960
|
+
*
|
|
5961
|
+
* = #7BEAD6 (via dsInternalPrimitive.color.background.primaryTutor.action.hover)
|
|
5962
|
+
*/
|
|
5963
|
+
--46a009: #7BEAD6;
|
|
5520
5964
|
/**
|
|
5521
5965
|
* action.variant.inverted.hover.bgColor (--8a16b5) ::bgColor (color scheme aware)
|
|
5522
5966
|
*
|
|
@@ -5574,15 +6018,15 @@
|
|
|
5574
6018
|
/**
|
|
5575
6019
|
* action.variant.dangerous.active.bgColor (--a5eaa1) ::bgColor (color scheme aware)
|
|
5576
6020
|
*
|
|
5577
|
-
* = #
|
|
6021
|
+
* = #880D07 (via action.variant.critical.active.bgColor)
|
|
5578
6022
|
*/
|
|
5579
|
-
--a5eaa1: #
|
|
6023
|
+
--a5eaa1: #880D07;
|
|
5580
6024
|
/**
|
|
5581
6025
|
* action.variant.critical.active.bgColor (--152a7a) ::bgColor (color scheme aware)
|
|
5582
6026
|
*
|
|
5583
|
-
* = #
|
|
6027
|
+
* = #880D07 (via dsInternalPrimitive.color.background.critical.action.active)
|
|
5584
6028
|
*/
|
|
5585
|
-
--152a7a: #
|
|
6029
|
+
--152a7a: #880D07;
|
|
5586
6030
|
/**
|
|
5587
6031
|
* action.variant.onColor.active.bgColor (--936fce) ::bgColor (color scheme aware)
|
|
5588
6032
|
*
|
|
@@ -5595,6 +6039,18 @@
|
|
|
5595
6039
|
* = #121117 (via dsInternalPrimitive.color.background.classroom.action.active)
|
|
5596
6040
|
*/
|
|
5597
6041
|
--45d93a: #121117;
|
|
6042
|
+
/**
|
|
6043
|
+
* action.variant.primaryB2b.active.bgColor (--fc3d8b) ::bgColor (color scheme aware)
|
|
6044
|
+
*
|
|
6045
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryB2b.action.active)
|
|
6046
|
+
*/
|
|
6047
|
+
--fc3d8b: #121117;
|
|
6048
|
+
/**
|
|
6049
|
+
* action.variant.primaryTutor.active.bgColor (--dd5a43) ::bgColor (color scheme aware)
|
|
6050
|
+
*
|
|
6051
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryTutor.action.active)
|
|
6052
|
+
*/
|
|
6053
|
+
--dd5a43: #121117;
|
|
5598
6054
|
/**
|
|
5599
6055
|
* action.variant.inverted.active.bgColor (--de59a1) ::bgColor (color scheme aware)
|
|
5600
6056
|
*
|
|
@@ -5673,6 +6129,18 @@
|
|
|
5673
6129
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
5674
6130
|
*/
|
|
5675
6131
|
--55bfda: #FFFFFF;
|
|
6132
|
+
/**
|
|
6133
|
+
* action.variant.primaryB2b.hover.color (--3e45d7) ::fgColor (color scheme aware)
|
|
6134
|
+
*
|
|
6135
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryB2b.action)
|
|
6136
|
+
*/
|
|
6137
|
+
--3e45d7: #121117;
|
|
6138
|
+
/**
|
|
6139
|
+
* action.variant.primaryTutor.hover.color (--e91696) ::fgColor (color scheme aware)
|
|
6140
|
+
*
|
|
6141
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryTutor.action)
|
|
6142
|
+
*/
|
|
6143
|
+
--e91696: #121117;
|
|
5676
6144
|
/**
|
|
5677
6145
|
* action.variant.inverted.hover.color (--79a09e) ::fgColor (color scheme aware)
|
|
5678
6146
|
*
|
|
@@ -5751,6 +6219,18 @@
|
|
|
5751
6219
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
5752
6220
|
*/
|
|
5753
6221
|
--b62751: #FFFFFF;
|
|
6222
|
+
/**
|
|
6223
|
+
* action.variant.primaryB2b.active.color (--cb03bc) ::fgColor (color scheme aware)
|
|
6224
|
+
*
|
|
6225
|
+
* = #FFFFFF (via dsInternalPrimitive.color.text.primaryB2b.action.active)
|
|
6226
|
+
*/
|
|
6227
|
+
--cb03bc: #FFFFFF;
|
|
6228
|
+
/**
|
|
6229
|
+
* action.variant.primaryTutor.active.color (--58d992) ::fgColor (color scheme aware)
|
|
6230
|
+
*
|
|
6231
|
+
* = #FFFFFF (via dsInternalPrimitive.color.text.primaryTutor.action.active)
|
|
6232
|
+
*/
|
|
6233
|
+
--58d992: #FFFFFF;
|
|
5754
6234
|
/**
|
|
5755
6235
|
* action.variant.inverted.active.color (--77e945) ::fgColor (color scheme aware)
|
|
5756
6236
|
*
|
|
@@ -5769,6 +6249,42 @@
|
|
|
5769
6249
|
* = #121117 (via dsInternalPrimitive.color.text.ai.action)
|
|
5770
6250
|
*/
|
|
5771
6251
|
--349ae3: #121117;
|
|
6252
|
+
/**
|
|
6253
|
+
* action.variant.ghost.selected.color (--5f5238) ::fgColor (color scheme aware)
|
|
6254
|
+
*
|
|
6255
|
+
* = #121117 (via dsInternalPrimitive.color.text.ghost.action)
|
|
6256
|
+
*/
|
|
6257
|
+
--5f5238: #121117;
|
|
6258
|
+
/**
|
|
6259
|
+
* action.variant.classroom.selected.color (--a0b42b) ::fgColor (color scheme aware)
|
|
6260
|
+
*
|
|
6261
|
+
* = #6A697C (via dsInternalPrimitive.color.text.classroom.action.selected)
|
|
6262
|
+
*/
|
|
6263
|
+
--a0b42b: #6A697C;
|
|
6264
|
+
/**
|
|
6265
|
+
* action.variant.ghost.selected.bgColor (--a5cfbe) ::bgColor (color scheme aware)
|
|
6266
|
+
*
|
|
6267
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.ghost.action.selected)
|
|
6268
|
+
*/
|
|
6269
|
+
--a5cfbe: #EBEBF1;
|
|
6270
|
+
/**
|
|
6271
|
+
* action.variant.classroom.selected.bgColor (--16a985) ::bgColor (color scheme aware)
|
|
6272
|
+
*
|
|
6273
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.classroom.action.selected)
|
|
6274
|
+
*/
|
|
6275
|
+
--16a985: #EBEBF1;
|
|
6276
|
+
/**
|
|
6277
|
+
* action.variant.ghost.selected.borderColor (--1ca8a8) ::borderColor (color scheme aware)
|
|
6278
|
+
*
|
|
6279
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.ghost.action.selected)
|
|
6280
|
+
*/
|
|
6281
|
+
--1ca8a8: #EBEBF1;
|
|
6282
|
+
/**
|
|
6283
|
+
* action.variant.classroom.selected.borderColor (--15af87) ::borderColor (color scheme aware)
|
|
6284
|
+
*
|
|
6285
|
+
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
6286
|
+
*/
|
|
6287
|
+
--15af87: transparent;
|
|
5772
6288
|
/**
|
|
5773
6289
|
* action.link.color (--1e7527) ::fgColor (color scheme aware)
|
|
5774
6290
|
*
|
|
@@ -5856,9 +6372,9 @@
|
|
|
5856
6372
|
/**
|
|
5857
6373
|
* text.highlight.critical.color (--802584) ::fgColor (color scheme aware)
|
|
5858
6374
|
*
|
|
5859
|
-
* = #
|
|
6375
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
5860
6376
|
*/
|
|
5861
|
-
--802584: #
|
|
6377
|
+
--802584: #A3120A;
|
|
5862
6378
|
/**
|
|
5863
6379
|
* text.highlight.blue.bgColor (--2d51ae) ::bgColor (color scheme aware)
|
|
5864
6380
|
*
|
|
@@ -5976,9 +6492,9 @@
|
|
|
5976
6492
|
/**
|
|
5977
6493
|
* color.text.critical (--8ec9e5) ::color (color scheme aware)
|
|
5978
6494
|
*
|
|
5979
|
-
* = #
|
|
6495
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
5980
6496
|
*/
|
|
5981
|
-
--8ec9e5: #
|
|
6497
|
+
--8ec9e5: #A3120A;
|
|
5982
6498
|
/**
|
|
5983
6499
|
* color.text.branded (--7b5d23) ::color (color scheme aware)
|
|
5984
6500
|
*
|
|
@@ -5988,9 +6504,9 @@
|
|
|
5988
6504
|
/**
|
|
5989
6505
|
* color.text.error (--9809d0) ::color (color scheme aware)
|
|
5990
6506
|
*
|
|
5991
|
-
* = #
|
|
6507
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
5992
6508
|
*/
|
|
5993
|
-
--9809d0: #
|
|
6509
|
+
--9809d0: #A3120A;
|
|
5994
6510
|
/**
|
|
5995
6511
|
* color.text.selected (--9ba3b8) ::color (color scheme aware)
|
|
5996
6512
|
*
|
|
@@ -6048,9 +6564,9 @@
|
|
|
6048
6564
|
/**
|
|
6049
6565
|
* color.icon.critical (--dc4541) ::color (color scheme aware)
|
|
6050
6566
|
*
|
|
6051
|
-
* = #
|
|
6567
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
6052
6568
|
*/
|
|
6053
|
-
--dc4541: #
|
|
6569
|
+
--dc4541: #A3120A;
|
|
6054
6570
|
/**
|
|
6055
6571
|
* color.icon.accentDark (--d74a90) ::color (color scheme aware)
|
|
6056
6572
|
*
|
|
@@ -6105,6 +6621,12 @@
|
|
|
6105
6621
|
* = #FF7AAC (via dsInternalPrimitive.color.pink.400)
|
|
6106
6622
|
*/
|
|
6107
6623
|
--cd91ab: #FF7AAC;
|
|
6624
|
+
/**
|
|
6625
|
+
* color.background.brandB2b (--706789) ::color (color scheme aware)
|
|
6626
|
+
*
|
|
6627
|
+
* = #57A0FF (via dsInternalPrimitive.color.blue.300)
|
|
6628
|
+
*/
|
|
6629
|
+
--706789: #57A0FF;
|
|
6108
6630
|
/**
|
|
6109
6631
|
* color.background.accentLight (--560eda) ::color (color scheme aware)
|
|
6110
6632
|
*
|
|
@@ -6162,9 +6684,9 @@
|
|
|
6162
6684
|
/**
|
|
6163
6685
|
* color.background.criticalDark (--87fcf8) ::color (color scheme aware)
|
|
6164
6686
|
*
|
|
6165
|
-
* = #
|
|
6687
|
+
* = #A3120A (via dsInternalPrimitive.color.background.criticalDark)
|
|
6166
6688
|
*/
|
|
6167
|
-
--87fcf8: #
|
|
6689
|
+
--87fcf8: #A3120A;
|
|
6168
6690
|
/**
|
|
6169
6691
|
* color.background.statusOnline (--cbc115) ::color (color scheme aware)
|
|
6170
6692
|
*
|
|
@@ -6222,9 +6744,9 @@
|
|
|
6222
6744
|
/**
|
|
6223
6745
|
* color.border.critical (--a44465) ::color (color scheme aware)
|
|
6224
6746
|
*
|
|
6225
|
-
* = #
|
|
6747
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
6226
6748
|
*/
|
|
6227
|
-
--a44465: #
|
|
6749
|
+
--a44465: #A3120A;
|
|
6228
6750
|
/**
|
|
6229
6751
|
* color.border.tertiary (--fede46) ::color (color scheme aware)
|
|
6230
6752
|
*
|
|
@@ -6294,15 +6816,15 @@
|
|
|
6294
6816
|
/**
|
|
6295
6817
|
* action.variant.dangerous.hover.borderColor (--4eff94) ::borderColor (color scheme aware)
|
|
6296
6818
|
*
|
|
6297
|
-
* = #
|
|
6819
|
+
* = #63110D (via action.variant.critical.hover.borderColor)
|
|
6298
6820
|
*/
|
|
6299
|
-
--4eff94: #
|
|
6821
|
+
--4eff94: #63110D;
|
|
6300
6822
|
/**
|
|
6301
6823
|
* action.variant.critical.hover.borderColor (--958f21) ::borderColor (color scheme aware)
|
|
6302
6824
|
*
|
|
6303
|
-
* = #
|
|
6825
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
6304
6826
|
*/
|
|
6305
|
-
--958f21: #
|
|
6827
|
+
--958f21: #63110D;
|
|
6306
6828
|
/**
|
|
6307
6829
|
* action.variant.onColor.hover.borderColor (--896b03) ::borderColor (color scheme aware)
|
|
6308
6830
|
*
|
|
@@ -6315,6 +6837,18 @@
|
|
|
6315
6837
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
6316
6838
|
*/
|
|
6317
6839
|
--4a0597: transparent;
|
|
6840
|
+
/**
|
|
6841
|
+
* action.variant.primaryB2b.hover.borderColor (--a4c18c) ::borderColor (color scheme aware)
|
|
6842
|
+
*
|
|
6843
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryB2b.action)
|
|
6844
|
+
*/
|
|
6845
|
+
--a4c18c: #121117;
|
|
6846
|
+
/**
|
|
6847
|
+
* action.variant.primaryTutor.hover.borderColor (--632796) ::borderColor (color scheme aware)
|
|
6848
|
+
*
|
|
6849
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryTutor.action)
|
|
6850
|
+
*/
|
|
6851
|
+
--632796: #121117;
|
|
6318
6852
|
/**
|
|
6319
6853
|
* action.variant.inverted.hover.borderColor (--19fa74) ::borderColor (color scheme aware)
|
|
6320
6854
|
*
|
|
@@ -6372,15 +6906,15 @@
|
|
|
6372
6906
|
/**
|
|
6373
6907
|
* action.variant.dangerous.active.borderColor (--4c7bfb) ::borderColor (color scheme aware)
|
|
6374
6908
|
*
|
|
6375
|
-
* = #
|
|
6909
|
+
* = #63110D (via action.variant.critical.active.borderColor)
|
|
6376
6910
|
*/
|
|
6377
|
-
--4c7bfb: #
|
|
6911
|
+
--4c7bfb: #63110D;
|
|
6378
6912
|
/**
|
|
6379
6913
|
* action.variant.critical.active.borderColor (--fb2597) ::borderColor (color scheme aware)
|
|
6380
6914
|
*
|
|
6381
|
-
* = #
|
|
6915
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
6382
6916
|
*/
|
|
6383
|
-
--fb2597: #
|
|
6917
|
+
--fb2597: #63110D;
|
|
6384
6918
|
/**
|
|
6385
6919
|
* action.variant.onColor.active.borderColor (--285db3) ::borderColor (color scheme aware)
|
|
6386
6920
|
*
|
|
@@ -6393,6 +6927,18 @@
|
|
|
6393
6927
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
6394
6928
|
*/
|
|
6395
6929
|
--8307ea: transparent;
|
|
6930
|
+
/**
|
|
6931
|
+
* action.variant.primaryB2b.active.borderColor (--173e42) ::borderColor (color scheme aware)
|
|
6932
|
+
*
|
|
6933
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryB2b.action.active)
|
|
6934
|
+
*/
|
|
6935
|
+
--173e42: #121117;
|
|
6936
|
+
/**
|
|
6937
|
+
* action.variant.primaryTutor.active.borderColor (--412e8f) ::borderColor (color scheme aware)
|
|
6938
|
+
*
|
|
6939
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryTutor.action.active)
|
|
6940
|
+
*/
|
|
6941
|
+
--412e8f: #121117;
|
|
6396
6942
|
/**
|
|
6397
6943
|
* action.variant.inverted.active.borderColor (--0d330c) ::borderColor (color scheme aware)
|
|
6398
6944
|
*
|
|
@@ -6471,6 +7017,18 @@
|
|
|
6471
7017
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
6472
7018
|
*/
|
|
6473
7019
|
--659377: #DCDCE5;
|
|
7020
|
+
/**
|
|
7021
|
+
* action.variant.primaryB2b.disabled.borderColor (--e7f949) ::borderColor (color scheme aware)
|
|
7022
|
+
*
|
|
7023
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
7024
|
+
*/
|
|
7025
|
+
--e7f949: #DCDCE5;
|
|
7026
|
+
/**
|
|
7027
|
+
* action.variant.primaryTutor.disabled.borderColor (--f6a20e) ::borderColor (color scheme aware)
|
|
7028
|
+
*
|
|
7029
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
7030
|
+
*/
|
|
7031
|
+
--f6a20e: #DCDCE5;
|
|
6474
7032
|
/**
|
|
6475
7033
|
* action.variant.inverted.disabled.borderColor (--e797f1) ::borderColor (color scheme aware)
|
|
6476
7034
|
*
|
|
@@ -6549,6 +7107,18 @@
|
|
|
6549
7107
|
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
6550
7108
|
*/
|
|
6551
7109
|
--8415f2: #6A697C;
|
|
7110
|
+
/**
|
|
7111
|
+
* action.variant.primaryB2b.disabled.color (--a6c6fb) ::fgColor (color scheme aware)
|
|
7112
|
+
*
|
|
7113
|
+
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
7114
|
+
*/
|
|
7115
|
+
--a6c6fb: #6A697C;
|
|
7116
|
+
/**
|
|
7117
|
+
* action.variant.primaryTutor.disabled.color (--5c2f26) ::fgColor (color scheme aware)
|
|
7118
|
+
*
|
|
7119
|
+
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
7120
|
+
*/
|
|
7121
|
+
--5c2f26: #6A697C;
|
|
6552
7122
|
/**
|
|
6553
7123
|
* action.variant.inverted.disabled.color (--e0ef5a) ::fgColor (color scheme aware)
|
|
6554
7124
|
*
|
|
@@ -6627,6 +7197,18 @@
|
|
|
6627
7197
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
6628
7198
|
*/
|
|
6629
7199
|
--249654: #DCDCE5;
|
|
7200
|
+
/**
|
|
7201
|
+
* action.variant.primaryB2b.disabled.bgColor (--8c7723) ::bgColor (color scheme aware)
|
|
7202
|
+
*
|
|
7203
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
7204
|
+
*/
|
|
7205
|
+
--8c7723: #DCDCE5;
|
|
7206
|
+
/**
|
|
7207
|
+
* action.variant.primaryTutor.disabled.bgColor (--07d682) ::bgColor (color scheme aware)
|
|
7208
|
+
*
|
|
7209
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
7210
|
+
*/
|
|
7211
|
+
--07d682: #DCDCE5;
|
|
6630
7212
|
/**
|
|
6631
7213
|
* action.variant.inverted.disabled.bgColor (--b1756a) ::bgColor (color scheme aware)
|
|
6632
7214
|
*
|
|
@@ -6705,9 +7287,9 @@
|
|
|
6705
7287
|
/**
|
|
6706
7288
|
* content.error.color (--9167e9) ::fgColor (color scheme aware)
|
|
6707
7289
|
*
|
|
6708
|
-
* = #
|
|
7290
|
+
* = #A3120A (via color.text.critical)
|
|
6709
7291
|
*/
|
|
6710
|
-
--9167e9: #
|
|
7292
|
+
--9167e9: #A3120A;
|
|
6711
7293
|
/**
|
|
6712
7294
|
* content.tertiary.color (--c35795) ::fgColor (color scheme aware)
|
|
6713
7295
|
*
|
|
@@ -6729,9 +7311,9 @@
|
|
|
6729
7311
|
/**
|
|
6730
7312
|
* content.critical.color (--27a7eb) ::fgColor (color scheme aware)
|
|
6731
7313
|
*
|
|
6732
|
-
* = #
|
|
7314
|
+
* = #A3120A (via color.text.critical)
|
|
6733
7315
|
*/
|
|
6734
|
-
--27a7eb: #
|
|
7316
|
+
--27a7eb: #A3120A;
|
|
6735
7317
|
/**
|
|
6736
7318
|
* content.info.color (--d66ba4) ::fgColor (color scheme aware)
|
|
6737
7319
|
*
|
|
@@ -6762,6 +7344,12 @@
|
|
|
6762
7344
|
* = #DCDCE5 (via color.border.primary)
|
|
6763
7345
|
*/
|
|
6764
7346
|
--29cd58: #DCDCE5;
|
|
7347
|
+
/**
|
|
7348
|
+
* border.hover.borderColor (--0bd642) ::borderColor (color scheme aware)
|
|
7349
|
+
*
|
|
7350
|
+
* = #121117 (via color.border.secondary)
|
|
7351
|
+
*/
|
|
7352
|
+
--0bd642: #121117;
|
|
6765
7353
|
/**
|
|
6766
7354
|
* border.focus.borderColor (--398094) ::borderColor (color scheme aware)
|
|
6767
7355
|
*
|
|
@@ -6771,9 +7359,9 @@
|
|
|
6771
7359
|
/**
|
|
6772
7360
|
* border.error.borderColor (--eaf4a3) ::borderColor (color scheme aware)
|
|
6773
7361
|
*
|
|
6774
|
-
* = #
|
|
7362
|
+
* = #A3120A (via color.border.critical)
|
|
6775
7363
|
*/
|
|
6776
|
-
--eaf4a3: #
|
|
7364
|
+
--eaf4a3: #A3120A;
|
|
6777
7365
|
/**
|
|
6778
7366
|
* border.selected.borderColor (--7cbb9c) ::borderColor (color scheme aware)
|
|
6779
7367
|
*
|
|
@@ -6870,6 +7458,18 @@
|
|
|
6870
7458
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
6871
7459
|
*/
|
|
6872
7460
|
--8d482c: #FFFFFF;
|
|
7461
|
+
/**
|
|
7462
|
+
* action.variant.primaryB2b.color (--4a94de) ::fgColor (color scheme aware)
|
|
7463
|
+
*
|
|
7464
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryB2b.action)
|
|
7465
|
+
*/
|
|
7466
|
+
--4a94de: #121117;
|
|
7467
|
+
/**
|
|
7468
|
+
* action.variant.primaryTutor.color (--c93681) ::fgColor (color scheme aware)
|
|
7469
|
+
*
|
|
7470
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryTutor.action)
|
|
7471
|
+
*/
|
|
7472
|
+
--c93681: #121117;
|
|
6873
7473
|
/**
|
|
6874
7474
|
* action.variant.inverted.color (--81b7df) ::fgColor (color scheme aware)
|
|
6875
7475
|
*
|
|
@@ -6927,15 +7527,15 @@
|
|
|
6927
7527
|
/**
|
|
6928
7528
|
* action.variant.dangerous.bgColor (--118bda) ::bgColor (color scheme aware)
|
|
6929
7529
|
*
|
|
6930
|
-
* = #
|
|
7530
|
+
* = #C9160D (via action.variant.critical.bgColor)
|
|
6931
7531
|
*/
|
|
6932
|
-
--118bda: #
|
|
7532
|
+
--118bda: #C9160D;
|
|
6933
7533
|
/**
|
|
6934
7534
|
* action.variant.critical.bgColor (--faae28) ::bgColor (color scheme aware)
|
|
6935
7535
|
*
|
|
6936
|
-
* = #
|
|
7536
|
+
* = #C9160D (via dsInternalPrimitive.color.background.critical.action.rest)
|
|
6937
7537
|
*/
|
|
6938
|
-
--faae28: #
|
|
7538
|
+
--faae28: #C9160D;
|
|
6939
7539
|
/**
|
|
6940
7540
|
* action.variant.onColor.bgColor (--d64a99) ::bgColor (color scheme aware)
|
|
6941
7541
|
*
|
|
@@ -6948,6 +7548,18 @@
|
|
|
6948
7548
|
* = rgba(18, 17, 23, 0.56) (via dsInternalPrimitive.color.background.classroom.action.rest)
|
|
6949
7549
|
*/
|
|
6950
7550
|
--7a038f: rgba(18, 17, 23, 0.56);
|
|
7551
|
+
/**
|
|
7552
|
+
* action.variant.primaryB2b.bgColor (--6c36b5) ::bgColor (color scheme aware)
|
|
7553
|
+
*
|
|
7554
|
+
* = #57A0FF (via dsInternalPrimitive.color.background.primaryB2b.action.rest)
|
|
7555
|
+
*/
|
|
7556
|
+
--6c36b5: #57A0FF;
|
|
7557
|
+
/**
|
|
7558
|
+
* action.variant.primaryTutor.bgColor (--4aa1b1) ::bgColor (color scheme aware)
|
|
7559
|
+
*
|
|
7560
|
+
* = #3DDABE (via dsInternalPrimitive.color.background.primaryTutor.action.rest)
|
|
7561
|
+
*/
|
|
7562
|
+
--4aa1b1: #3DDABE;
|
|
6951
7563
|
/**
|
|
6952
7564
|
* action.variant.inverted.bgColor (--c54155) ::bgColor (color scheme aware)
|
|
6953
7565
|
*
|
|
@@ -7005,15 +7617,15 @@
|
|
|
7005
7617
|
/**
|
|
7006
7618
|
* action.variant.dangerous.borderColor (--ab5970) ::borderColor (color scheme aware)
|
|
7007
7619
|
*
|
|
7008
|
-
* = #
|
|
7620
|
+
* = #63110D (via action.variant.critical.borderColor)
|
|
7009
7621
|
*/
|
|
7010
|
-
--ab5970: #
|
|
7622
|
+
--ab5970: #63110D;
|
|
7011
7623
|
/**
|
|
7012
7624
|
* action.variant.critical.borderColor (--b357d0) ::borderColor (color scheme aware)
|
|
7013
7625
|
*
|
|
7014
|
-
* = #
|
|
7626
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
7015
7627
|
*/
|
|
7016
|
-
--b357d0: #
|
|
7628
|
+
--b357d0: #63110D;
|
|
7017
7629
|
/**
|
|
7018
7630
|
* action.variant.onColor.borderColor (--d2723c) ::borderColor (color scheme aware)
|
|
7019
7631
|
*
|
|
@@ -7026,6 +7638,18 @@
|
|
|
7026
7638
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
7027
7639
|
*/
|
|
7028
7640
|
--38faba: transparent;
|
|
7641
|
+
/**
|
|
7642
|
+
* action.variant.primaryB2b.borderColor (--4a9eb5) ::borderColor (color scheme aware)
|
|
7643
|
+
*
|
|
7644
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryB2b.action)
|
|
7645
|
+
*/
|
|
7646
|
+
--4a9eb5: #121117;
|
|
7647
|
+
/**
|
|
7648
|
+
* action.variant.primaryTutor.borderColor (--f103e9) ::borderColor (color scheme aware)
|
|
7649
|
+
*
|
|
7650
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryTutor.action)
|
|
7651
|
+
*/
|
|
7652
|
+
--f103e9: #121117;
|
|
7029
7653
|
/**
|
|
7030
7654
|
* action.variant.inverted.borderColor (--fe1378) ::borderColor (color scheme aware)
|
|
7031
7655
|
*
|
|
@@ -7083,15 +7707,15 @@
|
|
|
7083
7707
|
/**
|
|
7084
7708
|
* action.variant.dangerous.hover.bgColor (--e0b0f4) ::bgColor (color scheme aware)
|
|
7085
7709
|
*
|
|
7086
|
-
* = #
|
|
7710
|
+
* = #A3120A (via action.variant.critical.hover.bgColor)
|
|
7087
7711
|
*/
|
|
7088
|
-
--e0b0f4: #
|
|
7712
|
+
--e0b0f4: #A3120A;
|
|
7089
7713
|
/**
|
|
7090
7714
|
* action.variant.critical.hover.bgColor (--064c43) ::bgColor (color scheme aware)
|
|
7091
7715
|
*
|
|
7092
|
-
* = #
|
|
7716
|
+
* = #A3120A (via dsInternalPrimitive.color.background.critical.action.hover)
|
|
7093
7717
|
*/
|
|
7094
|
-
--064c43: #
|
|
7718
|
+
--064c43: #A3120A;
|
|
7095
7719
|
/**
|
|
7096
7720
|
* action.variant.onColor.hover.bgColor (--549e56) ::bgColor (color scheme aware)
|
|
7097
7721
|
*
|
|
@@ -7104,6 +7728,18 @@
|
|
|
7104
7728
|
* = rgba(18, 17, 23, 0.72) (via dsInternalPrimitive.color.background.classroom.action.hover)
|
|
7105
7729
|
*/
|
|
7106
7730
|
--077a93: rgba(18, 17, 23, 0.72);
|
|
7731
|
+
/**
|
|
7732
|
+
* action.variant.primaryB2b.hover.bgColor (--dcdb32) ::bgColor (color scheme aware)
|
|
7733
|
+
*
|
|
7734
|
+
* = #99C5FF (via dsInternalPrimitive.color.background.primaryB2b.action.hover)
|
|
7735
|
+
*/
|
|
7736
|
+
--dcdb32: #99C5FF;
|
|
7737
|
+
/**
|
|
7738
|
+
* action.variant.primaryTutor.hover.bgColor (--46a009) ::bgColor (color scheme aware)
|
|
7739
|
+
*
|
|
7740
|
+
* = #7BEAD6 (via dsInternalPrimitive.color.background.primaryTutor.action.hover)
|
|
7741
|
+
*/
|
|
7742
|
+
--46a009: #7BEAD6;
|
|
7107
7743
|
/**
|
|
7108
7744
|
* action.variant.inverted.hover.bgColor (--8a16b5) ::bgColor (color scheme aware)
|
|
7109
7745
|
*
|
|
@@ -7161,15 +7797,15 @@
|
|
|
7161
7797
|
/**
|
|
7162
7798
|
* action.variant.dangerous.active.bgColor (--a5eaa1) ::bgColor (color scheme aware)
|
|
7163
7799
|
*
|
|
7164
|
-
* = #
|
|
7800
|
+
* = #880D07 (via action.variant.critical.active.bgColor)
|
|
7165
7801
|
*/
|
|
7166
|
-
--a5eaa1: #
|
|
7802
|
+
--a5eaa1: #880D07;
|
|
7167
7803
|
/**
|
|
7168
7804
|
* action.variant.critical.active.bgColor (--152a7a) ::bgColor (color scheme aware)
|
|
7169
7805
|
*
|
|
7170
|
-
* = #
|
|
7806
|
+
* = #880D07 (via dsInternalPrimitive.color.background.critical.action.active)
|
|
7171
7807
|
*/
|
|
7172
|
-
--152a7a: #
|
|
7808
|
+
--152a7a: #880D07;
|
|
7173
7809
|
/**
|
|
7174
7810
|
* action.variant.onColor.active.bgColor (--936fce) ::bgColor (color scheme aware)
|
|
7175
7811
|
*
|
|
@@ -7182,6 +7818,18 @@
|
|
|
7182
7818
|
* = #121117 (via dsInternalPrimitive.color.background.classroom.action.active)
|
|
7183
7819
|
*/
|
|
7184
7820
|
--45d93a: #121117;
|
|
7821
|
+
/**
|
|
7822
|
+
* action.variant.primaryB2b.active.bgColor (--fc3d8b) ::bgColor (color scheme aware)
|
|
7823
|
+
*
|
|
7824
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryB2b.action.active)
|
|
7825
|
+
*/
|
|
7826
|
+
--fc3d8b: #121117;
|
|
7827
|
+
/**
|
|
7828
|
+
* action.variant.primaryTutor.active.bgColor (--dd5a43) ::bgColor (color scheme aware)
|
|
7829
|
+
*
|
|
7830
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryTutor.action.active)
|
|
7831
|
+
*/
|
|
7832
|
+
--dd5a43: #121117;
|
|
7185
7833
|
/**
|
|
7186
7834
|
* action.variant.inverted.active.bgColor (--de59a1) ::bgColor (color scheme aware)
|
|
7187
7835
|
*
|
|
@@ -7260,6 +7908,18 @@
|
|
|
7260
7908
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
7261
7909
|
*/
|
|
7262
7910
|
--55bfda: #FFFFFF;
|
|
7911
|
+
/**
|
|
7912
|
+
* action.variant.primaryB2b.hover.color (--3e45d7) ::fgColor (color scheme aware)
|
|
7913
|
+
*
|
|
7914
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryB2b.action)
|
|
7915
|
+
*/
|
|
7916
|
+
--3e45d7: #121117;
|
|
7917
|
+
/**
|
|
7918
|
+
* action.variant.primaryTutor.hover.color (--e91696) ::fgColor (color scheme aware)
|
|
7919
|
+
*
|
|
7920
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryTutor.action)
|
|
7921
|
+
*/
|
|
7922
|
+
--e91696: #121117;
|
|
7263
7923
|
/**
|
|
7264
7924
|
* action.variant.inverted.hover.color (--79a09e) ::fgColor (color scheme aware)
|
|
7265
7925
|
*
|
|
@@ -7338,6 +7998,18 @@
|
|
|
7338
7998
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
7339
7999
|
*/
|
|
7340
8000
|
--b62751: #FFFFFF;
|
|
8001
|
+
/**
|
|
8002
|
+
* action.variant.primaryB2b.active.color (--cb03bc) ::fgColor (color scheme aware)
|
|
8003
|
+
*
|
|
8004
|
+
* = #FFFFFF (via dsInternalPrimitive.color.text.primaryB2b.action.active)
|
|
8005
|
+
*/
|
|
8006
|
+
--cb03bc: #FFFFFF;
|
|
8007
|
+
/**
|
|
8008
|
+
* action.variant.primaryTutor.active.color (--58d992) ::fgColor (color scheme aware)
|
|
8009
|
+
*
|
|
8010
|
+
* = #FFFFFF (via dsInternalPrimitive.color.text.primaryTutor.action.active)
|
|
8011
|
+
*/
|
|
8012
|
+
--58d992: #FFFFFF;
|
|
7341
8013
|
/**
|
|
7342
8014
|
* action.variant.inverted.active.color (--77e945) ::fgColor (color scheme aware)
|
|
7343
8015
|
*
|
|
@@ -7356,6 +8028,42 @@
|
|
|
7356
8028
|
* = #121117 (via dsInternalPrimitive.color.text.ai.action)
|
|
7357
8029
|
*/
|
|
7358
8030
|
--349ae3: #121117;
|
|
8031
|
+
/**
|
|
8032
|
+
* action.variant.ghost.selected.color (--5f5238) ::fgColor (color scheme aware)
|
|
8033
|
+
*
|
|
8034
|
+
* = #121117 (via dsInternalPrimitive.color.text.ghost.action)
|
|
8035
|
+
*/
|
|
8036
|
+
--5f5238: #121117;
|
|
8037
|
+
/**
|
|
8038
|
+
* action.variant.classroom.selected.color (--a0b42b) ::fgColor (color scheme aware)
|
|
8039
|
+
*
|
|
8040
|
+
* = #6A697C (via dsInternalPrimitive.color.text.classroom.action.selected)
|
|
8041
|
+
*/
|
|
8042
|
+
--a0b42b: #6A697C;
|
|
8043
|
+
/**
|
|
8044
|
+
* action.variant.ghost.selected.bgColor (--a5cfbe) ::bgColor (color scheme aware)
|
|
8045
|
+
*
|
|
8046
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.ghost.action.selected)
|
|
8047
|
+
*/
|
|
8048
|
+
--a5cfbe: #EBEBF1;
|
|
8049
|
+
/**
|
|
8050
|
+
* action.variant.classroom.selected.bgColor (--16a985) ::bgColor (color scheme aware)
|
|
8051
|
+
*
|
|
8052
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.classroom.action.selected)
|
|
8053
|
+
*/
|
|
8054
|
+
--16a985: #EBEBF1;
|
|
8055
|
+
/**
|
|
8056
|
+
* action.variant.ghost.selected.borderColor (--1ca8a8) ::borderColor (color scheme aware)
|
|
8057
|
+
*
|
|
8058
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.ghost.action.selected)
|
|
8059
|
+
*/
|
|
8060
|
+
--1ca8a8: #EBEBF1;
|
|
8061
|
+
/**
|
|
8062
|
+
* action.variant.classroom.selected.borderColor (--15af87) ::borderColor (color scheme aware)
|
|
8063
|
+
*
|
|
8064
|
+
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
8065
|
+
*/
|
|
8066
|
+
--15af87: transparent;
|
|
7359
8067
|
/**
|
|
7360
8068
|
* action.link.color (--1e7527) ::fgColor (color scheme aware)
|
|
7361
8069
|
*
|
|
@@ -7443,9 +8151,9 @@
|
|
|
7443
8151
|
/**
|
|
7444
8152
|
* text.highlight.critical.color (--802584) ::fgColor (color scheme aware)
|
|
7445
8153
|
*
|
|
7446
|
-
* = #
|
|
8154
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
7447
8155
|
*/
|
|
7448
|
-
--802584: #
|
|
8156
|
+
--802584: #A3120A;
|
|
7449
8157
|
/**
|
|
7450
8158
|
* text.highlight.blue.bgColor (--2d51ae) ::bgColor (color scheme aware)
|
|
7451
8159
|
*
|
|
@@ -7563,9 +8271,9 @@
|
|
|
7563
8271
|
/**
|
|
7564
8272
|
* color.text.critical (--8ec9e5) ::color (color scheme aware)
|
|
7565
8273
|
*
|
|
7566
|
-
* = #
|
|
8274
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
7567
8275
|
*/
|
|
7568
|
-
--8ec9e5: #
|
|
8276
|
+
--8ec9e5: #A3120A;
|
|
7569
8277
|
/**
|
|
7570
8278
|
* color.text.branded (--7b5d23) ::color (color scheme aware)
|
|
7571
8279
|
*
|
|
@@ -7575,9 +8283,9 @@
|
|
|
7575
8283
|
/**
|
|
7576
8284
|
* color.text.error (--9809d0) ::color (color scheme aware)
|
|
7577
8285
|
*
|
|
7578
|
-
* = #
|
|
8286
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
7579
8287
|
*/
|
|
7580
|
-
--9809d0: #
|
|
8288
|
+
--9809d0: #A3120A;
|
|
7581
8289
|
/**
|
|
7582
8290
|
* color.text.selected (--9ba3b8) ::color (color scheme aware)
|
|
7583
8291
|
*
|
|
@@ -7635,9 +8343,9 @@
|
|
|
7635
8343
|
/**
|
|
7636
8344
|
* color.icon.critical (--dc4541) ::color (color scheme aware)
|
|
7637
8345
|
*
|
|
7638
|
-
* = #
|
|
8346
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
7639
8347
|
*/
|
|
7640
|
-
--dc4541: #
|
|
8348
|
+
--dc4541: #A3120A;
|
|
7641
8349
|
/**
|
|
7642
8350
|
* color.icon.accentDark (--d74a90) ::color (color scheme aware)
|
|
7643
8351
|
*
|
|
@@ -7692,6 +8400,12 @@
|
|
|
7692
8400
|
* = #FF7AAC (via dsInternalPrimitive.color.pink.400)
|
|
7693
8401
|
*/
|
|
7694
8402
|
--cd91ab: #FF7AAC;
|
|
8403
|
+
/**
|
|
8404
|
+
* color.background.brandB2b (--706789) ::color (color scheme aware)
|
|
8405
|
+
*
|
|
8406
|
+
* = #57A0FF (via dsInternalPrimitive.color.blue.300)
|
|
8407
|
+
*/
|
|
8408
|
+
--706789: #57A0FF;
|
|
7695
8409
|
/**
|
|
7696
8410
|
* color.background.accentLight (--560eda) ::color (color scheme aware)
|
|
7697
8411
|
*
|
|
@@ -7749,9 +8463,9 @@
|
|
|
7749
8463
|
/**
|
|
7750
8464
|
* color.background.criticalDark (--87fcf8) ::color (color scheme aware)
|
|
7751
8465
|
*
|
|
7752
|
-
* = #
|
|
8466
|
+
* = #A3120A (via dsInternalPrimitive.color.background.criticalDark)
|
|
7753
8467
|
*/
|
|
7754
|
-
--87fcf8: #
|
|
8468
|
+
--87fcf8: #A3120A;
|
|
7755
8469
|
/**
|
|
7756
8470
|
* color.background.statusOnline (--cbc115) ::color (color scheme aware)
|
|
7757
8471
|
*
|
|
@@ -7809,9 +8523,9 @@
|
|
|
7809
8523
|
/**
|
|
7810
8524
|
* color.border.critical (--a44465) ::color (color scheme aware)
|
|
7811
8525
|
*
|
|
7812
|
-
* = #
|
|
8526
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
7813
8527
|
*/
|
|
7814
|
-
--a44465: #
|
|
8528
|
+
--a44465: #A3120A;
|
|
7815
8529
|
/**
|
|
7816
8530
|
* color.border.tertiary (--fede46) ::color (color scheme aware)
|
|
7817
8531
|
*
|
|
@@ -7881,15 +8595,15 @@
|
|
|
7881
8595
|
/**
|
|
7882
8596
|
* action.variant.dangerous.hover.borderColor (--4eff94) ::borderColor (color scheme aware)
|
|
7883
8597
|
*
|
|
7884
|
-
* = #
|
|
8598
|
+
* = #63110D (via action.variant.critical.hover.borderColor)
|
|
7885
8599
|
*/
|
|
7886
|
-
--4eff94: #
|
|
8600
|
+
--4eff94: #63110D;
|
|
7887
8601
|
/**
|
|
7888
8602
|
* action.variant.critical.hover.borderColor (--958f21) ::borderColor (color scheme aware)
|
|
7889
8603
|
*
|
|
7890
|
-
* = #
|
|
8604
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
7891
8605
|
*/
|
|
7892
|
-
--958f21: #
|
|
8606
|
+
--958f21: #63110D;
|
|
7893
8607
|
/**
|
|
7894
8608
|
* action.variant.onColor.hover.borderColor (--896b03) ::borderColor (color scheme aware)
|
|
7895
8609
|
*
|
|
@@ -7902,6 +8616,18 @@
|
|
|
7902
8616
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
7903
8617
|
*/
|
|
7904
8618
|
--4a0597: transparent;
|
|
8619
|
+
/**
|
|
8620
|
+
* action.variant.primaryB2b.hover.borderColor (--a4c18c) ::borderColor (color scheme aware)
|
|
8621
|
+
*
|
|
8622
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryB2b.action)
|
|
8623
|
+
*/
|
|
8624
|
+
--a4c18c: #121117;
|
|
8625
|
+
/**
|
|
8626
|
+
* action.variant.primaryTutor.hover.borderColor (--632796) ::borderColor (color scheme aware)
|
|
8627
|
+
*
|
|
8628
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryTutor.action)
|
|
8629
|
+
*/
|
|
8630
|
+
--632796: #121117;
|
|
7905
8631
|
/**
|
|
7906
8632
|
* action.variant.inverted.hover.borderColor (--19fa74) ::borderColor (color scheme aware)
|
|
7907
8633
|
*
|
|
@@ -7959,15 +8685,15 @@
|
|
|
7959
8685
|
/**
|
|
7960
8686
|
* action.variant.dangerous.active.borderColor (--4c7bfb) ::borderColor (color scheme aware)
|
|
7961
8687
|
*
|
|
7962
|
-
* = #
|
|
8688
|
+
* = #63110D (via action.variant.critical.active.borderColor)
|
|
7963
8689
|
*/
|
|
7964
|
-
--4c7bfb: #
|
|
8690
|
+
--4c7bfb: #63110D;
|
|
7965
8691
|
/**
|
|
7966
8692
|
* action.variant.critical.active.borderColor (--fb2597) ::borderColor (color scheme aware)
|
|
7967
8693
|
*
|
|
7968
|
-
* = #
|
|
8694
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
7969
8695
|
*/
|
|
7970
|
-
--fb2597: #
|
|
8696
|
+
--fb2597: #63110D;
|
|
7971
8697
|
/**
|
|
7972
8698
|
* action.variant.onColor.active.borderColor (--285db3) ::borderColor (color scheme aware)
|
|
7973
8699
|
*
|
|
@@ -7980,6 +8706,18 @@
|
|
|
7980
8706
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
7981
8707
|
*/
|
|
7982
8708
|
--8307ea: transparent;
|
|
8709
|
+
/**
|
|
8710
|
+
* action.variant.primaryB2b.active.borderColor (--173e42) ::borderColor (color scheme aware)
|
|
8711
|
+
*
|
|
8712
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryB2b.action.active)
|
|
8713
|
+
*/
|
|
8714
|
+
--173e42: #121117;
|
|
8715
|
+
/**
|
|
8716
|
+
* action.variant.primaryTutor.active.borderColor (--412e8f) ::borderColor (color scheme aware)
|
|
8717
|
+
*
|
|
8718
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryTutor.action.active)
|
|
8719
|
+
*/
|
|
8720
|
+
--412e8f: #121117;
|
|
7983
8721
|
/**
|
|
7984
8722
|
* action.variant.inverted.active.borderColor (--0d330c) ::borderColor (color scheme aware)
|
|
7985
8723
|
*
|
|
@@ -8045,19 +8783,31 @@
|
|
|
8045
8783
|
*
|
|
8046
8784
|
* = #A8A8B6 (via dsInternalPrimitive.color.border.disabled.action)
|
|
8047
8785
|
*/
|
|
8048
|
-
--e117c7: #A8A8B6;
|
|
8786
|
+
--e117c7: #A8A8B6;
|
|
8787
|
+
/**
|
|
8788
|
+
* action.variant.onColor.disabled.borderColor (--e1a214) ::borderColor (color scheme aware)
|
|
8789
|
+
*
|
|
8790
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
8791
|
+
*/
|
|
8792
|
+
--e1a214: #DCDCE5;
|
|
8793
|
+
/**
|
|
8794
|
+
* action.variant.classroom.disabled.borderColor (--659377) ::borderColor (color scheme aware)
|
|
8795
|
+
*
|
|
8796
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
8797
|
+
*/
|
|
8798
|
+
--659377: #DCDCE5;
|
|
8049
8799
|
/**
|
|
8050
|
-
* action.variant.
|
|
8800
|
+
* action.variant.primaryB2b.disabled.borderColor (--e7f949) ::borderColor (color scheme aware)
|
|
8051
8801
|
*
|
|
8052
8802
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
8053
8803
|
*/
|
|
8054
|
-
--
|
|
8804
|
+
--e7f949: #DCDCE5;
|
|
8055
8805
|
/**
|
|
8056
|
-
* action.variant.
|
|
8806
|
+
* action.variant.primaryTutor.disabled.borderColor (--f6a20e) ::borderColor (color scheme aware)
|
|
8057
8807
|
*
|
|
8058
8808
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
8059
8809
|
*/
|
|
8060
|
-
--
|
|
8810
|
+
--f6a20e: #DCDCE5;
|
|
8061
8811
|
/**
|
|
8062
8812
|
* action.variant.inverted.disabled.borderColor (--e797f1) ::borderColor (color scheme aware)
|
|
8063
8813
|
*
|
|
@@ -8136,6 +8886,18 @@
|
|
|
8136
8886
|
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
8137
8887
|
*/
|
|
8138
8888
|
--8415f2: #6A697C;
|
|
8889
|
+
/**
|
|
8890
|
+
* action.variant.primaryB2b.disabled.color (--a6c6fb) ::fgColor (color scheme aware)
|
|
8891
|
+
*
|
|
8892
|
+
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
8893
|
+
*/
|
|
8894
|
+
--a6c6fb: #6A697C;
|
|
8895
|
+
/**
|
|
8896
|
+
* action.variant.primaryTutor.disabled.color (--5c2f26) ::fgColor (color scheme aware)
|
|
8897
|
+
*
|
|
8898
|
+
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
8899
|
+
*/
|
|
8900
|
+
--5c2f26: #6A697C;
|
|
8139
8901
|
/**
|
|
8140
8902
|
* action.variant.inverted.disabled.color (--e0ef5a) ::fgColor (color scheme aware)
|
|
8141
8903
|
*
|
|
@@ -8214,6 +8976,18 @@
|
|
|
8214
8976
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
8215
8977
|
*/
|
|
8216
8978
|
--249654: #DCDCE5;
|
|
8979
|
+
/**
|
|
8980
|
+
* action.variant.primaryB2b.disabled.bgColor (--8c7723) ::bgColor (color scheme aware)
|
|
8981
|
+
*
|
|
8982
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
8983
|
+
*/
|
|
8984
|
+
--8c7723: #DCDCE5;
|
|
8985
|
+
/**
|
|
8986
|
+
* action.variant.primaryTutor.disabled.bgColor (--07d682) ::bgColor (color scheme aware)
|
|
8987
|
+
*
|
|
8988
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
8989
|
+
*/
|
|
8990
|
+
--07d682: #DCDCE5;
|
|
8217
8991
|
/**
|
|
8218
8992
|
* action.variant.inverted.disabled.bgColor (--b1756a) ::bgColor (color scheme aware)
|
|
8219
8993
|
*
|
|
@@ -8292,9 +9066,9 @@
|
|
|
8292
9066
|
/**
|
|
8293
9067
|
* content.error.color (--9167e9) ::fgColor (color scheme aware)
|
|
8294
9068
|
*
|
|
8295
|
-
* = #
|
|
9069
|
+
* = #A3120A (via color.text.critical)
|
|
8296
9070
|
*/
|
|
8297
|
-
--9167e9: #
|
|
9071
|
+
--9167e9: #A3120A;
|
|
8298
9072
|
/**
|
|
8299
9073
|
* content.tertiary.color (--c35795) ::fgColor (color scheme aware)
|
|
8300
9074
|
*
|
|
@@ -8316,9 +9090,9 @@
|
|
|
8316
9090
|
/**
|
|
8317
9091
|
* content.critical.color (--27a7eb) ::fgColor (color scheme aware)
|
|
8318
9092
|
*
|
|
8319
|
-
* = #
|
|
9093
|
+
* = #A3120A (via color.text.critical)
|
|
8320
9094
|
*/
|
|
8321
|
-
--27a7eb: #
|
|
9095
|
+
--27a7eb: #A3120A;
|
|
8322
9096
|
/**
|
|
8323
9097
|
* content.info.color (--d66ba4) ::fgColor (color scheme aware)
|
|
8324
9098
|
*
|
|
@@ -8349,6 +9123,12 @@
|
|
|
8349
9123
|
* = #DCDCE5 (via color.border.primary)
|
|
8350
9124
|
*/
|
|
8351
9125
|
--29cd58: #DCDCE5;
|
|
9126
|
+
/**
|
|
9127
|
+
* border.hover.borderColor (--0bd642) ::borderColor (color scheme aware)
|
|
9128
|
+
*
|
|
9129
|
+
* = #121117 (via color.border.secondary)
|
|
9130
|
+
*/
|
|
9131
|
+
--0bd642: #121117;
|
|
8352
9132
|
/**
|
|
8353
9133
|
* border.focus.borderColor (--398094) ::borderColor (color scheme aware)
|
|
8354
9134
|
*
|
|
@@ -8358,9 +9138,9 @@
|
|
|
8358
9138
|
/**
|
|
8359
9139
|
* border.error.borderColor (--eaf4a3) ::borderColor (color scheme aware)
|
|
8360
9140
|
*
|
|
8361
|
-
* = #
|
|
9141
|
+
* = #A3120A (via color.border.critical)
|
|
8362
9142
|
*/
|
|
8363
|
-
--eaf4a3: #
|
|
9143
|
+
--eaf4a3: #A3120A;
|
|
8364
9144
|
/**
|
|
8365
9145
|
* border.selected.borderColor (--7cbb9c) ::borderColor (color scheme aware)
|
|
8366
9146
|
*
|
|
@@ -8457,6 +9237,18 @@
|
|
|
8457
9237
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
8458
9238
|
*/
|
|
8459
9239
|
--8d482c: #FFFFFF;
|
|
9240
|
+
/**
|
|
9241
|
+
* action.variant.primaryB2b.color (--4a94de) ::fgColor (color scheme aware)
|
|
9242
|
+
*
|
|
9243
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryB2b.action)
|
|
9244
|
+
*/
|
|
9245
|
+
--4a94de: #121117;
|
|
9246
|
+
/**
|
|
9247
|
+
* action.variant.primaryTutor.color (--c93681) ::fgColor (color scheme aware)
|
|
9248
|
+
*
|
|
9249
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryTutor.action)
|
|
9250
|
+
*/
|
|
9251
|
+
--c93681: #121117;
|
|
8460
9252
|
/**
|
|
8461
9253
|
* action.variant.inverted.color (--81b7df) ::fgColor (color scheme aware)
|
|
8462
9254
|
*
|
|
@@ -8514,15 +9306,15 @@
|
|
|
8514
9306
|
/**
|
|
8515
9307
|
* action.variant.dangerous.bgColor (--118bda) ::bgColor (color scheme aware)
|
|
8516
9308
|
*
|
|
8517
|
-
* = #
|
|
9309
|
+
* = #C9160D (via action.variant.critical.bgColor)
|
|
8518
9310
|
*/
|
|
8519
|
-
--118bda: #
|
|
9311
|
+
--118bda: #C9160D;
|
|
8520
9312
|
/**
|
|
8521
9313
|
* action.variant.critical.bgColor (--faae28) ::bgColor (color scheme aware)
|
|
8522
9314
|
*
|
|
8523
|
-
* = #
|
|
9315
|
+
* = #C9160D (via dsInternalPrimitive.color.background.critical.action.rest)
|
|
8524
9316
|
*/
|
|
8525
|
-
--faae28: #
|
|
9317
|
+
--faae28: #C9160D;
|
|
8526
9318
|
/**
|
|
8527
9319
|
* action.variant.onColor.bgColor (--d64a99) ::bgColor (color scheme aware)
|
|
8528
9320
|
*
|
|
@@ -8535,6 +9327,18 @@
|
|
|
8535
9327
|
* = rgba(18, 17, 23, 0.56) (via dsInternalPrimitive.color.background.classroom.action.rest)
|
|
8536
9328
|
*/
|
|
8537
9329
|
--7a038f: rgba(18, 17, 23, 0.56);
|
|
9330
|
+
/**
|
|
9331
|
+
* action.variant.primaryB2b.bgColor (--6c36b5) ::bgColor (color scheme aware)
|
|
9332
|
+
*
|
|
9333
|
+
* = #57A0FF (via dsInternalPrimitive.color.background.primaryB2b.action.rest)
|
|
9334
|
+
*/
|
|
9335
|
+
--6c36b5: #57A0FF;
|
|
9336
|
+
/**
|
|
9337
|
+
* action.variant.primaryTutor.bgColor (--4aa1b1) ::bgColor (color scheme aware)
|
|
9338
|
+
*
|
|
9339
|
+
* = #3DDABE (via dsInternalPrimitive.color.background.primaryTutor.action.rest)
|
|
9340
|
+
*/
|
|
9341
|
+
--4aa1b1: #3DDABE;
|
|
8538
9342
|
/**
|
|
8539
9343
|
* action.variant.inverted.bgColor (--c54155) ::bgColor (color scheme aware)
|
|
8540
9344
|
*
|
|
@@ -8592,15 +9396,15 @@
|
|
|
8592
9396
|
/**
|
|
8593
9397
|
* action.variant.dangerous.borderColor (--ab5970) ::borderColor (color scheme aware)
|
|
8594
9398
|
*
|
|
8595
|
-
* = #
|
|
9399
|
+
* = #63110D (via action.variant.critical.borderColor)
|
|
8596
9400
|
*/
|
|
8597
|
-
--ab5970: #
|
|
9401
|
+
--ab5970: #63110D;
|
|
8598
9402
|
/**
|
|
8599
9403
|
* action.variant.critical.borderColor (--b357d0) ::borderColor (color scheme aware)
|
|
8600
9404
|
*
|
|
8601
|
-
* = #
|
|
9405
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
8602
9406
|
*/
|
|
8603
|
-
--b357d0: #
|
|
9407
|
+
--b357d0: #63110D;
|
|
8604
9408
|
/**
|
|
8605
9409
|
* action.variant.onColor.borderColor (--d2723c) ::borderColor (color scheme aware)
|
|
8606
9410
|
*
|
|
@@ -8613,6 +9417,18 @@
|
|
|
8613
9417
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
8614
9418
|
*/
|
|
8615
9419
|
--38faba: transparent;
|
|
9420
|
+
/**
|
|
9421
|
+
* action.variant.primaryB2b.borderColor (--4a9eb5) ::borderColor (color scheme aware)
|
|
9422
|
+
*
|
|
9423
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryB2b.action)
|
|
9424
|
+
*/
|
|
9425
|
+
--4a9eb5: #121117;
|
|
9426
|
+
/**
|
|
9427
|
+
* action.variant.primaryTutor.borderColor (--f103e9) ::borderColor (color scheme aware)
|
|
9428
|
+
*
|
|
9429
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryTutor.action)
|
|
9430
|
+
*/
|
|
9431
|
+
--f103e9: #121117;
|
|
8616
9432
|
/**
|
|
8617
9433
|
* action.variant.inverted.borderColor (--fe1378) ::borderColor (color scheme aware)
|
|
8618
9434
|
*
|
|
@@ -8670,15 +9486,15 @@
|
|
|
8670
9486
|
/**
|
|
8671
9487
|
* action.variant.dangerous.hover.bgColor (--e0b0f4) ::bgColor (color scheme aware)
|
|
8672
9488
|
*
|
|
8673
|
-
* = #
|
|
9489
|
+
* = #A3120A (via action.variant.critical.hover.bgColor)
|
|
8674
9490
|
*/
|
|
8675
|
-
--e0b0f4: #
|
|
9491
|
+
--e0b0f4: #A3120A;
|
|
8676
9492
|
/**
|
|
8677
9493
|
* action.variant.critical.hover.bgColor (--064c43) ::bgColor (color scheme aware)
|
|
8678
9494
|
*
|
|
8679
|
-
* = #
|
|
9495
|
+
* = #A3120A (via dsInternalPrimitive.color.background.critical.action.hover)
|
|
8680
9496
|
*/
|
|
8681
|
-
--064c43: #
|
|
9497
|
+
--064c43: #A3120A;
|
|
8682
9498
|
/**
|
|
8683
9499
|
* action.variant.onColor.hover.bgColor (--549e56) ::bgColor (color scheme aware)
|
|
8684
9500
|
*
|
|
@@ -8691,6 +9507,18 @@
|
|
|
8691
9507
|
* = rgba(18, 17, 23, 0.72) (via dsInternalPrimitive.color.background.classroom.action.hover)
|
|
8692
9508
|
*/
|
|
8693
9509
|
--077a93: rgba(18, 17, 23, 0.72);
|
|
9510
|
+
/**
|
|
9511
|
+
* action.variant.primaryB2b.hover.bgColor (--dcdb32) ::bgColor (color scheme aware)
|
|
9512
|
+
*
|
|
9513
|
+
* = #99C5FF (via dsInternalPrimitive.color.background.primaryB2b.action.hover)
|
|
9514
|
+
*/
|
|
9515
|
+
--dcdb32: #99C5FF;
|
|
9516
|
+
/**
|
|
9517
|
+
* action.variant.primaryTutor.hover.bgColor (--46a009) ::bgColor (color scheme aware)
|
|
9518
|
+
*
|
|
9519
|
+
* = #7BEAD6 (via dsInternalPrimitive.color.background.primaryTutor.action.hover)
|
|
9520
|
+
*/
|
|
9521
|
+
--46a009: #7BEAD6;
|
|
8694
9522
|
/**
|
|
8695
9523
|
* action.variant.inverted.hover.bgColor (--8a16b5) ::bgColor (color scheme aware)
|
|
8696
9524
|
*
|
|
@@ -8748,15 +9576,15 @@
|
|
|
8748
9576
|
/**
|
|
8749
9577
|
* action.variant.dangerous.active.bgColor (--a5eaa1) ::bgColor (color scheme aware)
|
|
8750
9578
|
*
|
|
8751
|
-
* = #
|
|
9579
|
+
* = #880D07 (via action.variant.critical.active.bgColor)
|
|
8752
9580
|
*/
|
|
8753
|
-
--a5eaa1: #
|
|
9581
|
+
--a5eaa1: #880D07;
|
|
8754
9582
|
/**
|
|
8755
9583
|
* action.variant.critical.active.bgColor (--152a7a) ::bgColor (color scheme aware)
|
|
8756
9584
|
*
|
|
8757
|
-
* = #
|
|
9585
|
+
* = #880D07 (via dsInternalPrimitive.color.background.critical.action.active)
|
|
8758
9586
|
*/
|
|
8759
|
-
--152a7a: #
|
|
9587
|
+
--152a7a: #880D07;
|
|
8760
9588
|
/**
|
|
8761
9589
|
* action.variant.onColor.active.bgColor (--936fce) ::bgColor (color scheme aware)
|
|
8762
9590
|
*
|
|
@@ -8769,6 +9597,18 @@
|
|
|
8769
9597
|
* = #121117 (via dsInternalPrimitive.color.background.classroom.action.active)
|
|
8770
9598
|
*/
|
|
8771
9599
|
--45d93a: #121117;
|
|
9600
|
+
/**
|
|
9601
|
+
* action.variant.primaryB2b.active.bgColor (--fc3d8b) ::bgColor (color scheme aware)
|
|
9602
|
+
*
|
|
9603
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryB2b.action.active)
|
|
9604
|
+
*/
|
|
9605
|
+
--fc3d8b: #121117;
|
|
9606
|
+
/**
|
|
9607
|
+
* action.variant.primaryTutor.active.bgColor (--dd5a43) ::bgColor (color scheme aware)
|
|
9608
|
+
*
|
|
9609
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryTutor.action.active)
|
|
9610
|
+
*/
|
|
9611
|
+
--dd5a43: #121117;
|
|
8772
9612
|
/**
|
|
8773
9613
|
* action.variant.inverted.active.bgColor (--de59a1) ::bgColor (color scheme aware)
|
|
8774
9614
|
*
|
|
@@ -8847,6 +9687,18 @@
|
|
|
8847
9687
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
8848
9688
|
*/
|
|
8849
9689
|
--55bfda: #FFFFFF;
|
|
9690
|
+
/**
|
|
9691
|
+
* action.variant.primaryB2b.hover.color (--3e45d7) ::fgColor (color scheme aware)
|
|
9692
|
+
*
|
|
9693
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryB2b.action)
|
|
9694
|
+
*/
|
|
9695
|
+
--3e45d7: #121117;
|
|
9696
|
+
/**
|
|
9697
|
+
* action.variant.primaryTutor.hover.color (--e91696) ::fgColor (color scheme aware)
|
|
9698
|
+
*
|
|
9699
|
+
* = #121117 (via dsInternalPrimitive.color.text.primaryTutor.action)
|
|
9700
|
+
*/
|
|
9701
|
+
--e91696: #121117;
|
|
8850
9702
|
/**
|
|
8851
9703
|
* action.variant.inverted.hover.color (--79a09e) ::fgColor (color scheme aware)
|
|
8852
9704
|
*
|
|
@@ -8925,6 +9777,18 @@
|
|
|
8925
9777
|
* = #FFFFFF (via dsInternalPrimitive.color.text.classroom.action)
|
|
8926
9778
|
*/
|
|
8927
9779
|
--b62751: #FFFFFF;
|
|
9780
|
+
/**
|
|
9781
|
+
* action.variant.primaryB2b.active.color (--cb03bc) ::fgColor (color scheme aware)
|
|
9782
|
+
*
|
|
9783
|
+
* = #FFFFFF (via dsInternalPrimitive.color.text.primaryB2b.action.active)
|
|
9784
|
+
*/
|
|
9785
|
+
--cb03bc: #FFFFFF;
|
|
9786
|
+
/**
|
|
9787
|
+
* action.variant.primaryTutor.active.color (--58d992) ::fgColor (color scheme aware)
|
|
9788
|
+
*
|
|
9789
|
+
* = #FFFFFF (via dsInternalPrimitive.color.text.primaryTutor.action.active)
|
|
9790
|
+
*/
|
|
9791
|
+
--58d992: #FFFFFF;
|
|
8928
9792
|
/**
|
|
8929
9793
|
* action.variant.inverted.active.color (--77e945) ::fgColor (color scheme aware)
|
|
8930
9794
|
*
|
|
@@ -8943,6 +9807,42 @@
|
|
|
8943
9807
|
* = #121117 (via dsInternalPrimitive.color.text.ai.action)
|
|
8944
9808
|
*/
|
|
8945
9809
|
--349ae3: #121117;
|
|
9810
|
+
/**
|
|
9811
|
+
* action.variant.ghost.selected.color (--5f5238) ::fgColor (color scheme aware)
|
|
9812
|
+
*
|
|
9813
|
+
* = #121117 (via dsInternalPrimitive.color.text.ghost.action)
|
|
9814
|
+
*/
|
|
9815
|
+
--5f5238: #121117;
|
|
9816
|
+
/**
|
|
9817
|
+
* action.variant.classroom.selected.color (--a0b42b) ::fgColor (color scheme aware)
|
|
9818
|
+
*
|
|
9819
|
+
* = #6A697C (via dsInternalPrimitive.color.text.classroom.action.selected)
|
|
9820
|
+
*/
|
|
9821
|
+
--a0b42b: #6A697C;
|
|
9822
|
+
/**
|
|
9823
|
+
* action.variant.ghost.selected.bgColor (--a5cfbe) ::bgColor (color scheme aware)
|
|
9824
|
+
*
|
|
9825
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.ghost.action.selected)
|
|
9826
|
+
*/
|
|
9827
|
+
--a5cfbe: #EBEBF1;
|
|
9828
|
+
/**
|
|
9829
|
+
* action.variant.classroom.selected.bgColor (--16a985) ::bgColor (color scheme aware)
|
|
9830
|
+
*
|
|
9831
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.classroom.action.selected)
|
|
9832
|
+
*/
|
|
9833
|
+
--16a985: #EBEBF1;
|
|
9834
|
+
/**
|
|
9835
|
+
* action.variant.ghost.selected.borderColor (--1ca8a8) ::borderColor (color scheme aware)
|
|
9836
|
+
*
|
|
9837
|
+
* = #EBEBF1 (via dsInternalPrimitive.color.background.ghost.action.selected)
|
|
9838
|
+
*/
|
|
9839
|
+
--1ca8a8: #EBEBF1;
|
|
9840
|
+
/**
|
|
9841
|
+
* action.variant.classroom.selected.borderColor (--15af87) ::borderColor (color scheme aware)
|
|
9842
|
+
*
|
|
9843
|
+
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
9844
|
+
*/
|
|
9845
|
+
--15af87: transparent;
|
|
8946
9846
|
/**
|
|
8947
9847
|
* action.link.color (--1e7527) ::fgColor (color scheme aware)
|
|
8948
9848
|
*
|
|
@@ -9030,9 +9930,9 @@
|
|
|
9030
9930
|
/**
|
|
9031
9931
|
* text.highlight.critical.color (--802584) ::fgColor (color scheme aware)
|
|
9032
9932
|
*
|
|
9033
|
-
* = #
|
|
9933
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
9034
9934
|
*/
|
|
9035
|
-
--802584: #
|
|
9935
|
+
--802584: #A3120A;
|
|
9036
9936
|
/**
|
|
9037
9937
|
* text.highlight.blue.bgColor (--2d51ae) ::bgColor (color scheme aware)
|
|
9038
9938
|
*
|
|
@@ -9090,9 +9990,9 @@
|
|
|
9090
9990
|
/**
|
|
9091
9991
|
* text.highlight.critical.bgColor (--0c251f) ::bgColor (color scheme aware)
|
|
9092
9992
|
*
|
|
9093
|
-
* = #
|
|
9993
|
+
* = #A3120A (via dsInternalPrimitive.color.background.criticalDark)
|
|
9094
9994
|
*/
|
|
9095
|
-
--0c251f: #
|
|
9995
|
+
--0c251f: #A3120A;
|
|
9096
9996
|
/**
|
|
9097
9997
|
* color.text.primary (--628fb7) ::color (color scheme aware)
|
|
9098
9998
|
*
|
|
@@ -9150,9 +10050,9 @@
|
|
|
9150
10050
|
/**
|
|
9151
10051
|
* color.text.critical (--8ec9e5) ::color (color scheme aware)
|
|
9152
10052
|
*
|
|
9153
|
-
* = #
|
|
10053
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
9154
10054
|
*/
|
|
9155
|
-
--8ec9e5: #
|
|
10055
|
+
--8ec9e5: #A3120A;
|
|
9156
10056
|
/**
|
|
9157
10057
|
* color.text.branded (--7b5d23) ::color (color scheme aware)
|
|
9158
10058
|
*
|
|
@@ -9162,9 +10062,9 @@
|
|
|
9162
10062
|
/**
|
|
9163
10063
|
* color.text.error (--9809d0) ::color (color scheme aware)
|
|
9164
10064
|
*
|
|
9165
|
-
* = #
|
|
10065
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
9166
10066
|
*/
|
|
9167
|
-
--9809d0: #
|
|
10067
|
+
--9809d0: #A3120A;
|
|
9168
10068
|
/**
|
|
9169
10069
|
* color.text.selected (--9ba3b8) ::color (color scheme aware)
|
|
9170
10070
|
*
|
|
@@ -9222,9 +10122,9 @@
|
|
|
9222
10122
|
/**
|
|
9223
10123
|
* color.icon.critical (--dc4541) ::color (color scheme aware)
|
|
9224
10124
|
*
|
|
9225
|
-
* = #
|
|
10125
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
9226
10126
|
*/
|
|
9227
|
-
--dc4541: #
|
|
10127
|
+
--dc4541: #A3120A;
|
|
9228
10128
|
/**
|
|
9229
10129
|
* color.icon.accentDark (--d74a90) ::color (color scheme aware)
|
|
9230
10130
|
*
|
|
@@ -9279,6 +10179,12 @@
|
|
|
9279
10179
|
* = #FF7AAC (via dsInternalPrimitive.color.pink.400)
|
|
9280
10180
|
*/
|
|
9281
10181
|
--cd91ab: #FF7AAC;
|
|
10182
|
+
/**
|
|
10183
|
+
* color.background.brandB2b (--706789) ::color (color scheme aware)
|
|
10184
|
+
*
|
|
10185
|
+
* = #57A0FF (via dsInternalPrimitive.color.blue.300)
|
|
10186
|
+
*/
|
|
10187
|
+
--706789: #57A0FF;
|
|
9282
10188
|
/**
|
|
9283
10189
|
* color.background.accentLight (--560eda) ::color (color scheme aware)
|
|
9284
10190
|
*
|
|
@@ -9336,9 +10242,9 @@
|
|
|
9336
10242
|
/**
|
|
9337
10243
|
* color.background.criticalDark (--87fcf8) ::color (color scheme aware)
|
|
9338
10244
|
*
|
|
9339
|
-
* = #
|
|
10245
|
+
* = #A3120A (via dsInternalPrimitive.color.background.criticalDark)
|
|
9340
10246
|
*/
|
|
9341
|
-
--87fcf8: #
|
|
10247
|
+
--87fcf8: #A3120A;
|
|
9342
10248
|
/**
|
|
9343
10249
|
* color.background.statusOnline (--cbc115) ::color (color scheme aware)
|
|
9344
10250
|
*
|
|
@@ -9396,9 +10302,9 @@
|
|
|
9396
10302
|
/**
|
|
9397
10303
|
* color.border.critical (--a44465) ::color (color scheme aware)
|
|
9398
10304
|
*
|
|
9399
|
-
* = #
|
|
10305
|
+
* = #A3120A (via dsInternalPrimitive.color.red.600)
|
|
9400
10306
|
*/
|
|
9401
|
-
--a44465: #
|
|
10307
|
+
--a44465: #A3120A;
|
|
9402
10308
|
/**
|
|
9403
10309
|
* color.border.tertiary (--fede46) ::color (color scheme aware)
|
|
9404
10310
|
*
|
|
@@ -9468,15 +10374,15 @@
|
|
|
9468
10374
|
/**
|
|
9469
10375
|
* action.variant.dangerous.hover.borderColor (--4eff94) ::borderColor (color scheme aware)
|
|
9470
10376
|
*
|
|
9471
|
-
* = #
|
|
10377
|
+
* = #63110D (via action.variant.critical.hover.borderColor)
|
|
9472
10378
|
*/
|
|
9473
|
-
--4eff94: #
|
|
10379
|
+
--4eff94: #63110D;
|
|
9474
10380
|
/**
|
|
9475
10381
|
* action.variant.critical.hover.borderColor (--958f21) ::borderColor (color scheme aware)
|
|
9476
10382
|
*
|
|
9477
|
-
* = #
|
|
10383
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
9478
10384
|
*/
|
|
9479
|
-
--958f21: #
|
|
10385
|
+
--958f21: #63110D;
|
|
9480
10386
|
/**
|
|
9481
10387
|
* action.variant.onColor.hover.borderColor (--896b03) ::borderColor (color scheme aware)
|
|
9482
10388
|
*
|
|
@@ -9489,6 +10395,18 @@
|
|
|
9489
10395
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
9490
10396
|
*/
|
|
9491
10397
|
--4a0597: transparent;
|
|
10398
|
+
/**
|
|
10399
|
+
* action.variant.primaryB2b.hover.borderColor (--a4c18c) ::borderColor (color scheme aware)
|
|
10400
|
+
*
|
|
10401
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryB2b.action)
|
|
10402
|
+
*/
|
|
10403
|
+
--a4c18c: #121117;
|
|
10404
|
+
/**
|
|
10405
|
+
* action.variant.primaryTutor.hover.borderColor (--632796) ::borderColor (color scheme aware)
|
|
10406
|
+
*
|
|
10407
|
+
* = #121117 (via dsInternalPrimitive.color.border.primaryTutor.action)
|
|
10408
|
+
*/
|
|
10409
|
+
--632796: #121117;
|
|
9492
10410
|
/**
|
|
9493
10411
|
* action.variant.inverted.hover.borderColor (--19fa74) ::borderColor (color scheme aware)
|
|
9494
10412
|
*
|
|
@@ -9546,15 +10464,15 @@
|
|
|
9546
10464
|
/**
|
|
9547
10465
|
* action.variant.dangerous.active.borderColor (--4c7bfb) ::borderColor (color scheme aware)
|
|
9548
10466
|
*
|
|
9549
|
-
* = #
|
|
10467
|
+
* = #63110D (via action.variant.critical.active.borderColor)
|
|
9550
10468
|
*/
|
|
9551
|
-
--4c7bfb: #
|
|
10469
|
+
--4c7bfb: #63110D;
|
|
9552
10470
|
/**
|
|
9553
10471
|
* action.variant.critical.active.borderColor (--fb2597) ::borderColor (color scheme aware)
|
|
9554
10472
|
*
|
|
9555
|
-
* = #
|
|
10473
|
+
* = #63110D (via dsInternalPrimitive.color.border.critical.action)
|
|
9556
10474
|
*/
|
|
9557
|
-
--fb2597: #
|
|
10475
|
+
--fb2597: #63110D;
|
|
9558
10476
|
/**
|
|
9559
10477
|
* action.variant.onColor.active.borderColor (--285db3) ::borderColor (color scheme aware)
|
|
9560
10478
|
*
|
|
@@ -9567,6 +10485,18 @@
|
|
|
9567
10485
|
* = transparent (via dsInternalPrimitive.color.border.classroom.action)
|
|
9568
10486
|
*/
|
|
9569
10487
|
--8307ea: transparent;
|
|
10488
|
+
/**
|
|
10489
|
+
* action.variant.primaryB2b.active.borderColor (--173e42) ::borderColor (color scheme aware)
|
|
10490
|
+
*
|
|
10491
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryB2b.action.active)
|
|
10492
|
+
*/
|
|
10493
|
+
--173e42: #121117;
|
|
10494
|
+
/**
|
|
10495
|
+
* action.variant.primaryTutor.active.borderColor (--412e8f) ::borderColor (color scheme aware)
|
|
10496
|
+
*
|
|
10497
|
+
* = #121117 (via dsInternalPrimitive.color.background.primaryTutor.action.active)
|
|
10498
|
+
*/
|
|
10499
|
+
--412e8f: #121117;
|
|
9570
10500
|
/**
|
|
9571
10501
|
* action.variant.inverted.active.borderColor (--0d330c) ::borderColor (color scheme aware)
|
|
9572
10502
|
*
|
|
@@ -9645,6 +10575,18 @@
|
|
|
9645
10575
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
9646
10576
|
*/
|
|
9647
10577
|
--659377: #DCDCE5;
|
|
10578
|
+
/**
|
|
10579
|
+
* action.variant.primaryB2b.disabled.borderColor (--e7f949) ::borderColor (color scheme aware)
|
|
10580
|
+
*
|
|
10581
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
10582
|
+
*/
|
|
10583
|
+
--e7f949: #DCDCE5;
|
|
10584
|
+
/**
|
|
10585
|
+
* action.variant.primaryTutor.disabled.borderColor (--f6a20e) ::borderColor (color scheme aware)
|
|
10586
|
+
*
|
|
10587
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
10588
|
+
*/
|
|
10589
|
+
--f6a20e: #DCDCE5;
|
|
9648
10590
|
/**
|
|
9649
10591
|
* action.variant.inverted.disabled.borderColor (--e797f1) ::borderColor (color scheme aware)
|
|
9650
10592
|
*
|
|
@@ -9723,6 +10665,18 @@
|
|
|
9723
10665
|
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
9724
10666
|
*/
|
|
9725
10667
|
--8415f2: #6A697C;
|
|
10668
|
+
/**
|
|
10669
|
+
* action.variant.primaryB2b.disabled.color (--a6c6fb) ::fgColor (color scheme aware)
|
|
10670
|
+
*
|
|
10671
|
+
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
10672
|
+
*/
|
|
10673
|
+
--a6c6fb: #6A697C;
|
|
10674
|
+
/**
|
|
10675
|
+
* action.variant.primaryTutor.disabled.color (--5c2f26) ::fgColor (color scheme aware)
|
|
10676
|
+
*
|
|
10677
|
+
* = #6A697C (via dsInternalPrimitive.color.text.disabled.action)
|
|
10678
|
+
*/
|
|
10679
|
+
--5c2f26: #6A697C;
|
|
9726
10680
|
/**
|
|
9727
10681
|
* action.variant.inverted.disabled.color (--e0ef5a) ::fgColor (color scheme aware)
|
|
9728
10682
|
*
|
|
@@ -9802,146 +10756,35 @@
|
|
|
9802
10756
|
*/
|
|
9803
10757
|
--249654: #DCDCE5;
|
|
9804
10758
|
/**
|
|
9805
|
-
* action.variant.
|
|
10759
|
+
* action.variant.primaryB2b.disabled.bgColor (--8c7723) ::bgColor (color scheme aware)
|
|
9806
10760
|
*
|
|
9807
10761
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
9808
10762
|
*/
|
|
9809
|
-
--
|
|
10763
|
+
--8c7723: #DCDCE5;
|
|
9810
10764
|
/**
|
|
9811
|
-
* action.variant.
|
|
10765
|
+
* action.variant.primaryTutor.disabled.bgColor (--07d682) ::bgColor (color scheme aware)
|
|
9812
10766
|
*
|
|
9813
10767
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
9814
10768
|
*/
|
|
9815
|
-
--
|
|
10769
|
+
--07d682: #DCDCE5;
|
|
9816
10770
|
/**
|
|
9817
|
-
* action.variant.
|
|
10771
|
+
* action.variant.inverted.disabled.bgColor (--b1756a) ::bgColor (color scheme aware)
|
|
9818
10772
|
*
|
|
9819
10773
|
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
9820
10774
|
*/
|
|
9821
|
-
--
|
|
9822
|
-
/**
|
|
9823
|
-
* scheme.color
|
|
9824
|
-
*/
|
|
9825
|
-
color: #FFFFFF
|
|
9826
|
-
}
|
|
9827
|
-
|
|
9828
|
-
:global(.ds-scheme--invert):global(.ds-scheme----bg) {
|
|
9829
|
-
/**
|
|
9830
|
-
* scheme.bgColor
|
|
9831
|
-
*/
|
|
9832
|
-
background-color: #FFFFFF
|
|
9833
|
-
|
|
9834
|
-
}
|
|
9835
|
-
|
|
9836
|
-
}
|
|
9837
|
-
|
|
9838
|
-
/* AUTO GENERATED @Fri Sep 22 2023 14:20:52 GMT+0000 (Coordinated Universal Time) */
|
|
9839
|
-
|
|
9840
|
-
.ds-tokyo-ui-b2b {
|
|
9841
|
-
/**
|
|
9842
|
-
* dsInternalPrimitive.color.blue.300 (--06de71) ::color
|
|
9843
|
-
*
|
|
9844
|
-
* = #75B1FF
|
|
9845
|
-
*/
|
|
9846
|
-
--06de71: #75B1FF;
|
|
9847
|
-
/**
|
|
9848
|
-
* dsInternalPrimitive.color.background.primary.action.rest (--cf27db) ::color
|
|
9849
|
-
*
|
|
9850
|
-
* = #75B1FF (via dsInternalPrimitive.color.blue.300)
|
|
9851
|
-
*/
|
|
9852
|
-
--cf27db: #75B1FF;
|
|
9853
|
-
/**
|
|
9854
|
-
* dsInternalPrimitive.color.background.primary.action.hover (--3d8e0b) ::color
|
|
9855
|
-
*
|
|
9856
|
-
* = #99C5FF (via dsInternalPrimitive.color.blue.200)
|
|
9857
|
-
*/
|
|
9858
|
-
--3d8e0b: #99C5FF;
|
|
9859
|
-
|
|
9860
|
-
&:global(.ds-scheme--base) {
|
|
9861
|
-
/**
|
|
9862
|
-
* action.variant.primary.bgColor (--508b34) ::bgColor (color scheme aware)
|
|
9863
|
-
*
|
|
9864
|
-
* = #75B1FF (via dsInternalPrimitive.color.background.primary.action.rest)
|
|
9865
|
-
*/
|
|
9866
|
-
--508b34: #75B1FF;
|
|
9867
|
-
/**
|
|
9868
|
-
* action.variant.primary.hover.bgColor (--902b50) ::bgColor (color scheme aware)
|
|
9869
|
-
*
|
|
9870
|
-
* = #99C5FF (via dsInternalPrimitive.color.background.primary.action.hover)
|
|
9871
|
-
*/
|
|
9872
|
-
--902b50: #99C5FF;
|
|
9873
|
-
/**
|
|
9874
|
-
* color.text.accentDark (--690731) ::color (color scheme aware)
|
|
9875
|
-
*
|
|
9876
|
-
* = #2885FD (via dsInternalPrimitive.color.blue.400)
|
|
9877
|
-
*/
|
|
9878
|
-
--690731: #2885FD;
|
|
9879
|
-
/**
|
|
9880
|
-
* scheme.color
|
|
9881
|
-
*/
|
|
9882
|
-
color: #121117
|
|
9883
|
-
}
|
|
9884
|
-
|
|
9885
|
-
:global(.ds-scheme--base):global(.ds-scheme----bg) {
|
|
9886
|
-
/**
|
|
9887
|
-
* scheme.bgColor
|
|
9888
|
-
*/
|
|
9889
|
-
background-color: #FFFFFF
|
|
9890
|
-
|
|
9891
|
-
}
|
|
9892
|
-
|
|
9893
|
-
&:global(.ds-scheme--banner) {
|
|
9894
|
-
/**
|
|
9895
|
-
* action.variant.primary.bgColor (--508b34) ::bgColor (color scheme aware)
|
|
9896
|
-
*
|
|
9897
|
-
* = #75B1FF (via dsInternalPrimitive.color.background.primary.action.rest)
|
|
9898
|
-
*/
|
|
9899
|
-
--508b34: #75B1FF;
|
|
9900
|
-
/**
|
|
9901
|
-
* action.variant.primary.hover.bgColor (--902b50) ::bgColor (color scheme aware)
|
|
9902
|
-
*
|
|
9903
|
-
* = #99C5FF (via dsInternalPrimitive.color.background.primary.action.hover)
|
|
9904
|
-
*/
|
|
9905
|
-
--902b50: #99C5FF;
|
|
9906
|
-
/**
|
|
9907
|
-
* color.text.accentDark (--690731) ::color (color scheme aware)
|
|
9908
|
-
*
|
|
9909
|
-
* = #2885FD (via dsInternalPrimitive.color.blue.400)
|
|
9910
|
-
*/
|
|
9911
|
-
--690731: #2885FD;
|
|
9912
|
-
/**
|
|
9913
|
-
* scheme.color
|
|
9914
|
-
*/
|
|
9915
|
-
color: #121117
|
|
9916
|
-
}
|
|
9917
|
-
|
|
9918
|
-
:global(.ds-scheme--banner):global(.ds-scheme----bg) {
|
|
9919
|
-
/**
|
|
9920
|
-
* scheme.bgColor
|
|
9921
|
-
*/
|
|
9922
|
-
background-color: #FFFFFF
|
|
9923
|
-
|
|
9924
|
-
}
|
|
9925
|
-
|
|
9926
|
-
&:global(.ds-scheme--invert) {
|
|
9927
|
-
/**
|
|
9928
|
-
* action.variant.primary.bgColor (--508b34) ::bgColor (color scheme aware)
|
|
9929
|
-
*
|
|
9930
|
-
* = #75B1FF (via dsInternalPrimitive.color.background.primary.action.rest)
|
|
9931
|
-
*/
|
|
9932
|
-
--508b34: #75B1FF;
|
|
10775
|
+
--b1756a: #DCDCE5;
|
|
9933
10776
|
/**
|
|
9934
|
-
* action.variant.
|
|
10777
|
+
* action.variant.newFeature.disabled.bgColor (--e8c509) ::bgColor (color scheme aware)
|
|
9935
10778
|
*
|
|
9936
|
-
* = #
|
|
10779
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
9937
10780
|
*/
|
|
9938
|
-
--
|
|
10781
|
+
--e8c509: #DCDCE5;
|
|
9939
10782
|
/**
|
|
9940
|
-
*
|
|
10783
|
+
* action.variant.ai.disabled.bgColor (--d35901) ::bgColor (color scheme aware)
|
|
9941
10784
|
*
|
|
9942
|
-
* = #
|
|
10785
|
+
* = #DCDCE5 (via dsInternalPrimitive.color.background.disabled.action)
|
|
9943
10786
|
*/
|
|
9944
|
-
--
|
|
10787
|
+
--d35901: #DCDCE5;
|
|
9945
10788
|
/**
|
|
9946
10789
|
* scheme.color
|
|
9947
10790
|
*/
|
|
@@ -9958,7 +10801,7 @@
|
|
|
9958
10801
|
|
|
9959
10802
|
}
|
|
9960
10803
|
|
|
9961
|
-
/* AUTO GENERATED @Fri Sep
|
|
10804
|
+
/* AUTO GENERATED @Fri Sep 29 2023 15:54:17 GMT+0000 (Coordinated Universal Time) */
|
|
9962
10805
|
|
|
9963
10806
|
.ds-bold-ui {
|
|
9964
10807
|
/**
|
|
@@ -12319,12 +13162,42 @@
|
|
|
12319
13162
|
* = 24 (via root.size.300)
|
|
12320
13163
|
*/
|
|
12321
13164
|
--0397a1: 24px;
|
|
13165
|
+
/**
|
|
13166
|
+
* text.fieldAdditionalText.fontFamily (--3604ec) ::fontFamily
|
|
13167
|
+
*
|
|
13168
|
+
* = 'PreplyInter', sans-serif (via root.text.base.fontFamily)
|
|
13169
|
+
*/
|
|
13170
|
+
--3604ec: 'PreplyInter', sans-serif;
|
|
12322
13171
|
/**
|
|
12323
13172
|
* button.default.fontWeight (--d61910) ::fontWeight
|
|
12324
13173
|
*
|
|
12325
13174
|
* = 500 (via root.text.weight.500)
|
|
12326
13175
|
*/
|
|
12327
13176
|
--d61910: 500;
|
|
13177
|
+
/**
|
|
13178
|
+
* text.fieldAdditionalText.fontWeight (--026ea8) ::fontWeight
|
|
13179
|
+
*
|
|
13180
|
+
* = 400 (via root.text.weight.400)
|
|
13181
|
+
*/
|
|
13182
|
+
--026ea8: 400;
|
|
13183
|
+
/**
|
|
13184
|
+
* text.fieldAdditionalText.fontSize (--3f1843) ::fontSize
|
|
13185
|
+
*
|
|
13186
|
+
* = 14 (via root.text.size.100)
|
|
13187
|
+
*/
|
|
13188
|
+
--3f1843: 14px;
|
|
13189
|
+
/**
|
|
13190
|
+
* text.fieldAdditionalText.lineHeight (--030292) ::lineHeightPixels
|
|
13191
|
+
*
|
|
13192
|
+
* = 20 (via root.text.height.400)
|
|
13193
|
+
*/
|
|
13194
|
+
--030292: 20px;
|
|
13195
|
+
/**
|
|
13196
|
+
* text.fieldAdditionalText.letterSpacing (--c142cd) ::letterSpacing
|
|
13197
|
+
*
|
|
13198
|
+
* = 0.001 (via root.text.spacing.tight)
|
|
13199
|
+
*/
|
|
13200
|
+
--c142cd: 0.001em;
|
|
12328
13201
|
/**
|
|
12329
13202
|
* action.variant.primary.textDecoration (--74cfa2) ::textDecoration
|
|
12330
13203
|
*
|
|
@@ -12477,6 +13350,12 @@
|
|
|
12477
13350
|
* = #d8dfe6 (via root.palette.gray.200)
|
|
12478
13351
|
*/
|
|
12479
13352
|
--29cd58: #d8dfe6;
|
|
13353
|
+
/**
|
|
13354
|
+
* border.hover.borderColor (--0bd642) ::borderColor (color scheme aware)
|
|
13355
|
+
*
|
|
13356
|
+
* = #0096b2 (via root.palette.teal.300)
|
|
13357
|
+
*/
|
|
13358
|
+
--0bd642: #0096b2;
|
|
12480
13359
|
/**
|
|
12481
13360
|
* border.focus.borderColor (--398094) ::borderColor (color scheme aware)
|
|
12482
13361
|
*
|
|
@@ -13200,6 +14079,12 @@
|
|
|
13200
14079
|
* = #d8dfe6 (via root.palette.gray.200)
|
|
13201
14080
|
*/
|
|
13202
14081
|
--29cd58: #d8dfe6;
|
|
14082
|
+
/**
|
|
14083
|
+
* border.hover.borderColor (--0bd642) ::borderColor (color scheme aware)
|
|
14084
|
+
*
|
|
14085
|
+
* = #0096b2 (via root.palette.teal.300)
|
|
14086
|
+
*/
|
|
14087
|
+
--0bd642: #0096b2;
|
|
13203
14088
|
/**
|
|
13204
14089
|
* border.focus.borderColor (--398094) ::borderColor (color scheme aware)
|
|
13205
14090
|
*
|
|
@@ -13923,6 +14808,12 @@
|
|
|
13923
14808
|
* = #52667d (via root.palette.gray.400)
|
|
13924
14809
|
*/
|
|
13925
14810
|
--29cd58: #52667d;
|
|
14811
|
+
/**
|
|
14812
|
+
* border.hover.borderColor (--0bd642) ::borderColor (color scheme aware)
|
|
14813
|
+
*
|
|
14814
|
+
* = #0096b2 (via root.palette.teal.300)
|
|
14815
|
+
*/
|
|
14816
|
+
--0bd642: #0096b2;
|
|
13926
14817
|
/**
|
|
13927
14818
|
* border.focus.borderColor (--398094) ::borderColor (color scheme aware)
|
|
13928
14819
|
*
|
|
@@ -14563,7 +15454,7 @@
|
|
|
14563
15454
|
|
|
14564
15455
|
}
|
|
14565
15456
|
|
|
14566
|
-
/* AUTO GENERATED @Fri Sep
|
|
15457
|
+
/* AUTO GENERATED @Fri Sep 29 2023 15:54:17 GMT+0000 (Coordinated Universal Time) */
|
|
14567
15458
|
|
|
14568
15459
|
.ds-base-ui {
|
|
14569
15460
|
|
|
@@ -15208,7 +16099,7 @@
|
|
|
15208
16099
|
|
|
15209
16100
|
}
|
|
15210
16101
|
|
|
15211
|
-
/* AUTO GENERATED @Fri Sep
|
|
16102
|
+
/* AUTO GENERATED @Fri Sep 29 2023 15:54:17 GMT+0000 (Coordinated Universal Time) */
|
|
15212
16103
|
|
|
15213
16104
|
.ds-preply-ui {
|
|
15214
16105
|
/**
|