-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.sass
78 lines (50 loc) · 1.5 KB
/
index.sass
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.query-editor-nav-bar
margin-bottom: 8px
margin-top: 8px
.query-editor
.resizable
> div:first-child
height: 100%
.monaco-editor
.line-numbers
color: #888888
.active-line-number.line-numbers
color: #444444
.editor-tip
color: #888888
.streaming-editor-content
button
margin-top: 8px
.query-editor-content-none
display: none
.variable-query-editor
.query-bottom
margin-top: 16px
margin-bottom: 16px
display: flex
align-items: center
.note
flex: 1
font-size: 13px
color: #24292e
.status
justify-content: right
display: flex
align-items: center
margin-right: 16px
transition: opacity 0.2s cubic-bezier(0.4, 0.0, 0.2, 1)
opacity: 0
user-select: none
&.visible
opacity: 1
.icon
margin-right: 4px
margin-top: 1px
.button
justify-content: right
.theme-dark .variable-query-editor .query-bottom
.note, .status
color: #ccccdc
.version
color: #aaaaaa
margin-top: 20px