@7shifts/sous-chef 3.76.0-beta.0 → 3.76.0-beta.2
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 +60 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +157 -110
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +249 -201
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1697,6 +1697,66 @@ h5._6SgoN {
|
|
|
1697
1697
|
._LRq4j {
|
|
1698
1698
|
max-width: 1000px;
|
|
1699
1699
|
}
|
|
1700
|
+
._Scw7- {
|
|
1701
|
+
display: flex;
|
|
1702
|
+
padding: 0 20px;
|
|
1703
|
+
}
|
|
1704
|
+
._v--DF {
|
|
1705
|
+
display: block;
|
|
1706
|
+
flex-shrink: 0;
|
|
1707
|
+
flex-grow: 0;
|
|
1708
|
+
padding: 0;
|
|
1709
|
+
margin-right: 20px;
|
|
1710
|
+
}
|
|
1711
|
+
._dJeZe {
|
|
1712
|
+
list-style: none;
|
|
1713
|
+
padding: 0;
|
|
1714
|
+
padding-right: 32px;
|
|
1715
|
+
border-right: 1px solid var(--color-grey-200);
|
|
1716
|
+
display: inline-block;
|
|
1717
|
+
}
|
|
1718
|
+
._hHi70 {
|
|
1719
|
+
display: block;
|
|
1720
|
+
flex-grow: 2;
|
|
1721
|
+
padding: 0 4px;
|
|
1722
|
+
max-width: 1000px;
|
|
1723
|
+
margin: 32px auto 0;
|
|
1724
|
+
}
|
|
1725
|
+
._SebbU {
|
|
1726
|
+
width: 220px;
|
|
1727
|
+
margin-bottom: 4px;
|
|
1728
|
+
cursor: pointer;
|
|
1729
|
+
}
|
|
1730
|
+
._SebbU:first-of-type {
|
|
1731
|
+
margin-top: 12px;
|
|
1732
|
+
}
|
|
1733
|
+
._SebbU a {
|
|
1734
|
+
line-height: 16px;
|
|
1735
|
+
text-decoration: none;
|
|
1736
|
+
color: var(--color-grey-500);
|
|
1737
|
+
padding: 12px 20px;
|
|
1738
|
+
display: flex;
|
|
1739
|
+
align-items: center;
|
|
1740
|
+
justify-content: space-between;
|
|
1741
|
+
font-weight: normal;
|
|
1742
|
+
border-radius: 0 4px 4px 0;
|
|
1743
|
+
transition: background-color 0.05sease;
|
|
1744
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
|
1745
|
+
gap: 8px;
|
|
1746
|
+
flex-wrap: wrap;
|
|
1747
|
+
}
|
|
1748
|
+
._SebbU a:hover {
|
|
1749
|
+
background: var(--color-oat-100);
|
|
1750
|
+
color: var(--color-grey-600);
|
|
1751
|
+
border-left: 2px solid var(--color-grey-200);
|
|
1752
|
+
}
|
|
1753
|
+
._CDEVl a {
|
|
1754
|
+
background: var(--color-oat-100);
|
|
1755
|
+
color: var(--color-grey-600);
|
|
1756
|
+
border-left: 2px solid var(--color-grey-200);
|
|
1757
|
+
cursor: default;
|
|
1758
|
+
font-weight: bold;
|
|
1759
|
+
}
|
|
1700
1760
|
._FsCJQ {
|
|
1701
1761
|
font-family: var(--font-family-body);
|
|
1702
1762
|
font-size: var(--font-size-200);
|