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