How do you make Icons Even Bigger

0
Hi guys, im just wondering if there is a way of making icons much larger than the settings Small and Large in the properties  tab, instead of using images. I will attach a photo to aid.   
asked
5 answers
3

You can make your icons to look something like this,

 

although I used an action button, you can use on click action of the image. and by applying css you can make your page to look like what you wanted,

 

So.. this might help!

answered
3

You can change the size of a glyphicon in the scss files. 

For example, add this to your scss file:

.iconText{
    .glyphicon {
        font-size: 20px;
    }

}
 

Now add iconText class to the button/link, the size will now be 20px.

Or leave away the first class and the default value will be 20px.

answered
2

Hey Charlie,

If you want to increase the size of the icons, you can do that by changing the dimensions of the icon. In the dimensions tab in properties 

Hope it helps!

answered
0

Picture of User Case

answered
0

Screenshots for UserCase.

answered