@@ -178,6 +178,28 @@ body.index {
178
178
overflow : hidden ;
179
179
}
180
180
181
+ .window {
182
+ background : white ;
183
+ border-radius : 6px 6px 0 0 ;
184
+ box-shadow : 0 0 0 1px rgba (0 ,0 ,0 ,0.1 ), 0 8px 32px rgba (0 ,0 ,0 ,0.12 );
185
+ margin : 0 -15px ;
186
+ overflow : hidden ;
187
+ padding-top : 25px ;
188
+ position : relative ;
189
+
190
+ & ::before {
191
+ background : linear-gradient (#f0f0f0 , #dedede );
192
+ border-radius : 6px 6px 0 0 ;
193
+ box-shadow : inset 0 2px 2px -2px white , 0 1px rgba (0 ,0 ,0 ,0.4 );
194
+ content : ' ' ;
195
+ display : block ;
196
+ height : 25px ;
197
+ position : absolute ;
198
+ top : 0 ;
199
+ width : 100% ;
200
+ }
201
+ }
202
+
181
203
section .point1 {
182
204
display : flex ;
183
205
flex-direction : row-reverse ;
@@ -191,20 +213,13 @@ body.index {
191
213
}
192
214
193
215
.faux-graphiql {
194
- border : 1px solid transparent ;
195
- border-image : url(http://github.com/%3Cspan%20class=%22pl-s%22%3E/img/terminal.png%3C/span%3E) repeat ;
196
- border-image-slice : 190 210 190 234 ;
197
- border-image-width : 95px 105px 95px 117px ;
198
- padding : 54px 55px 79px 55px ;
199
- margin : -30px 0 -80px -70px ;
200
- width : 570px ;
201
- height : 450px ;
216
+ width : 440px ;
217
+ height : 330px ;
202
218
display : flex ;
203
219
flex-direction : column ;
204
220
pointer-events : none ;
205
221
206
222
.query , .response {
207
- background : white ;
208
223
flex : 1 ;
209
224
}
210
225
@@ -350,13 +365,7 @@ body.index {
350
365
}
351
366
352
367
.strong-typed-query {
353
- border : 1px solid transparent ;
354
- border-image : url(http://github.com/%3Cspan%20class=%22pl-s%22%3E/img/terminal.png%3C/span%3E) repeat ;
355
- border-image-slice : 190 210 190 234 ;
356
- border-image-width : 95px 105px 95px 117px ;
357
- padding : 54px 55px 79px 55px ;
358
- margin : -30px 0 -80px -70px ;
359
- width : 580px ;
368
+ width : 480px ;
360
369
display : flex ;
361
370
pointer-events : none ;
362
371
@@ -399,6 +408,10 @@ body.index {
399
408
color : white ;
400
409
}
401
410
411
+ em {
412
+ font-family : Palatino, Georgia , serif ;
413
+ }
414
+
402
415
.prose {
403
416
max-width : 575px ;
404
417
text-align : center ;
@@ -411,13 +424,13 @@ body.index {
411
424
412
425
.graphiqlVid {
413
426
background : white ;
414
- border-radius : 4 px ;
427
+ border-radius : 6 px 6 px 0 0 ;
415
428
box-shadow :
416
429
0 0 0 1px rgba (0 , 0 , 0 , 0.2 ),
417
430
0 16px 64px rgba (0 , 0 , 0 , 0.6 );
418
- margin : 3em -10px -80 px ;
431
+ margin : 3em -10px -75 px ;
419
432
overflow : hidden ;
420
- padding-top : 45 % ;
433
+ padding-top : 40 % ;
421
434
pointer-events : none ;
422
435
position : relative ;
423
436
transform : translateZ (0 );
0 commit comments