diff options
Diffstat (limited to 'semantic/src/themes/joypixels/elements/emoji.variables')
| -rw-r--r-- | semantic/src/themes/joypixels/elements/emoji.variables | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/semantic/src/themes/joypixels/elements/emoji.variables b/semantic/src/themes/joypixels/elements/emoji.variables new file mode 100644 index 0000000..87ea13b --- /dev/null +++ b/semantic/src/themes/joypixels/elements/emoji.variables @@ -0,0 +1,21 @@ +/******************************* + Emoji +*******************************/ + +/*-------------- + Path +--------------- + Downloading and hosting the joxpixels assets locally may require an additional license depending on the usage + Find joypixels licenses at https://www.joypixels.com/licenses +*/ +@emojiPath: "https://cdn.jsdelivr.net/joypixels/assets/5.0/png/unicode/128/"; +@emojiFileType: "png"; + +/*-------------- + Definition +---------------*/ + +/* Emoji Variables */ +@opacity: 1; +@loadingDuration: 2s; +@emojiLineHeight: @headerLineHeight; |