mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 09:41:47 +02:00
Added first version of the youtube icon and an example in the docs (index.html).
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
@import "twitter.scss";
|
||||
@import "facebook.scss";
|
||||
@import "github.scss";
|
||||
@import "youtube.scss";
|
||||
|
||||
// others
|
||||
@import "close.scss";
|
||||
@@ -73,6 +74,10 @@
|
||||
&.close::before {
|
||||
@include pixelize($icon-close, $icon-close-colors, $px);
|
||||
}
|
||||
|
||||
&.youtube::before {
|
||||
@include pixelize($icon-youtube, $icon-youtube-colors, $px);
|
||||
}
|
||||
}
|
||||
|
||||
// default
|
||||
|
20
scss/icons/youtube.scss
Normal file
20
scss/icons/youtube.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
$icon-youtube-colors: (#fff, #f00);
|
||||
// prettier-ignore
|
||||
$icon-youtube: (
|
||||
( 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,2,2,2,2,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,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,1,2,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,1,1,1,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,1,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,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,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,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