Hello,
On a recent project, it became apparent that the properties we’re allowed to set in the Theme Styles > Element - Button are missing some items. In my use-case today, I needed to set a background-image tag to the buttons using a gradient of “linear-gradient(45deg, #1b7048 0%, #529717 100%)” but this was not possible. We can already set background colour but not the background image / gradient.
When I tried to set up the button using the Bricks > Settings > Custom Code and adding the following, it overwrote all my buttons (I needed a couple of buttons to be different) and didn’t seem like editing at the ID overwrote the global CSS strangely. Probably a different concern, but wanted to at least raise this as the current Theme Styles for some elements seem a bit incomplete.