File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " atom-coderoad" ,
3
3
"main" : " ./lib/atom/main" ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.2.3 " ,
5
5
"description" : " Interactive tutorial plugin for Atom" ,
6
6
"author" : " Shawn McKay <shawn.j.mckay@gmail.com" ,
7
7
"keywords" : [" atom" , " coderoad" ],
Original file line number Diff line number Diff line change 3
3
height : 100% ;
4
4
overflow : scroll ;
5
5
}
6
-
6
+ pre {
7
+ margin-bottom : 10px !important ;
8
+ }
9
+ .cr {
10
+ &-account {}
11
+ }
7
12
.cr-alert.success {
8
13
button {
9
14
span {
18
23
}
19
24
}
20
25
}
21
-
22
26
.cr {
23
27
.cr-menu-bar {
24
28
z-index : 999 !important ;
25
29
}
26
30
}
27
-
28
31
.cr {
29
32
&-chapter {
30
33
border : 2px solid red ; // testing
38
41
text-align : center ;
39
42
}
40
43
}
41
-
42
44
.cr-page {
43
45
position : relative ;
44
46
width : 400px ;
60
62
}
61
63
}
62
64
.cr-tasks {
63
- background-color : red ;
64
65
margin-bottom : 50px ;
65
66
.cr-task {
67
+ padding : 10px ;
66
68
position : relative ;
67
69
&-checkbox {
68
70
position : absolute ;
77
79
display : inline-block ;
78
80
padding-top : -10px ;
79
81
padding-left : 55px ;
82
+ font-size : 14px ;
83
+ line-height : 1.6 ;
80
84
}
81
85
}
82
86
}
83
-
84
87
.cr {
85
88
&-progress {
86
89
.chapter {
102
105
}
103
106
}
104
107
}
105
-
106
108
.cr {
107
109
&-projects {
108
110
height : 100% ;
130
132
padding : 10px ;
131
133
}
132
134
}
133
-
134
135
.cr {
135
- &--downloads {
136
-
137
- }
136
+ &--downloads {}
138
137
}
You can’t perform that action at this time.
0 commit comments