Skip to content

Commit ba8d042

Browse files
authored
Merge pull request #25 from znsio/graphql_updates
GraphQL documentation updates
2 parents f19cf18 + 7cad705 commit ba8d042

File tree

2 files changed

+303
-139
lines changed

2 files changed

+303
-139
lines changed

css/site.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,28 @@
3131
max-width: 900px;
3232
max-height: 600px;
3333
}
34+
35+
.note {
36+
background-color: #f1f1f1;
37+
border-left: 6px solid #2196F3;
38+
padding: 10px;
39+
}
40+
41+
.warning {
42+
/* background-color: #ffdddd;*/
43+
background-color: #f1f1f1;
44+
border-left: 6px solid #f44336;
45+
padding: 10px;
46+
}
47+
48+
.tip {
49+
background-color: #e6ffee;
50+
border-left: 6px solid #04AA6D;
51+
padding: 10px;
52+
}
53+
54+
.important {
55+
background-color: #ffffcc;
56+
border-left: 6px solid #ffeb3b;
57+
padding: 10px;
58+
}

0 commit comments

Comments
 (0)