1+ .doc {
2+ padding : var (--base-space ) 0 ;
3+ }
4+
15.doc p {
26 margin : 0 ;
37}
8387.doc h4 a .anchor ::before ,
8488.doc h5 a .anchor ::before ,
8589.doc h6 a .anchor ::before {
86- content : ' \f0c1' ;
87- font-family : ' Font Awesome 5 Free' , sans-serif;
90+ content : " \f0c1" ;
91+ font-family : " Font Awesome 5 Free" , sans-serif;
8892 font-weight : 900 ;
8993}
9094
489493.doc pre .highlight code {
490494 /* background-color: #151514; */
491495 color : var (--color-brand-gray1 );
492- font-weight : var (--weight-normal ); /* needed to override third-party styles */
496+ font-weight : var (--weight-normal );
497+ /* needed to override third-party styles */
493498 padding-left : var (--base-small-space );
494499 padding-right : var (--base-small-space );
495500 padding-top : var (--base-large-space );
585590 content : "" ;
586591 display : inline-block;
587592 background :
588- transparent
589- linear-gradient (
593+ transparent linear-gradient (
590594 180deg ,
591595 # f1f7fe0d 0% ,
592596 # f1f7fe40 18% ,
@@ -875,6 +879,7 @@ code.language-console.hljs.shell {
875879.doc .tab-pane > : first-child {
876880 margin-top : 0 ;
877881}
882+
878883/* Media css */
879884
880885@media screen and (min-width : 840px ) {
@@ -1002,7 +1007,6 @@ code.language-console.hljs.shell {
10021007}
10031008
10041009@media screen and (max-width : 767px ) {
1005-
10061010 .doc h1 {
10071011 font-size : var (--heading-h1-sm );
10081012 }
@@ -1037,8 +1041,12 @@ code.language-console.hljs.shell {
10371041 padding : 1.5rem ;
10381042 }
10391043
1040- .doc h1 > a .anchor , .doc h2 > a .anchor , .doc h3 > a .anchor , .doc h4 > a .anchor , .doc h5 > a .anchor , .doc h6 > a .anchor {
1044+ .doc h1 > a .anchor ,
1045+ .doc h2 > a .anchor ,
1046+ .doc h3 > a .anchor ,
1047+ .doc h4 > a .anchor ,
1048+ .doc h5 > a .anchor ,
1049+ .doc h6 > a .anchor {
10411050 font-size : 18px ;
10421051 }
1043-
1044- }
1052+ }
0 commit comments