We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3d9f6 commit 5d91bcfCopy full SHA for 5d91bcf
_stylesheets/curriculum.scss
@@ -53,7 +53,24 @@ table{
53
}
54
55
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
+}
72
73
+// Table of contents
74
#toc-wrapper{
75
opacity: .5;
76
transition: all 200ms;
0 commit comments