-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
79 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ Crystal playground includes the following libraries, which have their own licens | |
|
||
* [jQuery][] - [MIT][] | ||
`Copyright JS Foundation and other contributors, https://js.foundation/` | ||
* [Octicons][] - [MIT][] (for codes) or [OFL-1.1][] (for fonts) `(c) 2012-2016 GitHub, Inc.` | ||
* [Octicons][] - [MIT][] `(c) 2023 GitHub Inc.` | ||
* [Materialize][] - [MIT][] `Copyright (c) 2014-2015 Materialize` | ||
* [CodeMirror][] - [MIT][] `Copyright (C) 2016 by Marijn Haverbeke <[email protected]> and others` | ||
* [ansi\_up][] - [MIT][] `Copyright (c) 2011 Dru Nelson` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/compiler/crystal/tools/playground/public/vendor/octicons-19.5.0/octicons.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
.octicon is optimized for 16px. | ||
.mega-octicon is optimized for larger sizes. | ||
*/ | ||
.octicon, .mega-octicon { | ||
display: inline-block; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; | ||
width: 16px; | ||
height: 16px; | ||
vertical-align: text-bottom; | ||
} | ||
|
||
.mega-octicon { | ||
width: 50px; | ||
height: 50px; | ||
vertical-align: middle; | ||
} |
31 changes: 31 additions & 0 deletions
31
src/compiler/crystal/tools/playground/public/vendor/octicons-19.5.0/octicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.