| 1 |
// Fields Map (Based on Repeater control) |
| 2 |
|
| 3 |
.elementor-panel { |
| 4 |
|
| 5 |
.elementor-control-type-fields_map { |
| 6 |
|
| 7 |
.elementor-repeater-fields { |
| 8 |
margin: 10px 0; |
| 9 |
|
| 10 |
.elementor-control { |
| 11 |
padding: 0; |
| 12 |
} |
| 13 |
|
| 14 |
&:last-child { |
| 15 |
margin-block-end: 0; |
| 16 |
} |
| 17 |
} |
| 18 |
} |
| 19 |
} |
| 20 |
|
| 21 |
.elementor-repeater-row--form-step { |
| 22 |
.elementor-repeater-row-tools { |
| 23 |
&:hover { |
| 24 |
background-color: $editor-lighter; |
| 25 |
} |
| 26 |
|
| 27 |
div:not(.elementor-repeater-row-handle-sortable) { |
| 28 |
background-color: $editor-background-light; |
| 29 |
|
| 30 |
&:hover { |
| 31 |
background-color: $editor-background; |
| 32 |
} |
| 33 |
} |
| 34 |
} |
| 35 |
} |
| 36 |
|