Idea - Icon size on buttons - Forum

Forum Navigation
You need to log in to create posts and topics.

Idea - Icon size on buttons

Hi, @luishp

A great idea would be a new option button called "Icon size" to get the result as attached image.
This would me like FontAwesome size class fa-lg, fa-2x...

For now this trick can be done using css:

#Container1 button {
  font-size: .7em;
}

#Container1 button .glyphicon {
  font-size: 2em;
}

Thanks a lot, team.

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and CDY@44 have reacted to this post.
luishpVadimCDY@44