forked from atom/github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-tab.less
More file actions
67 lines (57 loc) · 1.12 KB
/
github-tab.less
File metadata and controls
67 lines (57 loc) · 1.12 KB
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
@import "variables";
.github-StubItem-github,
.github-GitHub-root {
flex: 1;
display: flex;
}
.github-GitHub {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
-webkit-user-select: none;
cursor: default;
&-content {
flex: 1;
display: flex;
flex-direction: column;
}
&-noRemotes,
.github-RemoteSelector {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 1.25em;
text-align: center;
padding: @component-padding * 3;
> * {
margin: @component-padding 0;
}
h1 {
margin-bottom: @component-padding * 3;
}
}
.github-RemoteSelector {
ul {
list-style: none;
padding-left: 0;
li:not(:last-child) {
margin-bottom: @component-padding;
}
}
button {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
}
&-LargeIcon:before {
margin-right: 0;
margin-bottom: @component-padding * 5;
width: auto;
height: auto;
font-size: 8em;
color: mix(@base-background-color, @text-color, 66%); // 2/3 of bg color
}
}