mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
👍 githubアイコンを追加
This commit is contained in:
19
scss/icons/github.scss
Normal file
19
scss/icons/github.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
// prettier-ignore
|
||||
$github: (
|
||||
( 0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0 ),
|
||||
( 1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1 ),
|
||||
( 1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1 ),
|
||||
( 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1 ),
|
||||
( 1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1 ),
|
||||
( 1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1 ),
|
||||
( 1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1 ),
|
||||
( 1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1 ),
|
||||
( 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1 ),
|
||||
( 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1 ),
|
||||
( 1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1 ),
|
||||
( 1,1,1,0,1,1,0,0,0,0,0,0,1,1,1,1 ),
|
||||
( 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1 ),
|
||||
( 1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1 ),
|
||||
( 1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1 ),
|
||||
( 0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0 )
|
||||
);
|
@@ -3,6 +3,7 @@
|
||||
@import "facebook.scss";
|
||||
@import "heart.scss";
|
||||
@import "star.scss";
|
||||
@import "github.scss";
|
||||
|
||||
@mixin setup($pixel) {
|
||||
$size: $pixel * 16;
|
||||
@@ -25,6 +26,10 @@
|
||||
@include pixelize($facebook, $pixel, #4566ae);
|
||||
}
|
||||
|
||||
&.-github::before {
|
||||
@include pixelize($github, $pixel, #333333);
|
||||
}
|
||||
|
||||
&.-heart::before {
|
||||
@include pixelize($heart, $pixel, #f11416);
|
||||
}
|
||||
|
Reference in New Issue
Block a user