6 lines
165 B
CSS
6 lines
165 B
CSS
|
|
/**
|
||
|
|
* Utilities to stylize widget in Customizer controls.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/* My Community */
|
||
|
|
#available-widgets [class*="community"] .widget-title:before { content: "\f307"; }
|