@paydock/client-sdk
Version:
Paydock client sdk
366 lines (308 loc) • 5.65 kB
CSS
/* sass-ified from npm-website */
.body {
margin: 0;
color: #333;
font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
.logo {
margin-right: 15px;
padding: 5px;
}
ol {
list-style-position: outside;
font-weight: 600;
margin-bottom: 20px;
margin-left: 16px;
}
ol li {
margin-bottom: 2px;
}
li {
font-weight: 400;
}
h1 {
margin: 24px 0 16px 0;
padding: 0;
padding-bottom: 7px;
line-height: 1.2;
white-space: normal;
text-transform: none;
letter-spacing: -0.8px;
font-weight: 700;
border-bottom: 1px solid rgba(0, 0, 0, .1);
font-size: 2.25rem;
}
> h1 a {
color: text-color;
text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
> h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-weight: 700;
text-decoration: none;
}
> h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
text-decoration: underline;
}
> h1,
h2 {
border-bottom: 1px solid greigh6;
margin: 8px 0 16px 0;
}
h2 {
letter-spacing: -0.3px;
font-size: 1.875rem;
border-bottom: 1px solid rgba(0, 0, 0, .1);
padding-bottom: 8px;
}
h3 {
margin: 16px 0 4px 0;
font-size: 1.25rem;
letter-spacing: -.03rem;
font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
h4,
h5,
h6 {
margin: 16px 0 4px 0;
}
ol ol,
ul ol,
ol ul,
ul ul {
margin: 0 0 0 0;
}
p,
li {
color: #333;
font-size: 18px;
margin-top: 0;
margin-bottom: 4px;
line-height: 1.20;
letter-spacing: 0.1px;
font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
p a,
li a {
font-weight: 600;
color: #cb3837;
text-decoration: none;
font-size: 1em;
}
th {
font-weight: bold;
}
td,
th {
background: #fff;
border: 1px solid greigh6;
}
img {
max-width: 100%;
}
h1:hover .deep-link .deep-link-icon,
h2:hover .deep-link .deep-link-icon,
h3:hover .deep-link .deep-link-icon,
h4:hover .deep-link .deep-link-icon,
h5:hover .deep-link .deep-link-icon,
h6:hover .deep-link .deep-link-icon,
.deep-link:hover .deep-link-icon,
.deep-link-icon:hover {
visibility: visible;
}
.deep-link {
float: left;
margin-left: -20px;
padding-right: 4px;
}
.deep-link .deep-link-icon {
visibility: hidden;
}
blockquote {
background: #efefef;
padding: 1px 16px;
margin-left: 0;
margin-right: 0;
border-left: #cecece solid 10px;
border-radius: 3px;
}
table {
display: block;
white-space: normal;
overflow-x: auto;
width: max-content;
max-width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
td, th {
padding: 9px 13px;
border: 1px solid #d8d8d8;
}
tr:nth-child(2n) td {
background-color: #f4f4f4;
}
pre {
color: #000;
margin-bottom: 16px;
margin-top: 0;
padding: 12px;
font-size: 1em;
background: #f7f7f7;
border-radius: 2px;
overflow-x: auto;
}
p code {
font-size: 0.9em;
border-radius: 2px;
background: #f7f7f7;
padding: 0px 5px;
font-variant-ligatures: none;
font-family: "Fira Mono", "Andale Mono", "Consolas", monospace;
letter-spacing: 0px;
line-height: 24px;
}
dt a {
color: #cb3837;
text-decoration: none;
font-size: 1em;
}
:root {
background-color: #fff;
}
button, input, optgroup, select, textarea {
font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
*, *:before, *:after {
box-sizing: border-box;
}
.body {
min-height: 100vh;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
section {
width: 66%;
margin: 0 auto;
}
.body main {
position: relative;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
a {
color: black;
}
a {
text-decoration: none;
}
li, li {
padding: 3px;
}
code {
font-feature-settings: none;
font-variant-ligatures: none;
font-family: "Fira Mono", "Andale Mono", "Consolas", monospace;
letter-spacing: 0px;
line-height: 24px;
}
:-moz-ui-invalid {
box-shadow: none;
}
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
background: #F9F9F9;
}
.sidebar {
margin: 0;
padding: 0;
width: 200px;
background-color: #f1f1f1;
position: fixed;
height: 100%;
overflow: auto;
}
#container {
width: 80%;
margin: 0 auto;
}
#content {
width: 80%;
padding: 5px 10px;
border: 1px solid #ddd;
border-radius: 3px;
background: white;
}
#content h1:first-child {
margin-top: 0px;
}
nav {
border: 1px solid #ddd;
border-radius: 3px;
background: white;
margin-right: 10px;
min-width: fit-content;
}
nav > ul {
position: sticky;
top: 5px;
margin: 10px 0px;
padding: 0;
list-style-type: none;
font-size: 14px;
}
ul {
list-style-type: none;
}
nav > ul > li {
min-width: 125px;
padding: 0px 15px;
}
nav > ul > li > ul {
padding-left: 25px;
}
nav > ul > li > ul > li {
font-size: 0.8em;
}
nav .selected {
color: #111;
font-weight: bold;
}
nav .selected:hover {
text-decoration: none;
}
header {
display: flex;
}
header a {
width: 27%;
}
header h1 { margin: 0; }