Skip to content

Commit 1a68d4a

Browse files
author
jordanmccullough
committed
Nest Octicon customization for slides only
1 parent ab4ba30 commit 1a68d4a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

_stylesheets/curriculum.scss

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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{

0 commit comments

Comments
 (0)