@7shifts/sous-chef 3.90.1 → 3.91.1
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
CHANGED
|
@@ -1460,10 +1460,17 @@ h5._i2LHD {
|
|
|
1460
1460
|
background: linear-gradient(0deg, var(--color-hover-darken) 0%, var(--color-hover-darken) 100%), var(--color-surface-container);
|
|
1461
1461
|
}
|
|
1462
1462
|
._ISJ4M {
|
|
1463
|
+
width: 100%;
|
|
1464
|
+
height: 16px;
|
|
1465
|
+
display: flex;
|
|
1466
|
+
align-items: center;
|
|
1467
|
+
}
|
|
1468
|
+
._ISJ4M::after {
|
|
1469
|
+
content: "";
|
|
1470
|
+
display: block;
|
|
1463
1471
|
width: 100%;
|
|
1464
1472
|
height: 1px;
|
|
1465
1473
|
background-color: var(--color-outline);
|
|
1466
|
-
margin: 4px 0;
|
|
1467
1474
|
}
|
|
1468
1475
|
._W12mF {
|
|
1469
1476
|
cursor: pointer;
|