wp-liveticker/styles/block.css
Stefan Kalscheuer 9ddcc41c6b implement Gutenberg block to add liveticker without legacy shortcode
* implement react-based JS block
* refactor shortcode and widget to use the same syntax and classes
2019-11-24 18:09:21 +01:00

8 lines
218 B
CSS

div.wp-block-scliveticker-ticker div.components-base-control:first-child label {
font-weight: 600;
}
div.wp-block-scliveticker-ticker div.components-base-control:first-child label > .dashicon {
margin-right: 8px;
}