ent/doc: transaction example and docs

Summary: {F205899335}

Reviewed By: dlvhdr

Differential Revision: D17149531

fbshipit-source-id: cb8595d41ede6f813370564ca688f33d0dfe6905
This commit is contained in:
Ariel Mashraki
2019-09-01 07:21:26 -07:00
committed by Facebook Github Bot
parent 4323141fe2
commit 9b7ea021ef
10 changed files with 322 additions and 54 deletions

View File

@@ -90,6 +90,37 @@
@media only screen and (min-width: 1400px) {
}
@media only screen and (max-width: 500px) {
.sideNavVisible .headerWrapper.wrapper header > a {
display: none!important;
}
}
@media only screen and (max-width: 800px) {
.gopherGraph {
margin-top: 25px;
}
.features {
margin: 60px auto 0 !important;
}
}
@media only screen and (max-width: 400px) {
.gopherGraph {
margin-top: 40px;
}
.features {
margin: 30px auto 0!important;
}
}
@media only screen and (max-width: 320px) {
.gettingStartedText {
font-size: 22px!important;
}
}
body {
background: #3d3e3f;
}
@@ -123,13 +154,6 @@ body {
background-color: transparent;
}
.onPageNav .toc-headings > li > a.active,
.toc .toggleNav ul li.navListItemActive a,
.toc .toggleNav ul li a:hover,
.toc .toggleNav ul li a:focus {
font-family: 'Calibre Regular', sans-serif;
}
.imageAlignTop .blockImage {
max-width: 100%;
}
@@ -322,7 +346,7 @@ a {
}
}
@media only screen and (max-width: 1000px) {
@media only screen and (max-width: 1023px) {
.gridBlock .twoByGridBlock img,
.gridBlock .threeByGridBlock img,
.gridBlock .fourByGridBlock img {
@@ -382,6 +406,10 @@ a {
.navigationSlider .slidingNav ul li {
min-width: 100px;
}
.projectTitle {
line-height: 1.3em;
}
}
@media only screen and (max-width: 880px) {
@@ -506,11 +534,13 @@ ol {
width: 1100px;
padding: 0 0;
}
}
.sideNavVisible.separateOnPageNav .fixedHeaderContainer {
margin-top: 35px;
width: 100vw;
}
@media only screen and (min-width: 1000px) {
.sideNavVisible.separateOnPageNav .fixedHeaderContainer {
margin-top: 35px;
width: 100vw;
}
}
.sideNavVisible .navigationSlider .slidingNav ul li a {
@@ -525,8 +555,23 @@ ol {
top: 4px;
left: 5px;
font-size: 30px;
color: #ffe800;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.yellowArrow:hover {
color: #ffe800;
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
transform: translateX(5px);
}
.blockTitleText {
display: inline;
}