saeedalipoor / icono

One tag One icon, no font or svg, Pure CSS
http://git.io/icono
MIT License
4k stars 301 forks source link

about icono size #42

Closed FoxDaxian closed 6 years ago

FoxDaxian commented 7 years ago

how do you change the size?

sgf commented 6 years ago

[class*=icono-] { transform: scale(0.6,0.6); }

saeedalipoor commented 6 years ago

You can rebuild icono with custom size. edit variables file and build it. Also, you can wrap icon in a tag and scale that for now. <span class="x2"><i class="icono-home"></i></span> <style>.x2{transform: scale(2)}</style>