File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -50,23 +50,6 @@ table{
50
50
}
51
51
}
52
52
53
- // Custom Octicon styling
54
- .mega-octicon {
55
- font-size : 110px ;
56
- color : $brand-primary ;
57
-
58
- & :after {
59
- content : " " ;
60
- display : block ;
61
- width : 170px ;
62
- height : 170px ;
63
- border : solid 1px $gray-light ;
64
- border-radius : 50% ;
65
- padding : 20px ;
66
- margin-top : -142px ;
67
- }
68
- }
69
-
70
53
// Table of contents
71
54
#toc-wrapper {
72
55
opacity : .5 ;
@@ -233,6 +216,23 @@ table{
233
216
font-size : 20px ;
234
217
color : $gray ;
235
218
}
219
+
220
+ // Custom Octicon styling
221
+ .mega-octicon {
222
+ font-size : 110px ;
223
+ color : $brand-primary ;
224
+
225
+ & :after {
226
+ content : " " ;
227
+ display : block ;
228
+ width : 170px ;
229
+ height : 170px ;
230
+ border : solid 1px $gray-light ;
231
+ border-radius : 50% ;
232
+ padding : 20px ;
233
+ margin-top : -142px ;
234
+ }
235
+ }
236
236
}
237
237
238
238
#teacher {
You can’t perform that action at this time.
0 commit comments