@apify/docs-theme 1.0.211 → 1.0.212
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/package.json +1 -1
- package/src/theme/custom.css +22 -38
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -1740,18 +1740,6 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
|
|
|
1740
1740
|
|
|
1741
1741
|
}
|
|
1742
1742
|
|
|
1743
|
-
.redocusaurus table code {
|
|
1744
|
-
word-break: normal;
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
.redocusaurus .menu-content div:nth-child(2) ul {
|
|
1748
|
-
padding-bottom: 0;
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
.redocusaurus .menu-content div:nth-child(2) div {
|
|
1752
|
-
display: none;
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
1743
|
.apiPage .tsd-panel-header .tsd-anchor-id {
|
|
1756
1744
|
top: -13rem;
|
|
1757
1745
|
}
|
|
@@ -1763,44 +1751,40 @@ iframe[src*="youtube"] {
|
|
|
1763
1751
|
margin-bottom: 1.6rem;
|
|
1764
1752
|
}
|
|
1765
1753
|
|
|
1766
|
-
.
|
|
1767
|
-
margin-top: -130px;
|
|
1768
|
-
position: absolute;
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
.redocusaurus .openapi-clients-box {
|
|
1754
|
+
.theme-api-markdown .openapi-clients-box {
|
|
1772
1755
|
display: block;
|
|
1773
1756
|
float: right;
|
|
1774
|
-
padding-left:
|
|
1757
|
+
padding-left: 12px;
|
|
1758
|
+
padding-right: 6px;
|
|
1775
1759
|
}
|
|
1776
1760
|
|
|
1777
|
-
.
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
color: #6C7590;
|
|
1781
|
-
font-style: normal;
|
|
1782
|
-
font-weight: 700;
|
|
1783
|
-
font-size: 14px;
|
|
1784
|
-
line-height: 20px;
|
|
1785
|
-
text-transform: uppercase;
|
|
1786
|
-
padding-bottom: 6px;
|
|
1761
|
+
.client-docs-link img {
|
|
1762
|
+
border: 1px solid var(--color-neutral-action-secondary);
|
|
1763
|
+
border-radius: 8px;
|
|
1787
1764
|
}
|
|
1788
1765
|
|
|
1789
|
-
.
|
|
1790
|
-
display:
|
|
1791
|
-
|
|
1766
|
+
.client-docs-link {
|
|
1767
|
+
display: flex;
|
|
1768
|
+
flex-direction: row;
|
|
1769
|
+
align-items: center;
|
|
1770
|
+
justify-content: left;
|
|
1771
|
+
gap: 8px;
|
|
1772
|
+
padding: 4px 8px 8px 0px;
|
|
1792
1773
|
}
|
|
1793
1774
|
|
|
1794
|
-
.
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1775
|
+
a.client-docs-link {
|
|
1776
|
+
font-weight: 500;
|
|
1777
|
+
color: var(--color-neutral-text-muted);
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.theme-admonition {
|
|
1781
|
+
clear: right;
|
|
1798
1782
|
}
|
|
1799
1783
|
|
|
1800
1784
|
.theme-api-markdown .openapi-clients-box-heading {
|
|
1801
1785
|
display: inline-block;
|
|
1802
1786
|
font-family: 'San Francisco', Helvetica, Arial, sans-serif;
|
|
1803
|
-
color:
|
|
1787
|
+
color: var(--color-neutral-text-muted);
|
|
1804
1788
|
font-style: normal;
|
|
1805
1789
|
font-weight: 700;
|
|
1806
1790
|
font-size: 14px;
|
|
@@ -1811,7 +1795,7 @@ iframe[src*="youtube"] {
|
|
|
1811
1795
|
|
|
1812
1796
|
.theme-api-markdown .openapi-clients-box-icon {
|
|
1813
1797
|
display: block;
|
|
1814
|
-
padding
|
|
1798
|
+
padding: 2px;
|
|
1815
1799
|
margin: 0 !important;
|
|
1816
1800
|
}
|
|
1817
1801
|
|