mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-02-25 10:02:29 +01:00
21 lines
664 B
SCSS
21 lines
664 B
SCSS
|
$icon-close-colors: ($base-color);
|
||
|
// prettier-ignore
|
||
|
$icon-close: (
|
||
|
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
|
||
|
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
|
||
|
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
|
||
|
(1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1),
|
||
|
(0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0),
|
||
|
(0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0),
|
||
|
(0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0),
|
||
|
(0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0),
|
||
|
(0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0),
|
||
|
(0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0),
|
||
|
(0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0),
|
||
|
(0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0),
|
||
|
(1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1),
|
||
|
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
|
||
|
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
|
||
|
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
|
||
|
);
|