@@ -79,7 +79,7 @@ h3 small {
79
79
}
80
80
81
81
h4 small {
82
- font-size : 14 px ;
82
+ font-size : 13 px ;
83
83
}
84
84
85
85
ul , ol {
@@ -96,7 +96,6 @@ ul ul, ul ol, ol ol, ol ul {
96
96
}
97
97
98
98
li {
99
- line-height : 20px ;
100
99
margin-bottom : 1em ;
101
100
}
102
101
@@ -369,7 +368,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
369
368
370
369
.nav-docs {
371
370
color : # 2d2d2d ;
372
- font-size : 14 px ;
371
+ font-size : 13 px ;
373
372
float : left;
374
373
width : 170px ;
375
374
}
@@ -389,7 +388,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
389
388
390
389
.nav-docs h3 {
391
390
text-transform : uppercase;
392
- font-size : 14 px ;
391
+ font-size : 13 px ;
393
392
}
394
393
395
394
.nav-docs a {
@@ -488,7 +487,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
488
487
}
489
488
490
489
# examples # todoExample {
491
- font-size : 14 px ;
490
+ font-size : 13 px ;
492
491
}
493
492
494
493
# examples # todoExample ul {
@@ -773,8 +772,8 @@ p code {
773
772
background-color : # f6f5f5 ;
774
773
color : # 333 ;
775
774
font-family : 'Roboto Mono' , Menlo, Monaco, monospace;
776
- font-weight : 300 ;
777
- font-size : 14 px ;
775
+ font-weight : 400 ;
776
+ font-size : 13 px ;
778
777
line-height : 20px ;
779
778
padding : 4px 4px 2px ;
780
779
margin : 0 -1px ;
@@ -1111,7 +1110,7 @@ pre[class*="language-"],
1111
1110
color : # 333 ;
1112
1111
text-shadow : 0 1px white;
1113
1112
font-family : 'Roboto Mono' , Menlo, Monaco, monospace;
1114
- font-size : 14 px ;
1113
+ font-size : 13 px ;
1115
1114
line-height : 20px ;
1116
1115
direction : ltr;
1117
1116
text-align : left;
@@ -1253,11 +1252,13 @@ pre[class*="language-"],
1253
1252
code [class *= "language-" ],
1254
1253
pre [class *= "language-" ],
1255
1254
.apiIndex li {
1256
- font-size : 14px ;
1257
- line-height : 20px ;
1258
- border-left : 4px solid # E10098 ;
1255
+ font-size : 13px ;
1256
+ line-height : 17px ;
1259
1257
padding : 7px 14px ;
1260
- background-color : # faf9f9 ;
1258
+ background : white;
1259
+ box-shadow : inset 0 0 0 1px # EEE, inset 4px 0 0 # EEE ;
1260
+ border-radius : 3px ;
1261
+ margin-left : -4px ;
1261
1262
}
1262
1263
1263
1264
.prism + .prism {
@@ -1290,7 +1291,7 @@ pre[class*="language-"],
1290
1291
1291
1292
.CodeMirror {
1292
1293
/* Set height, width, borders, and global font properties here */
1293
- font-family : monospace;
1294
+ font-family : 'Roboto Mono' , Menlo , Monaco , monospace;
1294
1295
height : 300px ;
1295
1296
color : black;
1296
1297
}
@@ -1760,7 +1761,7 @@ span.CodeMirror-selectedtext { background: none; }
1760
1761
-moz-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.45 );
1761
1762
box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.45 );
1762
1763
font-family : 'Roboto Mono' , Menlo, Monaco, monospace;
1763
- font-size : 14 px ;
1764
+ font-size : 13 px ;
1764
1765
line-height : 20px ;
1765
1766
list-style : none;
1766
1767
margin : 0 ;
@@ -1979,50 +1980,63 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
1979
1980
/* CM override */
1980
1981
1981
1982
.CodeMirror {
1982
- font-size : 14 px ;
1983
- line-height : 20 px ;
1983
+ font-size : 13 px ;
1984
+ line-height : 17 px ;
1984
1985
font-family :
1985
1986
}
1986
1987
1987
1988
.miniGraphiQL {
1988
1989
margin : 28px 0 ;
1989
1990
color : # 333 ;
1990
- background : # faf9f9 ;
1991
- border-left : 4px solid # E10098 ;
1991
+ /* background: #faf9f9;*/
1992
+ /* border-left: 4px solid #E10098;*/
1992
1993
width : 100% ;
1993
1994
display : -webkit-flex;
1994
1995
display : flex;
1995
1996
-webkit-flex-direction : row;
1996
1997
flex-direction : row;
1997
1998
font-family : helvetica, arial, sans-serif;
1998
- font-size : 14 px ;
1999
+ font-size : 13 px ;
1999
2000
position : relative;
2001
+
2002
+ font-size : 13px ;
2003
+ line-height : 17px ;
2004
+ padding : 3px ; /*7px 14px;*/
2005
+ background : white;
2006
+ box-shadow : inset 0 0 0 1px # EEE, inset 4px 0 0 # EEE ;
2007
+ border-radius : 3px ;
2008
+ margin-left : -4px ;
2000
2009
}
2001
2010
2002
2011
.query-editor .CodeMirror {
2003
2012
height : auto;
2004
2013
min-height : 100px ;
2005
2014
margin : 0px 7px 28px ;
2006
- background : # faf9f9 ;
2015
+ /* background: #faf9f9;*/
2007
2016
}
2008
2017
2009
2018
.query-editor {
2010
2019
width : 50% ;
2011
2020
}
2012
2021
2013
2022
.result-window {
2014
- background : # fbfafa ;
2023
+ /* background: #fbfafa;*/
2015
2024
box-shadow : inset 5px 0px 4px -3px rgba (0 , 0 , 0 , 0.2 );
2025
+
2016
2026
position : absolute;
2017
2027
left : 50% ;
2018
2028
top : 0 ;
2019
2029
bottom : 0 ;
2020
2030
height : 100% ;
2021
2031
right : 0 ;
2032
+
2033
+ box-shadow : inset 0 0 0 1px # EEE ;
2034
+ border-radius : 3px ;
2022
2035
}
2023
2036
2024
2037
.result-window .CodeMirror {
2025
- background : # fbfafa ;
2038
+ /*background: #fbfafa;*/
2039
+ background : transparent;
2026
2040
height : 100% ;
2027
2041
margin : 0 7px ;
2028
2042
-webkit-box-sizing : border-box;
0 commit comments