Hello, I’m absolutally not an css expert and I don’t know how to do what I want: I need a class to display a button like this: I know how to do it via the attributes of the button object, it is easy… But I need to have a class giving this result to use it in my treetable widget. for the moment, I have: .delete-button {
@include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border-color, $btn-danger-bg-hover);
} but I don’t know how to add the icon… Could you help me? Vincent
↧