I recently added the open iconic plugin to my project and I'm trying to adjust the size of the icon. While the original library has a property to change the size, it doesn't seem to work with the Bootstrap version. Is there an alternative way to resize the icon without altering the font size?
<div class="badge badge-primary badge-pill">
<span class="oi oi-thumb-down"></span>
</div>