The node will get the style classes .image-button or .text-button, if the content is "just" an "image" or "label", respectively.
At least so far solution that works is:
button image { padding-left: 4px; padding-right: 4px; }
but these will be applied for all buttons and break the design.
The node will get the style classes .image-button or .text-button, if the content is "just" an "image" or "label", respectively.
At least so far solution that works is:
button image {
padding-left: 4px;
padding-right: 4px;
}
but these will be applied for all buttons and break the design.