Upgrade Font Awesome to version 5 (#1446)

Upgrade Font Awesome to version 5 (SVG with JavaScript)

Close #1396
This commit is contained in:
Michael Rose
2018-01-04 14:27:27 -05:00
committed by GitHub
parent e3858f80e4
commit 3e922ddf58
51 changed files with 108 additions and 4631 deletions

View File

@@ -12,21 +12,6 @@ figure.highlight {
border-radius: $border-radius;
background-color: $code-background-color;
/* code block icon */
&:before {
position: absolute;
top: 0;
right: 0;
padding: 0.5em;
content: "\f121";
font-family: "fontawesome" !important;
line-height: 1;
background-color: $border-color;
border-top-right-radius: $border-radius;
text-transform: none;
speak: none;
}
pre.highlight {
margin: 0;
padding: 1em;