1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

feat: added google icon

This commit is contained in:
Igor Guastalla de Lima
2018-12-07 19:13:05 +02:00
committed by Abdallah Samman
parent e028a0df96
commit 25ed2a4f59
4 changed files with 41 additions and 12 deletions

View File

@@ -153,7 +153,12 @@
}
@each $type in $types {
&.is-#{nth($type, 1)} {
@include btn-extra-pixelize-style(nth($type, 2), nth($type, 3), nth($type, 4), nth($type, 5));
@include btn-extra-pixelize-style(
nth($type, 2),
nth($type, 3),
nth($type, 4),
nth($type, 5)
);
}
}
}