forked from jesseweed/seti-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus-bar.less
48 lines (36 loc) · 845 Bytes
/
status-bar.less
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
atom-workspace atom-panel.bottom.tool-panel,
atom-workspace atom-panel.footer.tool-panel {
background: @grey-dark;
border-top: solid 1px rgba(0,0,0,0.5);
padding: 1px 3px 0px 3px;
&:first-child {
box-shadow: 0px -5px 1px 0px rgba(0,0,0,0.1);
}
&:last-child {
background: @panel-background-color;
box-shadow: none;
border-top: solid 1px rgba(0,0,0,0.5);
}
.status-bar {
.flexbox-repaint-hack {
padding: 0;
}
.status-bar-left {
padding: 0;
}
}
a {
.link-color();
}
}
// ALL BOTTOM PANELS
atom-workspace:not(.seti-compact) atom-panel.bottom.tool-panel {
padding: 5px;
}
// STATUS BAR SPECIFICALLY
atom-workspace atom-panel.footer.tool-panel.panel-footer {
background: @black;
}
atom-workspace:not(.seti-compact) atom-panel.footer.tool-panel {
padding: 10px;
}