PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
icon
/
widget
/
assets
/
css
/
scss
/* ========================================================================== Icon widget styles ========================================================================== */ $wp-widgets-area-map: ( '#qodef-page-sidebar': ( margin-bottom: 0 ), '#qodef-page-footer': ( margin-bottom: 0 ), '#qodef-side-area': ( margin-bottom: 0 ) ); .widget.widget_webon_core_icon { display: inline-block; line-height: 1; @each $key, $values in $wp-widgets-area-map { #{$key} & { margin-bottom: map-get($values, 'margin-bottom'); } } }
[+]
..
[-] _icon-widget-default.scss
[edit]