mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-28 08:19:55 +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);
|
||||
// prettier-ignore
|
||||
$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,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 ),
|
||||
@@ -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,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,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);
|
||||
// prettier-ignore
|
||||
$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,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,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,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