mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-29 16:59:58 +02:00
Merge pull request #123 from guastallaigor/remove-corners-from-twitch-medium-icons
feat(icons): removed corners from twitch and medium icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
$icon-medium-colors: (#fff, #12100e);
|
$icon-medium-colors: (#fff, #12100e);
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
$icon-medium: (
|
$icon-medium: (
|
||||||
( 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 ),
|
||||||
( 2,1,1,1,2,2,2,2,2,2,2,1,1,1,1,2 ),
|
( 2,1,1,1,2,2,2,2,2,2,2,1,1,1,1,2 ),
|
||||||
( 2,2,1,1,2,2,2,2,2,2,2,1,1,1,2,2 ),
|
( 2,2,1,1,2,2,2,2,2,2,2,1,1,1,2,2 ),
|
||||||
( 2,2,1,1,1,2,2,2,2,2,2,1,1,1,2,2 ),
|
( 2,2,1,1,1,2,2,2,2,2,2,1,1,1,2,2 ),
|
||||||
@@ -16,5 +16,5 @@ $icon-medium: (
|
|||||||
( 2,2,1,2,2,2,1,1,2,2,2,1,1,1,2,2 ),
|
( 2,2,1,2,2,2,1,1,2,2,2,1,1,1,2,2 ),
|
||||||
( 2,2,1,2,2,2,2,1,2,2,2,1,1,1,2,2 ),
|
( 2,2,1,2,2,2,2,1,2,2,2,1,1,1,2,2 ),
|
||||||
( 2,1,1,1,2,2,2,2,2,2,1,1,1,1,1,2 ),
|
( 2,1,1,1,2,2,2,2,2,2,1,1,1,1,1,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 ),
|
||||||
);
|
);
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
$icon-twitch-colors: (#fff, #6441a4);
|
$icon-twitch-colors: (#fff, #6441a4);
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
$icon-twitch: (
|
$icon-twitch: (
|
||||||
( 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 ),
|
||||||
( 2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2 ),
|
( 2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2 ),
|
||||||
( 2,1,1,2,2,2,2,2,2,2,2,2,2,2,1,2 ),
|
( 2,1,1,2,2,2,2,2,2,2,2,2,2,2,1,2 ),
|
||||||
( 2,1,1,2,2,2,2,2,2,2,2,2,2,2,1,2 ),
|
( 2,1,1,2,2,2,2,2,2,2,2,2,2,2,1,2 ),
|
||||||
@@ -16,5 +16,5 @@ $icon-twitch: (
|
|||||||
( 2,1,1,1,1,2,1,1,1,1,1,1,2,2,2,2 ),
|
( 2,1,1,1,1,2,1,1,1,1,1,1,2,2,2,2 ),
|
||||||
( 2,2,2,2,1,1,1,1,2,2,2,2,2,2,2,2 ),
|
( 2,2,2,2,1,1,1,1,2,2,2,2,2,2,2,2 ),
|
||||||
( 2,2,2,2,1,1,2,2,2,2,2,2,2,2,2,2 ),
|
( 2,2,2,2,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 )
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user