mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-02-24 09:23:50 +01:00
26 lines
730 B
SCSS
26 lines
730 B
SCSS
$icon-trophy-colors: (#fff, #444, #ebe527, #f59f54);
|
|
// prettier-ignore
|
|
$icon-trophy: (
|
|
(0,0,2,2,2,2,2,2,2,2,2,2,2,0,0,0),
|
|
(0,0,2,3,3,3,3,3,3,3,3,4,2,0,0,0),
|
|
(2,2,2,3,1,3,3,3,3,3,3,4,2,2,2,0),
|
|
(2,0,2,3,1,3,3,3,3,3,3,4,2,0,2,0),
|
|
(2,0,2,3,1,3,3,3,3,3,3,4,2,0,2,0),
|
|
(0,2,2,3,1,3,3,3,3,3,3,4,2,2,0,0),
|
|
(0,0,2,3,1,3,3,3,3,3,3,4,2,0,0,0),
|
|
(0,0,2,3,3,3,3,3,3,3,3,4,2,0,0,0),
|
|
(0,0,0,2,3,3,3,3,3,3,4,2,0,0,0,0),
|
|
(0,0,0,0,2,3,3,3,3,4,2,0,0,0,0,0),
|
|
(0,0,0,0,0,2,3,3,4,2,0,0,0,0,0,0),
|
|
(0,0,0,0,0,0,2,3,2,0,0,0,0,0,0,0),
|
|
(0,0,0,0,0,0,2,3,2,0,0,0,0,0,0,0),
|
|
(0,0,0,0,0,2,2,3,2,2,0,0,0,0,0,0),
|
|
(0,0,0,0,2,3,3,3,3,4,2,0,0,0,0,0),
|
|
(0,0,0,0,2,2,2,2,2,2,2,0,0,0,0,0),
|
|
);
|
|
|
|
// 2 black
|
|
// 3 yellow
|
|
// 1 white
|
|
// 4 orange
|