1
0
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:
BcRikko
2018-09-29 11:27:53 +09:00
parent 8eebbfef42
commit 0fa9c77b7b
6 changed files with 45 additions and 3 deletions

19
scss/icons/github.scss Normal file
View 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 )
);

View File

@@ -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);
}