|
|
|
@ -193,61 +193,63 @@ |
|
|
|
margin-left: 10px; } |
|
|
|
.docs-page .docs-content .docs-text-field { |
|
|
|
padding: 2rem; } |
|
|
|
.docs-page .docs-content article.docs-body h1 { |
|
|
|
padding-top: 1rem; |
|
|
|
font-size: 2.25rem; |
|
|
|
padding-bottom: 10px; } |
|
|
|
.docs-page .docs-content article.docs-body h2 { |
|
|
|
padding-top: 2rem; |
|
|
|
padding-bottom: 10px; |
|
|
|
font-size: 2rem; } |
|
|
|
.docs-page .docs-content article.docs-body h3, .docs-page .docs-content article.docs-body h4, .docs-page .docs-content article.docs-body h5, .docs-page .docs-content article.docs-body h6 { |
|
|
|
padding-top: 20px; |
|
|
|
padding-bottom: 5px; |
|
|
|
font-size: 1.5rem; } |
|
|
|
.docs-page .docs-content article.docs-body h1, .docs-page .docs-content article.docs-body h2, .docs-page .docs-content article.docs-body h3, .docs-page .docs-content article.docs-body h4, .docs-page .docs-content article.docs-body h5, .docs-page .docs-content article.docs-body h6 { |
|
|
|
position: relative; } |
|
|
|
.docs-page .docs-content article.docs-body h1 .anchor, .docs-page .docs-content article.docs-body h2 .anchor, .docs-page .docs-content article.docs-body h3 .anchor, .docs-page .docs-content article.docs-body h4 .anchor, .docs-page .docs-content article.docs-body h5 .anchor, .docs-page .docs-content article.docs-body h6 .anchor { |
|
|
|
position: absolute; |
|
|
|
right: -26px; |
|
|
|
font-size: 18px; |
|
|
|
bottom: 5px; |
|
|
|
color: #999; |
|
|
|
opacity: 0; |
|
|
|
transition: .5s; } |
|
|
|
.docs-page .docs-content article.docs-body h1:hover .anchor, .docs-page .docs-content article.docs-body h2:hover .anchor, .docs-page .docs-content article.docs-body h3:hover .anchor, .docs-page .docs-content article.docs-body h4:hover .anchor, .docs-page .docs-content article.docs-body h5:hover .anchor, .docs-page .docs-content article.docs-body h6:hover .anchor { |
|
|
|
opacity: 1; } |
|
|
|
.docs-page .docs-content article.docs-body .blockquote { |
|
|
|
margin-bottom: 1rem; |
|
|
|
margin-left: 0; |
|
|
|
border-left: 2px solid gray; |
|
|
|
padding: 1em; |
|
|
|
background-color: #eee; |
|
|
|
padding-bottom: .2em; } |
|
|
|
.docs-page .docs-content article.docs-body img { |
|
|
|
max-width: 100%; |
|
|
|
border: 1px solid #f4f5f7; |
|
|
|
margin: 15px 0 25px; |
|
|
|
box-shadow: 0 0 45px #f8f9fa; |
|
|
|
border-radius: 6px; } |
|
|
|
.docs-page .docs-content article.docs-body table { |
|
|
|
display: block; |
|
|
|
overflow: auto; |
|
|
|
width: 100%; } |
|
|
|
.docs-page .docs-content article.docs-body table thead tr { |
|
|
|
border-bottom: 2px inset; } |
|
|
|
.docs-page .docs-content article.docs-body table th { |
|
|
|
font-weight: 600; } |
|
|
|
.docs-page .docs-content article.docs-body table td, .docs-page .docs-content article.docs-body table th { |
|
|
|
border: 1px solid #dfe2e5; |
|
|
|
padding: 6px 13px; } |
|
|
|
.docs-page .docs-content article.docs-body table tr { |
|
|
|
background-color: #fff; |
|
|
|
border-top: 1px solid #c6cbd1; } |
|
|
|
.docs-page .docs-content article.docs-body table tr:nth-child(2n) { |
|
|
|
background-color: #f6f8fa; } |
|
|
|
.docs-page .docs-content article.docs-body table img { |
|
|
|
background-color: initial; } |
|
|
|
.docs-page .docs-content article.docs-body { |
|
|
|
word-break: break-word; } |
|
|
|
.docs-page .docs-content article.docs-body h1 { |
|
|
|
padding-top: 1rem; |
|
|
|
font-size: 2.25rem; |
|
|
|
padding-bottom: 10px; } |
|
|
|
.docs-page .docs-content article.docs-body h2 { |
|
|
|
padding-top: 2rem; |
|
|
|
padding-bottom: 10px; |
|
|
|
font-size: 2rem; } |
|
|
|
.docs-page .docs-content article.docs-body h3, .docs-page .docs-content article.docs-body h4, .docs-page .docs-content article.docs-body h5, .docs-page .docs-content article.docs-body h6 { |
|
|
|
padding-top: 20px; |
|
|
|
padding-bottom: 5px; |
|
|
|
font-size: 1.5rem; } |
|
|
|
.docs-page .docs-content article.docs-body h1, .docs-page .docs-content article.docs-body h2, .docs-page .docs-content article.docs-body h3, .docs-page .docs-content article.docs-body h4, .docs-page .docs-content article.docs-body h5, .docs-page .docs-content article.docs-body h6 { |
|
|
|
position: relative; } |
|
|
|
.docs-page .docs-content article.docs-body h1 .anchor, .docs-page .docs-content article.docs-body h2 .anchor, .docs-page .docs-content article.docs-body h3 .anchor, .docs-page .docs-content article.docs-body h4 .anchor, .docs-page .docs-content article.docs-body h5 .anchor, .docs-page .docs-content article.docs-body h6 .anchor { |
|
|
|
position: absolute; |
|
|
|
right: -26px; |
|
|
|
font-size: 18px; |
|
|
|
bottom: 5px; |
|
|
|
color: #999; |
|
|
|
opacity: 0; |
|
|
|
transition: .5s; } |
|
|
|
.docs-page .docs-content article.docs-body h1:hover .anchor, .docs-page .docs-content article.docs-body h2:hover .anchor, .docs-page .docs-content article.docs-body h3:hover .anchor, .docs-page .docs-content article.docs-body h4:hover .anchor, .docs-page .docs-content article.docs-body h5:hover .anchor, .docs-page .docs-content article.docs-body h6:hover .anchor { |
|
|
|
opacity: 1; } |
|
|
|
.docs-page .docs-content article.docs-body .blockquote { |
|
|
|
margin-bottom: 1rem; |
|
|
|
margin-left: 0; |
|
|
|
border-left: 2px solid gray; |
|
|
|
padding: 1em; |
|
|
|
background-color: #eee; |
|
|
|
padding-bottom: .2em; } |
|
|
|
.docs-page .docs-content article.docs-body img { |
|
|
|
max-width: 100%; |
|
|
|
border: 1px solid #f4f5f7; |
|
|
|
margin: 15px 0 25px; |
|
|
|
box-shadow: 0 0 45px #f8f9fa; |
|
|
|
border-radius: 6px; } |
|
|
|
.docs-page .docs-content article.docs-body table { |
|
|
|
display: block; |
|
|
|
overflow: auto; |
|
|
|
width: 100%; } |
|
|
|
.docs-page .docs-content article.docs-body table thead tr { |
|
|
|
border-bottom: 2px inset; } |
|
|
|
.docs-page .docs-content article.docs-body table th { |
|
|
|
font-weight: 600; } |
|
|
|
.docs-page .docs-content article.docs-body table td, .docs-page .docs-content article.docs-body table th { |
|
|
|
border: 1px solid #dfe2e5; |
|
|
|
padding: 6px 13px; } |
|
|
|
.docs-page .docs-content article.docs-body table tr { |
|
|
|
background-color: #fff; |
|
|
|
border-top: 1px solid #c6cbd1; } |
|
|
|
.docs-page .docs-content article.docs-body table tr:nth-child(2n) { |
|
|
|
background-color: #f6f8fa; } |
|
|
|
.docs-page .docs-content article.docs-body table img { |
|
|
|
background-color: initial; } |
|
|
|
.docs-page .docs-page-index { |
|
|
|
min-height: 96vh; } |
|
|
|
.docs-page .docs-page-index #scroll-index { |
|
|
|
|