@qrsln/lootstrap 22.3.2-beta.0 → 22.4.2-beta.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/Readme.md +3 -3
- package/dist/css/lootstrap.css +670 -329
- package/dist/css/lootstrap.css.map +1 -1
- package/dist/css/lootstrap.min.css +3 -3
- package/package.json +5 -5
- package/scss/Abstracts/Functions/_color.scss +2 -2
- package/scss/Abstracts/Mixins/_theme.scss +8 -8
- package/scss/Architecture/Components/_alert.scss +10 -0
- package/scss/Architecture/Components/_breadcrumb.scss +1 -0
- package/scss/Architecture/Components/_card.scss +61 -9
- package/scss/Architecture/Components/_loader.scss +33 -38
- package/scss/Architecture/Components/_nav.scss +41 -1
- package/scss/Architecture/Components/_pagination.scss +25 -8
- package/scss/Architecture/Components/_rating.scss +19 -84
- package/scss/Architecture/Components/_scrollbar.scss +1 -1
- package/scss/Architecture/Components/_spinners.scss +16 -10
- package/scss/Architecture/Components/_square.scss +2 -1
- package/scss/Architecture/Components/_timeline.scss +36 -81
- package/scss/Architecture/Components/_timer.scss +15 -55
- package/scss/Architecture/Roots/_avatar.scss +24 -10
- package/scss/Architecture/Roots/_shape.scss +9 -9
- package/scss/Architecture/Utils/_border.scss +12 -12
- package/scss/Architecture/Utils/_utilities.scss +1 -1
- package/scss/_header.scss +2 -2
package/dist/css/lootstrap.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CSS Compiled on: 2022-
|
|
3
|
+
* CSS Compiled on: 2022-04-02
|
|
4
4
|
*
|
|
5
|
-
* Lootstrap v22.
|
|
5
|
+
* Lootstrap v22.4.2-beta.0 (https://github.com/krsln/Lootstrap/)
|
|
6
6
|
* Copyright 2022 Qrsln.
|
|
7
7
|
* Licensed under MIT (https://github.com/krsln/Lootstrap/blob/master/LICENSE)
|
|
8
8
|
*/
|
|
@@ -1002,11 +1002,18 @@ progress {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
.Avatar svg mask rect[fill=white],
|
|
1004
1004
|
.Avatar-group svg mask rect[fill=white] {
|
|
1005
|
-
width:
|
|
1006
|
-
height:
|
|
1005
|
+
width: 85%;
|
|
1006
|
+
height: 85%;
|
|
1007
1007
|
cy: 18;
|
|
1008
|
-
x:
|
|
1009
|
-
y:
|
|
1008
|
+
x: 7.5%;
|
|
1009
|
+
y: 7.5%;
|
|
1010
|
+
rx: 0;
|
|
1011
|
+
ry: 0
|
|
1012
|
+
}
|
|
1013
|
+
.Avatar svg mask rect[fill=white].Round,
|
|
1014
|
+
.Avatar-group svg mask rect[fill=white].Round {
|
|
1015
|
+
rx: 8;
|
|
1016
|
+
ry: 8
|
|
1010
1017
|
}
|
|
1011
1018
|
.Avatar svg g image,
|
|
1012
1019
|
.Avatar-group svg g image {
|
|
@@ -1038,11 +1045,18 @@ progress {
|
|
|
1038
1045
|
}
|
|
1039
1046
|
.Avatar svg g rect,
|
|
1040
1047
|
.Avatar-group svg g rect {
|
|
1041
|
-
width:
|
|
1042
|
-
height:
|
|
1048
|
+
width: 85%;
|
|
1049
|
+
height: 85%;
|
|
1043
1050
|
cy: 18;
|
|
1044
|
-
x:
|
|
1045
|
-
y:
|
|
1051
|
+
x: 7.5%;
|
|
1052
|
+
y: 7.5%;
|
|
1053
|
+
rx: 0;
|
|
1054
|
+
ry: 0
|
|
1055
|
+
}
|
|
1056
|
+
.Avatar svg g rect.Round,
|
|
1057
|
+
.Avatar-group svg g rect.Round {
|
|
1058
|
+
rx: 8;
|
|
1059
|
+
ry: 8
|
|
1046
1060
|
}
|
|
1047
1061
|
.Avatar.Sign-bottom svg mask circle[fill=black] {
|
|
1048
1062
|
cx: 85%;
|
|
@@ -1180,7 +1194,7 @@ progress {
|
|
|
1180
1194
|
}
|
|
1181
1195
|
.Rect {
|
|
1182
1196
|
position: relative;
|
|
1183
|
-
display:
|
|
1197
|
+
display: flex;
|
|
1184
1198
|
flex: 1 0 auto
|
|
1185
1199
|
}
|
|
1186
1200
|
.Rect:before {
|
|
@@ -1191,7 +1205,7 @@ progress {
|
|
|
1191
1205
|
.Circle,
|
|
1192
1206
|
.Sqr {
|
|
1193
1207
|
position: relative;
|
|
1194
|
-
display:
|
|
1208
|
+
display: flex;
|
|
1195
1209
|
overflow: hidden;
|
|
1196
1210
|
width: 100%
|
|
1197
1211
|
}
|
|
@@ -1209,23 +1223,22 @@ progress {
|
|
|
1209
1223
|
margin: 0;
|
|
1210
1224
|
transform: rotate(45deg)
|
|
1211
1225
|
}
|
|
1212
|
-
.Diamond .Content
|
|
1226
|
+
.Diamond .Content,
|
|
1227
|
+
.Diamond .Square-inner {
|
|
1213
1228
|
transform: rotate(-45deg)
|
|
1214
1229
|
}
|
|
1215
1230
|
.Skew-20 {
|
|
1216
|
-
margin-left: 30px;
|
|
1217
|
-
margin-right: 30px;
|
|
1218
1231
|
transform: skew(20deg)
|
|
1219
1232
|
}
|
|
1220
|
-
.Skew-20 .Content
|
|
1233
|
+
.Skew-20 .Content,
|
|
1234
|
+
.Skew-20 .Square-inner {
|
|
1221
1235
|
transform: skew(-20deg)
|
|
1222
1236
|
}
|
|
1223
1237
|
.Skew-20n {
|
|
1224
|
-
margin-left: 30px;
|
|
1225
|
-
margin-right: 30px;
|
|
1226
1238
|
transform: skew(-20deg)
|
|
1227
1239
|
}
|
|
1228
|
-
.Skew-20n .Content
|
|
1240
|
+
.Skew-20n .Content,
|
|
1241
|
+
.Skew-20n .Square-inner {
|
|
1229
1242
|
transform: skew(20deg)
|
|
1230
1243
|
}
|
|
1231
1244
|
.Ph-line,
|
|
@@ -1258,7 +1271,7 @@ progress {
|
|
|
1258
1271
|
transform: scale(1,.6)
|
|
1259
1272
|
}
|
|
1260
1273
|
.Ph-paragraph .Ph-line:last-child {
|
|
1261
|
-
width:
|
|
1274
|
+
width: 61%
|
|
1262
1275
|
}
|
|
1263
1276
|
.Ph-paragraph .Ph-line:nth-child(1n) {
|
|
1264
1277
|
-webkit-animation-delay: .7s;
|
|
@@ -1376,16 +1389,16 @@ progress {
|
|
|
1376
1389
|
background-color: transparent
|
|
1377
1390
|
}
|
|
1378
1391
|
.Ph-textual:nth-child(1n) {
|
|
1379
|
-
background-image: linear-gradient(90deg,hsla(var(--ls-bg-accent-hsl),.12)
|
|
1392
|
+
background-image: linear-gradient(90deg,hsla(var(--ls-bg-accent-hsl),.12) 29%,transparent calc(29% + 1px),transparent calc(29% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(29% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 66%,transparent calc(66% + 1px),transparent calc(66% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(66% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 83%,transparent calc(83% + 1px),transparent calc(83% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(83% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 96%,transparent calc(96% + 1px),transparent calc(96% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(96% + 6px),hsla(var(--ls-bg-accent-hsl),.12))
|
|
1380
1393
|
}
|
|
1381
1394
|
.Ph-textual:nth-child(2n) {
|
|
1382
|
-
background-image: linear-gradient(90deg,hsla(var(--ls-bg-accent-hsl),.12)
|
|
1395
|
+
background-image: linear-gradient(90deg,hsla(var(--ls-bg-accent-hsl),.12) 17%,transparent calc(17% + 1px),transparent calc(17% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(17% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 47%,transparent calc(47% + 1px),transparent calc(47% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(47% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 73%,transparent calc(73% + 1px),transparent calc(73% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(73% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 82%,transparent calc(82% + 1px),transparent calc(82% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(82% + 6px),hsla(var(--ls-bg-accent-hsl),.12))
|
|
1383
1396
|
}
|
|
1384
1397
|
.Ph-textual:nth-child(3n) {
|
|
1385
|
-
background-image: linear-gradient(90deg,hsla(var(--ls-bg-accent-hsl),.12)
|
|
1398
|
+
background-image: linear-gradient(90deg,hsla(var(--ls-bg-accent-hsl),.12) 10%,transparent calc(10% + 1px),transparent calc(10% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(10% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 76%,transparent calc(76% + 1px),transparent calc(76% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(76% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 90%,transparent calc(90% + 1px),transparent calc(90% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(90% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 85%,transparent calc(85% + 1px),transparent calc(85% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(85% + 6px),hsla(var(--ls-bg-accent-hsl),.12))
|
|
1386
1399
|
}
|
|
1387
1400
|
.Ph-textual:nth-child(4n) {
|
|
1388
|
-
background-image: linear-gradient(90deg,hsla(var(--ls-bg-accent-hsl),.12)
|
|
1401
|
+
background-image: linear-gradient(90deg,hsla(var(--ls-bg-accent-hsl),.12) 15%,transparent calc(15% + 1px),transparent calc(15% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(15% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 61%,transparent calc(61% + 1px),transparent calc(61% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(61% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 80%,transparent calc(80% + 1px),transparent calc(80% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(80% + 6px),hsla(var(--ls-bg-accent-hsl),.12) 92%,transparent calc(92% + 1px),transparent calc(92% + 6px),hsla(var(--ls-bg-accent-hsl),.12) calc(92% + 6px),hsla(var(--ls-bg-accent-hsl),.12))
|
|
1389
1402
|
}
|
|
1390
1403
|
.Ph-pulse {
|
|
1391
1404
|
-webkit-animation: Keyframe-Pulsate 1.5s ease-in-out .5s infinite;
|
|
@@ -1481,28 +1494,28 @@ progress {
|
|
|
1481
1494
|
.Border-0 {
|
|
1482
1495
|
border: 0!important
|
|
1483
1496
|
}
|
|
1484
|
-
.Border-
|
|
1497
|
+
.Border-top {
|
|
1485
1498
|
border-top: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha))!important
|
|
1486
1499
|
}
|
|
1487
|
-
.Border-
|
|
1500
|
+
.Border-top-0 {
|
|
1488
1501
|
border-top: 0!important
|
|
1489
1502
|
}
|
|
1490
|
-
.Border-
|
|
1503
|
+
.Border-end {
|
|
1491
1504
|
border-right: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha))!important
|
|
1492
1505
|
}
|
|
1493
|
-
.Border-
|
|
1506
|
+
.Border-end-0 {
|
|
1494
1507
|
border-right: 0!important
|
|
1495
1508
|
}
|
|
1496
|
-
.Border-
|
|
1509
|
+
.Border-bottom {
|
|
1497
1510
|
border-bottom: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha))!important
|
|
1498
1511
|
}
|
|
1499
|
-
.Border-
|
|
1512
|
+
.Border-bottom-0 {
|
|
1500
1513
|
border-bottom: 0!important
|
|
1501
1514
|
}
|
|
1502
|
-
.Border-
|
|
1515
|
+
.Border-start {
|
|
1503
1516
|
border-left: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha))!important
|
|
1504
1517
|
}
|
|
1505
|
-
.Border-
|
|
1518
|
+
.Border-start-0 {
|
|
1506
1519
|
border-left: 0!important
|
|
1507
1520
|
}
|
|
1508
1521
|
.Border-0 {
|
|
@@ -1535,35 +1548,35 @@ progress {
|
|
|
1535
1548
|
.Rounded-pill {
|
|
1536
1549
|
border-radius: 50rem!important
|
|
1537
1550
|
}
|
|
1538
|
-
.Rounded-
|
|
1551
|
+
.Rounded-top {
|
|
1539
1552
|
border-top-left-radius: var(--ls-border-radius,.25rem);
|
|
1540
1553
|
border-top-right-radius: var(--ls-border-radius,.25rem)
|
|
1541
1554
|
}
|
|
1542
|
-
.Rounded-
|
|
1555
|
+
.Rounded-top-0 {
|
|
1543
1556
|
border-top-left-radius: 0!important;
|
|
1544
1557
|
border-top-right-radius: 0!important
|
|
1545
1558
|
}
|
|
1546
|
-
.Rounded-
|
|
1559
|
+
.Rounded-end {
|
|
1547
1560
|
border-top-right-radius: var(--ls-border-radius,.25rem);
|
|
1548
1561
|
border-bottom-right-radius: var(--ls-border-radius,.25rem)
|
|
1549
1562
|
}
|
|
1550
|
-
.Rounded-
|
|
1563
|
+
.Rounded-end-0 {
|
|
1551
1564
|
border-top-right-radius: 0!important;
|
|
1552
1565
|
border-bottom-right-radius: 0!important
|
|
1553
1566
|
}
|
|
1554
|
-
.Rounded-
|
|
1567
|
+
.Rounded-bottom {
|
|
1555
1568
|
border-bottom-right-radius: var(--ls-border-radius,.25rem);
|
|
1556
1569
|
border-bottom-left-radius: var(--ls-border-radius,.25rem)
|
|
1557
1570
|
}
|
|
1558
|
-
.Rounded-
|
|
1571
|
+
.Rounded-bottom-0 {
|
|
1559
1572
|
border-bottom-right-radius: 0!important;
|
|
1560
1573
|
border-bottom-left-radius: 0!important
|
|
1561
1574
|
}
|
|
1562
|
-
.Rounded-
|
|
1575
|
+
.Rounded-start {
|
|
1563
1576
|
border-bottom-left-radius: var(--ls-border-radius,.25rem);
|
|
1564
1577
|
border-top-left-radius: var(--ls-border-radius,.25rem)
|
|
1565
1578
|
}
|
|
1566
|
-
.Rounded-
|
|
1579
|
+
.Rounded-start-0 {
|
|
1567
1580
|
border-bottom-left-radius: 0!important;
|
|
1568
1581
|
border-top-left-radius: 0!important
|
|
1569
1582
|
}
|
|
@@ -7242,6 +7255,361 @@ progress {
|
|
|
7242
7255
|
.W-auto {
|
|
7243
7256
|
width: auto!important
|
|
7244
7257
|
}
|
|
7258
|
+
@media (min-width:480px) {
|
|
7259
|
+
.W-sm-10 {
|
|
7260
|
+
width: 10%!important
|
|
7261
|
+
}
|
|
7262
|
+
.W-sm-20 {
|
|
7263
|
+
width: 20%!important
|
|
7264
|
+
}
|
|
7265
|
+
.W-sm-30 {
|
|
7266
|
+
width: 30%!important
|
|
7267
|
+
}
|
|
7268
|
+
.W-sm-40 {
|
|
7269
|
+
width: 40%!important
|
|
7270
|
+
}
|
|
7271
|
+
.W-sm-50 {
|
|
7272
|
+
width: 50%!important
|
|
7273
|
+
}
|
|
7274
|
+
.W-sm-60 {
|
|
7275
|
+
width: 60%!important
|
|
7276
|
+
}
|
|
7277
|
+
.W-sm-70 {
|
|
7278
|
+
width: 70%!important
|
|
7279
|
+
}
|
|
7280
|
+
.W-sm-80 {
|
|
7281
|
+
width: 80%!important
|
|
7282
|
+
}
|
|
7283
|
+
.W-sm-90 {
|
|
7284
|
+
width: 90%!important
|
|
7285
|
+
}
|
|
7286
|
+
.W-sm-100 {
|
|
7287
|
+
width: 100%!important
|
|
7288
|
+
}
|
|
7289
|
+
.W-sm-5 {
|
|
7290
|
+
width: 5%!important
|
|
7291
|
+
}
|
|
7292
|
+
.W-sm-15 {
|
|
7293
|
+
width: 15%!important
|
|
7294
|
+
}
|
|
7295
|
+
.W-sm-25 {
|
|
7296
|
+
width: 25%!important
|
|
7297
|
+
}
|
|
7298
|
+
.W-sm-35 {
|
|
7299
|
+
width: 35%!important
|
|
7300
|
+
}
|
|
7301
|
+
.W-sm-45 {
|
|
7302
|
+
width: 45%!important
|
|
7303
|
+
}
|
|
7304
|
+
.W-sm-55 {
|
|
7305
|
+
width: 55%!important
|
|
7306
|
+
}
|
|
7307
|
+
.W-sm-65 {
|
|
7308
|
+
width: 65%!important
|
|
7309
|
+
}
|
|
7310
|
+
.W-sm-75 {
|
|
7311
|
+
width: 75%!important
|
|
7312
|
+
}
|
|
7313
|
+
.W-sm-85 {
|
|
7314
|
+
width: 85%!important
|
|
7315
|
+
}
|
|
7316
|
+
.W-sm-95 {
|
|
7317
|
+
width: 95%!important
|
|
7318
|
+
}
|
|
7319
|
+
.W-sm-33 {
|
|
7320
|
+
width: 33.333%!important
|
|
7321
|
+
}
|
|
7322
|
+
.W-sm-66 {
|
|
7323
|
+
width: 66.666%!important
|
|
7324
|
+
}
|
|
7325
|
+
.W-sm-auto {
|
|
7326
|
+
width: auto!important
|
|
7327
|
+
}
|
|
7328
|
+
}
|
|
7329
|
+
@media (min-width:768px) {
|
|
7330
|
+
.W-md-10 {
|
|
7331
|
+
width: 10%!important
|
|
7332
|
+
}
|
|
7333
|
+
.W-md-20 {
|
|
7334
|
+
width: 20%!important
|
|
7335
|
+
}
|
|
7336
|
+
.W-md-30 {
|
|
7337
|
+
width: 30%!important
|
|
7338
|
+
}
|
|
7339
|
+
.W-md-40 {
|
|
7340
|
+
width: 40%!important
|
|
7341
|
+
}
|
|
7342
|
+
.W-md-50 {
|
|
7343
|
+
width: 50%!important
|
|
7344
|
+
}
|
|
7345
|
+
.W-md-60 {
|
|
7346
|
+
width: 60%!important
|
|
7347
|
+
}
|
|
7348
|
+
.W-md-70 {
|
|
7349
|
+
width: 70%!important
|
|
7350
|
+
}
|
|
7351
|
+
.W-md-80 {
|
|
7352
|
+
width: 80%!important
|
|
7353
|
+
}
|
|
7354
|
+
.W-md-90 {
|
|
7355
|
+
width: 90%!important
|
|
7356
|
+
}
|
|
7357
|
+
.W-md-100 {
|
|
7358
|
+
width: 100%!important
|
|
7359
|
+
}
|
|
7360
|
+
.W-md-5 {
|
|
7361
|
+
width: 5%!important
|
|
7362
|
+
}
|
|
7363
|
+
.W-md-15 {
|
|
7364
|
+
width: 15%!important
|
|
7365
|
+
}
|
|
7366
|
+
.W-md-25 {
|
|
7367
|
+
width: 25%!important
|
|
7368
|
+
}
|
|
7369
|
+
.W-md-35 {
|
|
7370
|
+
width: 35%!important
|
|
7371
|
+
}
|
|
7372
|
+
.W-md-45 {
|
|
7373
|
+
width: 45%!important
|
|
7374
|
+
}
|
|
7375
|
+
.W-md-55 {
|
|
7376
|
+
width: 55%!important
|
|
7377
|
+
}
|
|
7378
|
+
.W-md-65 {
|
|
7379
|
+
width: 65%!important
|
|
7380
|
+
}
|
|
7381
|
+
.W-md-75 {
|
|
7382
|
+
width: 75%!important
|
|
7383
|
+
}
|
|
7384
|
+
.W-md-85 {
|
|
7385
|
+
width: 85%!important
|
|
7386
|
+
}
|
|
7387
|
+
.W-md-95 {
|
|
7388
|
+
width: 95%!important
|
|
7389
|
+
}
|
|
7390
|
+
.W-md-33 {
|
|
7391
|
+
width: 33.333%!important
|
|
7392
|
+
}
|
|
7393
|
+
.W-md-66 {
|
|
7394
|
+
width: 66.666%!important
|
|
7395
|
+
}
|
|
7396
|
+
.W-md-auto {
|
|
7397
|
+
width: auto!important
|
|
7398
|
+
}
|
|
7399
|
+
}
|
|
7400
|
+
@media (min-width:1024px) {
|
|
7401
|
+
.W-lg-10 {
|
|
7402
|
+
width: 10%!important
|
|
7403
|
+
}
|
|
7404
|
+
.W-lg-20 {
|
|
7405
|
+
width: 20%!important
|
|
7406
|
+
}
|
|
7407
|
+
.W-lg-30 {
|
|
7408
|
+
width: 30%!important
|
|
7409
|
+
}
|
|
7410
|
+
.W-lg-40 {
|
|
7411
|
+
width: 40%!important
|
|
7412
|
+
}
|
|
7413
|
+
.W-lg-50 {
|
|
7414
|
+
width: 50%!important
|
|
7415
|
+
}
|
|
7416
|
+
.W-lg-60 {
|
|
7417
|
+
width: 60%!important
|
|
7418
|
+
}
|
|
7419
|
+
.W-lg-70 {
|
|
7420
|
+
width: 70%!important
|
|
7421
|
+
}
|
|
7422
|
+
.W-lg-80 {
|
|
7423
|
+
width: 80%!important
|
|
7424
|
+
}
|
|
7425
|
+
.W-lg-90 {
|
|
7426
|
+
width: 90%!important
|
|
7427
|
+
}
|
|
7428
|
+
.W-lg-100 {
|
|
7429
|
+
width: 100%!important
|
|
7430
|
+
}
|
|
7431
|
+
.W-lg-5 {
|
|
7432
|
+
width: 5%!important
|
|
7433
|
+
}
|
|
7434
|
+
.W-lg-15 {
|
|
7435
|
+
width: 15%!important
|
|
7436
|
+
}
|
|
7437
|
+
.W-lg-25 {
|
|
7438
|
+
width: 25%!important
|
|
7439
|
+
}
|
|
7440
|
+
.W-lg-35 {
|
|
7441
|
+
width: 35%!important
|
|
7442
|
+
}
|
|
7443
|
+
.W-lg-45 {
|
|
7444
|
+
width: 45%!important
|
|
7445
|
+
}
|
|
7446
|
+
.W-lg-55 {
|
|
7447
|
+
width: 55%!important
|
|
7448
|
+
}
|
|
7449
|
+
.W-lg-65 {
|
|
7450
|
+
width: 65%!important
|
|
7451
|
+
}
|
|
7452
|
+
.W-lg-75 {
|
|
7453
|
+
width: 75%!important
|
|
7454
|
+
}
|
|
7455
|
+
.W-lg-85 {
|
|
7456
|
+
width: 85%!important
|
|
7457
|
+
}
|
|
7458
|
+
.W-lg-95 {
|
|
7459
|
+
width: 95%!important
|
|
7460
|
+
}
|
|
7461
|
+
.W-lg-33 {
|
|
7462
|
+
width: 33.333%!important
|
|
7463
|
+
}
|
|
7464
|
+
.W-lg-66 {
|
|
7465
|
+
width: 66.666%!important
|
|
7466
|
+
}
|
|
7467
|
+
.W-lg-auto {
|
|
7468
|
+
width: auto!important
|
|
7469
|
+
}
|
|
7470
|
+
}
|
|
7471
|
+
@media (min-width:1280px) {
|
|
7472
|
+
.W-xl-10 {
|
|
7473
|
+
width: 10%!important
|
|
7474
|
+
}
|
|
7475
|
+
.W-xl-20 {
|
|
7476
|
+
width: 20%!important
|
|
7477
|
+
}
|
|
7478
|
+
.W-xl-30 {
|
|
7479
|
+
width: 30%!important
|
|
7480
|
+
}
|
|
7481
|
+
.W-xl-40 {
|
|
7482
|
+
width: 40%!important
|
|
7483
|
+
}
|
|
7484
|
+
.W-xl-50 {
|
|
7485
|
+
width: 50%!important
|
|
7486
|
+
}
|
|
7487
|
+
.W-xl-60 {
|
|
7488
|
+
width: 60%!important
|
|
7489
|
+
}
|
|
7490
|
+
.W-xl-70 {
|
|
7491
|
+
width: 70%!important
|
|
7492
|
+
}
|
|
7493
|
+
.W-xl-80 {
|
|
7494
|
+
width: 80%!important
|
|
7495
|
+
}
|
|
7496
|
+
.W-xl-90 {
|
|
7497
|
+
width: 90%!important
|
|
7498
|
+
}
|
|
7499
|
+
.W-xl-100 {
|
|
7500
|
+
width: 100%!important
|
|
7501
|
+
}
|
|
7502
|
+
.W-xl-5 {
|
|
7503
|
+
width: 5%!important
|
|
7504
|
+
}
|
|
7505
|
+
.W-xl-15 {
|
|
7506
|
+
width: 15%!important
|
|
7507
|
+
}
|
|
7508
|
+
.W-xl-25 {
|
|
7509
|
+
width: 25%!important
|
|
7510
|
+
}
|
|
7511
|
+
.W-xl-35 {
|
|
7512
|
+
width: 35%!important
|
|
7513
|
+
}
|
|
7514
|
+
.W-xl-45 {
|
|
7515
|
+
width: 45%!important
|
|
7516
|
+
}
|
|
7517
|
+
.W-xl-55 {
|
|
7518
|
+
width: 55%!important
|
|
7519
|
+
}
|
|
7520
|
+
.W-xl-65 {
|
|
7521
|
+
width: 65%!important
|
|
7522
|
+
}
|
|
7523
|
+
.W-xl-75 {
|
|
7524
|
+
width: 75%!important
|
|
7525
|
+
}
|
|
7526
|
+
.W-xl-85 {
|
|
7527
|
+
width: 85%!important
|
|
7528
|
+
}
|
|
7529
|
+
.W-xl-95 {
|
|
7530
|
+
width: 95%!important
|
|
7531
|
+
}
|
|
7532
|
+
.W-xl-33 {
|
|
7533
|
+
width: 33.333%!important
|
|
7534
|
+
}
|
|
7535
|
+
.W-xl-66 {
|
|
7536
|
+
width: 66.666%!important
|
|
7537
|
+
}
|
|
7538
|
+
.W-xl-auto {
|
|
7539
|
+
width: auto!important
|
|
7540
|
+
}
|
|
7541
|
+
}
|
|
7542
|
+
@media (min-width:1440px) {
|
|
7543
|
+
.W-xxl-10 {
|
|
7544
|
+
width: 10%!important
|
|
7545
|
+
}
|
|
7546
|
+
.W-xxl-20 {
|
|
7547
|
+
width: 20%!important
|
|
7548
|
+
}
|
|
7549
|
+
.W-xxl-30 {
|
|
7550
|
+
width: 30%!important
|
|
7551
|
+
}
|
|
7552
|
+
.W-xxl-40 {
|
|
7553
|
+
width: 40%!important
|
|
7554
|
+
}
|
|
7555
|
+
.W-xxl-50 {
|
|
7556
|
+
width: 50%!important
|
|
7557
|
+
}
|
|
7558
|
+
.W-xxl-60 {
|
|
7559
|
+
width: 60%!important
|
|
7560
|
+
}
|
|
7561
|
+
.W-xxl-70 {
|
|
7562
|
+
width: 70%!important
|
|
7563
|
+
}
|
|
7564
|
+
.W-xxl-80 {
|
|
7565
|
+
width: 80%!important
|
|
7566
|
+
}
|
|
7567
|
+
.W-xxl-90 {
|
|
7568
|
+
width: 90%!important
|
|
7569
|
+
}
|
|
7570
|
+
.W-xxl-100 {
|
|
7571
|
+
width: 100%!important
|
|
7572
|
+
}
|
|
7573
|
+
.W-xxl-5 {
|
|
7574
|
+
width: 5%!important
|
|
7575
|
+
}
|
|
7576
|
+
.W-xxl-15 {
|
|
7577
|
+
width: 15%!important
|
|
7578
|
+
}
|
|
7579
|
+
.W-xxl-25 {
|
|
7580
|
+
width: 25%!important
|
|
7581
|
+
}
|
|
7582
|
+
.W-xxl-35 {
|
|
7583
|
+
width: 35%!important
|
|
7584
|
+
}
|
|
7585
|
+
.W-xxl-45 {
|
|
7586
|
+
width: 45%!important
|
|
7587
|
+
}
|
|
7588
|
+
.W-xxl-55 {
|
|
7589
|
+
width: 55%!important
|
|
7590
|
+
}
|
|
7591
|
+
.W-xxl-65 {
|
|
7592
|
+
width: 65%!important
|
|
7593
|
+
}
|
|
7594
|
+
.W-xxl-75 {
|
|
7595
|
+
width: 75%!important
|
|
7596
|
+
}
|
|
7597
|
+
.W-xxl-85 {
|
|
7598
|
+
width: 85%!important
|
|
7599
|
+
}
|
|
7600
|
+
.W-xxl-95 {
|
|
7601
|
+
width: 95%!important
|
|
7602
|
+
}
|
|
7603
|
+
.W-xxl-33 {
|
|
7604
|
+
width: 33.333%!important
|
|
7605
|
+
}
|
|
7606
|
+
.W-xxl-66 {
|
|
7607
|
+
width: 66.666%!important
|
|
7608
|
+
}
|
|
7609
|
+
.W-xxl-auto {
|
|
7610
|
+
width: auto!important
|
|
7611
|
+
}
|
|
7612
|
+
}
|
|
7245
7613
|
.MW-100 {
|
|
7246
7614
|
max-width: 100%!important
|
|
7247
7615
|
}
|
|
@@ -7353,6 +7721,12 @@ progress {
|
|
|
7353
7721
|
.Alert.Alert-gradient.Alert-outline {
|
|
7354
7722
|
background: linear-gradient(180deg,var(--ls-alert-bg-surface,var(--ls-bg-surface)) 0,var(--ls-alert-bg-lightest,var(--ls-bg-lightest)) 35%,var(--ls-alert-bg-lighter,var(--ls-bg-lighter)) 100%)
|
|
7355
7723
|
}
|
|
7724
|
+
.Alert.Alert-rounded {
|
|
7725
|
+
border-radius: 50rem 0 50rem 50rem!important
|
|
7726
|
+
}
|
|
7727
|
+
.Alert.Alert-none .Alert-icon {
|
|
7728
|
+
color: hsla(var(--ls-alert-bg-accent-hsl,var(--ls-bg-accent-hsl)),.33)
|
|
7729
|
+
}
|
|
7356
7730
|
.Alert.Alert-outline {
|
|
7357
7731
|
color: var(--ls-alert-fg-lightest,var(--ls-fg-lightest));
|
|
7358
7732
|
background-color: var(--ls-alert-bg-lightest,var(--ls-bg-lightest))
|
|
@@ -7464,7 +7838,8 @@ progress {
|
|
|
7464
7838
|
}
|
|
7465
7839
|
.Breadcrumb .Breadcrumb-item {
|
|
7466
7840
|
display: inline-block;
|
|
7467
|
-
text-align: center
|
|
7841
|
+
text-align: center;
|
|
7842
|
+
color: var(--ls-fg-surface)
|
|
7468
7843
|
}
|
|
7469
7844
|
.Breadcrumb .Breadcrumb-item .Breadcrumb-Link {
|
|
7470
7845
|
padding: 0 .3rem;
|
|
@@ -7944,8 +8319,8 @@ progress {
|
|
|
7944
8319
|
border-radius: 50%
|
|
7945
8320
|
}
|
|
7946
8321
|
.Card {
|
|
7947
|
-
display: block;
|
|
7948
8322
|
position: relative;
|
|
8323
|
+
display: block;
|
|
7949
8324
|
overflow: visible;
|
|
7950
8325
|
color: var(--ls-card-fg-surface,var(--ls-fg-surface));
|
|
7951
8326
|
background-color: var(--ls-card-bg-surface,var(--ls-bg-surface));
|
|
@@ -7953,15 +8328,15 @@ progress {
|
|
|
7953
8328
|
box-shadow: 0 1px 1px -1px hsla(var(--ls-card-shadow-hsl,var(--ls-shadow-hsl)),.27),0 2px 2px 0 hsla(var(--ls-card-shadow-hsl,var(--ls-shadow-hsl)),.18),0 4px 6px 0 hsla(var(--ls-card-shadow-hsl,var(--ls-shadow-hsl)),.09);
|
|
7954
8329
|
padding: 0;
|
|
7955
8330
|
margin-bottom: 1rem;
|
|
7956
|
-
border-radius: .
|
|
8331
|
+
border-radius: .25rem;
|
|
7957
8332
|
min-width: 0;
|
|
7958
8333
|
background-clip: border-box
|
|
7959
8334
|
}
|
|
7960
8335
|
.Card .Card-img {
|
|
7961
8336
|
position: relative;
|
|
7962
8337
|
overflow: hidden;
|
|
7963
|
-
border-top-left-radius: .
|
|
7964
|
-
border-top-right-radius: .
|
|
8338
|
+
border-top-left-radius: .25rem;
|
|
8339
|
+
border-top-right-radius: .25rem
|
|
7965
8340
|
}
|
|
7966
8341
|
.Card .Card-footer,
|
|
7967
8342
|
.Card .Card-header {
|
|
@@ -7976,7 +8351,7 @@ progress {
|
|
|
7976
8351
|
}
|
|
7977
8352
|
.Card .Card-footer.Card-header :first-child,
|
|
7978
8353
|
.Card .Card-header.Card-header :first-child {
|
|
7979
|
-
border-radius: calc(.
|
|
8354
|
+
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
|
|
7980
8355
|
}
|
|
7981
8356
|
.Card .Card-footer.Card-footer,
|
|
7982
8357
|
.Card .Card-header.Card-footer {
|
|
@@ -7986,6 +8361,7 @@ progress {
|
|
|
7986
8361
|
}
|
|
7987
8362
|
.Card .Card-body,
|
|
7988
8363
|
.Card.Card-body {
|
|
8364
|
+
position: relative;
|
|
7989
8365
|
flex: 1 1 auto;
|
|
7990
8366
|
padding: 1rem 1.5rem
|
|
7991
8367
|
}
|
|
@@ -7998,6 +8374,41 @@ progress {
|
|
|
7998
8374
|
.Card.Card-body .Card-text:last-child {
|
|
7999
8375
|
margin-bottom: 0
|
|
8000
8376
|
}
|
|
8377
|
+
.Card-horizontal {
|
|
8378
|
+
position: relative;
|
|
8379
|
+
display: flex;
|
|
8380
|
+
flex-wrap: wrap
|
|
8381
|
+
}
|
|
8382
|
+
.Card-horizontal .Card-img {
|
|
8383
|
+
border-top-right-radius: 0;
|
|
8384
|
+
border-bottom-left-radius: .25rem
|
|
8385
|
+
}
|
|
8386
|
+
.Card-horizontal .Card-img:not(:empty) {
|
|
8387
|
+
width: 40%
|
|
8388
|
+
}
|
|
8389
|
+
.Card-horizontal .Card-body,
|
|
8390
|
+
.Card-horizontal.Card-body {
|
|
8391
|
+
width: 60%;
|
|
8392
|
+
padding: .5rem 1rem
|
|
8393
|
+
}
|
|
8394
|
+
@media (min-width:320px) and (max-width:480px) {
|
|
8395
|
+
.Card .Card-footer,
|
|
8396
|
+
.Card .Card-header {
|
|
8397
|
+
padding: .5rem 1.25rem
|
|
8398
|
+
}
|
|
8399
|
+
.Card .Card-body,
|
|
8400
|
+
.Card.Card-body {
|
|
8401
|
+
padding: .75rem 1.25rem;
|
|
8402
|
+
font-size: .75em
|
|
8403
|
+
}
|
|
8404
|
+
.Card-horizontal .Card-img {
|
|
8405
|
+
border-bottom-left-radius: 0;
|
|
8406
|
+
border-top-right-radius: .25rem
|
|
8407
|
+
}
|
|
8408
|
+
.Card-horizontal .Card-img:not(:empty) {
|
|
8409
|
+
flex: 0 0 100%
|
|
8410
|
+
}
|
|
8411
|
+
}
|
|
8001
8412
|
.Caret {
|
|
8002
8413
|
position: relative;
|
|
8003
8414
|
overflow: visible;
|
|
@@ -8429,41 +8840,34 @@ progress {
|
|
|
8429
8840
|
background-color: var(--ls-lst-bg-accent,var(--ls-bg-accent));
|
|
8430
8841
|
border-color: var(--ls-lst-bg-accent,var(--ls-bg-accent))
|
|
8431
8842
|
}
|
|
8432
|
-
.Loader
|
|
8433
|
-
.Timer-svg {
|
|
8843
|
+
.Loader {
|
|
8434
8844
|
display: flex;
|
|
8435
|
-
--status: "0%";
|
|
8436
|
-
--loaded: 0
|
|
8845
|
+
--ls-loader-status: "0%";
|
|
8846
|
+
--ls-loader-loaded: 0
|
|
8437
8847
|
}
|
|
8438
|
-
.Loader .
|
|
8439
|
-
.Timer-svg .Square .Square-inner .Status {
|
|
8848
|
+
.Loader .Status {
|
|
8440
8849
|
display: inline-block;
|
|
8441
8850
|
position: absolute
|
|
8442
8851
|
}
|
|
8443
|
-
.Loader .
|
|
8444
|
-
|
|
8445
|
-
content: var(--status, "0%")
|
|
8852
|
+
.Loader .Status:before {
|
|
8853
|
+
content: var(--ls-loader-status, "0%")
|
|
8446
8854
|
}
|
|
8447
|
-
.Loader
|
|
8448
|
-
.Timer-svg .Square .Square-inner svg {
|
|
8855
|
+
.Loader svg {
|
|
8449
8856
|
width: 100%;
|
|
8450
8857
|
height: auto;
|
|
8451
8858
|
top: 0;
|
|
8452
8859
|
left: 0
|
|
8453
8860
|
}
|
|
8454
|
-
.Loader
|
|
8455
|
-
.Timer-svg .Square .Square-inner svg text {
|
|
8861
|
+
.Loader svg text {
|
|
8456
8862
|
fill: currentColor;
|
|
8457
8863
|
dominant-baseline: central;
|
|
8458
8864
|
text-anchor: middle
|
|
8459
8865
|
}
|
|
8460
|
-
.Loader
|
|
8461
|
-
.Timer-svg .Square .Square-inner svg g {
|
|
8866
|
+
.Loader svg g {
|
|
8462
8867
|
transform-origin: center;
|
|
8463
8868
|
transform: rotate(-90deg)
|
|
8464
8869
|
}
|
|
8465
|
-
.Loader
|
|
8466
|
-
.Timer-svg .Square .Square-inner svg .circle {
|
|
8870
|
+
.Loader svg .circle {
|
|
8467
8871
|
fill: none;
|
|
8468
8872
|
stroke: currentColor;
|
|
8469
8873
|
stroke-width: 3%;
|
|
@@ -8471,9 +8875,8 @@ progress {
|
|
|
8471
8875
|
-webkit-animation: loader-progress 1s ease-out forwards;
|
|
8472
8876
|
animation: loader-progress 1s ease-out forwards
|
|
8473
8877
|
}
|
|
8474
|
-
.Loader
|
|
8475
|
-
|
|
8476
|
-
stroke-dasharray: var(--loaded,0),100;
|
|
8878
|
+
.Loader svg .circle:first-of-type {
|
|
8879
|
+
stroke-dasharray: var(--ls-loader-loaded,0),100;
|
|
8477
8880
|
transition: stroke-dasharray .4s cubic-bezier(.04, .24, .18, 1)
|
|
8478
8881
|
}
|
|
8479
8882
|
@-webkit-keyframes loader-progress {
|
|
@@ -8517,6 +8920,9 @@ progress {
|
|
|
8517
8920
|
.Nav-tabs {
|
|
8518
8921
|
border-bottom: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha))
|
|
8519
8922
|
}
|
|
8923
|
+
.Nav-tabs .Nav-item {
|
|
8924
|
+
padding-right: 2px
|
|
8925
|
+
}
|
|
8520
8926
|
.Nav-tabs .Nav-link {
|
|
8521
8927
|
margin-bottom: -1px;
|
|
8522
8928
|
background: 0 0;
|
|
@@ -8550,10 +8956,31 @@ progress {
|
|
|
8550
8956
|
color: var(--ls-fg-accent);
|
|
8551
8957
|
background-color: var(--ls-bg-accent)
|
|
8552
8958
|
}
|
|
8959
|
+
.Nav-material .Nav-link {
|
|
8960
|
+
background: 0 0;
|
|
8961
|
+
border: 0;
|
|
8962
|
+
color: var(--ls-fg-hue);
|
|
8963
|
+
border-bottom: 2px solid transparent
|
|
8964
|
+
}
|
|
8965
|
+
.Nav-material .Nav-link:focus,
|
|
8966
|
+
.Nav-material .Nav-link:hover {
|
|
8967
|
+
color: var(--ls-fg-lighter);
|
|
8968
|
+
background-color: var(--ls-bg-lighter)
|
|
8969
|
+
}
|
|
8970
|
+
.Nav-material .Nav-link.Active,
|
|
8971
|
+
.Nav-material .Show > .Nav-link {
|
|
8972
|
+
border-color: var(--ls-bg-accent);
|
|
8973
|
+
color: var(--ls-bg-accent)
|
|
8974
|
+
}
|
|
8975
|
+
.Tab-content .Tab-pane {
|
|
8976
|
+
display: none
|
|
8977
|
+
}
|
|
8978
|
+
.Tab-content .Tab-pane.Active {
|
|
8979
|
+
display: block
|
|
8980
|
+
}
|
|
8553
8981
|
.Pagination {
|
|
8554
8982
|
display: flex;
|
|
8555
8983
|
position: relative;
|
|
8556
|
-
overflow: hidden;
|
|
8557
8984
|
align-items: center;
|
|
8558
8985
|
justify-content: center;
|
|
8559
8986
|
color: var(--ls-fg-surface);
|
|
@@ -8563,15 +8990,22 @@ progress {
|
|
|
8563
8990
|
-webkit-user-select: none;
|
|
8564
8991
|
-moz-user-select: none;
|
|
8565
8992
|
user-select: none;
|
|
8993
|
+
font-size: 1.25em;
|
|
8566
8994
|
max-width: 42px;
|
|
8567
8995
|
max-height: 42px;
|
|
8568
8996
|
border: 1px solid transparent;
|
|
8569
8997
|
border-radius: var(--ls-border-radius);
|
|
8570
|
-
transition: border-color .
|
|
8998
|
+
transition: border-color .15s cubic-bezier(.3, 0, .5, 1)
|
|
8571
8999
|
}
|
|
8572
9000
|
.Pagination .Square:nth-child(-n+2),
|
|
8573
9001
|
.Pagination .Square:nth-last-of-type(-n+2) {
|
|
8574
|
-
|
|
9002
|
+
color: var(--ls-bg-accent);
|
|
9003
|
+
font-size: 1.5em;
|
|
9004
|
+
margin: 0
|
|
9005
|
+
}
|
|
9006
|
+
.Pagination .Square:nth-child(-n+2).Disabled,
|
|
9007
|
+
.Pagination .Square:nth-last-of-type(-n+2).Disabled {
|
|
9008
|
+
color: var(--ls-fg-muted)
|
|
8575
9009
|
}
|
|
8576
9010
|
.Pagination .Square:not(.Disabled):not(.Active) {
|
|
8577
9011
|
cursor: pointer
|
|
@@ -8582,15 +9016,26 @@ progress {
|
|
|
8582
9016
|
color: var(--ls-fg-lighter);
|
|
8583
9017
|
background-color: var(--ls-bg-lighter)
|
|
8584
9018
|
}
|
|
8585
|
-
.Pagination .Square.Disabled
|
|
8586
|
-
|
|
9019
|
+
.Pagination .Square:hover:not(.Active):not(.Disabled):nth-child(-n+2),
|
|
9020
|
+
.Pagination .Square:hover:not(.Active):not(.Disabled):nth-last-of-type(-n+2) {
|
|
9021
|
+
color: var(--ls-bg-accent)
|
|
8587
9022
|
}
|
|
8588
9023
|
.Pagination .Square.Active {
|
|
8589
9024
|
color: var(--ls-fg-accent);
|
|
8590
9025
|
background-color: var(--ls-bg-accent);
|
|
8591
9026
|
border-color: transparent;
|
|
9027
|
+
font-weight: bolder;
|
|
8592
9028
|
box-shadow: 0 1px 1px -1px hsla(var(--ls-shadow-hsl),.27),0 2px 2px 0 hsla(var(--ls-shadow-hsl),.18),0 4px 6px 0 hsla(var(--ls-shadow-hsl),.09);
|
|
8593
|
-
transition: all .
|
|
9029
|
+
transition: all .15s linear
|
|
9030
|
+
}
|
|
9031
|
+
@media (max-width:767px) {
|
|
9032
|
+
.Pagination .Square {
|
|
9033
|
+
font-size: .8em
|
|
9034
|
+
}
|
|
9035
|
+
.Pagination .Square:nth-child(-n+2),
|
|
9036
|
+
.Pagination .Square:nth-last-of-type(-n+2) {
|
|
9037
|
+
font-size: 1em
|
|
9038
|
+
}
|
|
8594
9039
|
}
|
|
8595
9040
|
.Progress {
|
|
8596
9041
|
display: flex;
|
|
@@ -8641,83 +9086,57 @@ progress {
|
|
|
8641
9086
|
overflow: visible;
|
|
8642
9087
|
cursor: pointer
|
|
8643
9088
|
}
|
|
8644
|
-
.Rating .Square
|
|
9089
|
+
.Rating .Square,
|
|
9090
|
+
.Rating RatingItem {
|
|
9091
|
+
margin: 0;
|
|
8645
9092
|
border: none;
|
|
8646
9093
|
background: 0 0
|
|
8647
9094
|
}
|
|
8648
|
-
.Rating .Square .
|
|
9095
|
+
.Rating .Square .Rating-inner,
|
|
9096
|
+
.Rating .Square .Square-inner:not(.Rating-value),
|
|
9097
|
+
.Rating RatingItem .Rating-inner,
|
|
9098
|
+
.Rating RatingItem .Square-inner:not(.Rating-value) {
|
|
8649
9099
|
color: var(--ls-fg-surface);
|
|
8650
|
-
background-color: var(--ls-bg-surface)
|
|
8651
|
-
}
|
|
8652
|
-
.Rating .Square .Square-inner:not(.Rating-value).IsFraction {
|
|
8653
|
-
background: linear-gradient(to right,var(--ls-rating-bg-color) 0,var(--ls-bg-lightest) 100%);
|
|
8654
|
-
-o-border-image: linear-gradient(to right,var(--ls-rating-bg-color) 0%,var(--ls-bg-lightest) 100%) 1;
|
|
8655
|
-
border-image: linear-gradient(to right,var(--ls-rating-bg-color) 0%,var(--ls-bg-lightest) 100%) 1;
|
|
8656
|
-
color: var(--ls-rating-color)
|
|
8657
|
-
}
|
|
8658
|
-
.Rating .Square .Square-inner:not(.Rating-value).IsHovered,
|
|
8659
|
-
.Rating .Square .Square-inner:not(.Rating-value).IsSelected {
|
|
8660
|
-
border-color: var(--ls-rating-bg-color);
|
|
8661
|
-
background: var(--ls-rating-bg-color);
|
|
8662
|
-
color: var(--ls-rating-color)
|
|
8663
|
-
}
|
|
8664
|
-
.Rating .Square .Square-inner:not(.Rating-value).IsHovered.IsFraction,
|
|
8665
|
-
.Rating .Square .Square-inner:not(.Rating-value).IsSelected.IsFraction {
|
|
8666
|
-
background: linear-gradient(to right,var(--ls-rating-bg-color) 0,var(--ls-bg-lightest) 100%);
|
|
8667
|
-
-o-border-image: linear-gradient(to right,var(--ls-rating-bg-color) 0%,var(--ls-bg-lightest) 100%) 1;
|
|
8668
|
-
border-image: linear-gradient(to right,var(--ls-rating-bg-color) 0%,var(--ls-bg-lightest) 100%) 1;
|
|
8669
|
-
color: var(--ls-rating-color)
|
|
8670
|
-
}
|
|
8671
|
-
.Rating-star {
|
|
8672
|
-
--ls-rating-mask: url("data:image/svg+xml;base64,IDxzdmcgdmlld0JveD0nMCAwIDE5MCAxOTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBvbHlnb24gcG9pbnRzPScxMDAsMTAgNDAsMTgwIDE5MCw2MCAxMCw2MCAxNjAsMTgwJyAvPjwvc3ZnPgo=");
|
|
8673
|
-
--ls-rating-bg-color: #dbab09;
|
|
8674
|
-
--ls-rating-color: var(--ls-fg-hue)
|
|
8675
|
-
}
|
|
8676
|
-
.Rating-heart {
|
|
8677
|
-
--ls-rating-mask: url("data:image/svg+xml;base64,IDxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PSctMSAwIDUyIDUwJz48ZyA+PHBhdGggZD0nTTI0Ljg1LDEwLjEyNmMyLjAxOC00Ljc4Myw2LjYyOC04LjEyNSwxMS45OS04LjEyNWM3LjIyMywwLDEyLjQyNSw2LjE3OSwxMy4wNzksMTMuNTQzIGMwLDAsMC4zNTMsMS44MjgtMC40MjQsNS4xMTljLTEuMDU4LDQuNDgyLTMuNTQ1LDguNDY0LTYuODk4LDExLjUwM0wyNC44NSw0OEw3LjQwMiwzMi4xNjVjLTMuMzUzLTMuMDM4LTUuODQtNy4wMjEtNi44OTgtMTEuNTAzIGMtMC43NzctMy4yOTEtMC40MjQtNS4xMTktMC40MjQtNS4xMTlDMC43MzQsOC4xNzksNS45MzYsMiwxMy4xNTksMkMxOC41MjIsMiwyMi44MzIsNS4zNDMsMjQuODUsMTAuMTI2eicvPjwvZz48L3N2Zz4K");
|
|
8678
|
-
--ls-rating-bg-color: #d73c4c;
|
|
8679
|
-
--ls-rating-color: var(--ls-fg-hue)
|
|
8680
|
-
}
|
|
8681
|
-
.Rating-text {
|
|
8682
|
-
--ls-rating-bg-color: var(--ls-bg-accent);
|
|
8683
|
-
--ls-rating-color: var(--ls-fg-accent)
|
|
8684
|
-
}
|
|
8685
|
-
.Rating-text .Square .Square-inner:not(.Rating-value) {
|
|
9100
|
+
background-color: var(--ls-bg-surface);
|
|
8686
9101
|
margin: 1px;
|
|
8687
|
-
border: 4px solid var(--ls-bg-lightest)
|
|
8688
|
-
|
|
8689
|
-
|
|
8690
|
-
|
|
8691
|
-
.Rating
|
|
8692
|
-
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
mask: var(--svg-icon);
|
|
8698
|
-
-webkit-mask-repeat: no-repeat;
|
|
8699
|
-
mask-repeat: no-repeat;
|
|
8700
|
-
-webkit-mask-position: center;
|
|
8701
|
-
mask-position: center;
|
|
8702
|
-
-webkit-mask-size: contain;
|
|
8703
|
-
mask-size: contain;
|
|
8704
|
-
-webkit-mask-clip: inherit;
|
|
8705
|
-
mask-clip: inherit
|
|
9102
|
+
border: 4px solid var(--ls-bg-lightest)
|
|
9103
|
+
}
|
|
9104
|
+
.Rating .Square .Rating-inner.Fraction,
|
|
9105
|
+
.Rating .Square .Square-inner:not(.Rating-value).Fraction,
|
|
9106
|
+
.Rating RatingItem .Rating-inner.Fraction,
|
|
9107
|
+
.Rating RatingItem .Square-inner:not(.Rating-value).Fraction {
|
|
9108
|
+
background: linear-gradient(to right,var(--ls-rating-bg,var(--ls-bg-accent)) 0,var(--ls-bg-lightest) 100%);
|
|
9109
|
+
-o-border-image: linear-gradient(to right,var(--ls-rating-bg,var(--ls-bg-accent)) 0%,var(--ls-bg-lightest) 100%) 1;
|
|
9110
|
+
border-image: linear-gradient(to right,var(--ls-rating-bg,var(--ls-bg-accent)) 0%,var(--ls-bg-lightest) 100%) 1;
|
|
9111
|
+
color: var(--ls-fg-accent)
|
|
8706
9112
|
}
|
|
8707
|
-
.Rating
|
|
8708
|
-
.Rating
|
|
8709
|
-
|
|
8710
|
-
|
|
9113
|
+
.Rating .Square .Rating-inner.Hovered,
|
|
9114
|
+
.Rating .Square .Rating-inner.Selected,
|
|
9115
|
+
.Rating .Square .Square-inner:not(.Rating-value).Hovered,
|
|
9116
|
+
.Rating .Square .Square-inner:not(.Rating-value).Selected,
|
|
9117
|
+
.Rating RatingItem .Rating-inner.Hovered,
|
|
9118
|
+
.Rating RatingItem .Rating-inner.Selected,
|
|
9119
|
+
.Rating RatingItem .Square-inner:not(.Rating-value).Hovered,
|
|
9120
|
+
.Rating RatingItem .Square-inner:not(.Rating-value).Selected {
|
|
9121
|
+
border-color: var(--ls-rating-bg,var(--ls-bg-accent));
|
|
9122
|
+
background: var(--ls-rating-bg,var(--ls-bg-accent));
|
|
9123
|
+
color: var(--ls-fg-accent)
|
|
8711
9124
|
}
|
|
8712
|
-
.Rating
|
|
8713
|
-
.Rating
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8717
|
-
|
|
9125
|
+
.Rating .Square .Rating-inner.Hovered.Fraction,
|
|
9126
|
+
.Rating .Square .Rating-inner.Selected.Fraction,
|
|
9127
|
+
.Rating .Square .Square-inner:not(.Rating-value).Hovered.Fraction,
|
|
9128
|
+
.Rating .Square .Square-inner:not(.Rating-value).Selected.Fraction,
|
|
9129
|
+
.Rating RatingItem .Rating-inner.Hovered.Fraction,
|
|
9130
|
+
.Rating RatingItem .Rating-inner.Selected.Fraction,
|
|
9131
|
+
.Rating RatingItem .Square-inner:not(.Rating-value).Hovered.Fraction,
|
|
9132
|
+
.Rating RatingItem .Square-inner:not(.Rating-value).Selected.Fraction {
|
|
9133
|
+
background: linear-gradient(to right,var(--ls-rating-bg,var(--ls-bg-accent)) 0,var(--ls-bg-lightest) 100%);
|
|
9134
|
+
-o-border-image: linear-gradient(to right,var(--ls-rating-bg,var(--ls-bg-accent)) 0%,var(--ls-bg-lightest) 100%) 1;
|
|
9135
|
+
border-image: linear-gradient(to right,var(--ls-rating-bg,var(--ls-bg-accent)) 0%,var(--ls-bg-lightest) 100%) 1;
|
|
9136
|
+
color: var(--ls-fg-accent)
|
|
8718
9137
|
}
|
|
8719
9138
|
.Scrollbar {
|
|
8720
|
-
scrollbar-gutter:
|
|
9139
|
+
scrollbar-gutter: auto
|
|
8721
9140
|
}
|
|
8722
9141
|
.Scrollbar::-webkit-scrollbar {
|
|
8723
9142
|
width: var(--ls-scrollbar-width,.8rem);
|
|
@@ -8779,6 +9198,7 @@ progress {
|
|
|
8779
9198
|
border: .25em solid currentColor;
|
|
8780
9199
|
border-right-color: transparent;
|
|
8781
9200
|
border-radius: 50%;
|
|
9201
|
+
color: var(--ls-bg-accent);
|
|
8782
9202
|
-webkit-animation: .75s linear infinite spin-CW;
|
|
8783
9203
|
animation: .75s linear infinite spin-CW
|
|
8784
9204
|
}
|
|
@@ -8787,6 +9207,7 @@ progress {
|
|
|
8787
9207
|
width: 2rem;
|
|
8788
9208
|
height: 2rem;
|
|
8789
9209
|
margin: .25rem;
|
|
9210
|
+
color: var(--ls-bg-accent);
|
|
8790
9211
|
vertical-align: text-bottom;
|
|
8791
9212
|
background-color: currentColor;
|
|
8792
9213
|
border-radius: 50%;
|
|
@@ -8794,15 +9215,13 @@ progress {
|
|
|
8794
9215
|
-webkit-animation: .75s linear infinite grow;
|
|
8795
9216
|
animation: .75s linear infinite grow
|
|
8796
9217
|
}
|
|
8797
|
-
.Spinner-vortex
|
|
8798
|
-
.Spinner-vortex-square {
|
|
9218
|
+
.Spinner-vortex {
|
|
8799
9219
|
position: relative;
|
|
8800
|
-
display: block;
|
|
8801
|
-
width:
|
|
8802
|
-
height:
|
|
9220
|
+
display: inline-block;
|
|
9221
|
+
min-width: 120px;
|
|
9222
|
+
min-height: 120px
|
|
8803
9223
|
}
|
|
8804
|
-
.Spinner-vortex span
|
|
8805
|
-
.Spinner-vortex-square span {
|
|
9224
|
+
.Spinner-vortex span {
|
|
8806
9225
|
position: absolute;
|
|
8807
9226
|
width: 50%;
|
|
8808
9227
|
height: 100%;
|
|
@@ -8810,8 +9229,7 @@ progress {
|
|
|
8810
9229
|
left: 0;
|
|
8811
9230
|
right: 0
|
|
8812
9231
|
}
|
|
8813
|
-
.Spinner-vortex span:before
|
|
8814
|
-
.Spinner-vortex-square span:before {
|
|
9232
|
+
.Spinner-vortex span:before {
|
|
8815
9233
|
position: absolute;
|
|
8816
9234
|
width: 100%;
|
|
8817
9235
|
height: 50%;
|
|
@@ -8821,86 +9239,70 @@ progress {
|
|
|
8821
9239
|
top: 0;
|
|
8822
9240
|
transform: scale(0)
|
|
8823
9241
|
}
|
|
8824
|
-
.Spinner-vortex span:nth-child(7n+1)
|
|
8825
|
-
.Spinner-vortex-square span:nth-child(7n+1) {
|
|
9242
|
+
.Spinner-vortex span:nth-child(7n+1) {
|
|
8826
9243
|
transform: rotate(45deg)
|
|
8827
9244
|
}
|
|
8828
|
-
.Spinner-vortex span:nth-child(7n+1):before
|
|
8829
|
-
.Spinner-vortex-square span:nth-child(7n+1):before {
|
|
9245
|
+
.Spinner-vortex span:nth-child(7n+1):before {
|
|
8830
9246
|
-webkit-animation: opacity .8s linear .1s normal none infinite running;
|
|
8831
9247
|
animation: opacity .8s linear .1s normal none infinite running
|
|
8832
9248
|
}
|
|
8833
|
-
.Spinner-vortex span:nth-child(7n+2)
|
|
8834
|
-
.Spinner-vortex-square span:nth-child(7n+2) {
|
|
9249
|
+
.Spinner-vortex span:nth-child(7n+2) {
|
|
8835
9250
|
transform: rotate(90deg)
|
|
8836
9251
|
}
|
|
8837
|
-
.Spinner-vortex span:nth-child(7n+2):before
|
|
8838
|
-
.Spinner-vortex-square span:nth-child(7n+2):before {
|
|
9252
|
+
.Spinner-vortex span:nth-child(7n+2):before {
|
|
8839
9253
|
-webkit-animation: opacity .8s linear .2s normal none infinite running;
|
|
8840
9254
|
animation: opacity .8s linear .2s normal none infinite running
|
|
8841
9255
|
}
|
|
8842
|
-
.Spinner-vortex span:nth-child(7n+3)
|
|
8843
|
-
.Spinner-vortex-square span:nth-child(7n+3) {
|
|
9256
|
+
.Spinner-vortex span:nth-child(7n+3) {
|
|
8844
9257
|
transform: rotate(135deg)
|
|
8845
9258
|
}
|
|
8846
|
-
.Spinner-vortex span:nth-child(7n+3):before
|
|
8847
|
-
.Spinner-vortex-square span:nth-child(7n+3):before {
|
|
9259
|
+
.Spinner-vortex span:nth-child(7n+3):before {
|
|
8848
9260
|
-webkit-animation: opacity .8s linear .3s normal none infinite running;
|
|
8849
9261
|
animation: opacity .8s linear .3s normal none infinite running
|
|
8850
9262
|
}
|
|
8851
|
-
.Spinner-vortex span:nth-child(7n+4)
|
|
8852
|
-
.Spinner-vortex-square span:nth-child(7n+4) {
|
|
9263
|
+
.Spinner-vortex span:nth-child(7n+4) {
|
|
8853
9264
|
transform: rotate(180deg)
|
|
8854
9265
|
}
|
|
8855
|
-
.Spinner-vortex span:nth-child(7n+4):before
|
|
8856
|
-
.Spinner-vortex-square span:nth-child(7n+4):before {
|
|
9266
|
+
.Spinner-vortex span:nth-child(7n+4):before {
|
|
8857
9267
|
-webkit-animation: opacity .8s linear .4s normal none infinite running;
|
|
8858
9268
|
animation: opacity .8s linear .4s normal none infinite running
|
|
8859
9269
|
}
|
|
8860
|
-
.Spinner-vortex span:nth-child(7n+5)
|
|
8861
|
-
.Spinner-vortex-square span:nth-child(7n+5) {
|
|
9270
|
+
.Spinner-vortex span:nth-child(7n+5) {
|
|
8862
9271
|
transform: rotate(225deg)
|
|
8863
9272
|
}
|
|
8864
|
-
.Spinner-vortex span:nth-child(7n+5):before
|
|
8865
|
-
.Spinner-vortex-square span:nth-child(7n+5):before {
|
|
9273
|
+
.Spinner-vortex span:nth-child(7n+5):before {
|
|
8866
9274
|
-webkit-animation: opacity .8s linear .5s normal none infinite running;
|
|
8867
9275
|
animation: opacity .8s linear .5s normal none infinite running
|
|
8868
9276
|
}
|
|
8869
|
-
.Spinner-vortex span:nth-child(7n+6)
|
|
8870
|
-
.Spinner-vortex-square span:nth-child(7n+6) {
|
|
9277
|
+
.Spinner-vortex span:nth-child(7n+6) {
|
|
8871
9278
|
transform: rotate(270deg)
|
|
8872
9279
|
}
|
|
8873
|
-
.Spinner-vortex span:nth-child(7n+6):before
|
|
8874
|
-
.Spinner-vortex-square span:nth-child(7n+6):before {
|
|
9280
|
+
.Spinner-vortex span:nth-child(7n+6):before {
|
|
8875
9281
|
-webkit-animation: opacity .8s linear .6s normal none infinite running;
|
|
8876
9282
|
animation: opacity .8s linear .6s normal none infinite running
|
|
8877
9283
|
}
|
|
8878
|
-
.Spinner-vortex span:nth-child(7n+7)
|
|
8879
|
-
.Spinner-vortex-square span:nth-child(7n+7) {
|
|
9284
|
+
.Spinner-vortex span:nth-child(7n+7) {
|
|
8880
9285
|
transform: rotate(315deg)
|
|
8881
9286
|
}
|
|
8882
|
-
.Spinner-vortex span:nth-child(7n+7):before
|
|
8883
|
-
.Spinner-vortex-square span:nth-child(7n+7):before {
|
|
9287
|
+
.Spinner-vortex span:nth-child(7n+7):before {
|
|
8884
9288
|
-webkit-animation: opacity .8s linear .7s normal none infinite running;
|
|
8885
9289
|
animation: opacity .8s linear .7s normal none infinite running
|
|
8886
9290
|
}
|
|
8887
|
-
.Spinner-vortex span:nth-child(7n+8)
|
|
8888
|
-
.Spinner-vortex-square span:nth-child(7n+8) {
|
|
9291
|
+
.Spinner-vortex span:nth-child(7n+8) {
|
|
8889
9292
|
transform: rotate(360deg)
|
|
8890
9293
|
}
|
|
8891
|
-
.Spinner-vortex span:nth-child(7n+8):before
|
|
8892
|
-
.Spinner-vortex-square span:nth-child(7n+8):before {
|
|
9294
|
+
.Spinner-vortex span:nth-child(7n+8):before {
|
|
8893
9295
|
-webkit-animation: opacity .8s linear .8s normal none infinite running;
|
|
8894
9296
|
animation: opacity .8s linear .8s normal none infinite running
|
|
8895
9297
|
}
|
|
8896
|
-
.Spinner-vortex-square span:before {
|
|
9298
|
+
.Spinner-vortex.Spinner-vortex-square span:before {
|
|
8897
9299
|
border-radius: 10px
|
|
8898
9300
|
}
|
|
8899
9301
|
.Square {
|
|
8900
9302
|
position: relative;
|
|
9303
|
+
display: flex;
|
|
8901
9304
|
flex: 1 0 auto;
|
|
8902
9305
|
margin: 2px;
|
|
8903
|
-
font-weight: 700;
|
|
8904
9306
|
-webkit-user-select: none;
|
|
8905
9307
|
-moz-user-select: none;
|
|
8906
9308
|
user-select: none
|
|
@@ -8924,14 +9326,12 @@ progress {
|
|
|
8924
9326
|
.Timeline {
|
|
8925
9327
|
display: block;
|
|
8926
9328
|
position: relative;
|
|
8927
|
-
overflow: visible;
|
|
8928
9329
|
color: var(--ls-fg-surface);
|
|
8929
9330
|
background-color: var(--ls-bg-surface);
|
|
8930
|
-
box-shadow: 0 0 1px 0 hsla(var(--ls-shadow-hsl),.27) inset,0 0 2px 0 hsla(var(--ls-shadow-hsl),.18) inset,0 0 6px 0 hsla(var(--ls-shadow-hsl),.09) inset;
|
|
8931
9331
|
background-clip: border-box;
|
|
9332
|
+
min-width: 0;
|
|
8932
9333
|
padding: 0;
|
|
8933
|
-
margin-bottom: 1.5rem
|
|
8934
|
-
min-width: 0
|
|
9334
|
+
margin-bottom: 1.5rem
|
|
8935
9335
|
}
|
|
8936
9336
|
.Timeline .Timeline-header {
|
|
8937
9337
|
padding: 1rem;
|
|
@@ -8940,136 +9340,77 @@ progress {
|
|
|
8940
9340
|
.Timeline .Timeline-item {
|
|
8941
9341
|
position: relative;
|
|
8942
9342
|
display: flex;
|
|
8943
|
-
|
|
8944
|
-
padding-right: 1rem;
|
|
8945
|
-
padding-left: 1rem
|
|
9343
|
+
align-items: center
|
|
8946
9344
|
}
|
|
8947
|
-
.Timeline .Timeline-item
|
|
9345
|
+
.Timeline .Timeline-item.Inverted {
|
|
9346
|
+
flex-direction: row-reverse
|
|
9347
|
+
}
|
|
9348
|
+
.Timeline .Timeline-item.Inverted:after {
|
|
9349
|
+
left: auto;
|
|
9350
|
+
right: 16px
|
|
9351
|
+
}
|
|
9352
|
+
.Timeline .Timeline-item.Inverted .Timeline-badge {
|
|
9353
|
+
margin-right: 0;
|
|
9354
|
+
margin-left: .75rem
|
|
9355
|
+
}
|
|
9356
|
+
.Timeline .Timeline-item:after {
|
|
8948
9357
|
position: absolute;
|
|
8949
9358
|
content: " ";
|
|
8950
9359
|
background-color: hsla(var(--ls-border-hsl),var(--ls-border-alpha));
|
|
8951
9360
|
width: 3px;
|
|
8952
9361
|
height: 100%;
|
|
8953
|
-
left:
|
|
9362
|
+
left: 16px;
|
|
8954
9363
|
right: auto;
|
|
8955
|
-
top:
|
|
8956
|
-
}
|
|
8957
|
-
.Timeline .Timeline-item .Timeline-badge {
|
|
8958
|
-
position: relative;
|
|
8959
|
-
display: flex;
|
|
8960
|
-
z-index: 1;
|
|
8961
|
-
align-items: center
|
|
8962
|
-
}
|
|
8963
|
-
.Timeline .Timeline-item .Timeline-badge .Timeline-badge-inner {
|
|
8964
|
-
position: relative;
|
|
8965
|
-
display: flex;
|
|
8966
|
-
width: 32px;
|
|
8967
|
-
height: 32px;
|
|
8968
|
-
color: var(--ls-fg-accent);
|
|
8969
|
-
background-color: var(--ls-bg-accent);
|
|
8970
|
-
border-radius: 50%;
|
|
8971
|
-
box-shadow: 0 0 1px 0 hsla(var(--ls-shadow-hsl),.27) inset,0 0 2px 0 hsla(var(--ls-shadow-hsl),.18) inset,0 0 6px 0 hsla(var(--ls-shadow-hsl),.09) inset;
|
|
8972
|
-
margin-bottom: 1rem
|
|
8973
|
-
}
|
|
8974
|
-
.Timeline .Timeline-item .Timeline-badge .Timeline-badge-inner * {
|
|
8975
|
-
display: block;
|
|
8976
|
-
margin: auto
|
|
8977
|
-
}
|
|
8978
|
-
.Timeline .Timeline-item .Timeline-body {
|
|
8979
|
-
position: relative;
|
|
8980
|
-
min-width: 0;
|
|
8981
|
-
max-width: 100%;
|
|
8982
|
-
padding: 0;
|
|
8983
|
-
margin: 0 0 0 1.4rem
|
|
8984
|
-
}
|
|
8985
|
-
.Timeline .Timeline-item .Timeline-body .Card {
|
|
8986
|
-
border-top: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha))
|
|
8987
|
-
}
|
|
8988
|
-
.Timeline .Timeline-item .Timeline-body .Card .Card-img {
|
|
8989
|
-
overflow: hidden;
|
|
8990
|
-
margin: .5rem
|
|
8991
|
-
}
|
|
8992
|
-
.Timeline .Timeline-item .Timeline-body .Card.Card-horizontal .Card-img {
|
|
8993
|
-
padding: .25rem
|
|
9364
|
+
top: 0
|
|
8994
9365
|
}
|
|
8995
|
-
|
|
8996
|
-
|
|
8997
|
-
|
|
8998
|
-
}
|
|
9366
|
+
.Timeline .Timeline-item.First:after {
|
|
9367
|
+
height: 50%;
|
|
9368
|
+
top: 50%
|
|
8999
9369
|
}
|
|
9000
|
-
.Timeline .Timeline-item.
|
|
9001
|
-
|
|
9370
|
+
.Timeline .Timeline-item.Last:after {
|
|
9371
|
+
height: 50%;
|
|
9372
|
+
top: 0
|
|
9002
9373
|
}
|
|
9003
|
-
.Timeline .Timeline-item
|
|
9004
|
-
|
|
9374
|
+
.Timeline .Timeline-item .Timeline-badge {
|
|
9375
|
+
width: 40px;
|
|
9376
|
+
z-index: 1001;
|
|
9377
|
+
margin-right: .75rem;
|
|
9378
|
+
margin-bottom: .75rem
|
|
9005
9379
|
}
|
|
9006
|
-
|
|
9007
|
-
|
|
9008
|
-
|
|
9009
|
-
width: 100%;
|
|
9010
|
-
padding-right: .25rem;
|
|
9011
|
-
padding-left: .25rem
|
|
9012
|
-
}
|
|
9013
|
-
.Timeline .Timeline-item-inverted:not(:last-child):after,
|
|
9014
|
-
.Timeline .Timeline-item:not(:last-child):after {
|
|
9015
|
-
left: 1.2rem
|
|
9016
|
-
}
|
|
9380
|
+
.Timeline .Timeline-item .Timeline-content {
|
|
9381
|
+
width: 100%;
|
|
9382
|
+
margin-left: auto
|
|
9017
9383
|
}
|
|
9018
9384
|
.Timer {
|
|
9019
9385
|
display: flex;
|
|
9020
9386
|
position: relative;
|
|
9021
9387
|
overflow: hidden;
|
|
9022
|
-
|
|
9023
|
-
color: var(--ls-fg-surface);
|
|
9388
|
+
color: var(--ls-bg-accent);
|
|
9024
9389
|
background-color: var(--ls-bg-surface);
|
|
9025
9390
|
border: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha));
|
|
9026
9391
|
box-shadow: 0 1px 1px -1px hsla(var(--ls-shadow-hsl),.27),0 2px 2px 0 hsla(var(--ls-shadow-hsl),.18),0 4px 6px 0 hsla(var(--ls-shadow-hsl),.09);
|
|
9027
|
-
min-height: 110px;
|
|
9028
|
-
padding: 5px 10px;
|
|
9029
9392
|
margin-bottom: 10px
|
|
9030
9393
|
}
|
|
9031
|
-
.Timer .
|
|
9032
|
-
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
border-bottom: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha))
|
|
9036
|
-
}
|
|
9037
|
-
.Timer .Timer-expired {
|
|
9394
|
+
.Timer .Square,
|
|
9395
|
+
.Timer .Timer-item,
|
|
9396
|
+
.Timer TimerItem {
|
|
9397
|
+
position: relative;
|
|
9038
9398
|
display: flex;
|
|
9039
|
-
flex
|
|
9040
|
-
font-weight: 700;
|
|
9041
|
-
color: var(--ls-fg-surface);
|
|
9042
|
-
align-items: center;
|
|
9043
|
-
justify-content: center
|
|
9044
|
-
}
|
|
9045
|
-
.Timer .Square {
|
|
9046
|
-
font-family: inherit;
|
|
9047
|
-
font-size: inherit;
|
|
9048
|
-
font-weight: inherit;
|
|
9049
|
-
border: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha))
|
|
9050
|
-
}
|
|
9051
|
-
.Timer .Timer-divider:not(.Timer-canvas .Timer-divider) {
|
|
9052
|
-
margin-top: auto;
|
|
9053
|
-
margin-bottom: auto
|
|
9399
|
+
flex: auto
|
|
9054
9400
|
}
|
|
9055
|
-
.Timer .Timer-divider
|
|
9401
|
+
.Timer .Timer-divider,
|
|
9402
|
+
.Timer TimerDivider {
|
|
9056
9403
|
position: relative;
|
|
9057
|
-
width: 8%;
|
|
9058
|
-
margin: 2px -2px
|
|
9059
|
-
}
|
|
9060
|
-
.Timer .Timer-divider div,
|
|
9061
|
-
.Timer .Timer-divider span {
|
|
9062
|
-
position: absolute;
|
|
9063
9404
|
display: flex;
|
|
9064
|
-
|
|
9065
|
-
|
|
9066
|
-
|
|
9067
|
-
right: 0;
|
|
9068
|
-
bottom: 0;
|
|
9069
|
-
top: 0
|
|
9405
|
+
width: 10%;
|
|
9406
|
+
margin-top: auto;
|
|
9407
|
+
margin-bottom: auto
|
|
9070
9408
|
}
|
|
9071
|
-
|
|
9072
|
-
|
|
9409
|
+
@media (max-width:767px) {
|
|
9410
|
+
.Timer .Timer-divider,
|
|
9411
|
+
.Timer TimerDivider {
|
|
9412
|
+
width: 20%
|
|
9413
|
+
}
|
|
9073
9414
|
}
|
|
9074
9415
|
.Toast {
|
|
9075
9416
|
display: block;
|
|
@@ -12664,8 +13005,8 @@ progress {
|
|
|
12664
13005
|
--ls-bg-lighter: #3fd98c;
|
|
12665
13006
|
--ls-bg-lightest: #e5faf0;
|
|
12666
13007
|
--ls-fg-muted: #6c757d;
|
|
12667
|
-
--ls-fg-hue:
|
|
12668
|
-
--ls-fg-accent:
|
|
13008
|
+
--ls-fg-hue: white;
|
|
13009
|
+
--ls-fg-accent: white;
|
|
12669
13010
|
--ls-fg-body: black;
|
|
12670
13011
|
--ls-fg-surface: black;
|
|
12671
13012
|
--ls-fg-lighter: black;
|
|
@@ -12687,8 +13028,8 @@ progress {
|
|
|
12687
13028
|
--ls-alert-bg-lighter: #3fd98c;
|
|
12688
13029
|
--ls-alert-bg-lightest: #e5faf0;
|
|
12689
13030
|
--ls-alert-fg-muted: #6c757d;
|
|
12690
|
-
--ls-alert-fg-hue:
|
|
12691
|
-
--ls-alert-fg-accent:
|
|
13031
|
+
--ls-alert-fg-hue: white;
|
|
13032
|
+
--ls-alert-fg-accent: white;
|
|
12692
13033
|
--ls-alert-fg-body: black;
|
|
12693
13034
|
--ls-alert-fg-surface: black;
|
|
12694
13035
|
--ls-alert-fg-lighter: black;
|
|
@@ -12710,8 +13051,8 @@ progress {
|
|
|
12710
13051
|
--ls-calendar-bg-lighter: #3fd98c;
|
|
12711
13052
|
--ls-calendar-bg-lightest: #e5faf0;
|
|
12712
13053
|
--ls-calendar-fg-muted: #6c757d;
|
|
12713
|
-
--ls-calendar-fg-hue:
|
|
12714
|
-
--ls-calendar-fg-accent:
|
|
13054
|
+
--ls-calendar-fg-hue: white;
|
|
13055
|
+
--ls-calendar-fg-accent: white;
|
|
12715
13056
|
--ls-calendar-fg-body: black;
|
|
12716
13057
|
--ls-calendar-fg-surface: black;
|
|
12717
13058
|
--ls-calendar-fg-lighter: black;
|
|
@@ -12733,8 +13074,8 @@ progress {
|
|
|
12733
13074
|
--ls-card-bg-lighter: #3fd98c;
|
|
12734
13075
|
--ls-card-bg-lightest: #e5faf0;
|
|
12735
13076
|
--ls-card-fg-muted: #6c757d;
|
|
12736
|
-
--ls-card-fg-hue:
|
|
12737
|
-
--ls-card-fg-accent:
|
|
13077
|
+
--ls-card-fg-hue: white;
|
|
13078
|
+
--ls-card-fg-accent: white;
|
|
12738
13079
|
--ls-card-fg-body: black;
|
|
12739
13080
|
--ls-card-fg-surface: black;
|
|
12740
13081
|
--ls-card-fg-lighter: black;
|
|
@@ -12756,8 +13097,8 @@ progress {
|
|
|
12756
13097
|
--ls-caret-bg-lighter: #3fd98c;
|
|
12757
13098
|
--ls-caret-bg-lightest: #e5faf0;
|
|
12758
13099
|
--ls-caret-fg-muted: #6c757d;
|
|
12759
|
-
--ls-caret-fg-hue:
|
|
12760
|
-
--ls-caret-fg-accent:
|
|
13100
|
+
--ls-caret-fg-hue: white;
|
|
13101
|
+
--ls-caret-fg-accent: white;
|
|
12761
13102
|
--ls-caret-fg-body: black;
|
|
12762
13103
|
--ls-caret-fg-surface: black;
|
|
12763
13104
|
--ls-caret-fg-lighter: black;
|
|
@@ -12779,8 +13120,8 @@ progress {
|
|
|
12779
13120
|
--ls-toast-bg-lighter: #3fd98c;
|
|
12780
13121
|
--ls-toast-bg-lightest: #e5faf0;
|
|
12781
13122
|
--ls-toast-fg-muted: #6c757d;
|
|
12782
|
-
--ls-toast-fg-hue:
|
|
12783
|
-
--ls-toast-fg-accent:
|
|
13123
|
+
--ls-toast-fg-hue: white;
|
|
13124
|
+
--ls-toast-fg-accent: white;
|
|
12784
13125
|
--ls-toast-fg-body: black;
|
|
12785
13126
|
--ls-toast-fg-surface: black;
|
|
12786
13127
|
--ls-toast-fg-lighter: black;
|
|
@@ -12802,8 +13143,8 @@ progress {
|
|
|
12802
13143
|
--ls-btn-bg-lighter: #3fd98c;
|
|
12803
13144
|
--ls-btn-bg-lightest: #e5faf0;
|
|
12804
13145
|
--ls-btn-fg-muted: #6c757d;
|
|
12805
|
-
--ls-btn-fg-hue:
|
|
12806
|
-
--ls-btn-fg-accent:
|
|
13146
|
+
--ls-btn-fg-hue: white;
|
|
13147
|
+
--ls-btn-fg-accent: white;
|
|
12807
13148
|
--ls-btn-fg-body: black;
|
|
12808
13149
|
--ls-btn-fg-surface: black;
|
|
12809
13150
|
--ls-btn-fg-lighter: black;
|
|
@@ -12825,8 +13166,8 @@ progress {
|
|
|
12825
13166
|
--ls-btn-bg-lighter: #3fd98c;
|
|
12826
13167
|
--ls-btn-bg-lightest: #e5faf0;
|
|
12827
13168
|
--ls-btn-fg-muted: #6c757d;
|
|
12828
|
-
--ls-btn-fg-hue:
|
|
12829
|
-
--ls-btn-fg-accent:
|
|
13169
|
+
--ls-btn-fg-hue: white;
|
|
13170
|
+
--ls-btn-fg-accent: white;
|
|
12830
13171
|
--ls-btn-fg-body: black;
|
|
12831
13172
|
--ls-btn-fg-surface: black;
|
|
12832
13173
|
--ls-btn-fg-lighter: black;
|
|
@@ -12848,8 +13189,8 @@ progress {
|
|
|
12848
13189
|
--ls-lst-bg-lighter: #3fd98c;
|
|
12849
13190
|
--ls-lst-bg-lightest: #e5faf0;
|
|
12850
13191
|
--ls-lst-fg-muted: #6c757d;
|
|
12851
|
-
--ls-lst-fg-hue:
|
|
12852
|
-
--ls-lst-fg-accent:
|
|
13192
|
+
--ls-lst-fg-hue: white;
|
|
13193
|
+
--ls-lst-fg-accent: white;
|
|
12853
13194
|
--ls-lst-fg-body: black;
|
|
12854
13195
|
--ls-lst-fg-surface: black;
|
|
12855
13196
|
--ls-lst-fg-lighter: black;
|
|
@@ -13285,8 +13626,8 @@ progress {
|
|
|
13285
13626
|
--ls-bg-lighter: #e8919a;
|
|
13286
13627
|
--ls-bg-lightest: #fae6e8;
|
|
13287
13628
|
--ls-fg-muted: #6c757d;
|
|
13288
|
-
--ls-fg-hue:
|
|
13289
|
-
--ls-fg-accent:
|
|
13629
|
+
--ls-fg-hue: white;
|
|
13630
|
+
--ls-fg-accent: white;
|
|
13290
13631
|
--ls-fg-body: black;
|
|
13291
13632
|
--ls-fg-surface: black;
|
|
13292
13633
|
--ls-fg-lighter: black;
|
|
@@ -13308,8 +13649,8 @@ progress {
|
|
|
13308
13649
|
--ls-alert-bg-lighter: #e8919a;
|
|
13309
13650
|
--ls-alert-bg-lightest: #fae6e8;
|
|
13310
13651
|
--ls-alert-fg-muted: #6c757d;
|
|
13311
|
-
--ls-alert-fg-hue:
|
|
13312
|
-
--ls-alert-fg-accent:
|
|
13652
|
+
--ls-alert-fg-hue: white;
|
|
13653
|
+
--ls-alert-fg-accent: white;
|
|
13313
13654
|
--ls-alert-fg-body: black;
|
|
13314
13655
|
--ls-alert-fg-surface: black;
|
|
13315
13656
|
--ls-alert-fg-lighter: black;
|
|
@@ -13331,8 +13672,8 @@ progress {
|
|
|
13331
13672
|
--ls-calendar-bg-lighter: #e8919a;
|
|
13332
13673
|
--ls-calendar-bg-lightest: #fae6e8;
|
|
13333
13674
|
--ls-calendar-fg-muted: #6c757d;
|
|
13334
|
-
--ls-calendar-fg-hue:
|
|
13335
|
-
--ls-calendar-fg-accent:
|
|
13675
|
+
--ls-calendar-fg-hue: white;
|
|
13676
|
+
--ls-calendar-fg-accent: white;
|
|
13336
13677
|
--ls-calendar-fg-body: black;
|
|
13337
13678
|
--ls-calendar-fg-surface: black;
|
|
13338
13679
|
--ls-calendar-fg-lighter: black;
|
|
@@ -13354,8 +13695,8 @@ progress {
|
|
|
13354
13695
|
--ls-card-bg-lighter: #e8919a;
|
|
13355
13696
|
--ls-card-bg-lightest: #fae6e8;
|
|
13356
13697
|
--ls-card-fg-muted: #6c757d;
|
|
13357
|
-
--ls-card-fg-hue:
|
|
13358
|
-
--ls-card-fg-accent:
|
|
13698
|
+
--ls-card-fg-hue: white;
|
|
13699
|
+
--ls-card-fg-accent: white;
|
|
13359
13700
|
--ls-card-fg-body: black;
|
|
13360
13701
|
--ls-card-fg-surface: black;
|
|
13361
13702
|
--ls-card-fg-lighter: black;
|
|
@@ -13377,8 +13718,8 @@ progress {
|
|
|
13377
13718
|
--ls-caret-bg-lighter: #e8919a;
|
|
13378
13719
|
--ls-caret-bg-lightest: #fae6e8;
|
|
13379
13720
|
--ls-caret-fg-muted: #6c757d;
|
|
13380
|
-
--ls-caret-fg-hue:
|
|
13381
|
-
--ls-caret-fg-accent:
|
|
13721
|
+
--ls-caret-fg-hue: white;
|
|
13722
|
+
--ls-caret-fg-accent: white;
|
|
13382
13723
|
--ls-caret-fg-body: black;
|
|
13383
13724
|
--ls-caret-fg-surface: black;
|
|
13384
13725
|
--ls-caret-fg-lighter: black;
|
|
@@ -13400,8 +13741,8 @@ progress {
|
|
|
13400
13741
|
--ls-toast-bg-lighter: #e8919a;
|
|
13401
13742
|
--ls-toast-bg-lightest: #fae6e8;
|
|
13402
13743
|
--ls-toast-fg-muted: #6c757d;
|
|
13403
|
-
--ls-toast-fg-hue:
|
|
13404
|
-
--ls-toast-fg-accent:
|
|
13744
|
+
--ls-toast-fg-hue: white;
|
|
13745
|
+
--ls-toast-fg-accent: white;
|
|
13405
13746
|
--ls-toast-fg-body: black;
|
|
13406
13747
|
--ls-toast-fg-surface: black;
|
|
13407
13748
|
--ls-toast-fg-lighter: black;
|
|
@@ -13423,8 +13764,8 @@ progress {
|
|
|
13423
13764
|
--ls-btn-bg-lighter: #e8919a;
|
|
13424
13765
|
--ls-btn-bg-lightest: #fae6e8;
|
|
13425
13766
|
--ls-btn-fg-muted: #6c757d;
|
|
13426
|
-
--ls-btn-fg-hue:
|
|
13427
|
-
--ls-btn-fg-accent:
|
|
13767
|
+
--ls-btn-fg-hue: white;
|
|
13768
|
+
--ls-btn-fg-accent: white;
|
|
13428
13769
|
--ls-btn-fg-body: black;
|
|
13429
13770
|
--ls-btn-fg-surface: black;
|
|
13430
13771
|
--ls-btn-fg-lighter: black;
|
|
@@ -13446,8 +13787,8 @@ progress {
|
|
|
13446
13787
|
--ls-btn-bg-lighter: #e8919a;
|
|
13447
13788
|
--ls-btn-bg-lightest: #fae6e8;
|
|
13448
13789
|
--ls-btn-fg-muted: #6c757d;
|
|
13449
|
-
--ls-btn-fg-hue:
|
|
13450
|
-
--ls-btn-fg-accent:
|
|
13790
|
+
--ls-btn-fg-hue: white;
|
|
13791
|
+
--ls-btn-fg-accent: white;
|
|
13451
13792
|
--ls-btn-fg-body: black;
|
|
13452
13793
|
--ls-btn-fg-surface: black;
|
|
13453
13794
|
--ls-btn-fg-lighter: black;
|
|
@@ -13469,8 +13810,8 @@ progress {
|
|
|
13469
13810
|
--ls-lst-bg-lighter: #e8919a;
|
|
13470
13811
|
--ls-lst-bg-lightest: #fae6e8;
|
|
13471
13812
|
--ls-lst-fg-muted: #6c757d;
|
|
13472
|
-
--ls-lst-fg-hue:
|
|
13473
|
-
--ls-lst-fg-accent:
|
|
13813
|
+
--ls-lst-fg-hue: white;
|
|
13814
|
+
--ls-lst-fg-accent: white;
|
|
13474
13815
|
--ls-lst-fg-body: black;
|
|
13475
13816
|
--ls-lst-fg-surface: black;
|
|
13476
13817
|
--ls-lst-fg-lighter: black;
|
|
@@ -13504,7 +13845,7 @@ progress {
|
|
|
13504
13845
|
.Accent-success {
|
|
13505
13846
|
--ls-bg-accent-hsl: 150deg,67%,35%;
|
|
13506
13847
|
--ls-bg-accent: #1d9559;
|
|
13507
|
-
--ls-fg-accent:
|
|
13848
|
+
--ls-fg-accent: white
|
|
13508
13849
|
}
|
|
13509
13850
|
.Accent-info {
|
|
13510
13851
|
--ls-bg-accent-hsl: 195deg,90%,55%;
|
|
@@ -13519,7 +13860,7 @@ progress {
|
|
|
13519
13860
|
.Accent-danger {
|
|
13520
13861
|
--ls-bg-accent-hsl: 354deg,66%,54%;
|
|
13521
13862
|
--ls-bg-accent: #d73c4c;
|
|
13522
|
-
--ls-fg-accent:
|
|
13863
|
+
--ls-fg-accent: white
|
|
13523
13864
|
}
|
|
13524
13865
|
.Overlay-0 {
|
|
13525
13866
|
background-color: hsla(var(--ls-overlay-hsl),0%)
|