Skip to content

Commit 5d91bcf

Browse files
author
jordanmccullough
committed
Include improved Octicon styling for slide uses
1 parent 8a3d9f6 commit 5d91bcf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

_stylesheets/curriculum.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,24 @@ table{
5353
}
5454
}
5555

56+
// Custom Octicon styling
57+
.mega-octicon{
58+
font-size: 110px;
59+
color: $brand-primary;
60+
61+
&:after{
62+
content: "";
63+
display: block;
64+
width: 170px;
65+
height: 170px;
66+
border: solid 1px $gray-light;
67+
border-radius: 50%;
68+
padding: 20px;
69+
margin-top: -142px;
70+
}
71+
}
5672

73+
// Table of contents
5774
#toc-wrapper{
5875
opacity: .5;
5976
transition: all 200ms;

0 commit comments

Comments
 (0)