Theme Composer: Configure Row Action Styling

Hi, I’d like to be able to modify the size, padding, etc of the Row Action icons in a table.

This would solve these issues: 
https://community.skuid.com/t/make-row-action-icons-smaller 
and https://community.skuid.com/t/shrink-table-row-height

At this point you can theme the row height.  But to adjust the icon size etc,  you have to the custom CSS route. 

Add a css resource that looks something like this. 

.nx-skootable-buttonicon-visible {
       font-size: 1.5em;
       padding: 25px;
}