Page 1 of 1

Icon size (in ionic apps)

Posted: Tue Sep 06, 2016 12:17 pm
by Kurt Spangsbjerg Petersen

When I use the standard icons I can choose between 3 pre-defined sizes (small, normal, large).
Where can I change these icon sizes or make some custom sizes?
Image


Icon size (in ionic apps)

Posted: Tue Sep 06, 2016 2:10 pm
by Serhii Kulibaba

Hello Kurt,

Please add a custom class to that component and create a CSS file with styles for that class, e.g.:
pre.myClass{
font-size:20px;
}/pre


Icon size (in ionic apps)

Posted: Tue Sep 06, 2016 4:19 pm
by Kurt Spangsbjerg Petersen

Obvious. I didn't notice that the icon size was controlled by the font-size. Thanks.