File tree Expand file tree Collapse file tree 3 files changed +85
-0
lines changed Expand file tree Collapse file tree 3 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
@import " styles/badges" ;
6
6
@import " styles/buttons" ;
7
+ @import " styles/docks" ;
7
8
@import " styles/editor" ;
8
9
@import " styles/git" ;
9
10
@import " styles/lists" ;
Original file line number Diff line number Diff line change
1
+ .atom-dock-inner.atom-dock-open {
2
+ & .left {
3
+ border-right : 1px solid @tree-view-border-color ;
4
+ }
5
+
6
+ & .right {
7
+ border-left : 1px solid @tree-view-border-color ;
8
+ }
9
+ }
10
+
11
+ .atom-dock-toggle-button {
12
+ width : 200px ;
13
+ height : 200px ;
14
+
15
+ & .left ,
16
+ & .right {
17
+ width : 50px ;
18
+ }
19
+
20
+ .atom-dock-toggle-button-inner {
21
+ width : 200px ;
22
+ height : 200px ;
23
+ border-radius : 100% ;
24
+ border : 0 ;
25
+ background : rgba (0 ,0 ,0 ,0.4 );
26
+
27
+
28
+ & .left {
29
+ .icon {
30
+ font-size : 64px ;
31
+ transform : translateX (71px ) translateY (-10px );
32
+
33
+ & :before {
34
+ font-size : 32px ;
35
+ }
36
+ }
37
+ }
38
+
39
+ & .right {
40
+ .icon {
41
+ font-size : 64px ;
42
+ transform : translateX (-71px ) translateY (-10px );
43
+
44
+ & :before {
45
+ font-size : 32px ;
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+
52
+ .atom-dock-resize-handle {
53
+ position : absolute ;
54
+ top : 0 ;
55
+ bottom : 0 ;
56
+ z-index : 100 ;
57
+
58
+ & .left {
59
+ right : -3px ;
60
+ width : 8px ;
61
+ }
62
+
63
+ & .right {
64
+ left : -3px ;
65
+ width : 8px ;
66
+ }
67
+ }
Original file line number Diff line number Diff line change 103
103
padding :0 @component-padding ;
104
104
line-height :@component-padding * 3 ;
105
105
color :@text-color ;
106
+ display : block ;
106
107
107
108
.btn {
108
109
top :5px ;
110
+
111
+ & .pull-right {
112
+ margin-left : @component-padding / 2 ;
113
+ }
109
114
}
110
115
111
116
& + .container {
112
117
padding-top :0 ;
113
118
}
114
119
}
115
120
121
+ .updates-heading-container .section-heading {
122
+ border : 0 ;
123
+ background : none ;
124
+ margin : 0 ;
125
+ }
126
+
116
127
.sub-section {
117
128
margin-top :@component-padding ;
118
129
clear :both ;
123
134
}
124
135
}
125
136
137
+ .updates-heading-container {
138
+ border-bottom :1px solid fade (@pane-item-border-color , 20% );
139
+ background :@tool-panel-background-color ;
140
+ margin : - @component-padding - @component-padding @component-padding ;
141
+ }
142
+
126
143
.table {
127
144
th {
128
145
border :none ;
You can’t perform that action at this time.
0 commit comments