-
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
404 changed files
with
200,356 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,131 @@ | ||
.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; | ||
} | ||
.test { | ||
padding-bottom: 30px; | ||
background-color: white; | ||
} | ||
|
||
.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; | ||
} |
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; | ||
} |
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,86 @@ | ||
/** | ||
* @license | ||
* MyFonts Webfont Build ID 3623752, 2018-08-17T17:27:24-0400 | ||
* | ||
* The fonts listed in this notice are subject to the End User License | ||
* Agreement(s) entered into by the website owner. All other parties are | ||
* explicitly restricted from using the Licensed Webfonts(s). | ||
* | ||
* You may obtain a valid license at the URLs below. | ||
* | ||
* Webfont: RidleyGrotesk-Black by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/black/ | ||
* | ||
* Webfont: RidleyGrotesk-ExtraBoldItalic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/extra-bold-italic/ | ||
* | ||
* Webfont: RidleyGrotesk-ExtraBold by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/extra-bold/ | ||
* | ||
* Webfont: RidleyGrotesk-Bold by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/bold/ | ||
* | ||
* Webfont: RidleyGrotesk-BoldItalic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/bold-italic/ | ||
* | ||
* Webfont: RidleyGrotesk-BlackItalic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/black-italic/ | ||
* | ||
* Webfont: RidleyGrotesk-Italic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/italic/ | ||
* | ||
* Webfont: RidleyGrotesk-Light by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/light/ | ||
* | ||
* Webfont: RidleyGrotesk-LightItalic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/light-italic/ | ||
* | ||
* Webfont: RidleyGrotesk-Medium by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/medium/ | ||
* | ||
* Webfont: RidleyGrotesk-MediumItalic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/medium-italic/ | ||
* | ||
* Webfont: RidleyGrotesk-Regular by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/regular/ | ||
* | ||
* Webfont: RidleyGrotesk-SemiBold by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/semi-bold/ | ||
* | ||
* Webfont: RidleyGrotesk-SemiBoldItalic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/semi-bold-italic/ | ||
* | ||
* Webfont: RidleyGrotesk-Thin by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/thin/ | ||
* | ||
* Webfont: RidleyGrotesk-ThinItalic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/thin-italic/ | ||
* | ||
* Webfont: RidleyGrotesk-UltraLight by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/ultra-light/ | ||
* | ||
* Webfont: RidleyGrotesk-UltraLightItalic by Radomir Tinkov | ||
* URL: https://www.myfonts.com/fonts/radomir-tinkov/ridley-grotesk/ultra-light-italic/ | ||
* | ||
* | ||
* License: https://www.myfonts.com/viewlicense?type=web&buildid=3623752 | ||
* Licensed pageviews: 2,000,000 | ||
* Webfonts copyright: Copyright © 2016 by Radomir Tinkov. All rights reserved. | ||
* | ||
* © 2018 MyFonts Inc | ||
*/ | ||
|
||
@font-face{ | ||
font-family: 'Poppins-Regular'; | ||
src: url('Poppins-Regular.ttf') format('truetype'); | ||
} | ||
|
||
@font-face{ | ||
font-family: 'Poppins-SemiBold'; | ||
src: url('Poppins-SemiBold.ttf') format('truetype'); | ||
} | ||
|
||
@font-face{ | ||
font-family: 'Poppins-Bold'; | ||
src: url('Poppins-Bold.ttf') format('truetype'); | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.