-
Notifications
You must be signed in to change notification settings - Fork 10
/
style.styl
169 lines (135 loc) · 2.66 KB
/
style.styl
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
*
box-sizing: border-box
html, body
height: 100%
body
display: flex
flex-direction: row
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
font-size: 16px
font-weight: 300
margin: 0
.hidden
display: none
main
display: flex
flex-direction: row
width: 100%
> section
display: flex
flex-direction: column
&:nth-child(2)
flex: 1
> section
display: flex
flex-direction: row
filetree
cursor: pointer
display: block
margin: 0
padding: 0
overflow-x: hidden
overflow-y: auto
user-select: none
> path-name
display: block
margin-left: -1em
position: relative
&:not(:empty)
&::before
content: "+ "
left: 1em
position: absolute
text-align: center
width: 1em
&.expanded::before
content: "- "
&:hover
background-color: lightyellow
> file, > path-name
padding-left: 1em
padding-right: 1em
position: relative
white-space: nowrap
> file
cursor: pointer
display: block
> .delete
display: none
position: absolute
right: 0
top: 0
&:hover
background-color: lightyellow
> .delete
display: inline-block
&.active
background-color: lightblue
> filetree
> file, > path-name
padding-left: 2em
> filetree
> file, > path-name
padding-left: 3em
> filetree
> file, > path-name
padding-left: 4em
> filetree
> file, > path-name
padding-left: 5em
search-results
display: block
height: 100%
width: 30%
background-color: white
border-left: 1px solid black
overflow: auto
> search-result
display: block
padding: 0.25em 0.5em
&:nth-child(2n)
background-color: #eee
&:hover
background-color: lightyellow
> span.line
&::before
content: " :"
> button.close
position: absolute
top: 1em
right: 1em
actions
display: inline
flex: 1
height: 40px
> button
font-size: 14px
margin-bottom: 0.25em
margin-right: 0.25em
github-status
display: block
margin-left: 0.25em
white-space: nowrap
.repo_info
border-bottom: 1px solid black
font-size: 0.8em
height: 40px
overflow: hidden
padding: 0.25em 1em
width: 200px
.console-wrap
display: block
height: 100px
overflow: auto
> .errors
box-sizing: border-box
color: red
margin-top: 0
&:empty
margin-bottom: 0
div.ace_editor
border-bottom: 1px solid black
flex: 1
.ace_search_form
font-family: Arial, sans serif
font-size: 13.3333px