Skip to content

Commit cefcec6

Browse files
committed
style updates
1 parent d1f187b commit cefcec6

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atom-coderoad",
33
"main": "./lib/atom/main",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "Interactive tutorial plugin for Atom",
66
"author": "Shawn McKay <shawn.j.mckay@gmail.com",
77
"keywords": ["atom", "coderoad"],

styles/styles.less

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
height: 100%;
44
overflow: scroll;
55
}
6-
6+
pre {
7+
margin-bottom: 10px !important;
8+
}
9+
.cr {
10+
&-account {}
11+
}
712
.cr-alert.success {
813
button {
914
span {
@@ -18,13 +23,11 @@
1823
}
1924
}
2025
}
21-
2226
.cr {
2327
.cr-menu-bar {
2428
z-index: 999 !important;
2529
}
2630
}
27-
2831
.cr {
2932
&-chapter {
3033
border: 2px solid red; // testing
@@ -38,7 +41,6 @@
3841
text-align: center;
3942
}
4043
}
41-
4244
.cr-page {
4345
position: relative;
4446
width: 400px;
@@ -60,9 +62,9 @@
6062
}
6163
}
6264
.cr-tasks {
63-
background-color: red;
6465
margin-bottom: 50px;
6566
.cr-task {
67+
padding: 10px;
6668
position: relative;
6769
&-checkbox {
6870
position: absolute;
@@ -77,10 +79,11 @@
7779
display: inline-block;
7880
padding-top: -10px;
7981
padding-left: 55px;
82+
font-size: 14px;
83+
line-height: 1.6;
8084
}
8185
}
8286
}
83-
8487
.cr {
8588
&-progress {
8689
.chapter {
@@ -102,7 +105,6 @@
102105
}
103106
}
104107
}
105-
106108
.cr {
107109
&-projects {
108110
height: 100%;
@@ -130,9 +132,6 @@
130132
padding: 10px;
131133
}
132134
}
133-
134135
.cr {
135-
&--downloads {
136-
137-
}
136+
&--downloads {}
138137
}

0 commit comments

Comments
 (0)