mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-21 14:42:01 +02:00
21 lines
726 B
SCSS
21 lines
726 B
SCSS
$icon-google-colors: (#4285f4, #fff, #db4437, #f4b400, #0f9d58);
|
|
// prettier-ignore
|
|
$icon-google: (
|
|
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 ),
|
|
( 2,2,2,2,2,3,3,3,3,3,3,2,2,2,2,2 ),
|
|
( 2,2,2,3,3,3,3,3,3,3,3,3,3,2,2,2 ),
|
|
( 2,2,3,3,3,3,3,3,3,3,3,3,2,2,2,2 ),
|
|
( 2,3,3,3,3,2,2,2,2,2,3,2,2,2,2,2 ),
|
|
( 4,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2 ),
|
|
( 4,4,3,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
|
|
( 4,4,4,2,2,2,2,2,1,1,1,1,1,1,1,2 ),
|
|
( 4,4,4,2,2,2,2,2,1,1,1,1,1,1,1,2 ),
|
|
( 4,4,4,2,2,2,2,2,1,1,1,1,1,1,1,2 ),
|
|
( 4,4,5,2,2,2,2,2,2,2,2,2,1,1,1,2 ),
|
|
( 4,5,5,5,2,2,2,2,2,2,2,1,1,1,1,2 ),
|
|
( 2,5,5,5,5,2,2,2,2,2,5,1,1,1,2,2 ),
|
|
( 2,2,5,5,5,5,5,5,5,5,5,5,1,1,2,2 ),
|
|
( 2,2,2,5,5,5,5,5,5,5,5,5,5,2,2,2 ),
|
|
( 0,2,2,2,2,5,5,5,5,5,5,2,2,2,2,0 )
|
|
);
|