a336893116
* first pass redoc apis * new landing + component update * added intro * new structure * link list * add sandbox sdk * remove theme colours * revert credit to ticket & ticketbook and actually get all the instances to replace * Max/zknym doc tweak (#5223) * revert credit to ticket & ticketbook * revert credit to ticket & ticketbook and actually get all the instances to replace * theme tweak to widen text area * theme redoc component * tweak padding topbar * modified socks5 page to be in line with websocket client * modify h size of autodoc generated command info * tweak script to build from master * add autodoc to workspace * auto commit generated command files * clean autodoc-generated-markdown in script * auto commit generated command files * tweak works * clippy * fix borked toml from cherrypick * remove rm command * auto commit generated command files * blow away images * auto commit generated command files * remove redoc for nymapi for the moment but retain everything else * fix double paste * temp remove sandbox
104 lines
2.0 KiB
CSS
104 lines
2.0 KiB
CSS
footer {
|
|
text-align: center;
|
|
}
|
|
|
|
.nextra-code-block > pre {
|
|
/* max-height: 350px !important; */
|
|
max-height: none !important;
|
|
scroll-y: auto !important;
|
|
}
|
|
|
|
/* set width entire div */
|
|
.nx-mx-auto.nx-flex.nx-max-w-\[90rem\] {
|
|
max-width: 110rem;
|
|
left-padding: 1%;
|
|
}
|
|
|
|
.nextra-toc {
|
|
width: 10px !important;
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
/* text-align: right; */
|
|
border-left: 1px solid #262626;
|
|
}
|
|
|
|
.nextra-content {
|
|
padding-top: 0 !important;
|
|
padding-right: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
padding-left: 0 !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
:is(html[class~="dark"] .dark\:nx-bg-primary-300\/10) {
|
|
background-color: hsl(var(black) 100% 77%/0.1) !important;
|
|
}
|
|
|
|
/* Sidebar buttons */
|
|
:is(html .dark\:nx-bg-primary-400\/10) {
|
|
background: var(--colorPrimary) !important;
|
|
color: var(--textPrimary) !important;
|
|
}
|
|
|
|
.nextra-sidebar-container {
|
|
border-right: 1px solid #262626;
|
|
width: 300px !important;
|
|
}
|
|
|
|
.nextra-sidebar {
|
|
column-width: 500px;
|
|
}
|
|
|
|
/* Links*/
|
|
.nx-text-primary-600.nx-underline.nx-decoration-from-font {
|
|
color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
.MuiTypography-root.MuiTypography-inherit.MuiLink-root.MuiLink-underlineAlways.css-1xr3c94-MuiTypography-root-MuiLink-root {
|
|
color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
/* Chips*/
|
|
.chipContained {
|
|
background-color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
/* Buttons */
|
|
.MuiButton-root {
|
|
color: var(--colorPrimary) !important;
|
|
border-color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
.MuiButton-root:hover {
|
|
color: white !important;
|
|
background-color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
.MuiCircularProgress-root {
|
|
color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
.nextra-scrollbar.nx-sticky {
|
|
color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
.nx-text-primary-600 {
|
|
color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
input:focus-visible {
|
|
--tw-ring-shadow: var(--colorPrimary) !important;
|
|
}
|
|
|
|
.Mui-focused > fieldset {
|
|
border-color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
a.MuiLink-root {
|
|
color: var(--colorPrimary) !important;
|
|
}
|
|
|
|
.MuiPaper-root.MuiAccordion-root {
|
|
border-radius: 8px;
|
|
}
|