Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Simpler icon placement for Podle
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Oct 12, 2016
1 parent 9f63052 commit 3e895dc
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/styles/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,9 @@
}
}
&--podle {
background: linear-gradient(300deg, #7F4FFF, #9E54FF);
&::before {
position: absolute;
top: 50%;
left: 50%;
margin: -23% 0 0 -23%;
width: 46%;
height: 0;
padding-bottom: 46%;
background:
url(../images/podle.svg) 50% 50% / 90% auto no-repeat;
content: '';
}
background:
url(../images/podle.svg) 50% 50% / 50% auto no-repeat,
linear-gradient(300deg, #7F4FFF, #9E54FF);
}
&--pokedex {
image-rendering: pixelated;
Expand Down

0 comments on commit 3e895dc

Please sign in to comment.