1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-21 14:42:01 +02:00
nes.css/scss/icons/twitter.scss
kyu-suke 87ee2550be fix: transparency of the icons
* twitter: change from transparency to white
* instagram: change from transparency to white
* nes-ash: change from white to transparency
2019-06-16 23:49:34 +09:00

21 lines
701 B
SCSS

$icon-twitter-colors: (#fff, #2c9ceb);
// prettier-ignore
$icon-twitter: (
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 ),
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
( 2,1,2,2,2,2,2,2,2,1,1,1,2,2,2,2 ),
( 2,1,1,1,2,2,2,2,1,1,1,1,1,2,2,2 ),
( 2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2 ),
( 2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2 ),
( 2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2 ),
( 2,2,2,1,1,1,1,1,1,1,1,1,1,2,2,2 ),
( 2,2,2,1,1,1,1,1,1,1,1,1,2,2,2,2 ),
( 2,2,2,2,1,1,1,1,1,1,1,1,2,2,2,2 ),
( 2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2 ),
( 2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2 ),
( 2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2 ),
( 2,2,2,1,1,1,2,2,2,2,2,2,2,2,2,2 ),
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 )
);