PluginProbe
Hello Plus / 1.7.3
Hello Plus v1.7.3
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 All 30 releases
hello-plus / modules / forms / assets / scss / editor.scss

editor.scss in Hello Plus 1.7.3, at modules/forms/assets/scss/editor.scss

36 lines 552 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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