File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -440,8 +440,7 @@ protected function _register_controls() {
440440 'size ' => 5 ,
441441 ],
442442 'selectors ' => [
443- '{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-front .mt-flipbox-icon i ' => 'margin-bottom: {{SIZE}}{{UNIT}}; ' ,
444- '{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-front .mt-flipbox-icon svg ' => 'margin-bottom: {{SIZE}}{{UNIT}}; ' ,
443+ '{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-front .mt-flipbox-icon ' => 'margin-bottom: {{SIZE}}{{UNIT}}; '
445444 ],
446445 'condition ' => [
447446 'front_graphic_element ' => 'icon ' ,
@@ -946,8 +945,7 @@ protected function _register_controls() {
946945 'size ' => 5 ,
947946 ],
948947 'selectors ' => [
949- '{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-back .mt-flipbox-icon i ' => 'margin-bottom: {{SIZE}}{{UNIT}}; ' ,
950- '{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-back .mt-flipbox-icon svg ' => 'margin-bottom: {{SIZE}}{{UNIT}}; ' ,
948+ '{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-back .mt-flipbox-icon ' => 'margin-bottom: {{SIZE}}{{UNIT}}; '
951949 ],
952950 'condition ' => [
953951 'back_graphic_element ' => 'icon ' ,
You can’t perform that action at this time.
0 commit comments