Sets the given CSS properties as inline styles on the given element.
up.element.setStyle(element, { color: 'red', 'font-size': '2em' })
The element on which to change inline styles.
One or more CSS properties with kebab-case keys.