@7shifts/sous-chef 3.76.0-beta.8 → 3.76.1-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/dist/index.css CHANGED
@@ -1700,6 +1700,7 @@ h5._6SgoN {
1700
1700
  ._Scw7- {
1701
1701
  display: flex;
1702
1702
  padding: 0 20px;
1703
+ padding-top: 40px;
1703
1704
  }
1704
1705
  ._v--DF {
1705
1706
  display: block;
@@ -1730,30 +1731,34 @@ h5._6SgoN {
1730
1731
  margin: 0px auto 0;
1731
1732
  }
1732
1733
  ._vTMjp {
1733
- padding: 5px;
1734
+ margin-right: 32px;
1734
1735
  }
1735
1736
  ._SebbU {
1736
1737
  width: 100%;
1737
1738
  margin-bottom: 4px;
1738
1739
  cursor: pointer;
1740
+ position: relative;
1739
1741
  }
1740
1742
  ._SebbU:first-of-type {
1741
1743
  margin-top: 12px;
1742
1744
  }
1743
1745
  ._SebbU a {
1744
- line-height: 16px;
1746
+ font-family: var(--font-family-body);
1747
+ font-size: var(--font-size-200);
1748
+ line-height: var(--font-line-height-200);
1749
+ font-weight: var(--p-font-weight-normal);
1745
1750
  text-decoration: none;
1746
1751
  color: var(--color-grey-500);
1747
1752
  padding: 12px 20px;
1748
1753
  display: flex;
1749
1754
  align-items: center;
1750
1755
  justify-content: space-between;
1751
- font-weight: normal;
1752
1756
  border-radius: 0 4px 4px 0;
1753
1757
  transition: background-color 0.05s ease;
1754
1758
  gap: 8px;
1755
1759
  flex-wrap: wrap;
1756
1760
  border-left: 2px solid transparent;
1761
+ word-break: break-all;
1757
1762
  }
1758
1763
  ._SebbU a:hover {
1759
1764
  background: var(--color-oat-100);
@@ -1761,11 +1766,22 @@ h5._6SgoN {
1761
1766
  border-left: 2px solid var(--color-grey-200);
1762
1767
  }
1763
1768
  ._SebbU a._CDEVl {
1769
+ font-family: var(--font-family-body);
1770
+ font-size: var(--font-size-200);
1771
+ line-height: var(--font-line-height-200);
1772
+ font-weight: var(--p-font-weight-normal);
1773
+ font-weight: var(--p-font-weight-bold);
1764
1774
  background: var(--color-oat-100);
1765
1775
  color: var(--color-grey-600);
1766
1776
  border-left: 2px solid var(--color-grey-200);
1767
1777
  cursor: default;
1768
- font-weight: bold;
1778
+ }
1779
+ ._VudDE a {
1780
+ padding-right: 32px;
1781
+ }
1782
+ ._vErBS {
1783
+ position: absolute;
1784
+ right: 12px;
1769
1785
  }
1770
1786
  ._RXV4h {
1771
1787
  font-family: var(--font-family-body);