@deque/cauldron-styles 5.13.0 → 6.0.0-canary.28b1eccb
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/index.css +62 -467
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1096,308 +1096,6 @@ a.IconButton {
|
|
|
1096
1096
|
border-top: none;
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
1099
|
-
:root {
|
|
1100
|
-
--pointout-border-color: var(--accent-success);
|
|
1101
|
-
--pointout-background-color: var(--accent-medium);
|
|
1102
|
-
--pointout-text-color: var(--accent-light);
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
.Pointout {
|
|
1106
|
-
--pointout-padding: var(--space-smallest);
|
|
1107
|
-
--pointout-arrow-width: 38px;
|
|
1108
|
-
--pointout-arrow-height: 60px;
|
|
1109
|
-
--pointout-dismiss-button-color: #f7846c;
|
|
1110
|
-
--pointout-navigation-button-color: #ffdd75;
|
|
1111
|
-
--pointout-border-width: 3px;
|
|
1112
|
-
position: absolute;
|
|
1113
|
-
display: inline-block;
|
|
1114
|
-
max-width: 300px;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
.Pointout__arrow {
|
|
1118
|
-
position: absolute;
|
|
1119
|
-
display: block;
|
|
1120
|
-
width: var(--pointout-arrow-width);
|
|
1121
|
-
transform: translateY(-100%);
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
.Pointout__arrow--top-left + .Pointout__box {
|
|
1125
|
-
border-top-left-radius: 0;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
.Pointout__arrow--top-right .Pointout__arrow {
|
|
1129
|
-
right: 0;
|
|
1130
|
-
left: auto;
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
.Pointout__arrow--bottom .Pointout__arrow,
|
|
1134
|
-
.Pointout__arrow--bottom-left .Pointout__arrow,
|
|
1135
|
-
.Pointout__arrow--bottom-right .Pointout__arrow {
|
|
1136
|
-
bottom: 2px;
|
|
1137
|
-
top: auto;
|
|
1138
|
-
transform: rotate(180deg) translateY(-100%);
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
.Pointout__arrow--bottom .Pointout__arrow,
|
|
1142
|
-
.Pointout__arrow--bottom-left .Pointout__arrow {
|
|
1143
|
-
left: -13px;
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
.Pointout__arrow--bottom-right .Pointout__arrow {
|
|
1147
|
-
right: calc(var(--pointout-padding) * -1);
|
|
1148
|
-
left: auto;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
.Pointout__arrow--left-top .Pointout__arrow,
|
|
1152
|
-
.Pointout__arrow--left-bottom .Pointout__arrow {
|
|
1153
|
-
transform: rotate(-90deg);
|
|
1154
|
-
left: -46px;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.Pointout__arrow--left .Pointout__arrow,
|
|
1158
|
-
.Pointout__arrow--left-top .Pointout__arrow {
|
|
1159
|
-
top: -14px;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
.Pointout__arrow--left-bottom .Pointout__arrow {
|
|
1163
|
-
top: auto;
|
|
1164
|
-
bottom: -14px;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
.Pointout__arrow--right-top .Pointout__arrow,
|
|
1168
|
-
.Pointout__arrow--right-bottom .Pointout__arrow {
|
|
1169
|
-
right: -46px;
|
|
1170
|
-
left: auto;
|
|
1171
|
-
transform: rotate(90deg);
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
.Pointout__arrow--right .Pointout__arrow,
|
|
1175
|
-
.Pointout__arrow--right-top .Pointout__arrow {
|
|
1176
|
-
top: -14px;
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
.Pointout__arrow--right-bottom .Pointout__arrow {
|
|
1180
|
-
top: auto;
|
|
1181
|
-
bottom: -20px;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
.Pointout__arrow-pointer {
|
|
1185
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' overflow='visible' preserveAspectRatio='none' viewBox='0 0 53.75 70.97' width='51' height='68'%3E%3Cg transform='translate(1 1)'%3E%3Cdefs%3E%3CclipPath id='a' vector-effect='non-scaling-stroke'%3E%3Cpath vector-effect='non-scaling-stroke' fill='none' d='M0 0h51.75v68.97H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cimage href='data:image/png;base64,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' transform='translate(-7.35 -16.35)' height='114' width='67' vector-effect='non-scaling-stroke' style='mix-blend-mode:multiply' opacity='.75'/%3E%3Cpath d='M32.88 69.49l-3-26 3-2-7-20-7 20 3 2-3 26 7 10z' vector-effect='non-scaling-stroke' fill='%23283640' stroke='%23a5db75' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
|
1186
|
-
background-position-x: center;
|
|
1187
|
-
background-position-y: -6px;
|
|
1188
|
-
width: var(--pointout-arrow-width);
|
|
1189
|
-
height: var(--pointout-arrow-height);
|
|
1190
|
-
filter: drop-shadow(0 0 8px var(--pointout-border-color));
|
|
1191
|
-
position: relative;
|
|
1192
|
-
top: 1px;
|
|
1193
|
-
z-index: 1;
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
.Pointout__box {
|
|
1197
|
-
box-shadow: 0px 0px 0px var(--pointout-border-width)
|
|
1198
|
-
var(--pointout-border-color),
|
|
1199
|
-
0px 0px 12px 4px var(--pointout-border-color);
|
|
1200
|
-
z-index: 9;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
.Pointout__dismiss {
|
|
1204
|
-
position: absolute;
|
|
1205
|
-
right: 0;
|
|
1206
|
-
top: calc(var(--pointout-border-width) * -1);
|
|
1207
|
-
transform: translateY(-100%);
|
|
1208
|
-
height: 34px;
|
|
1209
|
-
width: 34px;
|
|
1210
|
-
background-color: var(--pointout-dismiss-button-color);
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
.Pointout__next,
|
|
1214
|
-
.Pointout__previous {
|
|
1215
|
-
position: absolute;
|
|
1216
|
-
right: 3px;
|
|
1217
|
-
top: calc(var(--pointout-border-width) * -1);
|
|
1218
|
-
transform: translateY(-100%);
|
|
1219
|
-
height: 34px;
|
|
1220
|
-
width: 34px;
|
|
1221
|
-
background-color: var(--pointout-navigation-button-color);
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
.Pointout__next {
|
|
1225
|
-
transform: translateX(-100%) translateY(-100%);
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
.Pointout__previous {
|
|
1229
|
-
transform: translateX(-200%) translateY(-100%);
|
|
1230
|
-
right: 6px;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
.Pointout__dismiss:focus,
|
|
1234
|
-
.Pointout--focus-active {
|
|
1235
|
-
outline: none;
|
|
1236
|
-
box-shadow: inset 0 0 0 2px var(--pointout-dismiss-button-color),
|
|
1237
|
-
inset 0 0 0 4px currentColor;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
.Pointout__previous:focus,
|
|
1241
|
-
.Pointout__next:focus,
|
|
1242
|
-
.Pointout__next.Pointout--focus-active,
|
|
1243
|
-
.Pointout__previous.Pointout--focus-active {
|
|
1244
|
-
outline: none;
|
|
1245
|
-
box-shadow: inset 0 0 0 2px var(--pointout-navigation-button-color),
|
|
1246
|
-
inset 0 0 0 4px currentColor;
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
.Pointout__arrow--top-right .Pointout__dismiss {
|
|
1250
|
-
right: var(--pointout-arrow-width);
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
.Pointout__dismiss .Icon svg,
|
|
1254
|
-
.Pointout__next .Icon svg,
|
|
1255
|
-
.Pointout__previous .Icon svg {
|
|
1256
|
-
height: var(--icon-size);
|
|
1257
|
-
width: var(--icon-size);
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.Pointout__dismiss:hover {
|
|
1261
|
-
cursor: pointer;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
.Pointout__content {
|
|
1265
|
-
position: relative;
|
|
1266
|
-
background: var(--pointout-background-color);
|
|
1267
|
-
color: var(--pointout-text-color);
|
|
1268
|
-
padding: var(--pointout-padding);
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
.Pointout__content .Pointout__heading {
|
|
1272
|
-
color: var(--pointout-text-color);
|
|
1273
|
-
margin: 0;
|
|
1274
|
-
padding: 0;
|
|
1275
|
-
font-size: var(--text-size-small);
|
|
1276
|
-
font-weight: var(--font-weight-normal);
|
|
1277
|
-
padding-bottom: var(--space-smallest);
|
|
1278
|
-
margin-bottom: var(--space-smallest);
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
.Pointout__content .Pointout__heading:after {
|
|
1282
|
-
display: block;
|
|
1283
|
-
content: '';
|
|
1284
|
-
height: 1px;
|
|
1285
|
-
width: 100%;
|
|
1286
|
-
background: linear-gradient(
|
|
1287
|
-
to right,
|
|
1288
|
-
var(--pointout-text-color),
|
|
1289
|
-
var(--pointout-background-color)
|
|
1290
|
-
);
|
|
1291
|
-
transform: translateY(var(--space-smallest));
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.Pointout__content p {
|
|
1295
|
-
margin: 0;
|
|
1296
|
-
font-size: var(--text-size-smaller);
|
|
1297
|
-
font-weight: var(--font-weight-light);
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
.Pointout__content:focus {
|
|
1301
|
-
outline: none;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.Pointout__content:focus:before {
|
|
1305
|
-
background: #fff;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
.Pointout__content:before {
|
|
1309
|
-
content: '';
|
|
1310
|
-
height: calc(100% - 12px);
|
|
1311
|
-
width: 2px;
|
|
1312
|
-
position: absolute;
|
|
1313
|
-
left: 3px;
|
|
1314
|
-
top: 6px;
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
.Pointout--no-arrow .Pointout__arrow {
|
|
1318
|
-
display: none;
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
.Pointout--auto[class*='top-'] {
|
|
1322
|
-
margin-top: 50px;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
.Pointout--auto[class*='bottom-'] {
|
|
1326
|
-
margin-top: -45px;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
.Pointout--auto[class*='left-'] {
|
|
1330
|
-
margin-left: 45px;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
.Pointout--auto[class*='right-'] {
|
|
1334
|
-
margin-left: -45px;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
.Pointout--auto.Pointout__arrow--top-left {
|
|
1338
|
-
transform: translateX(-28px);
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
.Pointout--auto.Pointout__arrow--top-right {
|
|
1342
|
-
transform: translateX(-100%) translateX(12px);
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.Pointout--auto.Pointout__arrow--left-top {
|
|
1346
|
-
transform: translateY(-16px);
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.Pointout--auto.Pointout__arrow--left-bottom {
|
|
1350
|
-
transform: translateY(-100%) translateY(16px);
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.Pointout--auto.Pointout__arrow--bottom-left {
|
|
1354
|
-
transform: translateY(-100%) translateX(-5px);
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
.Pointout--auto.Pointout__arrow--bottom-right {
|
|
1358
|
-
transform: translateY(-100%) translateX(-100%) translateX(5px);
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
.Pointout--auto.Pointout__arrow--right-top {
|
|
1362
|
-
transform: translateX(-100%) translateY(-17px);
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
.Pointout--auto.Pointout__arrow--right-bottom {
|
|
1366
|
-
transform: translateX(-100%) translateY(-100%) translateY(10px);
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
.Pointout--auto.Pointout--start[class*='top-'] {
|
|
1370
|
-
transform: none;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.Pointout--auto.Pointout--start[class*='bottom-'] {
|
|
1374
|
-
transform: translateY(-100%);
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.Pointout--auto.Pointout--end[class*='top-'] {
|
|
1378
|
-
transform: translateX(-100%);
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
.Pointout--auto.Pointout--end[class*='bottom-'] {
|
|
1382
|
-
transform: translateY(-100%) translateX(-100%);
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
.Pointout--auto.Pointout--start[class*='left-'] {
|
|
1386
|
-
transform: none;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
.Pointout--auto.Pointout--start[class*='right-'] {
|
|
1390
|
-
transform: translateX(-100%);
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
.Pointout--auto.Pointout--end[class*='left-'] {
|
|
1394
|
-
transform: translateY(-100%);
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.Pointout--auto.Pointout--end[class*='right-'] {
|
|
1398
|
-
transform: translateX(-100%) translateY(-100%);
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
1099
|
.text--largest {
|
|
1402
1100
|
font-size: var(--text-size-largest);
|
|
1403
1101
|
}
|
|
@@ -2415,12 +2113,17 @@ p .Link {
|
|
|
2415
2113
|
width: 44px;
|
|
2416
2114
|
}
|
|
2417
2115
|
|
|
2418
|
-
.RadioCardGroup__Card
|
|
2116
|
+
.RadioCardGroup__Card {
|
|
2419
2117
|
width: var(--radio-card-width);
|
|
2420
2118
|
height: var(--radio-card-height);
|
|
2421
2119
|
align-content: center;
|
|
2422
2120
|
}
|
|
2423
2121
|
|
|
2122
|
+
.RadioCardGroup__Card .Panel__Content {
|
|
2123
|
+
padding-top: 0;
|
|
2124
|
+
padding-bottom: 0;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2424
2127
|
.RadioCardGroup__Card:hover {
|
|
2425
2128
|
background-color: var(--gray-20);
|
|
2426
2129
|
}
|
|
@@ -2455,88 +2158,10 @@ p .Link {
|
|
|
2455
2158
|
color: var(--accent-success);
|
|
2456
2159
|
}
|
|
2457
2160
|
|
|
2458
|
-
|
|
2459
|
-
--tile-background-color: var(--white);
|
|
2460
|
-
--list-separator: rgba(153, 153, 153, 0.15);
|
|
2461
|
-
}
|
|
2462
|
-
|
|
2463
|
-
.Card {
|
|
2464
|
-
box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.39);
|
|
2465
|
-
max-width: 476px;
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
|
-
.Card--simple {
|
|
2469
|
-
max-width: 267px;
|
|
2470
|
-
border: 1px solid var(--gray-40);
|
|
2471
|
-
border-radius: 3px;
|
|
2472
|
-
background-color: var(--tile-background-color);
|
|
2473
|
-
color: var(--heading-text-color);
|
|
2474
|
-
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
|
|
2475
|
-
}
|
|
2476
|
-
|
|
2477
|
-
.cauldron--theme-dark .Card--simple {
|
|
2161
|
+
.cauldron--theme-dark .RadioCardGroup__Card {
|
|
2478
2162
|
background-color: var(--dark-workspace-color);
|
|
2479
2163
|
}
|
|
2480
2164
|
|
|
2481
|
-
.Card__header {
|
|
2482
|
-
color: var(--tile-background-color);
|
|
2483
|
-
background-color: var(--top-bar-background-color);
|
|
2484
|
-
padding: var(--space-three-quarters) var(--space-three-quarters)
|
|
2485
|
-
var(--space-three-quarters) var(--space-large);
|
|
2486
|
-
}
|
|
2487
|
-
|
|
2488
|
-
.Card--simple .Card__header {
|
|
2489
|
-
border-bottom: 1px solid var(--gray-40);
|
|
2490
|
-
padding: var(--space-small);
|
|
2491
|
-
border-top-left-radius: 3px;
|
|
2492
|
-
border-top-right-radius: 3px;
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
.Card__header h2,
|
|
2496
|
-
.Card__header h3,
|
|
2497
|
-
.Card__header h4,
|
|
2498
|
-
.Card__header h5,
|
|
2499
|
-
.Card__header h6 {
|
|
2500
|
-
font-size: var(--text-small-medium);
|
|
2501
|
-
font-weight: var(--font-weight-light);
|
|
2502
|
-
color: var(--heading-text-color);
|
|
2503
|
-
margin: 0;
|
|
2504
|
-
}
|
|
2505
|
-
|
|
2506
|
-
.Card--simple .Card__header h2,
|
|
2507
|
-
.Card--simple .Card__header h3,
|
|
2508
|
-
.Card--simple .Card__header h4,
|
|
2509
|
-
.Card--simple .Card__header h5,
|
|
2510
|
-
.Card--simple .Card__header h6 {
|
|
2511
|
-
font-size: var(--text-size-small);
|
|
2512
|
-
font-weight: var(--font-weight-bold);
|
|
2513
|
-
color: var(--heading-text-color);
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
.Card__header .OptionsMenu {
|
|
2517
|
-
margin-left: auto;
|
|
2518
|
-
}
|
|
2519
|
-
|
|
2520
|
-
.Card__header .OptionsMenu__trigger {
|
|
2521
|
-
background: var(--top-bar-background-color);
|
|
2522
|
-
color: var(--tile-background-color);
|
|
2523
|
-
border: none;
|
|
2524
|
-
height: auto;
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
.Card--simple .Card__content {
|
|
2528
|
-
padding: var(--space-small);
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
.Card__content ul {
|
|
2532
|
-
box-sizing: border-box;
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
.Card__footer {
|
|
2536
|
-
padding: var(--space-small);
|
|
2537
|
-
text-align: center;
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
2165
|
.Toast {
|
|
2541
2166
|
top: var(--top-bar-height);
|
|
2542
2167
|
position: fixed;
|
|
@@ -3101,12 +2726,6 @@ button.TooltipTabstop {
|
|
|
3101
2726
|
--loader-overlay-background-color: var(--accent-medium);
|
|
3102
2727
|
}
|
|
3103
2728
|
|
|
3104
|
-
.Loader--large {
|
|
3105
|
-
--loader-ring-size: 192px;
|
|
3106
|
-
--loader-ring-thickness: 16px;
|
|
3107
|
-
--loader-inner-ring-size: calc(var(--loader-ring-thickness) * 0.5);
|
|
3108
|
-
}
|
|
3109
|
-
|
|
3110
2729
|
.Loader {
|
|
3111
2730
|
margin: 50px auto;
|
|
3112
2731
|
position: relative;
|
|
@@ -3177,11 +2796,6 @@ button.TooltipTabstop {
|
|
|
3177
2796
|
margin-bottom: var(--space-small);
|
|
3178
2797
|
}
|
|
3179
2798
|
|
|
3180
|
-
.Loader__overlay--large .Loader__overlay__loader {
|
|
3181
|
-
min-height: 192px;
|
|
3182
|
-
min-width: 192px;
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
2799
|
.Loader__overlay__label {
|
|
3186
2800
|
color: var(--loader-text-color);
|
|
3187
2801
|
font-size: var(--text-size-normal);
|
|
@@ -3203,11 +2817,6 @@ button.TooltipTabstop {
|
|
|
3203
2817
|
width: calc(var(--loader-ring-size) * 0.7);
|
|
3204
2818
|
}
|
|
3205
2819
|
|
|
3206
|
-
.Loader__overlay--large svg {
|
|
3207
|
-
height: 120px;
|
|
3208
|
-
width: 120px;
|
|
3209
|
-
}
|
|
3210
|
-
|
|
3211
2820
|
@keyframes spin {
|
|
3212
2821
|
0% {
|
|
3213
2822
|
transform: rotate(0deg);
|
|
@@ -3443,21 +3052,25 @@ button.TooltipTabstop {
|
|
|
3443
3052
|
}
|
|
3444
3053
|
|
|
3445
3054
|
:root {
|
|
3446
|
-
--tabs-border-color:
|
|
3055
|
+
--tabs-border-color: var(--stroke-light);
|
|
3447
3056
|
--tab-shadow-color: var(--accent-primary);
|
|
3448
|
-
--tab-inactive-background-color:
|
|
3449
|
-
--tab-inactive-text-color: var(--gray-
|
|
3450
|
-
--tab-active-background-color:
|
|
3057
|
+
--tab-inactive-background-color: #fff;
|
|
3058
|
+
--tab-inactive-text-color: var(--gray-80);
|
|
3059
|
+
--tab-active-background-color: #fff;
|
|
3060
|
+
--tab-hover-background-color: var(--gray-20);
|
|
3061
|
+
--tab-panel-color: var(--gray-80);
|
|
3451
3062
|
--tabs-active-text-color: var(--gray-90);
|
|
3452
3063
|
}
|
|
3453
3064
|
|
|
3454
3065
|
.cauldron--theme-dark {
|
|
3455
|
-
--tabs-border-color:
|
|
3066
|
+
--tabs-border-color: var(--stroke-dark);
|
|
3456
3067
|
--tab-shadow-color: var(--accent-info);
|
|
3457
3068
|
--tab-inactive-background-color: var(--accent-medium);
|
|
3458
3069
|
--tab-inactive-text-color: var(--accent-light);
|
|
3459
|
-
--tab-active-background-color: var(--accent-
|
|
3460
|
-
--
|
|
3070
|
+
--tab-active-background-color: var(--accent-medium);
|
|
3071
|
+
--tab-hover-background-color: var(--accent-dark);
|
|
3072
|
+
--tab-panel-color: var(--accent-light);
|
|
3073
|
+
--tabs-active-text-color: #fff;
|
|
3461
3074
|
}
|
|
3462
3075
|
|
|
3463
3076
|
.Tabs {
|
|
@@ -3474,6 +3087,13 @@ button.TooltipTabstop {
|
|
|
3474
3087
|
display: inline-block;
|
|
3475
3088
|
}
|
|
3476
3089
|
|
|
3090
|
+
.Tabs--horizontal {
|
|
3091
|
+
width: 100%;
|
|
3092
|
+
border: 1px solid var(--tabs-border-color);
|
|
3093
|
+
background-color: var(--tab-inactive-background-color);
|
|
3094
|
+
border-bottom: 0;
|
|
3095
|
+
}
|
|
3096
|
+
|
|
3477
3097
|
.Tablist {
|
|
3478
3098
|
display: flex;
|
|
3479
3099
|
flex-direction: row;
|
|
@@ -3484,6 +3104,10 @@ button.TooltipTabstop {
|
|
|
3484
3104
|
flex-direction: column;
|
|
3485
3105
|
}
|
|
3486
3106
|
|
|
3107
|
+
.Tabs--horizontal .Tablist {
|
|
3108
|
+
border-left: 0;
|
|
3109
|
+
}
|
|
3110
|
+
|
|
3487
3111
|
.Tab {
|
|
3488
3112
|
display: flex;
|
|
3489
3113
|
justify-content: center;
|
|
@@ -3507,32 +3131,40 @@ button.TooltipTabstop {
|
|
|
3507
3131
|
border-right: none;
|
|
3508
3132
|
}
|
|
3509
3133
|
|
|
3134
|
+
.Tabs--horizontal .Tab {
|
|
3135
|
+
border-top: 0;
|
|
3136
|
+
}
|
|
3137
|
+
|
|
3510
3138
|
.cauldron--theme-light .Tabs--vertical .Tab:last-child {
|
|
3511
3139
|
border-bottom: 1px solid var(--tabs-border-color);
|
|
3512
3140
|
}
|
|
3513
3141
|
|
|
3514
3142
|
.Tab:hover {
|
|
3515
3143
|
cursor: pointer;
|
|
3516
|
-
background-color: var(--tab-
|
|
3144
|
+
background-color: var(--tab-hover-background-color);
|
|
3517
3145
|
color: var(--tabs-active-text-color);
|
|
3518
3146
|
}
|
|
3519
3147
|
|
|
3520
3148
|
.Tab--active {
|
|
3521
3149
|
color: var(--tabs-active-text-color);
|
|
3522
3150
|
background-color: var(--tab-active-background-color);
|
|
3523
|
-
font-weight:
|
|
3151
|
+
font-weight: var(--font-weight-medium);
|
|
3524
3152
|
text-decoration: none;
|
|
3525
3153
|
box-shadow: inset 0 4px 0 var(--tab-shadow-color);
|
|
3526
3154
|
z-index: 1;
|
|
3527
3155
|
}
|
|
3528
3156
|
|
|
3157
|
+
.Tab--active:hover {
|
|
3158
|
+
background-color: var(--tab-active-background-color);
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3529
3161
|
.Tabs--vertical .Tab--active {
|
|
3530
3162
|
box-shadow: inset 4px 0 0 var(--tab-shadow-color);
|
|
3531
3163
|
}
|
|
3532
3164
|
|
|
3533
3165
|
.TabPanel {
|
|
3534
3166
|
overflow-wrap: break-word;
|
|
3535
|
-
color: var(--
|
|
3167
|
+
color: var(--tab-panel-color);
|
|
3536
3168
|
background-color: var(--tab-active-background-color);
|
|
3537
3169
|
border: 1px solid var(--tabs-border-color);
|
|
3538
3170
|
padding: 1rem;
|
|
@@ -3642,7 +3274,16 @@ button.TooltipTabstop {
|
|
|
3642
3274
|
background: var(--table-header-background-color);
|
|
3643
3275
|
font-weight: var(--font-weight-medium);
|
|
3644
3276
|
color: var(--table-header-text-color);
|
|
3645
|
-
border-bottom:
|
|
3277
|
+
border-bottom: 2px solid var(--table-row-border-color);
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3280
|
+
.TableBody .TableHeader {
|
|
3281
|
+
border-bottom-width: 1px;
|
|
3282
|
+
border-right: 2px solid var(--table-row-border-color);
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3285
|
+
.TableBody .TableRow:last-child .TableHeader {
|
|
3286
|
+
border-bottom: none;
|
|
3646
3287
|
}
|
|
3647
3288
|
|
|
3648
3289
|
.TableHeader[aria-sort] {
|
|
@@ -3729,6 +3370,11 @@ button.TooltipTabstop {
|
|
|
3729
3370
|
border-bottom: 2px solid var(--gray-40);
|
|
3730
3371
|
}
|
|
3731
3372
|
|
|
3373
|
+
.Table--border .TableBody .TableHeader {
|
|
3374
|
+
border-bottom-width: 1px;
|
|
3375
|
+
border-right: 2px solid var(--table-row-border-color);
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3732
3378
|
.cauldron--theme-dark .Table--border,
|
|
3733
3379
|
.cauldron--theme-dark .Table--border .TableHeader,
|
|
3734
3380
|
.cauldron--theme-dark .Table--border .TableFooter,
|
|
@@ -4234,62 +3880,6 @@ fieldset.Panel {
|
|
|
4234
3880
|
margin: var(--popover-alert-apply-button-margin);
|
|
4235
3881
|
}
|
|
4236
3882
|
|
|
4237
|
-
:root {
|
|
4238
|
-
--issue-panel-border-color: var(--gray-40);
|
|
4239
|
-
--issue-panel-header-background-color: var(--gray-20);
|
|
4240
|
-
--issue-panel-header-color: var(--gray-90);
|
|
4241
|
-
--issue-panel-content-background-color: var(--white);
|
|
4242
|
-
--issue-panel-content-color: var(--gray-60);
|
|
4243
|
-
}
|
|
4244
|
-
|
|
4245
|
-
.IssuePanel {
|
|
4246
|
-
border: 1px solid var(--issue-panel-border-color);
|
|
4247
|
-
}
|
|
4248
|
-
|
|
4249
|
-
.IssuePanel__Header {
|
|
4250
|
-
background-color: var(--issue-panel-header-background-color);
|
|
4251
|
-
color: var(--issue-panel-header-color);
|
|
4252
|
-
font-size: var(--text-size-normal);
|
|
4253
|
-
display: flex;
|
|
4254
|
-
border-bottom: 1px solid var(--issue-panel-border-color);
|
|
4255
|
-
align-items: center;
|
|
4256
|
-
padding: var(--space-half) 0;
|
|
4257
|
-
}
|
|
4258
|
-
|
|
4259
|
-
.IssuePanel__Header-title {
|
|
4260
|
-
flex-grow: 1;
|
|
4261
|
-
display: flex;
|
|
4262
|
-
font-weight: var(--font-weight-bold);
|
|
4263
|
-
padding-left: var(--space-small);
|
|
4264
|
-
}
|
|
4265
|
-
|
|
4266
|
-
.IssuePanel__Header-actions {
|
|
4267
|
-
flex-grow: 1;
|
|
4268
|
-
text-align: right;
|
|
4269
|
-
margin-right: var(--space-smallest);
|
|
4270
|
-
}
|
|
4271
|
-
|
|
4272
|
-
.IssuePanel__Content {
|
|
4273
|
-
font-size: var(--text-size-smaller);
|
|
4274
|
-
background-color: var(--issue-panel-content-background-color);
|
|
4275
|
-
color: var(--issue-panel-content-color);
|
|
4276
|
-
padding: var(--space-small);
|
|
4277
|
-
}
|
|
4278
|
-
|
|
4279
|
-
/* Dark Theme */
|
|
4280
|
-
|
|
4281
|
-
.cauldron--theme-dark {
|
|
4282
|
-
--issue-panel-border-color: #5d676f;
|
|
4283
|
-
--issue-panel-header-background-color: var(--accent-dark);
|
|
4284
|
-
--issue-panel-header-color: var(--white);
|
|
4285
|
-
--issue-panel-content-background-color: var(--accent-medium);
|
|
4286
|
-
--issue-panel-content-color: var(--accent-light);
|
|
4287
|
-
}
|
|
4288
|
-
|
|
4289
|
-
.cauldron--theme-dark .IssuePanel__Header {
|
|
4290
|
-
border-bottom: 1px solid var(--issue-panel-border-color);
|
|
4291
|
-
}
|
|
4292
|
-
|
|
4293
3883
|
:root {
|
|
4294
3884
|
--top-nav-height: 3rem;
|
|
4295
3885
|
--top-nav-background-color: var(--top-bar-background-color);
|
|
@@ -4318,7 +3908,6 @@ fieldset.Panel {
|
|
|
4318
3908
|
align-items: center;
|
|
4319
3909
|
background-color: var(--top-nav-background-color);
|
|
4320
3910
|
color: var(--top-nav-text-color);
|
|
4321
|
-
border-bottom: 1px solid var(--top-nav-border-bottom-color);
|
|
4322
3911
|
}
|
|
4323
3912
|
|
|
4324
3913
|
.NavBar > ul {
|
|
@@ -4326,6 +3915,7 @@ fieldset.Panel {
|
|
|
4326
3915
|
list-style-type: none;
|
|
4327
3916
|
display: flex;
|
|
4328
3917
|
z-index: var(--z-index-top-nav);
|
|
3918
|
+
border-bottom: 1px solid var(--top-nav-border-bottom-color);
|
|
4329
3919
|
}
|
|
4330
3920
|
|
|
4331
3921
|
.NavBar > ul > li {
|
|
@@ -4337,7 +3927,6 @@ fieldset.Panel {
|
|
|
4337
3927
|
display: flex;
|
|
4338
3928
|
align-items: center;
|
|
4339
3929
|
background-color: var(--top-nav-background-color);
|
|
4340
|
-
border-bottom: 1px solid var(--top-nav-border-bottom-color);
|
|
4341
3930
|
border-right: 1px solid var(--top-nav-box-shadow-color);
|
|
4342
3931
|
transition: background-color 0.3s ease;
|
|
4343
3932
|
}
|
|
@@ -4442,6 +4031,12 @@ fieldset.Panel {
|
|
|
4442
4031
|
margin-right: var(--space-smallest);
|
|
4443
4032
|
}
|
|
4444
4033
|
|
|
4034
|
+
@media (max-width: 64rem) {
|
|
4035
|
+
.NavBar {
|
|
4036
|
+
padding: 0 var(--space-small);
|
|
4037
|
+
}
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4445
4040
|
@media (max-width: 61.25rem) {
|
|
4446
4041
|
.NavBar > ul > li {
|
|
4447
4042
|
font-size: var(--text-size-small);
|