aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/joypixels/elements/emoji.variables
blob: 87ea13b649603742aa6c4b2d136e3a600a4a84bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;