-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
406 changed files
with
183,153 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.doc .admonitionblock .icon { | ||
border-radius: 1rem; | ||
} | ||
|
||
i.fa[class^='icon-'], | ||
i.fa[class*=' icon-']::before { | ||
content: ""; | ||
height: 1.25rem; | ||
width: 1.25rem; | ||
margin-right: 0.25rem; | ||
margin-left: -0.5rem; | ||
} | ||
|
||
i.fa.icon-note::before { | ||
background: no-repeat url("../img/note.svg"); | ||
} | ||
|
||
i.fa.icon-tip::before { | ||
background: no-repeat url("../img/tip.svg"); | ||
} | ||
|
||
i.fa.icon-important::before { | ||
background: no-repeat url("../img/important.svg"); | ||
} | ||
|
||
i.fa.icon-warning::before { | ||
background: no-repeat url("../img/warning.svg"); | ||
} | ||
|
||
i.fa.icon-caution::before { | ||
background: no-repeat url("../img/caution.svg"); | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
.tcom { | ||
font-size: 0.75rem; | ||
font-family: Inter, sans-serif; | ||
} | ||
.header-utility { | ||
height: 28px; | ||
} | ||
|
||
.hidden { | ||
height: 0px; | ||
overflow-y: hidden; | ||
} | ||
|
||
.display-menu{ | ||
display: none; | ||
} | ||
.dev { | ||
font-size: 22px; | ||
/* margin-top: 36px;*/ | ||
color: #00233c; | ||
letter-spacing: 0.15px; | ||
margin-right: 100px; | ||
font-style: normal; | ||
font-weight: 400; | ||
} | ||
.dev:hover { | ||
text-decoration: none; | ||
} | ||
.line { | ||
width: 40px; | ||
height: 2px; | ||
flex-shrink: 0; | ||
border-radius: 30px; | ||
background: var(--primary-orange, #ff5f02); | ||
margin: 0px 0px 0px 41px; | ||
} | ||
|
||
.logo { | ||
height: auto; | ||
/* margin-top: 30px; | ||
margin-left: -8px;*/ | ||
margin-right: 16px; | ||
} | ||
|
||
/*Dropdowns*/ | ||
.mt { | ||
margin-top: 32px; | ||
margin-bottom: 20px; | ||
} | ||
.mb { | ||
margin-bottom: 10px; | ||
} | ||
.ext-symbol { | ||
left: 270px; | ||
position: absolute; | ||
} | ||
.dropdown-content { | ||
width: 317px; | ||
height: 148px; | ||
top: 115px; | ||
display: none; | ||
position: absolute; | ||
background: #fff; | ||
overflow: hidden; | ||
transition: all 0.25s ease-in-out 0s; | ||
border-radius: 12px; | ||
box-shadow: 0 12px 24px -6px rgba(16, 24, 40, 0.18); | ||
z-index: 1; | ||
} | ||
.dc2 { | ||
width: 310px; | ||
height: 225px; | ||
} | ||
.show { | ||
display: block; | ||
} | ||
|
||
.dropdown-item { | ||
font-size: 15px; | ||
line-height: 20px; | ||
letter-spacing: 0.25px; | ||
color: #00233c; | ||
background-color: #fff; | ||
height: 32px; | ||
display: flex; | ||
align-items: center; | ||
padding: 12px 24px; | ||
border-radius: 8px; | ||
} | ||
.dropdown-item:hover { | ||
text-decoration: none; | ||
color: #ff5f02; | ||
} | ||
.test { | ||
padding-bottom: 30px; | ||
background-color: white; | ||
} | ||
|
||
.list{ | ||
list-style-type: none; | ||
} | ||
.custom-justify-content-between { | ||
justify-content: flex-start; | ||
} | ||
|
||
.header-nav-mobile__top-links { | ||
margin-left: auto; | ||
} | ||
|
||
.developers { | ||
margin-left: 16px; | ||
color: #000; | ||
font-size: 18px; | ||
} | ||
|
||
.sidenav { | ||
transition: 0.5s; | ||
} | ||
@media (pointer: fine){ | ||
::-webkit-scrollbar-thumb { | ||
border: 0px; | ||
border-radius: 0px; | ||
} | ||
html::-webkit-scrollbar { | ||
width: 17px; | ||
} | ||
} | ||
.header-nav__element.d-flex { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.header-nav__element.d-flex a.dev { | ||
margin-top: 8px; | ||
} | ||
@media screen and (min-width: 1024px){ | ||
.nav { | ||
top: 7.3rem; | ||
-webkit-box-shadow: none; | ||
box-shadow: none; | ||
position: sticky; | ||
height: calc(100vh - 7.3rem); | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
.search-result-dropdown-menu { | ||
position: absolute; | ||
z-index: 100; | ||
display: block; | ||
right: 0; | ||
left: inherit; | ||
top: 100%; | ||
border-radius: 4px; | ||
margin: 6px 0 0; | ||
padding: 0; | ||
text-align: left; | ||
height: auto; | ||
background: transparent; | ||
border: none; | ||
max-width: 600px; | ||
min-width: 500px; | ||
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
@media screen and (max-width: 768px) { | ||
.search-result-dropdown-menu { | ||
min-width: calc(100vw - 3.75rem); | ||
} | ||
} | ||
|
||
.search-result-dataset { | ||
position: relative; | ||
border: 1px solid #d9d9d9; | ||
background: #fff; | ||
border-radius: 4px; | ||
overflow: auto; | ||
padding: 0 8px; | ||
max-height: calc(100vh - 5.25rem); | ||
line-height: 1.5; | ||
} | ||
|
||
.search-result-item { | ||
display: flex; | ||
margin: 0.5rem 0; | ||
} | ||
|
||
.search-result-document-title { | ||
width: 33%; | ||
border-right: 1px solid #ddd; | ||
color: #02060c; | ||
font-weight: 500; | ||
font-size: 0.8rem; | ||
padding: 0.5rem 0.5rem 0.5rem 0; | ||
text-align: right; | ||
position: relative; | ||
word-wrap: break-word; | ||
} | ||
|
||
.search-result-document-hit { | ||
flex: 1; | ||
font-size: 0.75rem; | ||
color: #63676d; | ||
} | ||
|
||
.search-result-document-hit > a { | ||
color: inherit; | ||
display: block; | ||
padding: 0.55rem 0.25rem 0.55rem 0.75rem; | ||
} | ||
|
||
.search-result-document-hit > a:hover { | ||
background-color: rgba(69, 142, 225, 0.05); | ||
} | ||
|
||
.search-result-highlight { | ||
color: #174d8c; | ||
background: rgba(143, 187, 237, 0.1); | ||
padding: 0.1em 0.05em; | ||
font-weight: 500; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
.tabs ul { | ||
display: flex; | ||
flex-wrap: wrap; | ||
list-style: none; | ||
margin: 0 -0.25rem 0 0; | ||
padding: 0; | ||
} | ||
|
||
.tabs li { | ||
align-items: center; | ||
border: 1px solid #616d73; | ||
border-bottom: 0; | ||
cursor: pointer; | ||
display: flex; | ||
height: 2rem; | ||
line-height: 1; | ||
margin-right: 0.25rem; | ||
padding: 0 1.5rem; | ||
position: relative; | ||
} | ||
|
||
.tabs.ulist li { | ||
margin-bottom: 0; | ||
} | ||
|
||
.tabs.ulist li + li { | ||
margin-top: 0; | ||
} | ||
|
||
.tabset.is-loading .tabs li:not(:first-child), | ||
.tabset:not(.is-loading) .tabs li:not(.is-active) { | ||
background-color: #616d73; | ||
color: #f5f5f5; | ||
} | ||
|
||
.tabset.is-loading .tabs li:first-child::after, | ||
.tabs li.is-active::after { | ||
background-color: #f5f5f5; | ||
content: ""; | ||
display: block; | ||
height: 3px; /* Chrome doesn't always paint the line accurately, so add a little extra */ | ||
position: absolute; | ||
bottom: -1.5px; | ||
left: 0; | ||
right: 0; | ||
} | ||
|
||
.tabset > .content { | ||
border: 1px solid gray; | ||
padding: 1.25rem; | ||
} | ||
|
||
.tabset.is-loading .tab-pane:not(:first-child), | ||
.tabset:not(.is-loading) .tab-pane:not(.is-active) { | ||
display: none; | ||
} | ||
|
||
.tab-pane > :first-child { | ||
margin-top: 0; | ||
} |
Oops, something went wrong.