1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 10:02:57 +02:00

Merge pull request #149 from guastallaigor/fix-pokemons-icons-width-height

fix(icons): changed pokemons icons width and height
This commit is contained in:
ダーシノ
2018-12-10 10:14:13 +09:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -26,8 +26,8 @@
position: relative; position: relative;
display: inline-block; display: inline-block;
width: $px * 16; width: $px * 20;
height: $px * 16; height: $px * 17;
&::before { &::before {
position: absolute; position: absolute;

View File

@@ -27,8 +27,8 @@
position: relative; position: relative;
display: inline-block; display: inline-block;
width: $px * 16; width: $px * 21;
height: $px * 16; height: $px * 18;
&::before { &::before {
position: absolute; position: absolute;

View File

@@ -26,8 +26,8 @@
position: relative; position: relative;
display: inline-block; display: inline-block;
width: $px * 14; width: $px * 21;
height: $px * 14; height: $px * 17;
&::before { &::before {
position: absolute; position: absolute;