Quote from
AsleyCruz on January 5, 2022, 5:53 pm
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.
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.