2020-10-07 23:24:01 +07:00
|
|
|
.text-small {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2020-10-18 12:54:57 +09:00
|
|
|
code {
|
2020-10-07 23:24:01 +07:00
|
|
|
background-color: #1d1f31;
|
|
|
|
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
white-space: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2021-06-06 17:06:56 -03:00
|
|
|
|
|
|
|
li.nav-item {
|
|
|
|
width: 100%;
|
|
|
|
@media (min-width: 676px){
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-17 07:00:48 -05:00
|
|
|
.no-bottom-space {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-06-06 17:06:56 -03:00
|
|
|
.nav-tabs .nav-link.active {
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
@media (min-width: 676px){
|
|
|
|
border-bottom: 1px solid #11131f;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-09 06:59:35 -05:00
|
|
|
.code-tab {
|
2021-06-06 17:06:56 -03:00
|
|
|
width: auto;
|
|
|
|
margin: 20px auto 10px;
|
|
|
|
li.nav-item {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.code {
|
|
|
|
.tab-content {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
.nav-tabs .nav-link.active {
|
|
|
|
border-bottom: 1px solid #11131f;
|
|
|
|
}
|
|
|
|
.subtitle {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.description {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
}
|
|
|
|
.subtitle {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.divider {
|
|
|
|
width: 100%;
|
|
|
|
margin: 30px auto;
|
|
|
|
height: 1px;
|
|
|
|
background: #333;
|
|
|
|
}
|
2021-07-19 03:15:45 +05:30
|
|
|
|
|
|
|
.difficulty {
|
|
|
|
padding: 15px;
|
2021-12-01 17:01:50 -05:00
|
|
|
}
|
|
|
|
|
2021-12-17 07:00:48 -05:00
|
|
|
#doc-nav-desktop {
|
2021-12-15 22:55:29 -05:00
|
|
|
width: 300px;
|
2022-02-08 14:30:18 -05:00
|
|
|
margin-top: -15px;
|
2021-12-15 21:31:00 -05:00
|
|
|
}
|
|
|
|
|
2021-12-17 07:00:48 -05:00
|
|
|
#doc-nav-desktop.relative {
|
2021-12-15 13:17:37 -05:00
|
|
|
float: left;
|
2021-12-15 22:55:29 -05:00
|
|
|
overflow: hidden;
|
2021-12-15 13:17:37 -05:00
|
|
|
}
|
|
|
|
|
2021-12-17 07:00:48 -05:00
|
|
|
#doc-nav-desktop.fixed {
|
2021-12-15 21:31:00 -05:00
|
|
|
float: unset;
|
|
|
|
position: fixed;
|
|
|
|
top: 20px;
|
2021-12-15 22:55:29 -05:00
|
|
|
overflow-y: auto;
|
|
|
|
height: calc(100vh - 50px);
|
|
|
|
scrollbar-color: #2d3348 #11131f;
|
|
|
|
scrollbar-width: thin;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 3px;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background: #11131f;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: #2d3348;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2021-12-15 13:17:37 -05:00
|
|
|
.doc-content {
|
2021-12-15 22:55:29 -05:00
|
|
|
width: calc(100% - 330px);
|
2021-12-15 13:17:37 -05:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2022-03-12 15:21:50 -05:00
|
|
|
h3 {
|
|
|
|
margin: 2rem 0 0 0;
|
|
|
|
}
|
|
|
|
|
2021-12-16 13:20:30 -05:00
|
|
|
.endpoint-container:before {
|
|
|
|
display: block;
|
|
|
|
content: " ";
|
|
|
|
height: 1px;
|
|
|
|
margin-top: -1px;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2021-12-16 09:28:57 -05:00
|
|
|
.endpoint-container .section-header {
|
|
|
|
display: block;
|
|
|
|
background-color: #2d3348;
|
|
|
|
color: #1bd8f4;
|
|
|
|
padding: 1rem 1.3rem 1rem 1.3rem;
|
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 0.25rem;
|
2021-12-17 07:00:48 -05:00
|
|
|
margin: 20px 0 20px 0;
|
2021-12-16 09:28:57 -05:00
|
|
|
font-size: 24px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.endpoint-container .section-header:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.endpoint-container .section-header span {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #653b9c;
|
|
|
|
font-size: 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 400;
|
|
|
|
padding: 8px 10px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
font-family: monospace;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2021-12-17 07:00:48 -05:00
|
|
|
#doc-nav-mobile {
|
2021-12-16 18:24:26 -05:00
|
|
|
position: fixed;
|
|
|
|
top: 20px;
|
|
|
|
width: calc(100% - 60px);
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
2022-02-08 14:30:18 -05:00
|
|
|
#doc-nav-mobile .card-body {
|
|
|
|
padding: 0 1.25rem 1.25rem 1.25rem;
|
|
|
|
}
|
|
|
|
|
2021-12-17 07:00:48 -05:00
|
|
|
#doc-nav-mobile > div {
|
2021-12-16 18:24:26 -05:00
|
|
|
background-color: #2d3348;
|
|
|
|
z-index: 100;
|
2021-12-17 07:00:48 -05:00
|
|
|
border-radius: 0 0 0.5rem 0.5rem;
|
|
|
|
height: 55vh;
|
|
|
|
overflow-y: auto;
|
2021-12-16 18:24:26 -05:00
|
|
|
}
|
|
|
|
|
2021-12-17 07:00:48 -05:00
|
|
|
#doc-nav-mobile button {
|
2021-12-16 18:24:26 -05:00
|
|
|
width: 100%;
|
|
|
|
background-color: #105fb0;
|
|
|
|
color: #fff;
|
|
|
|
border-color: #105fb0;
|
2021-12-17 07:00:48 -05:00
|
|
|
border-radius: 0.5rem 0.5rem 0 0;
|
2021-12-16 18:24:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 992px) {
|
|
|
|
|
|
|
|
.hide-on-mobile {
|
2021-12-15 13:17:37 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doc-content {
|
|
|
|
width: 100%;
|
2022-03-12 15:21:50 -05:00
|
|
|
margin-top: -20px;
|
2021-12-15 13:17:37 -05:00
|
|
|
}
|
2022-03-12 15:21:50 -05:00
|
|
|
|
|
|
|
.endpoint-container {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
height: auto;
|
|
|
|
transition: 0.5s height ease;
|
|
|
|
}
|
|
|
|
|
2021-12-16 09:28:57 -05:00
|
|
|
.endpoint-container .section-header {
|
2022-03-12 15:21:50 -05:00
|
|
|
margin: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
z-index: 1;
|
2021-12-16 09:28:57 -05:00
|
|
|
}
|
2021-12-01 17:01:50 -05:00
|
|
|
|
2021-12-16 09:28:57 -05:00
|
|
|
.endpoint-container .section-header span {
|
2022-03-12 15:21:50 -05:00
|
|
|
display: none;
|
2021-12-16 09:28:57 -05:00
|
|
|
}
|
2021-12-17 07:00:48 -05:00
|
|
|
|
|
|
|
.endpoint-container:before {
|
2022-03-12 15:21:50 -05:00
|
|
|
height: 5px;
|
|
|
|
margin-top: 10px;
|
2021-12-17 07:00:48 -05:00
|
|
|
}
|
|
|
|
|
2022-03-12 15:21:50 -05:00
|
|
|
.endpoint-container .endpoint-content {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: -10000px;
|
|
|
|
opacity: 0;
|
|
|
|
transition: 0.5s opacity ease;
|
|
|
|
}
|
2021-12-01 17:01:50 -05:00
|
|
|
}
|
2021-12-16 09:28:57 -05:00
|
|
|
|
2021-12-16 18:24:26 -05:00
|
|
|
@media (min-width: 992px) {
|
2022-03-12 15:21:50 -05:00
|
|
|
|
2021-12-16 18:24:26 -05:00
|
|
|
.hide-on-desktop {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-03-12 15:21:50 -05:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-12-16 18:24:26 -05:00
|
|
|
}
|