@steedos/webapp 3.0.3 → 3.0.4-beta.10
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.
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
--tw-contain-paint: ;
|
|
106
106
|
--tw-contain-style: ;
|
|
107
107
|
}/*
|
|
108
|
-
! tailwindcss v3.4.
|
|
108
|
+
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
|
|
109
109
|
*//*
|
|
110
110
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
111
111
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -952,6 +952,9 @@ video {
|
|
|
952
952
|
.visible {
|
|
953
953
|
visibility: visible;
|
|
954
954
|
}
|
|
955
|
+
.invisible {
|
|
956
|
+
visibility: hidden;
|
|
957
|
+
}
|
|
955
958
|
.collapse {
|
|
956
959
|
visibility: collapse;
|
|
957
960
|
}
|
|
@@ -979,12 +982,18 @@ video {
|
|
|
979
982
|
.bottom-0 {
|
|
980
983
|
bottom: 0px;
|
|
981
984
|
}
|
|
985
|
+
.bottom-4 {
|
|
986
|
+
bottom: 1rem;
|
|
987
|
+
}
|
|
982
988
|
.left-0 {
|
|
983
989
|
left: 0px;
|
|
984
990
|
}
|
|
985
991
|
.right-0 {
|
|
986
992
|
right: 0px;
|
|
987
993
|
}
|
|
994
|
+
.right-4 {
|
|
995
|
+
right: 1rem;
|
|
996
|
+
}
|
|
988
997
|
.top-0 {
|
|
989
998
|
top: 0px;
|
|
990
999
|
}
|
|
@@ -1012,12 +1021,23 @@ video {
|
|
|
1012
1021
|
.m-2 {
|
|
1013
1022
|
margin: 0.5rem;
|
|
1014
1023
|
}
|
|
1024
|
+
.m-2\.5 {
|
|
1025
|
+
margin: 0.625rem;
|
|
1026
|
+
}
|
|
1015
1027
|
.m-4 {
|
|
1016
1028
|
margin: 1rem;
|
|
1017
1029
|
}
|
|
1018
1030
|
.m-auto {
|
|
1019
1031
|
margin: auto;
|
|
1020
1032
|
}
|
|
1033
|
+
.\!mx-0 {
|
|
1034
|
+
margin-left: 0px !important;
|
|
1035
|
+
margin-right: 0px !important;
|
|
1036
|
+
}
|
|
1037
|
+
.mx-0 {
|
|
1038
|
+
margin-left: 0px;
|
|
1039
|
+
margin-right: 0px;
|
|
1040
|
+
}
|
|
1021
1041
|
.mx-10 {
|
|
1022
1042
|
margin-left: 2.5rem;
|
|
1023
1043
|
margin-right: 2.5rem;
|
|
@@ -1038,9 +1058,15 @@ video {
|
|
|
1038
1058
|
margin-top: 1rem;
|
|
1039
1059
|
margin-bottom: 1rem;
|
|
1040
1060
|
}
|
|
1061
|
+
.\!mb-6 {
|
|
1062
|
+
margin-bottom: 1.5rem !important;
|
|
1063
|
+
}
|
|
1041
1064
|
.-mb-px {
|
|
1042
1065
|
margin-bottom: -1px;
|
|
1043
1066
|
}
|
|
1067
|
+
.-ml-1 {
|
|
1068
|
+
margin-left: -0.25rem;
|
|
1069
|
+
}
|
|
1044
1070
|
.-ml-px {
|
|
1045
1071
|
margin-left: -1px;
|
|
1046
1072
|
}
|
|
@@ -1053,18 +1079,27 @@ video {
|
|
|
1053
1079
|
.mb-0 {
|
|
1054
1080
|
margin-bottom: 0px;
|
|
1055
1081
|
}
|
|
1082
|
+
.mb-1 {
|
|
1083
|
+
margin-bottom: 0.25rem;
|
|
1084
|
+
}
|
|
1056
1085
|
.mb-10 {
|
|
1057
1086
|
margin-bottom: 2.5rem;
|
|
1058
1087
|
}
|
|
1059
1088
|
.mb-2 {
|
|
1060
1089
|
margin-bottom: 0.5rem;
|
|
1061
1090
|
}
|
|
1091
|
+
.mb-3 {
|
|
1092
|
+
margin-bottom: 0.75rem;
|
|
1093
|
+
}
|
|
1062
1094
|
.mb-4 {
|
|
1063
1095
|
margin-bottom: 1rem;
|
|
1064
1096
|
}
|
|
1065
1097
|
.mb-6 {
|
|
1066
1098
|
margin-bottom: 1.5rem;
|
|
1067
1099
|
}
|
|
1100
|
+
.mb-\[-3px\] {
|
|
1101
|
+
margin-bottom: -3px;
|
|
1102
|
+
}
|
|
1068
1103
|
.ml-1 {
|
|
1069
1104
|
margin-left: 0.25rem;
|
|
1070
1105
|
}
|
|
@@ -1083,21 +1118,36 @@ video {
|
|
|
1083
1118
|
.ml-8 {
|
|
1084
1119
|
margin-left: 2rem;
|
|
1085
1120
|
}
|
|
1121
|
+
.mr-0 {
|
|
1122
|
+
margin-right: 0px;
|
|
1123
|
+
}
|
|
1086
1124
|
.mr-1 {
|
|
1087
1125
|
margin-right: 0.25rem;
|
|
1088
1126
|
}
|
|
1089
1127
|
.mr-2 {
|
|
1090
1128
|
margin-right: 0.5rem;
|
|
1091
1129
|
}
|
|
1130
|
+
.mr-3 {
|
|
1131
|
+
margin-right: 0.75rem;
|
|
1132
|
+
}
|
|
1092
1133
|
.mr-4 {
|
|
1093
1134
|
margin-right: 1rem;
|
|
1094
1135
|
}
|
|
1095
1136
|
.mr-7 {
|
|
1096
1137
|
margin-right: 1.75rem;
|
|
1097
1138
|
}
|
|
1139
|
+
.mt-0\.5 {
|
|
1140
|
+
margin-top: 0.125rem;
|
|
1141
|
+
}
|
|
1142
|
+
.mt-1 {
|
|
1143
|
+
margin-top: 0.25rem;
|
|
1144
|
+
}
|
|
1098
1145
|
.mt-2 {
|
|
1099
1146
|
margin-top: 0.5rem;
|
|
1100
1147
|
}
|
|
1148
|
+
.mt-3 {
|
|
1149
|
+
margin-top: 0.75rem;
|
|
1150
|
+
}
|
|
1101
1151
|
.mt-4 {
|
|
1102
1152
|
margin-top: 1rem;
|
|
1103
1153
|
}
|
|
@@ -1134,12 +1184,18 @@ video {
|
|
|
1134
1184
|
.hidden {
|
|
1135
1185
|
display: none;
|
|
1136
1186
|
}
|
|
1187
|
+
.\!h-10 {
|
|
1188
|
+
height: 2.5rem !important;
|
|
1189
|
+
}
|
|
1137
1190
|
.h-10 {
|
|
1138
1191
|
height: 2.5rem;
|
|
1139
1192
|
}
|
|
1140
1193
|
.h-12 {
|
|
1141
1194
|
height: 3rem;
|
|
1142
1195
|
}
|
|
1196
|
+
.h-14 {
|
|
1197
|
+
height: 3.5rem;
|
|
1198
|
+
}
|
|
1143
1199
|
.h-4 {
|
|
1144
1200
|
height: 1rem;
|
|
1145
1201
|
}
|
|
@@ -1170,9 +1226,39 @@ video {
|
|
|
1170
1226
|
.h-screen {
|
|
1171
1227
|
height: 100vh;
|
|
1172
1228
|
}
|
|
1229
|
+
.\!max-h-\[80vh\] {
|
|
1230
|
+
max-height: 80vh !important;
|
|
1231
|
+
}
|
|
1232
|
+
.max-h-12 {
|
|
1233
|
+
max-height: 3rem;
|
|
1234
|
+
}
|
|
1235
|
+
.max-h-96 {
|
|
1236
|
+
max-height: 24rem;
|
|
1237
|
+
}
|
|
1238
|
+
.max-h-\[80vh\] {
|
|
1239
|
+
max-height: 80vh;
|
|
1240
|
+
}
|
|
1241
|
+
.min-h-8 {
|
|
1242
|
+
min-height: 2rem;
|
|
1243
|
+
}
|
|
1244
|
+
.\!w-10 {
|
|
1245
|
+
width: 2.5rem !important;
|
|
1246
|
+
}
|
|
1247
|
+
.\!w-full {
|
|
1248
|
+
width: 100% !important;
|
|
1249
|
+
}
|
|
1250
|
+
.w-1\/3 {
|
|
1251
|
+
width: 33.333333%;
|
|
1252
|
+
}
|
|
1253
|
+
.w-10 {
|
|
1254
|
+
width: 2.5rem;
|
|
1255
|
+
}
|
|
1173
1256
|
.w-12 {
|
|
1174
1257
|
width: 3rem;
|
|
1175
1258
|
}
|
|
1259
|
+
.w-14 {
|
|
1260
|
+
width: 3.5rem;
|
|
1261
|
+
}
|
|
1176
1262
|
.w-32 {
|
|
1177
1263
|
width: 8rem;
|
|
1178
1264
|
}
|
|
@@ -1197,9 +1283,15 @@ video {
|
|
|
1197
1283
|
.w-9 {
|
|
1198
1284
|
width: 2.25rem;
|
|
1199
1285
|
}
|
|
1286
|
+
.w-96 {
|
|
1287
|
+
width: 24rem;
|
|
1288
|
+
}
|
|
1200
1289
|
.w-\[1px\] {
|
|
1201
1290
|
width: 1px;
|
|
1202
1291
|
}
|
|
1292
|
+
.w-\[240px\] {
|
|
1293
|
+
width: 240px;
|
|
1294
|
+
}
|
|
1203
1295
|
.w-auto {
|
|
1204
1296
|
width: auto;
|
|
1205
1297
|
}
|
|
@@ -1209,12 +1301,24 @@ video {
|
|
|
1209
1301
|
.w-screen {
|
|
1210
1302
|
width: 100vw;
|
|
1211
1303
|
}
|
|
1304
|
+
.\!min-w-\[160px\] {
|
|
1305
|
+
min-width: 160px !important;
|
|
1306
|
+
}
|
|
1212
1307
|
.min-w-0 {
|
|
1213
1308
|
min-width: 0px;
|
|
1214
1309
|
}
|
|
1310
|
+
.min-w-56 {
|
|
1311
|
+
min-width: 14rem;
|
|
1312
|
+
}
|
|
1313
|
+
.min-w-\[24rem\] {
|
|
1314
|
+
min-width: 24rem;
|
|
1315
|
+
}
|
|
1215
1316
|
.min-w-\[260px\] {
|
|
1216
1317
|
min-width: 260px;
|
|
1217
1318
|
}
|
|
1319
|
+
.min-w-\[460px\] {
|
|
1320
|
+
min-width: 460px;
|
|
1321
|
+
}
|
|
1218
1322
|
.max-w-4xl {
|
|
1219
1323
|
max-width: 56rem;
|
|
1220
1324
|
}
|
|
@@ -1236,6 +1340,12 @@ video {
|
|
|
1236
1340
|
.flex-1 {
|
|
1237
1341
|
flex: 1 1 0%;
|
|
1238
1342
|
}
|
|
1343
|
+
.flex-auto {
|
|
1344
|
+
flex: 1 1 auto;
|
|
1345
|
+
}
|
|
1346
|
+
.flex-initial {
|
|
1347
|
+
flex: 0 1 auto;
|
|
1348
|
+
}
|
|
1239
1349
|
.flex-none {
|
|
1240
1350
|
flex: none;
|
|
1241
1351
|
}
|
|
@@ -1245,12 +1355,28 @@ video {
|
|
|
1245
1355
|
.flex-grow {
|
|
1246
1356
|
flex-grow: 1;
|
|
1247
1357
|
}
|
|
1358
|
+
.grow {
|
|
1359
|
+
flex-grow: 1;
|
|
1360
|
+
}
|
|
1248
1361
|
.origin-top-right {
|
|
1249
1362
|
transform-origin: top right;
|
|
1250
1363
|
}
|
|
1364
|
+
.-translate-x-0 {
|
|
1365
|
+
--tw-translate-x: -0px;
|
|
1366
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1367
|
+
}
|
|
1251
1368
|
.transform {
|
|
1252
1369
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1253
1370
|
}
|
|
1371
|
+
@keyframes spin {
|
|
1372
|
+
|
|
1373
|
+
to {
|
|
1374
|
+
transform: rotate(360deg);
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
.animate-spin {
|
|
1378
|
+
animation: spin 1s linear infinite;
|
|
1379
|
+
}
|
|
1254
1380
|
.cursor-not-allowed {
|
|
1255
1381
|
cursor: not-allowed;
|
|
1256
1382
|
}
|
|
@@ -1265,9 +1391,15 @@ video {
|
|
|
1265
1391
|
.grid-cols-5 {
|
|
1266
1392
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1267
1393
|
}
|
|
1394
|
+
.flex-row {
|
|
1395
|
+
flex-direction: row;
|
|
1396
|
+
}
|
|
1268
1397
|
.flex-col {
|
|
1269
1398
|
flex-direction: column;
|
|
1270
1399
|
}
|
|
1400
|
+
.flex-wrap {
|
|
1401
|
+
flex-wrap: wrap;
|
|
1402
|
+
}
|
|
1271
1403
|
.flex-nowrap {
|
|
1272
1404
|
flex-wrap: nowrap;
|
|
1273
1405
|
}
|
|
@@ -1289,6 +1421,9 @@ video {
|
|
|
1289
1421
|
.justify-between {
|
|
1290
1422
|
justify-content: space-between;
|
|
1291
1423
|
}
|
|
1424
|
+
.gap-2 {
|
|
1425
|
+
gap: 0.5rem;
|
|
1426
|
+
}
|
|
1292
1427
|
.gap-3 {
|
|
1293
1428
|
gap: 0.75rem;
|
|
1294
1429
|
}
|
|
@@ -1299,6 +1434,11 @@ video {
|
|
|
1299
1434
|
-moz-column-gap: 1rem;
|
|
1300
1435
|
column-gap: 1rem;
|
|
1301
1436
|
}
|
|
1437
|
+
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1438
|
+
--tw-space-x-reverse: 0;
|
|
1439
|
+
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
1440
|
+
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1441
|
+
}
|
|
1302
1442
|
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1303
1443
|
--tw-space-x-reverse: 0;
|
|
1304
1444
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
@@ -1309,6 +1449,9 @@ video {
|
|
|
1309
1449
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1310
1450
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1311
1451
|
}
|
|
1452
|
+
.justify-self-end {
|
|
1453
|
+
justify-self: end;
|
|
1454
|
+
}
|
|
1312
1455
|
.overflow-auto {
|
|
1313
1456
|
overflow: auto;
|
|
1314
1457
|
}
|
|
@@ -1318,11 +1461,26 @@ video {
|
|
|
1318
1461
|
.overflow-y-auto {
|
|
1319
1462
|
overflow-y: auto;
|
|
1320
1463
|
}
|
|
1464
|
+
.overflow-x-hidden {
|
|
1465
|
+
overflow-x: hidden;
|
|
1466
|
+
}
|
|
1321
1467
|
.truncate {
|
|
1322
1468
|
overflow: hidden;
|
|
1323
1469
|
text-overflow: ellipsis;
|
|
1324
1470
|
white-space: nowrap;
|
|
1325
1471
|
}
|
|
1472
|
+
.whitespace-normal {
|
|
1473
|
+
white-space: normal;
|
|
1474
|
+
}
|
|
1475
|
+
.whitespace-nowrap {
|
|
1476
|
+
white-space: nowrap;
|
|
1477
|
+
}
|
|
1478
|
+
.break-words {
|
|
1479
|
+
overflow-wrap: break-word;
|
|
1480
|
+
}
|
|
1481
|
+
.break-all {
|
|
1482
|
+
word-break: break-all;
|
|
1483
|
+
}
|
|
1326
1484
|
.rounded {
|
|
1327
1485
|
border-radius: 0.25rem;
|
|
1328
1486
|
}
|
|
@@ -1341,6 +1499,9 @@ video {
|
|
|
1341
1499
|
.rounded-sm {
|
|
1342
1500
|
border-radius: 0.125rem;
|
|
1343
1501
|
}
|
|
1502
|
+
.rounded-xl {
|
|
1503
|
+
border-radius: 0.75rem;
|
|
1504
|
+
}
|
|
1344
1505
|
.rounded-b-md {
|
|
1345
1506
|
border-bottom-right-radius: 0.375rem;
|
|
1346
1507
|
border-bottom-left-radius: 0.375rem;
|
|
@@ -1355,6 +1516,9 @@ video {
|
|
|
1355
1516
|
.rounded-br-md {
|
|
1356
1517
|
border-bottom-right-radius: 0.375rem;
|
|
1357
1518
|
}
|
|
1519
|
+
.rounded-tr {
|
|
1520
|
+
border-top-right-radius: 0.25rem;
|
|
1521
|
+
}
|
|
1358
1522
|
.border {
|
|
1359
1523
|
border-width: 1px;
|
|
1360
1524
|
}
|
|
@@ -1367,24 +1531,43 @@ video {
|
|
|
1367
1531
|
.border-4 {
|
|
1368
1532
|
border-width: 4px;
|
|
1369
1533
|
}
|
|
1534
|
+
.\!border-b-0 {
|
|
1535
|
+
border-bottom-width: 0px !important;
|
|
1536
|
+
}
|
|
1370
1537
|
.border-b {
|
|
1371
1538
|
border-bottom-width: 1px;
|
|
1372
1539
|
}
|
|
1373
1540
|
.border-b-2 {
|
|
1374
1541
|
border-bottom-width: 2px;
|
|
1375
1542
|
}
|
|
1543
|
+
.border-b-\[3px\] {
|
|
1544
|
+
border-bottom-width: 3px;
|
|
1545
|
+
}
|
|
1546
|
+
.border-l-2 {
|
|
1547
|
+
border-left-width: 2px;
|
|
1548
|
+
}
|
|
1376
1549
|
.border-r {
|
|
1377
1550
|
border-right-width: 1px;
|
|
1378
1551
|
}
|
|
1379
1552
|
.border-t {
|
|
1380
1553
|
border-top-width: 1px;
|
|
1381
1554
|
}
|
|
1555
|
+
.border-solid {
|
|
1556
|
+
border-style: solid;
|
|
1557
|
+
}
|
|
1382
1558
|
.border-dashed {
|
|
1383
1559
|
border-style: dashed;
|
|
1384
1560
|
}
|
|
1561
|
+
.\!border-none {
|
|
1562
|
+
border-style: none !important;
|
|
1563
|
+
}
|
|
1385
1564
|
.border-none {
|
|
1386
1565
|
border-style: none;
|
|
1387
1566
|
}
|
|
1567
|
+
.border-blue-500 {
|
|
1568
|
+
--tw-border-opacity: 1;
|
|
1569
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1570
|
+
}
|
|
1388
1571
|
.border-blue-600 {
|
|
1389
1572
|
--tw-border-opacity: 1;
|
|
1390
1573
|
border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
|
|
@@ -1405,9 +1588,16 @@ video {
|
|
|
1405
1588
|
--tw-border-opacity: 1;
|
|
1406
1589
|
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
|
|
1407
1590
|
}
|
|
1591
|
+
.border-sky-500 {
|
|
1592
|
+
--tw-border-opacity: 1;
|
|
1593
|
+
border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
|
|
1594
|
+
}
|
|
1408
1595
|
.border-transparent {
|
|
1409
1596
|
border-color: transparent;
|
|
1410
1597
|
}
|
|
1598
|
+
.\!bg-transparent {
|
|
1599
|
+
background-color: transparent !important;
|
|
1600
|
+
}
|
|
1411
1601
|
.bg-blue-100 {
|
|
1412
1602
|
--tw-bg-opacity: 1;
|
|
1413
1603
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
@@ -1452,6 +1642,9 @@ video {
|
|
|
1452
1642
|
--tw-bg-opacity: 1;
|
|
1453
1643
|
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
|
|
1454
1644
|
}
|
|
1645
|
+
.bg-transparent {
|
|
1646
|
+
background-color: transparent;
|
|
1647
|
+
}
|
|
1455
1648
|
.bg-white {
|
|
1456
1649
|
--tw-bg-opacity: 1;
|
|
1457
1650
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
@@ -1459,6 +1652,21 @@ video {
|
|
|
1459
1652
|
.bg-none {
|
|
1460
1653
|
background-image: none;
|
|
1461
1654
|
}
|
|
1655
|
+
.\!fill-white {
|
|
1656
|
+
fill: #fff !important;
|
|
1657
|
+
}
|
|
1658
|
+
.fill-gray-500 {
|
|
1659
|
+
fill: #6b7280;
|
|
1660
|
+
}
|
|
1661
|
+
.fill-gray-700 {
|
|
1662
|
+
fill: #374151;
|
|
1663
|
+
}
|
|
1664
|
+
.fill-slate-500 {
|
|
1665
|
+
fill: #64748b;
|
|
1666
|
+
}
|
|
1667
|
+
.\!p-2 {
|
|
1668
|
+
padding: 0.5rem !important;
|
|
1669
|
+
}
|
|
1462
1670
|
.p-0 {
|
|
1463
1671
|
padding: 0px;
|
|
1464
1672
|
}
|
|
@@ -1517,6 +1725,10 @@ video {
|
|
|
1517
1725
|
padding-top: 0.5rem;
|
|
1518
1726
|
padding-bottom: 0.5rem;
|
|
1519
1727
|
}
|
|
1728
|
+
.py-2\.5 {
|
|
1729
|
+
padding-top: 0.625rem;
|
|
1730
|
+
padding-bottom: 0.625rem;
|
|
1731
|
+
}
|
|
1520
1732
|
.py-3 {
|
|
1521
1733
|
padding-top: 0.75rem;
|
|
1522
1734
|
padding-bottom: 0.75rem;
|
|
@@ -1535,18 +1747,42 @@ video {
|
|
|
1535
1747
|
.pb-16 {
|
|
1536
1748
|
padding-bottom: 4rem;
|
|
1537
1749
|
}
|
|
1750
|
+
.pb-2 {
|
|
1751
|
+
padding-bottom: 0.5rem;
|
|
1752
|
+
}
|
|
1753
|
+
.pb-4 {
|
|
1754
|
+
padding-bottom: 1rem;
|
|
1755
|
+
}
|
|
1756
|
+
.pl-0 {
|
|
1757
|
+
padding-left: 0px;
|
|
1758
|
+
}
|
|
1759
|
+
.pl-1\.5 {
|
|
1760
|
+
padding-left: 0.375rem;
|
|
1761
|
+
}
|
|
1538
1762
|
.pl-10 {
|
|
1539
1763
|
padding-left: 2.5rem;
|
|
1540
1764
|
}
|
|
1541
|
-
.
|
|
1542
|
-
padding-
|
|
1765
|
+
.pl-4 {
|
|
1766
|
+
padding-left: 1rem;
|
|
1767
|
+
}
|
|
1768
|
+
.pl-5 {
|
|
1769
|
+
padding-left: 1.25rem;
|
|
1543
1770
|
}
|
|
1544
1771
|
.pr-4 {
|
|
1545
1772
|
padding-right: 1rem;
|
|
1546
1773
|
}
|
|
1774
|
+
.pt-0 {
|
|
1775
|
+
padding-top: 0px;
|
|
1776
|
+
}
|
|
1777
|
+
.pt-1 {
|
|
1778
|
+
padding-top: 0.25rem;
|
|
1779
|
+
}
|
|
1547
1780
|
.pt-2 {
|
|
1548
1781
|
padding-top: 0.5rem;
|
|
1549
1782
|
}
|
|
1783
|
+
.pt-3 {
|
|
1784
|
+
padding-top: 0.75rem;
|
|
1785
|
+
}
|
|
1550
1786
|
.pt-4 {
|
|
1551
1787
|
padding-top: 1rem;
|
|
1552
1788
|
}
|
|
@@ -1567,6 +1803,13 @@ video {
|
|
|
1567
1803
|
font-size: 1.875rem;
|
|
1568
1804
|
line-height: 2.25rem;
|
|
1569
1805
|
}
|
|
1806
|
+
.text-\[11px\] {
|
|
1807
|
+
font-size: 11px;
|
|
1808
|
+
}
|
|
1809
|
+
.text-base {
|
|
1810
|
+
font-size: 1rem;
|
|
1811
|
+
line-height: 1.5rem;
|
|
1812
|
+
}
|
|
1570
1813
|
.text-lg {
|
|
1571
1814
|
font-size: 1.125rem;
|
|
1572
1815
|
line-height: 1.75rem;
|
|
@@ -1579,6 +1822,10 @@ video {
|
|
|
1579
1822
|
font-size: 1.25rem;
|
|
1580
1823
|
line-height: 1.75rem;
|
|
1581
1824
|
}
|
|
1825
|
+
.text-xs {
|
|
1826
|
+
font-size: 0.75rem;
|
|
1827
|
+
line-height: 1rem;
|
|
1828
|
+
}
|
|
1582
1829
|
.font-bold {
|
|
1583
1830
|
font-weight: 700;
|
|
1584
1831
|
}
|
|
@@ -1591,9 +1838,24 @@ video {
|
|
|
1591
1838
|
.font-semibold {
|
|
1592
1839
|
font-weight: 600;
|
|
1593
1840
|
}
|
|
1841
|
+
.lowercase {
|
|
1842
|
+
text-transform: lowercase;
|
|
1843
|
+
}
|
|
1844
|
+
.italic {
|
|
1845
|
+
font-style: italic;
|
|
1846
|
+
}
|
|
1847
|
+
.leading-3 {
|
|
1848
|
+
line-height: .75rem;
|
|
1849
|
+
}
|
|
1850
|
+
.leading-4 {
|
|
1851
|
+
line-height: 1rem;
|
|
1852
|
+
}
|
|
1594
1853
|
.leading-5 {
|
|
1595
1854
|
line-height: 1.25rem;
|
|
1596
1855
|
}
|
|
1856
|
+
.leading-6 {
|
|
1857
|
+
line-height: 1.5rem;
|
|
1858
|
+
}
|
|
1597
1859
|
.leading-9 {
|
|
1598
1860
|
line-height: 2.25rem;
|
|
1599
1861
|
}
|
|
@@ -1603,6 +1865,18 @@ video {
|
|
|
1603
1865
|
.leading-tight {
|
|
1604
1866
|
line-height: 1.25;
|
|
1605
1867
|
}
|
|
1868
|
+
.\!text-gray-600 {
|
|
1869
|
+
--tw-text-opacity: 1 !important;
|
|
1870
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
|
|
1871
|
+
}
|
|
1872
|
+
.text-\[blue\] {
|
|
1873
|
+
--tw-text-opacity: 1;
|
|
1874
|
+
color: rgb(0 0 255 / var(--tw-text-opacity, 1));
|
|
1875
|
+
}
|
|
1876
|
+
.text-\[red\] {
|
|
1877
|
+
--tw-text-opacity: 1;
|
|
1878
|
+
color: rgb(255 0 0 / var(--tw-text-opacity, 1));
|
|
1879
|
+
}
|
|
1606
1880
|
.text-black {
|
|
1607
1881
|
--tw-text-opacity: 1;
|
|
1608
1882
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
@@ -1639,6 +1913,14 @@ video {
|
|
|
1639
1913
|
--tw-text-opacity: 1;
|
|
1640
1914
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1641
1915
|
}
|
|
1916
|
+
.text-green-600 {
|
|
1917
|
+
--tw-text-opacity: 1;
|
|
1918
|
+
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
|
1919
|
+
}
|
|
1920
|
+
.text-sky-500 {
|
|
1921
|
+
--tw-text-opacity: 1;
|
|
1922
|
+
color: rgb(14 165 233 / var(--tw-text-opacity, 1));
|
|
1923
|
+
}
|
|
1642
1924
|
.text-slate-700 {
|
|
1643
1925
|
--tw-text-opacity: 1;
|
|
1644
1926
|
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
|
|
@@ -1647,6 +1929,12 @@ video {
|
|
|
1647
1929
|
--tw-text-opacity: 1;
|
|
1648
1930
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1649
1931
|
}
|
|
1932
|
+
.underline {
|
|
1933
|
+
text-decoration-line: underline;
|
|
1934
|
+
}
|
|
1935
|
+
.no-underline {
|
|
1936
|
+
text-decoration-line: none;
|
|
1937
|
+
}
|
|
1650
1938
|
.placeholder-gray-500::-moz-placeholder {
|
|
1651
1939
|
--tw-placeholder-opacity: 1;
|
|
1652
1940
|
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
@@ -1655,6 +1943,12 @@ video {
|
|
|
1655
1943
|
--tw-placeholder-opacity: 1;
|
|
1656
1944
|
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
1657
1945
|
}
|
|
1946
|
+
.opacity-25 {
|
|
1947
|
+
opacity: 0.25;
|
|
1948
|
+
}
|
|
1949
|
+
.opacity-75 {
|
|
1950
|
+
opacity: 0.75;
|
|
1951
|
+
}
|
|
1658
1952
|
.shadow {
|
|
1659
1953
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1660
1954
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
@@ -1679,6 +1973,9 @@ video {
|
|
|
1679
1973
|
--tw-blur: blur(8px);
|
|
1680
1974
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1681
1975
|
}
|
|
1976
|
+
.\!filter {
|
|
1977
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
1978
|
+
}
|
|
1682
1979
|
.filter {
|
|
1683
1980
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1684
1981
|
}
|
|
@@ -1714,219 +2011,394 @@ video {
|
|
|
1714
2011
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1715
2012
|
}
|
|
1716
2013
|
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
2014
|
+
:root {
|
|
2015
|
+
/* --color-- 基础色 Base --color-- */
|
|
2016
|
+
--color-inherit: inherit;
|
|
2017
|
+
--color-current: currentColor;
|
|
2018
|
+
--color-transparent: transparent;
|
|
2019
|
+
--color-black: #000000;
|
|
2020
|
+
--color-white: #ffffff;
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
--colors-brand-main: var(--color-sky-900);
|
|
2024
|
+
--colors-brand-1: var(--color-sky-900);
|
|
2025
|
+
--colors-brand-2: var(--color-sky-800);
|
|
2026
|
+
--colors-brand-3: var(--color-sky-700);
|
|
2027
|
+
--colors-brand-4: var(--color-sky-600);
|
|
2028
|
+
--colors-brand-5: var(--color-sky-500);
|
|
2029
|
+
--colors-brand-6: var(--color-sky-400);
|
|
2030
|
+
--colors-brand-7: var(--color-sky-300);
|
|
2031
|
+
--colors-brand-8: var(--color-sky-200);
|
|
2032
|
+
--colors-brand-9: var(--color-sky-100);
|
|
2033
|
+
--colors-brand-10: var(--color-sky-50);
|
|
2034
|
+
|
|
2035
|
+
--color-gray-25: #fcfcfd;
|
|
2036
|
+
--color-gray-50: #f9fafb;
|
|
2037
|
+
--color-gray-100: #f2f4f7;
|
|
2038
|
+
--color-gray-200: #e4e7ec;
|
|
2039
|
+
--color-gray-300: #d0d5dd;
|
|
2040
|
+
--color-gray-400: #98a2b3;
|
|
2041
|
+
--color-gray-500: #667085;
|
|
2042
|
+
--color-gray-600: #475467;
|
|
2043
|
+
--color-gray-700: #344054;
|
|
2044
|
+
--color-gray-800: #1d2939;
|
|
2045
|
+
--color-gray-900: #101828;
|
|
2046
|
+
--color-gray-950: #0c111d;
|
|
2047
|
+
--color-gray-dark: #1a2231;
|
|
2048
|
+
|
|
2049
|
+
/* --color-- 灰色系 (以 Slate 为例,最常用的冷灰) --color-- */
|
|
2050
|
+
--color-slate-50: #f8fafc;
|
|
2051
|
+
--color-slate-100: #f1f5f9;
|
|
2052
|
+
--color-slate-200: #e2e8f0;
|
|
2053
|
+
--color-slate-300: #cbd5e1;
|
|
2054
|
+
--color-slate-400: #94a3b8;
|
|
2055
|
+
--color-slate-500: #64748b;
|
|
2056
|
+
--color-slate-600: #475569;
|
|
2057
|
+
--color-slate-700: #334155;
|
|
2058
|
+
--color-slate-800: #1e293b;
|
|
2059
|
+
--color-slate-900: #0f172a;
|
|
2060
|
+
--color-slate-950: #020617;
|
|
2061
|
+
|
|
2062
|
+
/* --color-- 红色系 Red --color-- */
|
|
2063
|
+
--color-red-50: #fef2f2;
|
|
2064
|
+
--color-red-100: #fee2e2;
|
|
2065
|
+
--color-red-200: #fecaca;
|
|
2066
|
+
--color-red-300: #fca5a5;
|
|
2067
|
+
--color-red-400: #f87171;
|
|
2068
|
+
--color-red-500: #ef4444;
|
|
2069
|
+
--color-red-600: #dc2626;
|
|
2070
|
+
--color-red-700: #b91c1c;
|
|
2071
|
+
--color-red-800: #991b1b;
|
|
2072
|
+
--color-red-900: #7f1d1d;
|
|
2073
|
+
--color-red-950: #450a0a;
|
|
2074
|
+
|
|
2075
|
+
/* --color-- 橙色系 Orange --color-- */
|
|
2076
|
+
--color-orange-50: #fff7ed;
|
|
2077
|
+
--color-orange-100: #ffedd5;
|
|
2078
|
+
--color-orange-200: #fed7aa;
|
|
2079
|
+
--color-orange-300: #fdba74;
|
|
2080
|
+
--color-orange-400: #fb923c;
|
|
2081
|
+
--color-orange-500: #f97316;
|
|
2082
|
+
--color-orange-600: #ea580c;
|
|
2083
|
+
--color-orange-700: #c2410c;
|
|
2084
|
+
--color-orange-800: #9a3412;
|
|
2085
|
+
--color-orange-900: #7c2d12;
|
|
2086
|
+
--color-orange-950: #431407;
|
|
2087
|
+
|
|
2088
|
+
/* --color-- 黄色系 Amber (比 Yellow 更像交通灯黄) --color-- */
|
|
2089
|
+
--color-amber-50: #fffbeb;
|
|
2090
|
+
--color-amber-100: #fef3c7;
|
|
2091
|
+
--color-amber-200: #fde68a;
|
|
2092
|
+
--color-amber-300: #fcd34d;
|
|
2093
|
+
--color-amber-400: #fbbf24;
|
|
2094
|
+
--color-amber-500: #f59e0b;
|
|
2095
|
+
--color-amber-600: #d97706;
|
|
2096
|
+
--color-amber-700: #b45309;
|
|
2097
|
+
--color-amber-800: #92400e;
|
|
2098
|
+
--color-amber-900: #78350f;
|
|
2099
|
+
--color-amber-950: #451a03;
|
|
2100
|
+
|
|
2101
|
+
/* --color-- 黄色系 Yellow --color-- */
|
|
2102
|
+
--color-yellow-50: #fefce8;
|
|
2103
|
+
--color-yellow-100: #fef9c3;
|
|
2104
|
+
--color-yellow-200: #fef08a;
|
|
2105
|
+
--color-yellow-300: #fde047;
|
|
2106
|
+
--color-yellow-400: #facc15;
|
|
2107
|
+
--color-yellow-500: #eab308;
|
|
2108
|
+
--color-yellow-600: #ca8a04;
|
|
2109
|
+
--color-yellow-700: #a16207;
|
|
2110
|
+
--color-yellow-800: #854d0e;
|
|
2111
|
+
--color-yellow-900: #713f12;
|
|
2112
|
+
--color-yellow-950: #422006;
|
|
2113
|
+
|
|
2114
|
+
/* --color-- 绿色系 Green --color-- */
|
|
2115
|
+
--color-green-50: #f0fdf4;
|
|
2116
|
+
--color-green-100: #dcfce7;
|
|
2117
|
+
--color-green-200: #bbf7d0;
|
|
2118
|
+
--color-green-300: #86efac;
|
|
2119
|
+
--color-green-400: #4ade80;
|
|
2120
|
+
--color-green-500: #22c55e;
|
|
2121
|
+
--color-green-600: #16a34a;
|
|
2122
|
+
--color-green-700: #15803d;
|
|
2123
|
+
--color-green-800: #166534;
|
|
2124
|
+
--color-green-900: #14532d;
|
|
2125
|
+
--color-green-950: #052e16;
|
|
2126
|
+
|
|
2127
|
+
/* --color-- 紫色系 (Purple) --color-- */
|
|
2128
|
+
--color-purple-50: #faf5ff;
|
|
2129
|
+
--color-purple-100: #f3e8ff;
|
|
2130
|
+
--color-purple-200: #e9d5ff;
|
|
2131
|
+
--color-purple-300: #d8b4fe;
|
|
2132
|
+
--color-purple-400: #c084fc;
|
|
2133
|
+
--color-purple-500: #a855f7;
|
|
2134
|
+
--color-purple-600: #9333ea;
|
|
2135
|
+
--color-purple-700: #7e22ce;
|
|
2136
|
+
--color-purple-800: #6b21a8;
|
|
2137
|
+
--color-purple-900: #581c87;
|
|
2138
|
+
--color-purple-950: #3b0764;
|
|
2139
|
+
|
|
2140
|
+
/* --color-- 蓝绿色 Teal --color-- */
|
|
2141
|
+
--color-teal-50: #f0fdfa;
|
|
2142
|
+
--color-teal-100: #ccfbf1;
|
|
2143
|
+
--color-teal-200: #99f6e4;
|
|
2144
|
+
--color-teal-300: #5eead4;
|
|
2145
|
+
--color-teal-400: #2dd4bf;
|
|
2146
|
+
--color-teal-500: #14b8a6;
|
|
2147
|
+
--color-teal-600: #0d9488;
|
|
2148
|
+
--color-teal-700: #0f766e;
|
|
2149
|
+
--color-teal-800: #115e59;
|
|
2150
|
+
--color-teal-900: #134e4a;
|
|
2151
|
+
--color-teal-950: #042f2e;
|
|
2152
|
+
|
|
2153
|
+
/* --color-- 天蓝色 Sky (Light Blue) --color-- */
|
|
2154
|
+
--color-sky-50: #f0f9ff;
|
|
2155
|
+
--color-sky-100: #e0f2fe;
|
|
2156
|
+
--color-sky-200: #bae6fd;
|
|
2157
|
+
--color-sky-300: #7dd3fc;
|
|
2158
|
+
--color-sky-400: #38bdf8;
|
|
2159
|
+
--color-sky-500: #0ea5e9;
|
|
2160
|
+
--color-sky-600: #0284c7;
|
|
2161
|
+
--color-sky-700: #0369a1;
|
|
2162
|
+
--color-sky-800: #075985;
|
|
2163
|
+
--color-sky-900: #0c4a6e;
|
|
2164
|
+
--color-sky-950: #082f49;
|
|
2165
|
+
|
|
2166
|
+
/* --color-- 蓝色系 Blue --color-- */
|
|
2167
|
+
--color-blue-50: #eff6ff;
|
|
2168
|
+
--color-blue-100: #dbeafe;
|
|
2169
|
+
--color-blue-200: #bfdbfe;
|
|
2170
|
+
--color-blue-300: #93c5fd;
|
|
2171
|
+
--color-blue-400: #60a5fa;
|
|
2172
|
+
--color-blue-500: #3b82f6;
|
|
2173
|
+
--color-blue-600: #2563eb;
|
|
2174
|
+
--color-blue-700: #1d4ed8;
|
|
2175
|
+
--color-blue-800: #1e40af;
|
|
2176
|
+
--color-blue-900: #1e3a8a;
|
|
2177
|
+
--color-blue-950: #172554;
|
|
2178
|
+
|
|
2179
|
+
/* --color-- 靛青色 Indigo --color-- */
|
|
2180
|
+
--color-indigo-50: #eef2ff;
|
|
2181
|
+
--color-indigo-100: #e0e7ff;
|
|
2182
|
+
--color-indigo-200: #c7d2fe;
|
|
2183
|
+
--color-indigo-300: #a5b4fc;
|
|
2184
|
+
--color-indigo-400: #818cf8;
|
|
2185
|
+
--color-indigo-500: #6366f1;
|
|
2186
|
+
--color-indigo-600: #4f46e5;
|
|
2187
|
+
--color-indigo-700: #4338ca;
|
|
2188
|
+
--color-indigo-800: #3730a3;
|
|
2189
|
+
--color-indigo-900: #312e81;
|
|
2190
|
+
--color-indigo-950: #1e1b4b;
|
|
2191
|
+
|
|
2192
|
+
|
|
2193
|
+
/* --color-- 粉色系 Pink --color-- */
|
|
2194
|
+
--color-pink-50: #fdf2f8;
|
|
2195
|
+
--color-pink-100: #fce7f3;
|
|
2196
|
+
--color-pink-200: #fbcfe8;
|
|
2197
|
+
--color-pink-300: #f9a8d4;
|
|
2198
|
+
--color-pink-400: #f472b6;
|
|
2199
|
+
--color-pink-500: #ec4899;
|
|
2200
|
+
--color-pink-600: #db2777;
|
|
2201
|
+
--color-pink-700: #be185d;
|
|
2202
|
+
--color-pink-800: #9d174d;
|
|
2203
|
+
--color-pink-900: #831843;
|
|
2204
|
+
--color-pink-950: #500724;
|
|
2205
|
+
|
|
2206
|
+
/* --color-- 青色系 (Cyan) --color-- */
|
|
2207
|
+
--color-cyan-50: #f0fdfa;
|
|
2208
|
+
--color-cyan-100: #e6fffa;
|
|
2209
|
+
--color-cyan-200: #cffafe;
|
|
2210
|
+
--color-cyan-300: #a5f3fc;
|
|
2211
|
+
--color-cyan-400: #67e8f9;
|
|
2212
|
+
--color-cyan-500: #22d3ee;
|
|
2213
|
+
--color-cyan-600: #06b6d4;
|
|
2214
|
+
--color-cyan-700: #0891b2;
|
|
2215
|
+
--color-cyan-800: #0f766e;
|
|
2216
|
+
--color-cyan-900: #164e63;
|
|
2217
|
+
--color-cyan-950: #083344;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
/* fix amis */
|
|
2221
|
+
.bg-white {
|
|
2222
|
+
color: var(--color-gray-800);
|
|
1755
2223
|
}
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
font-size: 1rem !important;
|
|
2224
|
+
.last\:mb-0:last-child {
|
|
2225
|
+
margin-bottom: 0px;
|
|
1759
2226
|
}
|
|
1760
|
-
|
|
1761
2227
|
.hover\:border-blue-300:hover {
|
|
1762
2228
|
--tw-border-opacity: 1;
|
|
1763
2229
|
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
|
|
1764
2230
|
}
|
|
1765
|
-
|
|
1766
2231
|
.hover\:border-gray-300:hover {
|
|
1767
2232
|
--tw-border-opacity: 1;
|
|
1768
2233
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
1769
2234
|
}
|
|
1770
|
-
|
|
2235
|
+
.hover\:bg-\[\#1589EE1A\]:hover {
|
|
2236
|
+
background-color: #1589EE1A;
|
|
2237
|
+
}
|
|
1771
2238
|
.hover\:bg-blue-100:hover {
|
|
1772
2239
|
--tw-bg-opacity: 1;
|
|
1773
2240
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
1774
2241
|
}
|
|
1775
|
-
|
|
1776
2242
|
.hover\:bg-blue-500:hover {
|
|
1777
2243
|
--tw-bg-opacity: 1;
|
|
1778
2244
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
|
|
1779
2245
|
}
|
|
1780
|
-
|
|
1781
2246
|
.hover\:bg-blue-600:hover {
|
|
1782
2247
|
--tw-bg-opacity: 1;
|
|
1783
2248
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
1784
2249
|
}
|
|
1785
|
-
|
|
1786
2250
|
.hover\:bg-gray-100:hover {
|
|
1787
2251
|
--tw-bg-opacity: 1;
|
|
1788
2252
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
1789
2253
|
}
|
|
1790
|
-
|
|
1791
2254
|
.hover\:bg-gray-200:hover {
|
|
1792
2255
|
--tw-bg-opacity: 1;
|
|
1793
2256
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1794
2257
|
}
|
|
1795
|
-
|
|
1796
2258
|
.hover\:bg-gray-50:hover {
|
|
1797
2259
|
--tw-bg-opacity: 1;
|
|
1798
2260
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1799
2261
|
}
|
|
1800
|
-
|
|
1801
2262
|
.hover\:bg-gray-700:hover {
|
|
1802
2263
|
--tw-bg-opacity: 1;
|
|
1803
2264
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
1804
2265
|
}
|
|
1805
|
-
|
|
1806
2266
|
.hover\:bg-green-400:hover {
|
|
1807
2267
|
--tw-bg-opacity: 1;
|
|
1808
2268
|
background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
|
|
1809
2269
|
}
|
|
1810
|
-
|
|
2270
|
+
.hover\:bg-sky-50:hover {
|
|
2271
|
+
--tw-bg-opacity: 1;
|
|
2272
|
+
background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
|
|
2273
|
+
}
|
|
1811
2274
|
.hover\:bg-slate-500:hover {
|
|
1812
2275
|
--tw-bg-opacity: 1;
|
|
1813
2276
|
background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
|
|
1814
2277
|
}
|
|
1815
|
-
|
|
1816
2278
|
.hover\:bg-white:hover {
|
|
1817
2279
|
--tw-bg-opacity: 1;
|
|
1818
2280
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1819
2281
|
}
|
|
1820
|
-
|
|
2282
|
+
.hover\:font-bold:hover {
|
|
2283
|
+
font-weight: 700;
|
|
2284
|
+
}
|
|
1821
2285
|
.hover\:text-blue-500:hover {
|
|
1822
2286
|
--tw-text-opacity: 1;
|
|
1823
2287
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
1824
2288
|
}
|
|
1825
|
-
|
|
1826
2289
|
.hover\:text-blue-600:hover {
|
|
1827
2290
|
--tw-text-opacity: 1;
|
|
1828
2291
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
1829
2292
|
}
|
|
1830
|
-
|
|
1831
2293
|
.hover\:text-blue-700:hover {
|
|
1832
2294
|
--tw-text-opacity: 1;
|
|
1833
2295
|
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
1834
2296
|
}
|
|
1835
|
-
|
|
1836
2297
|
.hover\:text-gray-300:hover {
|
|
1837
2298
|
--tw-text-opacity: 1;
|
|
1838
2299
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
1839
2300
|
}
|
|
1840
|
-
|
|
1841
2301
|
.hover\:text-gray-500:hover {
|
|
1842
2302
|
--tw-text-opacity: 1;
|
|
1843
2303
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
1844
2304
|
}
|
|
1845
|
-
|
|
1846
2305
|
.hover\:text-white:hover {
|
|
1847
2306
|
--tw-text-opacity: 1;
|
|
1848
2307
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1849
2308
|
}
|
|
1850
|
-
|
|
1851
2309
|
.hover\:underline:hover {
|
|
1852
2310
|
text-decoration-line: underline;
|
|
1853
2311
|
}
|
|
1854
|
-
|
|
1855
2312
|
.focus\:z-10:focus {
|
|
1856
2313
|
z-index: 10;
|
|
1857
2314
|
}
|
|
1858
|
-
|
|
1859
2315
|
.focus\:border-blue-300:focus {
|
|
1860
2316
|
--tw-border-opacity: 1;
|
|
1861
2317
|
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
|
|
1862
2318
|
}
|
|
1863
|
-
|
|
1864
2319
|
.focus\:border-blue-700:focus {
|
|
1865
2320
|
--tw-border-opacity: 1;
|
|
1866
2321
|
border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
|
|
1867
2322
|
}
|
|
1868
|
-
|
|
1869
2323
|
.focus\:border-green-700:focus {
|
|
1870
2324
|
--tw-border-opacity: 1;
|
|
1871
2325
|
border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
|
|
1872
2326
|
}
|
|
1873
|
-
|
|
1874
2327
|
.focus\:bg-gray-700:focus {
|
|
1875
2328
|
--tw-bg-opacity: 1;
|
|
1876
2329
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
1877
2330
|
}
|
|
1878
|
-
|
|
1879
2331
|
.focus\:text-gray-700:focus {
|
|
1880
2332
|
--tw-text-opacity: 1;
|
|
1881
2333
|
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
1882
2334
|
}
|
|
1883
|
-
|
|
1884
2335
|
.focus\:text-white:focus {
|
|
1885
2336
|
--tw-text-opacity: 1;
|
|
1886
2337
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1887
2338
|
}
|
|
1888
|
-
|
|
1889
2339
|
.focus\:outline-none:focus {
|
|
1890
2340
|
outline: 2px solid transparent;
|
|
1891
2341
|
outline-offset: 2px;
|
|
1892
2342
|
}
|
|
1893
|
-
|
|
1894
2343
|
.focus\:ring-2:focus {
|
|
1895
2344
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1896
2345
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1897
2346
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1898
2347
|
}
|
|
1899
|
-
|
|
1900
2348
|
.focus\:ring-blue-500:focus {
|
|
1901
2349
|
--tw-ring-opacity: 1;
|
|
1902
2350
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
1903
2351
|
}
|
|
1904
|
-
|
|
1905
2352
|
.active\:bg-blue-700:active {
|
|
1906
2353
|
--tw-bg-opacity: 1;
|
|
1907
2354
|
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
|
|
1908
2355
|
}
|
|
1909
|
-
|
|
1910
2356
|
.active\:bg-gray-100:active {
|
|
1911
2357
|
--tw-bg-opacity: 1;
|
|
1912
2358
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
1913
2359
|
}
|
|
1914
|
-
|
|
1915
2360
|
.active\:bg-green-700:active {
|
|
1916
2361
|
--tw-bg-opacity: 1;
|
|
1917
2362
|
background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
|
|
1918
2363
|
}
|
|
1919
|
-
|
|
1920
2364
|
@media (min-width: 640px) {
|
|
1921
2365
|
|
|
2366
|
+
.sm\:sticky {
|
|
2367
|
+
position: sticky;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
.sm\:z-10 {
|
|
2371
|
+
z-index: 10;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
1922
2374
|
.sm\:m-2 {
|
|
1923
2375
|
margin: 0.5rem;
|
|
1924
2376
|
}
|
|
1925
2377
|
|
|
2378
|
+
.sm\:m-3 {
|
|
2379
|
+
margin: 0.75rem;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
1926
2382
|
.sm\:m-4 {
|
|
1927
2383
|
margin: 1rem;
|
|
1928
2384
|
}
|
|
1929
2385
|
|
|
2386
|
+
.sm\:mt-3 {
|
|
2387
|
+
margin-top: 0.75rem;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.sm\:mt-\[90px\] {
|
|
2391
|
+
margin-top: 90px;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.sm\:grid {
|
|
2395
|
+
display: grid;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.sm\:grid-cols-2 {
|
|
2399
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2400
|
+
}
|
|
2401
|
+
|
|
1930
2402
|
.sm\:grid-cols-3 {
|
|
1931
2403
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1932
2404
|
}
|
|
@@ -1935,6 +2407,10 @@ video {
|
|
|
1935
2407
|
align-items: center;
|
|
1936
2408
|
}
|
|
1937
2409
|
|
|
2410
|
+
.sm\:gap-4 {
|
|
2411
|
+
gap: 1rem;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
1938
2414
|
.sm\:rounded {
|
|
1939
2415
|
border-radius: 0.25rem;
|
|
1940
2416
|
}
|
|
@@ -1943,6 +2419,14 @@ video {
|
|
|
1943
2419
|
border-radius: 0.5rem;
|
|
1944
2420
|
}
|
|
1945
2421
|
|
|
2422
|
+
.sm\:rounded-tl {
|
|
2423
|
+
border-top-left-radius: 0.25rem;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
.sm\:rounded-tr {
|
|
2427
|
+
border-top-right-radius: 0.25rem;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
1946
2430
|
.sm\:border {
|
|
1947
2431
|
border-width: 1px;
|
|
1948
2432
|
}
|
|
@@ -2000,7 +2484,6 @@ video {
|
|
|
2000
2484
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2001
2485
|
}
|
|
2002
2486
|
}
|
|
2003
|
-
|
|
2004
2487
|
@media (min-width: 768px) {
|
|
2005
2488
|
|
|
2006
2489
|
.md\:ml-6 {
|
|
@@ -2011,11 +2494,18 @@ video {
|
|
|
2011
2494
|
display: block;
|
|
2012
2495
|
}
|
|
2013
2496
|
|
|
2497
|
+
.md\:grid-cols-3 {
|
|
2498
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2501
|
+
.md\:border-b {
|
|
2502
|
+
border-bottom-width: 1px;
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2014
2505
|
.md\:p-10 {
|
|
2015
2506
|
padding: 2.5rem;
|
|
2016
2507
|
}
|
|
2017
2508
|
}
|
|
2018
|
-
|
|
2019
2509
|
@media (min-width: 1024px) {
|
|
2020
2510
|
|
|
2021
2511
|
.lg\:z-\[1000\] {
|
|
@@ -2038,10 +2528,54 @@ video {
|
|
|
2038
2528
|
display: flex;
|
|
2039
2529
|
}
|
|
2040
2530
|
|
|
2531
|
+
.lg\:grid-cols-1 {
|
|
2532
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
.lg\:grid-cols-10 {
|
|
2536
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
.lg\:grid-cols-11 {
|
|
2540
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.lg\:grid-cols-12 {
|
|
2544
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
.lg\:grid-cols-2 {
|
|
2548
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
.lg\:grid-cols-3 {
|
|
2552
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2041
2555
|
.lg\:grid-cols-4 {
|
|
2042
2556
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2043
2557
|
}
|
|
2044
2558
|
|
|
2559
|
+
.lg\:grid-cols-5 {
|
|
2560
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
.lg\:grid-cols-6 {
|
|
2564
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
.lg\:grid-cols-7 {
|
|
2568
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
.lg\:grid-cols-8 {
|
|
2572
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
.lg\:grid-cols-9 {
|
|
2576
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2045
2579
|
.lg\:flex-col {
|
|
2046
2580
|
flex-direction: column;
|
|
2047
2581
|
}
|
|
@@ -2059,15 +2593,218 @@ video {
|
|
|
2059
2593
|
padding-right: 2rem;
|
|
2060
2594
|
}
|
|
2061
2595
|
}
|
|
2062
|
-
|
|
2063
2596
|
@media (min-width: 1280px) {
|
|
2064
2597
|
|
|
2598
|
+
.xl\:min-w-\[28rem\] {
|
|
2599
|
+
min-width: 28rem;
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
.xl\:grid-cols-4 {
|
|
2603
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2065
2606
|
.xl\:grid-cols-5 {
|
|
2066
2607
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2067
2608
|
}
|
|
2068
2609
|
}
|
|
2610
|
+
@media (min-width: 1536px) {
|
|
2069
2611
|
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2612
|
+
.\32xl\:min-w-\[32rem\] {
|
|
2613
|
+
min-width: 32rem;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
.\32xl\:grid-cols-5 {
|
|
2617
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
.steedos {
|
|
2621
|
+
|
|
2622
|
+
--body-bg: var(--color-gray-50);
|
|
2623
|
+
--body-color: var(--color-gray-900);
|
|
2624
|
+
--body-size: 14px;
|
|
2625
|
+
--link-color: var(--colors-brand-4);
|
|
2626
|
+
--link-onHover-color: var(--colors-brand-6);
|
|
2627
|
+
--link-onClick-color: var(--colors-brand-5);
|
|
2628
|
+
--Page-main-bg: transparent;
|
|
2629
|
+
--Form-mode-default-labelGap: 2px;
|
|
2630
|
+
--Form-item-fontSize: 12px;
|
|
2631
|
+
--Form-item-fontColor: rgb(68, 68, 68);
|
|
2632
|
+
--Form-fontSize: 14px;
|
|
2633
|
+
--Form-selectValue-fontSize: 14px;
|
|
2634
|
+
--Form-item-gap: 0.75rem;
|
|
2635
|
+
--Form-select-outer-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2636
|
+
--Form-select-outer-borderWidth: 0;
|
|
2637
|
+
--Table-borderColor: #e5e7eb;
|
|
2638
|
+
--Table-borderWidth: 1px;
|
|
2639
|
+
--Table-fontSize: 13px;
|
|
2640
|
+
--Table-fixedRight-boxShadow: none;
|
|
2641
|
+
--Table-thead-color: var(--color-gray-600);
|
|
2642
|
+
--Table-thead-fontSize: 12px;
|
|
2643
|
+
--Table-thead-bg: white;
|
|
2644
|
+
--Table-thead-borderColor: var(--Table-borderColor);
|
|
2645
|
+
--Table-toolbar-marginY: 0;
|
|
2646
|
+
--Table-thead-borderWidth: 1px;
|
|
2647
|
+
--Table-bg: white;
|
|
2648
|
+
--TableCell-paddingY: 0.4rem;
|
|
2649
|
+
--TableCell-paddingX: 0.5rem;
|
|
2650
|
+
--TableCell--edge-paddingX: 0.5rem;
|
|
2651
|
+
--text--muted-color: #d9dcde;
|
|
2652
|
+
--Collapse-content-fontSize: 14px;
|
|
2653
|
+
--Collapse-border: 0;
|
|
2654
|
+
--Collapse-header-fontSize: 16px;
|
|
2655
|
+
--Collapse-header-fontWeight: 400;
|
|
2656
|
+
--Collapse-header-onHover-bg: #EEEEEE;
|
|
2657
|
+
--Collapse-header-padding: 4px;
|
|
2658
|
+
--Collapse-content-padding: 4px;
|
|
2659
|
+
--collapse-default-bg-color: unset;
|
|
2660
|
+
--Button-height: 2rem;
|
|
2661
|
+
--Button-paddingX: 16px;
|
|
2662
|
+
--button-size-default-top-right-border-radius: 0.25rem;
|
|
2663
|
+
--button-size-default-top-left-border-radius: 0.25rem;
|
|
2664
|
+
--button-size-default-bottom-right-border-radius: 0.25rem;
|
|
2665
|
+
--button-size-default-bottom-left-border-radius: 0.25rem;
|
|
2666
|
+
--button-size-default-marginRight: 4px;
|
|
2667
|
+
|
|
2668
|
+
--button-light-default-bg-color: transparent;
|
|
2669
|
+
--button-light-default-top-border-color: transparent;
|
|
2670
|
+
--button-light-default-bottom-border-color: transparent;
|
|
2671
|
+
--button-light-default-left-border-color: transparent;
|
|
2672
|
+
--button-light-default-right-border-color: transparent;
|
|
2673
|
+
|
|
2674
|
+
--button-default-default-bg-color: white;
|
|
2675
|
+
/* --button-default-hover-bg-color: rgb(245, 245, 245); */
|
|
2676
|
+
--button-default-default-top-border-color: rgb(224, 224, 224);
|
|
2677
|
+
--button-default-default-bottom-border-color: rgb(224, 224, 224);
|
|
2678
|
+
--button-default-default-left-border-color: rgb(224, 224, 224);
|
|
2679
|
+
--button-default-default-right-border-color: rgb(224, 224, 224);
|
|
2680
|
+
|
|
2681
|
+
/* --button-default-default-font-color: rgb(1, 118, 211); */
|
|
2682
|
+
--button-enhance-default-bg-color: white;
|
|
2683
|
+
--Crud-toolbar-gap: 2px;
|
|
2684
|
+
/* --DropDown-caret-marginLeft: 0; */
|
|
2685
|
+
--Tabs--vertical-width: 180px;
|
|
2686
|
+
--Tabs--vertical-bg: white;
|
|
2687
|
+
--Tabs-link-maxWidth: 180px;
|
|
2688
|
+
--Tabs-content-bg: unset;
|
|
2689
|
+
--drawer-content-paddingTop: 0;
|
|
2690
|
+
--fieldSet-legend-fontWeight: 600;
|
|
2691
|
+
--fieldSet-legend-marginTop: 1rem;
|
|
2692
|
+
--fieldSet-legend-marginBottom: 1rem;
|
|
2693
|
+
--DropDown-caret-marginLeft: 0.25rem;
|
|
2694
|
+
--DropDown-menu-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2695
|
+
--boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2696
|
+
--common-popover-border: none;
|
|
2697
|
+
|
|
2698
|
+
/* --SearchBox-search-icon-color: var(--color-gray-400); */
|
|
2699
|
+
--Pick-base-value-bgColor: var(--colors-brand-10);
|
|
2700
|
+
--Form-selectValue-onHover-bg: var(--colors-brand-9);
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
a {
|
|
2704
|
+
color: var(--link-color);
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
.slds-page-header__icon {
|
|
2708
|
+
background-color: var(--colors-brand-5);
|
|
2709
|
+
color: var(--color-white);
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
/* 修正手机端字体小的问题 */
|
|
2714
|
+
@media (max-width: 767px) {
|
|
2715
|
+
|
|
2716
|
+
:root {
|
|
2717
|
+
--button-size-default-fontSize: var(--fontSizeLg);
|
|
2718
|
+
--link-fontSize: var(--fontSizeLg);
|
|
2719
|
+
--Table-fontSize: var(--fontSizeLg);
|
|
2720
|
+
--Tabs--line-fontSize: var(--fontSizeLg);
|
|
2721
|
+
--Tabs--line-active-fontSize: var(--fontSizeLg);
|
|
2722
|
+
--Tabs--line-hover-fontSize: var(--fontSizeLg);
|
|
2723
|
+
--fieldSet-legend-fontSize: var(--fontSizeLg);
|
|
2724
|
+
--Pick-base-value-fontSize: var(--fontSizeLg);
|
|
2725
|
+
--dialog-header-fontSize: var(--fontSizeLg);
|
|
2726
|
+
--input-default-default-fontSize: var(--fontSizeLg);
|
|
2727
|
+
}
|
|
2728
|
+
.antd-Form .antd-Form-item input {
|
|
2729
|
+
font-size: var(--fontSizeLg);
|
|
2730
|
+
padding: 0 0.625rem 0 0.625rem;
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
.steedos-header-container {
|
|
2735
|
+
background-color: var(--color-white);
|
|
2736
|
+
color: var(--color-gray-900);
|
|
2737
|
+
border-bottom: 1px solid var(--color-gray-200);
|
|
2738
|
+
--steedos-logo-color-default: var(--color-gray-600);
|
|
2739
|
+
.slds-icon-text-default {
|
|
2740
|
+
--slds-c-icon-color-foreground: var(--color-gray-600);
|
|
2741
|
+
}
|
|
2742
|
+
.slds-button_icon {
|
|
2743
|
+
--slds-g-color-neutral-base-50: var(--color-gray-600);
|
|
2744
|
+
}
|
|
2745
|
+
.lb-inbox-button {
|
|
2746
|
+
color: var(--color-gray-600);
|
|
2747
|
+
}
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2750
|
+
.steedos.dark {
|
|
2751
|
+
.steedos-header-container {
|
|
2752
|
+
background-color: var(--colors-brand-1);
|
|
2753
|
+
color: var(--color-white);
|
|
2754
|
+
border-bottom: none;
|
|
2755
|
+
--steedos-logo-color-default: var(--color-gray-200);
|
|
2756
|
+
.slds-icon-text-default {
|
|
2757
|
+
--slds-c-icon-color-foreground: var(--color-gray-200);
|
|
2758
|
+
}
|
|
2759
|
+
.slds-button_icon {
|
|
2760
|
+
--slds-g-color-neutral-base-50: var(--color-gray-200);
|
|
2761
|
+
}
|
|
2762
|
+
.lb-inbox-button {
|
|
2763
|
+
color: var(--color-gray-200);
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
|
|
2769
|
+
.creator-content-wrapper {
|
|
2770
|
+
overflow: auto !important;
|
|
2771
|
+
position: absolute;
|
|
2772
|
+
top: 0;
|
|
2773
|
+
right: 0;
|
|
2774
|
+
bottom: 0;
|
|
2775
|
+
left: 0;
|
|
2776
|
+
margin-top: 50px;
|
|
2777
|
+
}
|
|
2778
|
+
|
|
2779
|
+
@media (min-width: 767px) {
|
|
2780
|
+
.creator-content-wrapper {
|
|
2781
|
+
height:calc(100% - 50px)
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
.creator-content-wrapper>.builder-component{
|
|
2785
|
+
height: 100%;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
.creator-content-wrapper>.builder-component>.builder-content{
|
|
2789
|
+
height: 100%;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
.creator-content-wrapper>.builder-component>.builder-content>div{
|
|
2793
|
+
height: 100%;
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks{
|
|
2797
|
+
height: 100%;
|
|
2798
|
+
}
|
|
2799
|
+
|
|
2800
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks>.builder-block{
|
|
2801
|
+
height: 100%;
|
|
2802
|
+
}
|
|
2803
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks>.builder-block>.amis-scope{
|
|
2804
|
+
height: 100%;
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
.MuiSvgIcon-fontSizeSmall{
|
|
2809
|
+
font-size: 1rem !important;
|
|
2073
2810
|
}
|