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{
5050 }
5151}
5252
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-
7053// Table of contents
7154#toc-wrapper {
7255 opacity : .5 ;
@@ -233,6 +216,23 @@ table{
233216 font-size : 20px ;
234217 color : $gray ;
235218 }
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+ }
236236 }
237237
238238 #teacher {
You can’t perform that action at this time.
0 commit comments