formeo 3.1.4 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/demo/assets/css/demo.min.css +2 -2
- package/dist/demo/assets/css/demo.min.css.gz +0 -0
- package/dist/demo/assets/css/formeo.min.css +2 -2
- package/dist/demo/assets/img/formeo-sprite.svg +1 -1
- package/dist/demo/assets/js/demo.min.js +2 -2
- package/dist/demo/assets/js/demo.min.js.gz +0 -0
- package/dist/demo/assets/js/formeo.cjs.js +6268 -5490
- package/dist/demo/assets/js/formeo.es.js +5375 -4595
- package/dist/demo/assets/js/formeo.min.cjs.js +3 -3
- package/dist/demo/assets/js/formeo.min.es.js +5375 -4595
- package/dist/demo/assets/js/formeo.min.js +6269 -5491
- package/dist/demo/assets/js/formeo.min.umd.js +3 -3
- package/dist/demo/assets/js/formeo.umd.js +6269 -5491
- package/dist/demo/assets/js/index.min.js +1 -1
- package/dist/demo/assets/js/index.min2.js +2 -2
- package/dist/demo/assets/js/index.min3.js +1 -1
- package/dist/demo/assets/js/mode-json.min.js +1 -1
- package/dist/demo/assets/js/mode-json.min.js.gz +0 -0
- package/dist/demo/assets/js/theme-github_light_default.min.js +1 -1
- package/dist/demo/assets/lang/af-ZA.json +1 -1
- package/dist/demo/assets/lang/af-ZA.lang +9 -0
- package/dist/demo/assets/lang/ar-TN.json +1 -1
- package/dist/demo/assets/lang/ar-TN.lang +9 -0
- package/dist/demo/assets/lang/cs-CZ.json +1 -1
- package/dist/demo/assets/lang/cs-CZ.lang +9 -0
- package/dist/demo/assets/lang/de-DE.json +1 -1
- package/dist/demo/assets/lang/de-DE.lang +9 -0
- package/dist/demo/assets/lang/en-US.json +1 -1
- package/dist/demo/assets/lang/en-US.lang +6 -1
- package/dist/demo/assets/lang/es-ES.json +1 -1
- package/dist/demo/assets/lang/es-ES.lang +9 -0
- package/dist/demo/assets/lang/fa-IR.json +1 -1
- package/dist/demo/assets/lang/fa-IR.lang +9 -0
- package/dist/demo/assets/lang/fi-FI.json +1 -1
- package/dist/demo/assets/lang/fi-FI.lang +9 -0
- package/dist/demo/assets/lang/fr-FR.json +1 -1
- package/dist/demo/assets/lang/fr-FR.lang +9 -0
- package/dist/demo/assets/lang/he-IL.json +1 -1
- package/dist/demo/assets/lang/he-IL.lang +5 -0
- package/dist/demo/assets/lang/hi-IN.json +1 -1
- package/dist/demo/assets/lang/hi-IN.lang +7 -0
- package/dist/demo/assets/lang/hu-HU.json +1 -1
- package/dist/demo/assets/lang/hu-HU.lang +9 -0
- package/dist/demo/assets/lang/it-IT.json +1 -1
- package/dist/demo/assets/lang/it-IT.lang +9 -0
- package/dist/demo/assets/lang/ja-JP.json +1 -1
- package/dist/demo/assets/lang/ja-JP.lang +9 -0
- package/dist/demo/assets/lang/nb-NO.json +1 -1
- package/dist/demo/assets/lang/nb-NO.lang +9 -0
- package/dist/demo/assets/lang/pl-PL.json +1 -1
- package/dist/demo/assets/lang/pl-PL.lang +9 -0
- package/dist/demo/assets/lang/pt-BR.json +1 -1
- package/dist/demo/assets/lang/pt-BR.lang +9 -0
- package/dist/demo/assets/lang/pt-PT.json +1 -1
- package/dist/demo/assets/lang/pt-PT.lang +9 -0
- package/dist/demo/assets/lang/ro-RO.json +1 -1
- package/dist/demo/assets/lang/ro-RO.lang +9 -0
- package/dist/demo/assets/lang/ru-RU.json +1 -1
- package/dist/demo/assets/lang/ru-RU.lang +9 -0
- package/dist/demo/assets/lang/th-TH.json +1 -1
- package/dist/demo/assets/lang/th-TH.lang +9 -0
- package/dist/demo/assets/lang/tr-TR.json +1 -1
- package/dist/demo/assets/lang/tr-TR.lang +9 -0
- package/dist/demo/assets/lang/zh-CN.json +1 -1
- package/dist/demo/assets/lang/zh-CN.lang +9 -0
- package/dist/demo/assets/lang/zh-HK.json +1 -1
- package/dist/demo/assets/lang/zh-HK.lang +9 -0
- package/dist/demo/index.html +1 -1
- package/dist/formeo-sprite.svg +1 -1
- package/dist/formeo.cjs.js +6268 -5490
- package/dist/formeo.css +469 -239
- package/dist/formeo.es.js +5375 -4595
- package/dist/formeo.min.cjs.js +3 -3
- package/dist/formeo.min.css +2 -2
- package/dist/formeo.min.es.js +5375 -4595
- package/dist/formeo.min.js +6269 -5491
- package/dist/formeo.min.umd.js +3 -3
- package/dist/formeo.umd.js +6269 -5491
- package/package.json +18 -5
package/dist/formeo.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
formeo - https://formeo.io
|
|
4
|
-
Version:
|
|
4
|
+
Version: 4.0.0
|
|
5
5
|
Author: Draggable https://draggable.io
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -40,22 +40,28 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
40
40
|
fill: #fff;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
.edit-toggle:hover {
|
|
44
44
|
background-color: rgb(50, 93, 136) !important;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.edit-toggle:hover .svg-icon {
|
|
47
47
|
fill: #fff;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
+
.f-autocomplete {
|
|
51
|
+
position: relative;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.f-autocomplete-display-field {
|
|
55
|
+
width: 100%;
|
|
56
|
+
}
|
|
57
|
+
|
|
50
58
|
.f-autocomplete-list {
|
|
51
59
|
background-color: #fff;
|
|
52
60
|
display: none;
|
|
53
61
|
list-style: none;
|
|
54
62
|
padding: 0;
|
|
55
63
|
position: absolute;
|
|
56
|
-
z-index:
|
|
57
|
-
max-height: 200px;
|
|
58
|
-
overflow-y: auto;
|
|
64
|
+
z-index: 2;
|
|
59
65
|
width: 100%;
|
|
60
66
|
margin: 0 -1px;
|
|
61
67
|
border: 1px solid #999999;
|
|
@@ -63,6 +69,7 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
63
69
|
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
|
|
64
70
|
}
|
|
65
71
|
.f-autocomplete-list li {
|
|
72
|
+
position: relative;
|
|
66
73
|
border: 1px solid #999999;
|
|
67
74
|
display: none;
|
|
68
75
|
cursor: default;
|
|
@@ -73,17 +80,72 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
73
80
|
will-change: background-color;
|
|
74
81
|
font-size: 0.85em;
|
|
75
82
|
}
|
|
76
|
-
.f-autocomplete-list li.
|
|
77
|
-
|
|
83
|
+
.f-autocomplete-list li.component-type-row {
|
|
84
|
+
padding-left: 4px;
|
|
85
|
+
}
|
|
86
|
+
.f-autocomplete-list li.component-type-column {
|
|
87
|
+
padding-left: 8px;
|
|
88
|
+
}
|
|
89
|
+
.f-autocomplete-list li.component-type-field {
|
|
90
|
+
padding-left: 16px;
|
|
91
|
+
}
|
|
92
|
+
.f-autocomplete-list li.active-option.component-type-stage {
|
|
93
|
+
background-color: #4F46E5;
|
|
94
|
+
color: #f9fafb;
|
|
95
|
+
}
|
|
96
|
+
.f-autocomplete-list li.active-option.component-type-row {
|
|
97
|
+
background-color: rgb(229, 70, 188.2);
|
|
98
|
+
color: #f9fafb;
|
|
99
|
+
}
|
|
100
|
+
.f-autocomplete-list li.active-option.component-type-column {
|
|
101
|
+
background-color: rgb(229, 142.6, 70);
|
|
102
|
+
color: #111827;
|
|
103
|
+
}
|
|
104
|
+
.f-autocomplete-list li.active-option.component-type-field {
|
|
105
|
+
background-color: rgb(124.6, 229, 70);
|
|
106
|
+
color: #111827;
|
|
107
|
+
}
|
|
108
|
+
.f-autocomplete-list li.active-option.component-type-option {
|
|
109
|
+
background-color: rgb(70, 229, 206.2);
|
|
110
|
+
color: #111827;
|
|
111
|
+
}
|
|
112
|
+
.f-autocomplete-list li:hover.component-type-stage {
|
|
113
|
+
background-color: rgb(185.3507109005, 181.7890995261, 244.7109004739);
|
|
114
|
+
color: #111827;
|
|
78
115
|
}
|
|
79
|
-
.f-autocomplete-list li:hover {
|
|
80
|
-
background-color: rgb(
|
|
116
|
+
.f-autocomplete-list li:hover.component-type-row {
|
|
117
|
+
background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
|
|
118
|
+
color: #111827;
|
|
119
|
+
}
|
|
120
|
+
.f-autocomplete-list li:hover.component-type-column {
|
|
121
|
+
background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
|
|
122
|
+
color: #111827;
|
|
123
|
+
}
|
|
124
|
+
.f-autocomplete-list li:hover.component-type-field {
|
|
125
|
+
background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
|
|
126
|
+
color: #111827;
|
|
127
|
+
}
|
|
128
|
+
.f-autocomplete-list li:hover.component-type-option {
|
|
129
|
+
background-color: rgb(181.7890995261, 244.7109004739, 235.6881516588);
|
|
130
|
+
color: #111827;
|
|
131
|
+
}
|
|
132
|
+
.f-autocomplete-list li:has(.options-list):hover .options-list {
|
|
133
|
+
display: block;
|
|
81
134
|
}
|
|
82
135
|
.f-autocomplete-list .component-type {
|
|
83
136
|
color: #666666;
|
|
84
137
|
font-style: italic;
|
|
85
138
|
font-size: 0.75em;
|
|
86
139
|
}
|
|
140
|
+
.f-autocomplete-list.options-list {
|
|
141
|
+
left: 100%;
|
|
142
|
+
top: 0;
|
|
143
|
+
width: 75%;
|
|
144
|
+
min-height: 100%;
|
|
145
|
+
}
|
|
146
|
+
.f-autocomplete-list.options-list li {
|
|
147
|
+
display: block;
|
|
148
|
+
}
|
|
87
149
|
|
|
88
150
|
.formeo-panels-wrap h5 {
|
|
89
151
|
margin: 0;
|
|
@@ -134,6 +196,7 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
134
196
|
list-style: none;
|
|
135
197
|
}
|
|
136
198
|
.formeo-panels-wrap .f-panel {
|
|
199
|
+
height: 0;
|
|
137
200
|
vertical-align: top;
|
|
138
201
|
display: inline-block;
|
|
139
202
|
width: 100%;
|
|
@@ -158,6 +221,9 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
158
221
|
text-align: center;
|
|
159
222
|
white-space: nowrap;
|
|
160
223
|
}
|
|
224
|
+
.formeo-panels-wrap .active-panel {
|
|
225
|
+
height: auto;
|
|
226
|
+
}
|
|
161
227
|
|
|
162
228
|
.tabbed-panels .panel-nav {
|
|
163
229
|
height: auto;
|
|
@@ -243,6 +309,9 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
243
309
|
border: 1px solid rgb(102, 175, 233);
|
|
244
310
|
outline: none;
|
|
245
311
|
}
|
|
312
|
+
.formeo select[multiple] {
|
|
313
|
+
height: auto;
|
|
314
|
+
}
|
|
246
315
|
.formeo input {
|
|
247
316
|
font-size: 100%;
|
|
248
317
|
font-family: inherit;
|
|
@@ -395,12 +464,6 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
395
464
|
display: inline-flex;
|
|
396
465
|
vertical-align: bottom;
|
|
397
466
|
}
|
|
398
|
-
.formeo .f-input-group input + input,
|
|
399
|
-
.formeo .f-input-group input + select,
|
|
400
|
-
.formeo .f-input-group select + select,
|
|
401
|
-
.formeo .f-input-group select + input {
|
|
402
|
-
margin-left: -1px;
|
|
403
|
-
}
|
|
404
467
|
.formeo .f-input-group select {
|
|
405
468
|
appearance: none;
|
|
406
469
|
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDMyIj4KPHBhdGggZmlsbD0iIzQ0NCIgZD0iTTAgMTJsMTEuOTkyIDExLjk5MiAxMS45OTItMTEuOTkyaC0yMy45ODR6Ij48L3BhdGg+Cjwvc3ZnPgo=");
|
|
@@ -493,14 +556,6 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
493
556
|
border-color: rgb(191.1771428571, 221.6285714286, 245.8228571429);
|
|
494
557
|
}
|
|
495
558
|
}
|
|
496
|
-
@keyframes HIDE_CONDITION_FIELD {
|
|
497
|
-
0% {
|
|
498
|
-
display: none;
|
|
499
|
-
}
|
|
500
|
-
100% {
|
|
501
|
-
display: none;
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
559
|
@keyframes COMPONENT_HIGHLIGHT_PULSE {
|
|
505
560
|
0% {
|
|
506
561
|
box-shadow: 0 0 1px 8px rgb(153, 84, 187);
|
|
@@ -522,7 +577,6 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
522
577
|
.formeo.formeo-editor .component-tag {
|
|
523
578
|
display: none;
|
|
524
579
|
height: 24px;
|
|
525
|
-
z-index: 200;
|
|
526
580
|
flex-direction: row;
|
|
527
581
|
gap: 4px;
|
|
528
582
|
align-items: center;
|
|
@@ -560,7 +614,6 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
560
614
|
margin: 0;
|
|
561
615
|
padding: 0;
|
|
562
616
|
list-style: none;
|
|
563
|
-
height: 100%;
|
|
564
617
|
}
|
|
565
618
|
.formeo.formeo-editor .group-actions {
|
|
566
619
|
display: flex;
|
|
@@ -568,7 +621,7 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
568
621
|
position: absolute;
|
|
569
622
|
top: 0;
|
|
570
623
|
line-height: 0;
|
|
571
|
-
z-index:
|
|
624
|
+
z-index: 1;
|
|
572
625
|
align-items: center;
|
|
573
626
|
justify-content: center;
|
|
574
627
|
flex-direction: row;
|
|
@@ -676,19 +729,19 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
676
729
|
}
|
|
677
730
|
.formeo.formeo-editor .formeo-row .row-tag {
|
|
678
731
|
left: -1px;
|
|
679
|
-
border-color: rgb(
|
|
732
|
+
border-color: rgb(229, 70, 188.2);
|
|
680
733
|
}
|
|
681
734
|
.formeo.formeo-editor .formeo-row .row-tag .f-i-component-corner {
|
|
682
735
|
fill: #fff;
|
|
683
|
-
stroke: rgb(
|
|
736
|
+
stroke: rgb(229, 70, 188.2);
|
|
684
737
|
}
|
|
685
738
|
.formeo.formeo-editor .formeo-row:has(.hovering-column) .row-actions,
|
|
686
739
|
.formeo.formeo-editor .formeo-row:has(.hovering-column) .field-actions {
|
|
687
740
|
display: none;
|
|
688
741
|
}
|
|
689
742
|
.formeo.formeo-editor .formeo-row.sortable-ghost {
|
|
690
|
-
background-color: rgb(
|
|
691
|
-
box-shadow: 0 0 0 1px rgb(
|
|
743
|
+
background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
|
|
744
|
+
box-shadow: 0 0 0 1px rgb(229, 70, 188.2);
|
|
692
745
|
}
|
|
693
746
|
.formeo.formeo-editor .formeo-row.sortable-ghost * {
|
|
694
747
|
opacity: 0;
|
|
@@ -696,17 +749,20 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
696
749
|
.formeo.formeo-editor .formeo-row:has(.editing-field) .row-actions {
|
|
697
750
|
display: none;
|
|
698
751
|
}
|
|
752
|
+
.formeo.formeo-editor .formeo-row.highlight-component {
|
|
753
|
+
box-shadow: 0 0 4px 2px rgb(229, 70, 188.2);
|
|
754
|
+
}
|
|
699
755
|
.formeo.formeo-editor .row-moving {
|
|
700
|
-
background-color: rgb(
|
|
756
|
+
background-color: rgb(244.7109004739, 181.7890995261, 228.56492891) !important;
|
|
701
757
|
}
|
|
702
758
|
.formeo.formeo-editor .row-moving .action-btn-wrap button {
|
|
703
|
-
background-color: rgb(
|
|
759
|
+
background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
|
|
704
760
|
}
|
|
705
761
|
.formeo.formeo-editor .row-moving .row-tag {
|
|
706
|
-
background-color: rgb(
|
|
762
|
+
background-color: rgb(244.7109004739, 181.7890995261, 228.56492891);
|
|
707
763
|
}
|
|
708
764
|
.formeo.formeo-editor .row-moving .row-tag .f-i-component-corner {
|
|
709
|
-
fill: rgb(
|
|
765
|
+
fill: rgb(244.7109004739, 181.7890995261, 228.56492891);
|
|
710
766
|
}
|
|
711
767
|
.formeo.formeo-editor .row-actions {
|
|
712
768
|
left: 0;
|
|
@@ -729,7 +785,7 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
729
785
|
}
|
|
730
786
|
.formeo.formeo-editor .hovering-row,
|
|
731
787
|
.formeo.formeo-editor .editing-row {
|
|
732
|
-
box-shadow: 0 0 0 1px rgb(
|
|
788
|
+
box-shadow: 0 0 0 1px rgb(229, 70, 188.2);
|
|
733
789
|
}
|
|
734
790
|
.formeo.formeo-editor .hovering-row:first-child,
|
|
735
791
|
.formeo.formeo-editor .editing-row:first-child {
|
|
@@ -774,11 +830,11 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
774
830
|
gap: 16px;
|
|
775
831
|
}
|
|
776
832
|
.formeo.formeo-editor .formeo-column .column-tag {
|
|
777
|
-
border-color: rgb(
|
|
833
|
+
border-color: rgb(229, 142.6, 70);
|
|
778
834
|
}
|
|
779
835
|
.formeo.formeo-editor .formeo-column .column-tag .f-i-component-corner {
|
|
780
836
|
fill: #fff;
|
|
781
|
-
stroke: rgb(
|
|
837
|
+
stroke: rgb(229, 142.6, 70);
|
|
782
838
|
}
|
|
783
839
|
.formeo.formeo-editor .formeo-column .column-tag,
|
|
784
840
|
.formeo.formeo-editor .formeo-column .column-actions {
|
|
@@ -816,7 +872,7 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
816
872
|
.formeo.formeo-editor .formeo-column .resize-x-handle::before {
|
|
817
873
|
width: 0;
|
|
818
874
|
right: 6px;
|
|
819
|
-
border: 1px dashed rgb(
|
|
875
|
+
border: 1px dashed rgb(238.4265402844, 183.3516587678, 137.0734597156);
|
|
820
876
|
border-width: 0 2px;
|
|
821
877
|
display: block;
|
|
822
878
|
top: 0;
|
|
@@ -825,7 +881,7 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
825
881
|
content: "";
|
|
826
882
|
}
|
|
827
883
|
.formeo.formeo-editor .formeo-column .resize-x-handle svg {
|
|
828
|
-
fill: rgb(
|
|
884
|
+
fill: rgb(238.4265402844, 183.3516587678, 137.0734597156);
|
|
829
885
|
position: absolute;
|
|
830
886
|
right: 1px;
|
|
831
887
|
width: 14px;
|
|
@@ -837,10 +893,10 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
837
893
|
bottom: -14px;
|
|
838
894
|
}
|
|
839
895
|
.formeo.formeo-editor .formeo-column .resize-x-handle:hover::before {
|
|
840
|
-
border-color: rgb(
|
|
896
|
+
border-color: rgb(229, 142.6, 70);
|
|
841
897
|
}
|
|
842
898
|
.formeo.formeo-editor .formeo-column .resize-x-handle:hover svg {
|
|
843
|
-
fill: rgb(
|
|
899
|
+
fill: rgb(229, 142.6, 70);
|
|
844
900
|
}
|
|
845
901
|
.formeo.formeo-editor .formeo-column.editing-column {
|
|
846
902
|
overflow: hidden;
|
|
@@ -852,8 +908,8 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
852
908
|
display: none;
|
|
853
909
|
}
|
|
854
910
|
.formeo.formeo-editor .formeo-column.sortable-ghost {
|
|
855
|
-
background-color: rgb(
|
|
856
|
-
box-shadow: 0 0 0 1px rgb(
|
|
911
|
+
background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
|
|
912
|
+
box-shadow: 0 0 0 1px rgb(229, 142.6, 70);
|
|
857
913
|
}
|
|
858
914
|
.formeo.formeo-editor .formeo-column.sortable-ghost * {
|
|
859
915
|
opacity: 0;
|
|
@@ -861,6 +917,9 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
861
917
|
.formeo.formeo-editor .formeo-column:has(.editing-field) .column-actions {
|
|
862
918
|
display: none;
|
|
863
919
|
}
|
|
920
|
+
.formeo.formeo-editor .formeo-column.highlight-component {
|
|
921
|
+
box-shadow: 0 0 4px 2px rgb(229, 142.6, 70);
|
|
922
|
+
}
|
|
864
923
|
.formeo.formeo-editor .editing-row .formeo-column,
|
|
865
924
|
.formeo.formeo-editor .editing-row .empty {
|
|
866
925
|
border-radius: 8px;
|
|
@@ -899,16 +958,19 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
899
958
|
display: none;
|
|
900
959
|
}
|
|
901
960
|
.formeo.formeo-editor .column-moving {
|
|
902
|
-
background-color: rgb(
|
|
961
|
+
background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
|
|
903
962
|
}
|
|
904
963
|
.formeo.formeo-editor .column-moving .action-btn-wrap button {
|
|
905
|
-
background-color: rgb(
|
|
964
|
+
background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
|
|
906
965
|
}
|
|
907
966
|
.formeo.formeo-editor .column-moving .column-tag {
|
|
908
|
-
background-color: rgb(
|
|
967
|
+
background-color: rgb(244.7109004739, 210.5194312796, 181.7890995261);
|
|
909
968
|
}
|
|
910
969
|
.formeo.formeo-editor .column-moving .column-tag .f-i-component-corner {
|
|
911
|
-
fill: rgb(
|
|
970
|
+
fill: rgb(244.7109004739, 210.5194312796, 181.7890995261);
|
|
971
|
+
}
|
|
972
|
+
.formeo.formeo-editor button.column-handle {
|
|
973
|
+
background-color: rgba(255, 255, 255, 0.9);
|
|
912
974
|
}
|
|
913
975
|
.formeo.formeo-editor .hovering-column .column-tag {
|
|
914
976
|
display: flex;
|
|
@@ -927,24 +989,26 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
927
989
|
}
|
|
928
990
|
.formeo.formeo-editor .hovering-column,
|
|
929
991
|
.formeo.formeo-editor .editing-column {
|
|
930
|
-
box-shadow: 0 0 0 1px rgb(
|
|
992
|
+
box-shadow: 0 0 0 1px rgb(229, 142.6, 70);
|
|
931
993
|
}
|
|
932
994
|
.formeo.formeo-editor .column-actions {
|
|
933
995
|
padding: 0;
|
|
934
996
|
left: 50%;
|
|
935
|
-
z-index: 1;
|
|
936
997
|
transition: width 0.15s;
|
|
937
998
|
}
|
|
938
999
|
.formeo.formeo-editor .column-actions .f-i-handle {
|
|
939
1000
|
transform: rotate(90deg);
|
|
940
1001
|
}
|
|
941
1002
|
.formeo.formeo-editor .formeo-field {
|
|
942
|
-
min-height:
|
|
1003
|
+
min-height: 26px;
|
|
943
1004
|
position: relative;
|
|
944
1005
|
list-style: none;
|
|
945
1006
|
margin: 0;
|
|
946
1007
|
will-change: box-shadow;
|
|
947
1008
|
}
|
|
1009
|
+
.formeo.formeo-editor .formeo-field.highlight-component {
|
|
1010
|
+
box-shadow: 0 0 4px 2px rgb(124.6, 229, 70);
|
|
1011
|
+
}
|
|
948
1012
|
.formeo.formeo-editor .formeo-field:last-child {
|
|
949
1013
|
border-bottom-right-radius: 4px;
|
|
950
1014
|
border-bottom-left-radius: 4px;
|
|
@@ -996,8 +1060,8 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
996
1060
|
border: 1px dashed #cccccc;
|
|
997
1061
|
}
|
|
998
1062
|
.formeo.formeo-editor .formeo-field.sortable-ghost {
|
|
999
|
-
background-color: rgb(
|
|
1000
|
-
box-shadow: 0 0 0 1px rgb(
|
|
1063
|
+
background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
|
|
1064
|
+
box-shadow: 0 0 0 1px rgb(124.6, 229, 70);
|
|
1001
1065
|
}
|
|
1002
1066
|
.formeo.formeo-editor .formeo-field.sortable-ghost * {
|
|
1003
1067
|
opacity: 0;
|
|
@@ -1006,16 +1070,16 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1006
1070
|
right: -1px;
|
|
1007
1071
|
left: auto;
|
|
1008
1072
|
top: -24px;
|
|
1009
|
-
border-color: rgb(
|
|
1073
|
+
border-color: rgb(124.6, 229, 70);
|
|
1010
1074
|
background-color: #fff;
|
|
1011
1075
|
}
|
|
1012
1076
|
.formeo.formeo-editor .field-tag .f-i-component-corner {
|
|
1013
1077
|
fill: #fff;
|
|
1014
|
-
stroke: rgb(
|
|
1078
|
+
stroke: rgb(124.6, 229, 70);
|
|
1015
1079
|
}
|
|
1016
1080
|
.formeo.formeo-editor .editing-field,
|
|
1017
1081
|
.formeo.formeo-editor .hovering-field {
|
|
1018
|
-
box-shadow: 0 0 0 1px rgb(
|
|
1082
|
+
box-shadow: 0 0 0 1px rgb(124.6, 229, 70);
|
|
1019
1083
|
}
|
|
1020
1084
|
.formeo.formeo-editor .editing-field .field-tag,
|
|
1021
1085
|
.formeo.formeo-editor .hovering-field .field-tag {
|
|
@@ -1042,16 +1106,16 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1042
1106
|
flex-direction: row-reverse;
|
|
1043
1107
|
}
|
|
1044
1108
|
.formeo.formeo-editor .field-moving {
|
|
1045
|
-
background-color: rgb(
|
|
1109
|
+
background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
|
|
1046
1110
|
}
|
|
1047
1111
|
.formeo.formeo-editor .field-moving .action-btn-wrap button {
|
|
1048
|
-
background-color: rgb(
|
|
1112
|
+
background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
|
|
1049
1113
|
}
|
|
1050
1114
|
.formeo.formeo-editor .field-moving .field-tag {
|
|
1051
|
-
background-color: rgb(
|
|
1115
|
+
background-color: rgb(203.3962085308, 244.7109004739, 181.7890995261);
|
|
1052
1116
|
}
|
|
1053
1117
|
.formeo.formeo-editor .field-moving .field-tag .f-i-component-corner {
|
|
1054
|
-
fill: rgb(
|
|
1118
|
+
fill: rgb(203.3962085308, 244.7109004739, 181.7890995261);
|
|
1055
1119
|
}
|
|
1056
1120
|
.formeo.formeo-editor .editing-field {
|
|
1057
1121
|
z-index: 1;
|
|
@@ -1062,102 +1126,127 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1062
1126
|
.formeo.formeo-editor .field-preview p {
|
|
1063
1127
|
white-space: normal;
|
|
1064
1128
|
}
|
|
1065
|
-
.formeo.formeo-editor .field-
|
|
1129
|
+
.formeo.formeo-editor .field-preview .f-checkbox.highlight-component,
|
|
1130
|
+
.formeo.formeo-editor .field-preview .f-radio.highlight-component {
|
|
1131
|
+
box-shadow: 0 0 2px 1px rgb(70, 229, 206.2) inset;
|
|
1132
|
+
}
|
|
1133
|
+
.formeo.formeo-editor .component-edit {
|
|
1066
1134
|
display: none;
|
|
1067
1135
|
overflow: hidden;
|
|
1068
|
-
margin-top: 16px;
|
|
1069
|
-
border-top: 1px solid #cccccc;
|
|
1070
1136
|
}
|
|
1071
|
-
.formeo.formeo-editor .
|
|
1137
|
+
.formeo.formeo-editor .component-edit label {
|
|
1072
1138
|
font-size: 0.825em;
|
|
1073
1139
|
}
|
|
1074
|
-
.formeo.formeo-editor .
|
|
1140
|
+
.formeo.formeo-editor .component-edit .panel-nav {
|
|
1075
1141
|
margin-bottom: 0;
|
|
1076
1142
|
padding: 0;
|
|
1077
1143
|
overflow: hidden;
|
|
1078
1144
|
}
|
|
1079
|
-
.formeo.formeo-editor .
|
|
1145
|
+
.formeo.formeo-editor .component-edit .panel-nav button {
|
|
1080
1146
|
border-bottom-left-radius: 0;
|
|
1081
1147
|
border-bottom-right-radius: 0;
|
|
1082
1148
|
}
|
|
1083
|
-
.formeo.formeo-editor .
|
|
1084
|
-
list-style: decimal;
|
|
1085
|
-
}
|
|
1086
|
-
.formeo.formeo-editor .field-edit .field-prop {
|
|
1149
|
+
.formeo.formeo-editor .component-edit .component-prop {
|
|
1087
1150
|
display: flex;
|
|
1088
1151
|
}
|
|
1089
|
-
.formeo.formeo-editor .
|
|
1152
|
+
.formeo.formeo-editor .component-edit .prop-controls {
|
|
1090
1153
|
flex-shrink: 0;
|
|
1091
1154
|
align-items: center;
|
|
1092
1155
|
display: flex;
|
|
1093
|
-
margin-left: 3px;
|
|
1094
1156
|
}
|
|
1095
|
-
.formeo.formeo-editor .
|
|
1157
|
+
.formeo.formeo-editor .component-edit .prop-controls .prop-remove {
|
|
1158
|
+
z-index: 3;
|
|
1159
|
+
}
|
|
1160
|
+
.formeo.formeo-editor .component-edit .prop-controls.conditions-prop-controls {
|
|
1161
|
+
display: flex;
|
|
1162
|
+
align-items: flex-start;
|
|
1163
|
+
margin-left: 16px;
|
|
1164
|
+
min-width: 16px;
|
|
1165
|
+
}
|
|
1166
|
+
.formeo.formeo-editor .component-edit .prop-controls.conditions-prop-controls .prop-remove {
|
|
1167
|
+
margin-top: -1px;
|
|
1168
|
+
}
|
|
1169
|
+
.formeo.formeo-editor .component-edit .prop-controls button {
|
|
1096
1170
|
position: relative;
|
|
1097
1171
|
}
|
|
1098
|
-
.formeo.formeo-editor .
|
|
1099
|
-
width:
|
|
1100
|
-
height:
|
|
1172
|
+
.formeo.formeo-editor .component-edit .prop-controls .svg-icon {
|
|
1173
|
+
width: 10px;
|
|
1174
|
+
height: 10px;
|
|
1101
1175
|
left: 50%;
|
|
1102
1176
|
position: absolute;
|
|
1103
1177
|
top: 50%;
|
|
1104
1178
|
transform: translate(-50%, -50%);
|
|
1105
1179
|
}
|
|
1106
|
-
.formeo.formeo-editor .
|
|
1107
|
-
width:
|
|
1108
|
-
height:
|
|
1180
|
+
.formeo.formeo-editor .component-edit .prop-control {
|
|
1181
|
+
width: 16px;
|
|
1182
|
+
height: 16px;
|
|
1109
1183
|
right: 0;
|
|
1110
1184
|
bottom: 0;
|
|
1111
1185
|
position: absolute;
|
|
1112
1186
|
padding: 0;
|
|
1113
1187
|
}
|
|
1114
|
-
.formeo.formeo-editor .
|
|
1188
|
+
.formeo.formeo-editor .component-edit .prop-control:nth-of-type(1) {
|
|
1115
1189
|
right: 0px;
|
|
1116
1190
|
}
|
|
1117
|
-
.formeo.formeo-editor .
|
|
1191
|
+
.formeo.formeo-editor .component-edit .prop-control:nth-of-type(2) {
|
|
1118
1192
|
right: 24px;
|
|
1119
1193
|
}
|
|
1120
|
-
.formeo.formeo-editor .
|
|
1194
|
+
.formeo.formeo-editor .component-edit .prop-control:nth-of-type(3) {
|
|
1121
1195
|
right: 48px;
|
|
1122
1196
|
}
|
|
1123
|
-
.formeo.formeo-editor .
|
|
1197
|
+
.formeo.formeo-editor .component-edit .prop-control:nth-of-type(4) {
|
|
1124
1198
|
right: 72px;
|
|
1125
1199
|
}
|
|
1126
|
-
.formeo.formeo-editor .
|
|
1200
|
+
.formeo.formeo-editor .component-edit .prop-control:first-child {
|
|
1127
1201
|
right: 0;
|
|
1128
1202
|
}
|
|
1129
|
-
.formeo.formeo-editor :not(.control-count-1) .
|
|
1203
|
+
.formeo.formeo-editor :not(.control-count-1) .component-edit .prop-control:last-child {
|
|
1130
1204
|
border-radius: 4px 0 0 4px;
|
|
1131
|
-
margin-right: -1px;
|
|
1132
1205
|
display: none;
|
|
1133
1206
|
}
|
|
1134
|
-
.formeo.formeo-editor :not(.control-count-1) .
|
|
1207
|
+
.formeo.formeo-editor :not(.control-count-1) .component-edit .prop-control:first-child {
|
|
1135
1208
|
border-radius: 4px;
|
|
1136
1209
|
}
|
|
1137
|
-
.formeo.formeo-editor .
|
|
1210
|
+
.formeo.formeo-editor .component-edit .prop-control:hover:first-child {
|
|
1138
1211
|
border-radius: 0 4px 4px 0;
|
|
1139
1212
|
}
|
|
1140
|
-
.formeo.formeo-editor .
|
|
1213
|
+
.formeo.formeo-editor .component-edit .prop-control:hover:first-child:last-child {
|
|
1141
1214
|
border-radius: 4px;
|
|
1142
1215
|
}
|
|
1143
|
-
.formeo.formeo-editor .
|
|
1216
|
+
.formeo.formeo-editor .component-edit .prop-control:hover:last-child {
|
|
1144
1217
|
display: inline-block;
|
|
1145
1218
|
}
|
|
1146
|
-
.formeo.formeo-editor .
|
|
1219
|
+
.formeo.formeo-editor .component-edit .prop-control:last-child:first-child {
|
|
1147
1220
|
display: inline-block;
|
|
1148
1221
|
border-radius: 4px;
|
|
1149
1222
|
margin-right: 0;
|
|
1150
1223
|
}
|
|
1151
|
-
.formeo.formeo-editor .
|
|
1224
|
+
.formeo.formeo-editor .component-edit .to-remove {
|
|
1152
1225
|
position: relative;
|
|
1153
|
-
|
|
1226
|
+
}
|
|
1227
|
+
.formeo.formeo-editor .component-edit .to-remove::before {
|
|
1228
|
+
content: "";
|
|
1229
|
+
position: absolute;
|
|
1230
|
+
top: 0;
|
|
1231
|
+
left: 0;
|
|
1232
|
+
width: 100%;
|
|
1233
|
+
height: 100%;
|
|
1234
|
+
background-color: rgba(217, 83, 79, 0.1);
|
|
1235
|
+
z-index: 2;
|
|
1236
|
+
}
|
|
1237
|
+
.formeo.formeo-editor .component-edit .prop-wrap {
|
|
1238
|
+
position: relative;
|
|
1239
|
+
margin-bottom: 16px;
|
|
1154
1240
|
list-style: none;
|
|
1155
1241
|
margin-left: 0;
|
|
1156
1242
|
}
|
|
1157
|
-
.formeo.formeo-editor .
|
|
1243
|
+
.formeo.formeo-editor .component-edit .prop-wrap:first-child .conditions-prop-controls .prop-remove {
|
|
1244
|
+
display: none;
|
|
1245
|
+
}
|
|
1246
|
+
.formeo.formeo-editor .component-edit .field-edit-group {
|
|
1158
1247
|
padding: 8px 8px 0;
|
|
1159
1248
|
}
|
|
1160
|
-
.formeo.formeo-editor .
|
|
1249
|
+
.formeo.formeo-editor .component-edit [contenteditable] {
|
|
1161
1250
|
display: flex;
|
|
1162
1251
|
flex-direction: row;
|
|
1163
1252
|
justify-content: flex-start;
|
|
@@ -1165,180 +1254,229 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1165
1254
|
align-content: stretch;
|
|
1166
1255
|
align-items: stretch;
|
|
1167
1256
|
}
|
|
1168
|
-
.formeo.formeo-editor .
|
|
1169
|
-
.formeo.formeo-editor .
|
|
1170
|
-
transition: width 150ms;
|
|
1257
|
+
.formeo.formeo-editor .component-edit .prop-inputs,
|
|
1258
|
+
.formeo.formeo-editor .component-edit .prop-controls {
|
|
1259
|
+
transition: width 150ms, display 150ms;
|
|
1171
1260
|
will-change: width;
|
|
1172
1261
|
}
|
|
1173
|
-
.formeo.formeo-editor .
|
|
1174
|
-
.formeo.formeo-editor .
|
|
1175
|
-
.formeo.formeo-editor .
|
|
1176
|
-
.formeo.formeo-editor .
|
|
1177
|
-
.formeo.formeo-editor .
|
|
1178
|
-
.formeo.formeo-editor .
|
|
1179
|
-
.formeo.formeo-editor .
|
|
1180
|
-
.formeo.formeo-editor .
|
|
1181
|
-
.formeo.formeo-editor .
|
|
1182
|
-
.formeo.formeo-editor .
|
|
1262
|
+
.formeo.formeo-editor .component-edit .prop-inputs .f-addon,
|
|
1263
|
+
.formeo.formeo-editor .component-edit .prop-inputs input:not([type=checkbox]):not([type=radio]),
|
|
1264
|
+
.formeo.formeo-editor .component-edit .prop-inputs select,
|
|
1265
|
+
.formeo.formeo-editor .component-edit .prop-inputs textarea,
|
|
1266
|
+
.formeo.formeo-editor .component-edit .prop-inputs [contenteditable],
|
|
1267
|
+
.formeo.formeo-editor .component-edit .prop-controls .f-addon,
|
|
1268
|
+
.formeo.formeo-editor .component-edit .prop-controls input:not([type=checkbox]):not([type=radio]),
|
|
1269
|
+
.formeo.formeo-editor .component-edit .prop-controls select,
|
|
1270
|
+
.formeo.formeo-editor .component-edit .prop-controls textarea,
|
|
1271
|
+
.formeo.formeo-editor .component-edit .prop-controls [contenteditable] {
|
|
1183
1272
|
font-size: 0.825em;
|
|
1184
|
-
flex: 1 1 auto;
|
|
1185
1273
|
}
|
|
1186
|
-
.formeo.formeo-editor .
|
|
1187
|
-
.formeo.formeo-editor .
|
|
1188
|
-
.formeo.formeo-editor .
|
|
1189
|
-
.formeo.formeo-editor .
|
|
1190
|
-
.formeo.formeo-editor .
|
|
1191
|
-
.formeo.formeo-editor .
|
|
1192
|
-
.formeo.formeo-editor .
|
|
1193
|
-
.formeo.formeo-editor .
|
|
1194
|
-
.formeo.formeo-editor .
|
|
1195
|
-
.formeo.formeo-editor .
|
|
1274
|
+
.formeo.formeo-editor .component-edit .prop-inputs .f-addon:focus,
|
|
1275
|
+
.formeo.formeo-editor .component-edit .prop-inputs input:not([type=checkbox]):not([type=radio]):focus,
|
|
1276
|
+
.formeo.formeo-editor .component-edit .prop-inputs select:focus,
|
|
1277
|
+
.formeo.formeo-editor .component-edit .prop-inputs textarea:focus,
|
|
1278
|
+
.formeo.formeo-editor .component-edit .prop-inputs [contenteditable]:focus,
|
|
1279
|
+
.formeo.formeo-editor .component-edit .prop-controls .f-addon:focus,
|
|
1280
|
+
.formeo.formeo-editor .component-edit .prop-controls input:not([type=checkbox]):not([type=radio]):focus,
|
|
1281
|
+
.formeo.formeo-editor .component-edit .prop-controls select:focus,
|
|
1282
|
+
.formeo.formeo-editor .component-edit .prop-controls textarea:focus,
|
|
1283
|
+
.formeo.formeo-editor .component-edit .prop-controls [contenteditable]:focus {
|
|
1196
1284
|
z-index: 1;
|
|
1197
1285
|
}
|
|
1198
|
-
.formeo.formeo-editor .
|
|
1199
|
-
.formeo.formeo-editor .field-edit .prop-inputs select + [class^=condition-],
|
|
1200
|
-
.formeo.formeo-editor .field-edit .prop-controls [class^=condition-] + select,
|
|
1201
|
-
.formeo.formeo-editor .field-edit .prop-controls select + [class^=condition-] {
|
|
1202
|
-
margin-left: -1px;
|
|
1203
|
-
}
|
|
1204
|
-
.formeo.formeo-editor .field-edit .control-count-2 .prop-controls:hover {
|
|
1286
|
+
.formeo.formeo-editor .component-edit .control-count-2 .prop-controls:hover {
|
|
1205
1287
|
width: 48px;
|
|
1206
1288
|
}
|
|
1207
|
-
.formeo.formeo-editor .
|
|
1289
|
+
.formeo.formeo-editor .component-edit .control-count-2 .prop-controls:hover + .prop-inputs {
|
|
1208
1290
|
width: calc(100% - 24px);
|
|
1209
1291
|
}
|
|
1210
|
-
.formeo.formeo-editor .
|
|
1292
|
+
.formeo.formeo-editor .component-edit.panel-count-1 .panel-nav {
|
|
1211
1293
|
border-bottom: 1px solid #999999;
|
|
1212
1294
|
}
|
|
1213
|
-
.formeo.formeo-editor .
|
|
1295
|
+
.formeo.formeo-editor .component-edit.panel-count-1 .panel-nav button {
|
|
1214
1296
|
display: none;
|
|
1215
1297
|
}
|
|
1216
|
-
.formeo.formeo-editor .
|
|
1298
|
+
.formeo.formeo-editor .component-edit.panel-count-1 .panel-labels {
|
|
1217
1299
|
background-color: transparent;
|
|
1218
1300
|
}
|
|
1301
|
+
.formeo.formeo-editor .component-edit[popover] {
|
|
1302
|
+
display: block;
|
|
1303
|
+
width: 66.7%;
|
|
1304
|
+
height: 66.7%;
|
|
1305
|
+
top: 50%;
|
|
1306
|
+
left: 50%;
|
|
1307
|
+
transform: translate(-50%, -50%);
|
|
1308
|
+
box-shadow: 0 0 24px 1px #000;
|
|
1309
|
+
border: 1px solid #000;
|
|
1310
|
+
border-radius: 8px;
|
|
1311
|
+
z-index: 100;
|
|
1312
|
+
}
|
|
1219
1313
|
.formeo.formeo-editor .f-condition-row {
|
|
1220
1314
|
display: flex;
|
|
1221
1315
|
width: 100%;
|
|
1222
|
-
|
|
1223
|
-
border: 1px solid #cccccc;
|
|
1316
|
+
position: relative;
|
|
1317
|
+
border-bottom: 1px solid #cccccc;
|
|
1318
|
+
}
|
|
1319
|
+
.formeo.formeo-editor .f-condition-row > [class^=condition-] {
|
|
1320
|
+
border-left: 1px solid #cccccc;
|
|
1321
|
+
}
|
|
1322
|
+
.formeo.formeo-editor .f-condition-row .manage-condition-type {
|
|
1323
|
+
display: flex;
|
|
1324
|
+
align-items: center;
|
|
1325
|
+
justify-content: center;
|
|
1326
|
+
width: 16px;
|
|
1327
|
+
height: 16px;
|
|
1328
|
+
padding: 0;
|
|
1329
|
+
right: -16px;
|
|
1330
|
+
position: absolute;
|
|
1331
|
+
box-shadow: none;
|
|
1332
|
+
border-top-left-radius: 0;
|
|
1333
|
+
border-bottom-left-radius: 0;
|
|
1334
|
+
z-index: 1;
|
|
1335
|
+
}
|
|
1336
|
+
.formeo.formeo-editor .f-condition-row .remove-condition-type {
|
|
1337
|
+
top: 0;
|
|
1338
|
+
}
|
|
1339
|
+
.formeo.formeo-editor .f-condition-row .add-condition-type {
|
|
1340
|
+
bottom: 0;
|
|
1341
|
+
display: none;
|
|
1342
|
+
}
|
|
1343
|
+
.formeo.formeo-editor .f-condition-row:last-child .remove-condition-type {
|
|
1344
|
+
border-bottom-right-radius: 0;
|
|
1345
|
+
}
|
|
1346
|
+
.formeo.formeo-editor .f-condition-row:last-child .add-condition-type {
|
|
1347
|
+
display: flex;
|
|
1348
|
+
}
|
|
1349
|
+
.formeo.formeo-editor .f-condition-row:last-child:not(:first-child) .add-condition-type {
|
|
1350
|
+
border-top-right-radius: 0;
|
|
1224
1351
|
}
|
|
1225
1352
|
.formeo.formeo-editor .f-condition-row input,
|
|
1226
1353
|
.formeo.formeo-editor .f-condition-row select,
|
|
1227
1354
|
.formeo.formeo-editor .f-condition-row [contenteditable] {
|
|
1228
|
-
|
|
1355
|
+
background-color: #fff;
|
|
1356
|
+
border: 0 none;
|
|
1229
1357
|
border-radius: 0;
|
|
1230
|
-
width: inherit;
|
|
1231
|
-
box-shadow: 0 0 0 1px #cccccc;
|
|
1232
1358
|
}
|
|
1233
1359
|
.formeo.formeo-editor .f-condition-row input:focus,
|
|
1234
1360
|
.formeo.formeo-editor .f-condition-row select:focus,
|
|
1235
1361
|
.formeo.formeo-editor .f-condition-row [contenteditable]:focus {
|
|
1236
|
-
box-shadow: 0 0 0 1px rgb(102, 175, 233);
|
|
1237
|
-
}
|
|
1238
|
-
.formeo.formeo-editor .f-condition-row:first-child input:last-child,
|
|
1239
|
-
.formeo.formeo-editor .f-condition-row:first-child select:last-child {
|
|
1240
|
-
border-top-right-radius: 4px;
|
|
1241
|
-
}
|
|
1242
|
-
.formeo.formeo-editor .f-condition-row:last-child input:last-child,
|
|
1243
|
-
.formeo.formeo-editor .f-condition-row:last-child select:last-child {
|
|
1244
|
-
border-bottom-right-radius: 4px;
|
|
1245
|
-
}
|
|
1246
|
-
.formeo.formeo-editor .f-condition-row:first-child {
|
|
1247
|
-
border-top-left-radius: 4px;
|
|
1248
|
-
border-top-right-radius: 4px;
|
|
1249
|
-
}
|
|
1250
|
-
.formeo.formeo-editor .f-condition-row:last-child {
|
|
1251
|
-
border-bottom-left-radius: 4px;
|
|
1252
|
-
border-bottom-right-radius: 4px;
|
|
1253
|
-
}
|
|
1254
|
-
.formeo.formeo-editor .f-condition-row .condition-logical {
|
|
1255
|
-
max-width: 56px;
|
|
1256
|
-
text-transform: uppercase;
|
|
1362
|
+
box-shadow: 0 0 0 1px rgb(102, 175, 233) inset;
|
|
1257
1363
|
}
|
|
1258
1364
|
.formeo.formeo-editor .f-condition-row div.condition-source,
|
|
1259
1365
|
.formeo.formeo-editor .f-condition-row div.condition-target {
|
|
1260
1366
|
position: relative;
|
|
1261
|
-
|
|
1262
|
-
}
|
|
1263
|
-
.formeo.formeo-editor .f-condition-row
|
|
1367
|
+
border-left: 1px solid #cccccc;
|
|
1368
|
+
}
|
|
1369
|
+
.formeo.formeo-editor .f-condition-row .condition-logical,
|
|
1370
|
+
.formeo.formeo-editor .f-condition-row .condition-source,
|
|
1371
|
+
.formeo.formeo-editor .f-condition-row .condition-target,
|
|
1372
|
+
.formeo.formeo-editor .f-condition-row .condition-sourceProperty,
|
|
1373
|
+
.formeo.formeo-editor .f-condition-row .condition-targetProperty,
|
|
1374
|
+
.formeo.formeo-editor .f-condition-row .condition-comparison,
|
|
1375
|
+
.formeo.formeo-editor .f-condition-row .condition-assignment,
|
|
1376
|
+
.formeo.formeo-editor .f-condition-row .condition-value {
|
|
1377
|
+
flex: 1 !important;
|
|
1264
1378
|
max-width: 100%;
|
|
1265
1379
|
transition: max-width 266ms;
|
|
1266
1380
|
will-change: max-width;
|
|
1381
|
+
min-height: 31px;
|
|
1267
1382
|
}
|
|
1268
|
-
.formeo.formeo-editor .f-condition-row.
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
.formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isVisible .condition-value,
|
|
1272
|
-
.formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isVisible .condition-targetProperty, .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-comparison,
|
|
1273
|
-
.formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-target,
|
|
1274
|
-
.formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-assignment,
|
|
1275
|
-
.formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-value,
|
|
1276
|
-
.formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-targetProperty {
|
|
1277
|
-
max-width: 0%;
|
|
1278
|
-
padding: 0;
|
|
1279
|
-
border: 0 none;
|
|
1280
|
-
overflow: hidden;
|
|
1383
|
+
.formeo.formeo-editor .f-condition-row .condition-logical {
|
|
1384
|
+
max-width: 64px;
|
|
1385
|
+
text-transform: uppercase;
|
|
1281
1386
|
}
|
|
1282
|
-
.formeo.formeo-editor .f-condition-row.
|
|
1283
|
-
.formeo.formeo-editor .f-condition-row.
|
|
1284
|
-
|
|
1285
|
-
.formeo.formeo-editor .f-condition-row.then-condition-row.condition-targetProperty-isNotVisible .condition-assignment,
|
|
1286
|
-
.formeo.formeo-editor .f-condition-row.then-condition-row.condition-targetProperty-isNotVisible .condition-value {
|
|
1287
|
-
max-width: 0%;
|
|
1288
|
-
padding: 0;
|
|
1289
|
-
border: 0 none;
|
|
1290
|
-
overflow: hidden;
|
|
1387
|
+
.formeo.formeo-editor .f-condition-row .condition-source input[type=text],
|
|
1388
|
+
.formeo.formeo-editor .f-condition-row .condition-target input[type=text] {
|
|
1389
|
+
min-height: 31px;
|
|
1291
1390
|
}
|
|
1292
|
-
.formeo.formeo-editor .f-condition-row
|
|
1293
|
-
max-width: 0
|
|
1391
|
+
.formeo.formeo-editor .f-condition-row .hidden-property {
|
|
1392
|
+
max-width: 0% !important;
|
|
1294
1393
|
padding: 0;
|
|
1295
1394
|
border: 0 none;
|
|
1296
1395
|
overflow: hidden;
|
|
1396
|
+
box-shadow: none;
|
|
1397
|
+
margin: 0;
|
|
1297
1398
|
}
|
|
1298
|
-
.formeo.formeo-editor .f-condition-row.
|
|
1299
|
-
|
|
1300
|
-
padding: 0;
|
|
1301
|
-
border: 0 none;
|
|
1302
|
-
overflow: hidden;
|
|
1399
|
+
.formeo.formeo-editor .f-condition-row.display-none {
|
|
1400
|
+
display: none;
|
|
1303
1401
|
}
|
|
1304
|
-
.formeo.formeo-editor .f-
|
|
1305
|
-
|
|
1402
|
+
.formeo.formeo-editor .f-condition-row .hidden-option {
|
|
1403
|
+
display: none;
|
|
1306
1404
|
}
|
|
1307
|
-
.formeo.formeo-editor
|
|
1308
|
-
|
|
1405
|
+
.formeo.formeo-editor .type-conditions-wrap {
|
|
1406
|
+
width: 100%;
|
|
1309
1407
|
}
|
|
1310
|
-
.formeo.formeo-editor
|
|
1311
|
-
|
|
1408
|
+
.formeo.formeo-editor .then-condition-row:first-of-type .remove-condition-type {
|
|
1409
|
+
display: none;
|
|
1410
|
+
}
|
|
1411
|
+
.formeo.formeo-editor .if-condition-row:first-of-type .remove-condition-type {
|
|
1412
|
+
display: none;
|
|
1413
|
+
}
|
|
1414
|
+
.formeo.formeo-editor .if-condition-row .condition-target input {
|
|
1415
|
+
border-top-right-radius: 4px;
|
|
1416
|
+
border-bottom-right-radius: 0;
|
|
1417
|
+
}
|
|
1418
|
+
.formeo.formeo-editor .condition-target input.f-autocomplete-display-field:placeholder-shown + span.clear-button,
|
|
1419
|
+
.formeo.formeo-editor .condition-source input.f-autocomplete-display-field:placeholder-shown + span.clear-button {
|
|
1420
|
+
display: none;
|
|
1421
|
+
}
|
|
1422
|
+
.formeo.formeo-editor .condition-target .clear-button,
|
|
1423
|
+
.formeo.formeo-editor .condition-source .clear-button {
|
|
1424
|
+
position: absolute;
|
|
1425
|
+
right: 2px;
|
|
1426
|
+
top: 50%;
|
|
1427
|
+
transform: translateY(-50%);
|
|
1428
|
+
cursor: pointer;
|
|
1429
|
+
padding: 4px;
|
|
1430
|
+
display: flex;
|
|
1431
|
+
justify-content: center;
|
|
1432
|
+
align-items: center;
|
|
1433
|
+
}
|
|
1434
|
+
.formeo.formeo-editor .condition-target .clear-button .svg-icon,
|
|
1435
|
+
.formeo.formeo-editor .condition-source .clear-button .svg-icon {
|
|
1436
|
+
width: 12px;
|
|
1437
|
+
height: 12px;
|
|
1438
|
+
border-radius: 50%;
|
|
1439
|
+
padding: 1px;
|
|
1440
|
+
border: 1px solid #333333;
|
|
1441
|
+
fill: #333333;
|
|
1442
|
+
}
|
|
1443
|
+
.formeo.formeo-editor .condition-target .clear-button:hover .svg-icon,
|
|
1444
|
+
.formeo.formeo-editor .condition-source .clear-button:hover .svg-icon {
|
|
1445
|
+
border: 1px solid rgb(217, 83, 79);
|
|
1446
|
+
fill: rgb(217, 83, 79);
|
|
1447
|
+
}
|
|
1448
|
+
.formeo.formeo-editor .condition-target .clear-button:active .svg-icon,
|
|
1449
|
+
.formeo.formeo-editor .condition-source .clear-button:active .svg-icon {
|
|
1450
|
+
background-color: rgb(217, 83, 79);
|
|
1451
|
+
border: 1px solid rgb(201.4953271028, 48.0841121495, 43.5046728972);
|
|
1452
|
+
fill: #fff;
|
|
1453
|
+
}
|
|
1454
|
+
.formeo.formeo-editor .conditions-prop-inputs {
|
|
1455
|
+
border-top: 1px solid #cccccc;
|
|
1456
|
+
border-right: 1px solid #cccccc;
|
|
1312
1457
|
}
|
|
1313
1458
|
.formeo.formeo-editor .conditions-prop-inputs label.condition-label {
|
|
1314
1459
|
display: inline-flex;
|
|
1315
1460
|
flex: 0 0 auto;
|
|
1316
|
-
box-shadow: 0 0 0 1px #cccccc;
|
|
1317
1461
|
align-items: center;
|
|
1318
1462
|
padding: 4px;
|
|
1319
1463
|
border-right: 0;
|
|
1320
1464
|
text-transform: uppercase;
|
|
1321
|
-
color: #
|
|
1322
|
-
|
|
1323
|
-
.formeo.formeo-editor .conditions-prop-inputs label.condition-label.if-condition-label {
|
|
1324
|
-
border-top-left-radius: 4px;
|
|
1325
|
-
border-bottom-left-radius: 0;
|
|
1326
|
-
border-bottom-right-radius: 0;
|
|
1465
|
+
color: #333333;
|
|
1466
|
+
background-color: #fff;
|
|
1327
1467
|
}
|
|
1328
1468
|
.formeo.formeo-editor .conditions-prop-inputs label.condition-label.then-condition-label {
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1469
|
+
background-color: #666666;
|
|
1470
|
+
color: #fff;
|
|
1471
|
+
}
|
|
1472
|
+
.formeo.formeo-editor .field-conditions-0 .conditions-prop-inputs {
|
|
1473
|
+
border-top: 0 none;
|
|
1333
1474
|
}
|
|
1334
|
-
.formeo.formeo-editor .
|
|
1475
|
+
.formeo.formeo-editor .edit-group {
|
|
1335
1476
|
margin: 0;
|
|
1336
1477
|
padding: 0;
|
|
1337
1478
|
list-style: none;
|
|
1338
1479
|
}
|
|
1339
|
-
.formeo.formeo-editor .hidden-property {
|
|
1340
|
-
display: none;
|
|
1341
|
-
}
|
|
1342
1480
|
.formeo.formeo-editor .options-panel .prop-wrap {
|
|
1343
1481
|
margin-bottom: 8px;
|
|
1344
1482
|
}
|
|
@@ -1366,12 +1504,20 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1366
1504
|
background-color: transparent;
|
|
1367
1505
|
}
|
|
1368
1506
|
.formeo.formeo-editor .panel-action-buttons {
|
|
1507
|
+
display: flex;
|
|
1508
|
+
justify-content: end;
|
|
1509
|
+
gap: 8px;
|
|
1369
1510
|
padding: 0 8px 8px;
|
|
1370
1511
|
}
|
|
1371
|
-
.formeo.formeo-editor .panel-action-buttons
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1512
|
+
.formeo.formeo-editor .panel-action-buttons button {
|
|
1513
|
+
display: flex;
|
|
1514
|
+
align-items: center;
|
|
1515
|
+
justify-content: center;
|
|
1516
|
+
line-height: 24px;
|
|
1517
|
+
gap: 4px;
|
|
1518
|
+
}
|
|
1519
|
+
.formeo.formeo-editor .panel-action-buttons .svg-icon {
|
|
1520
|
+
height: 16px;
|
|
1375
1521
|
}
|
|
1376
1522
|
.formeo.formeo-editor .panel-action-buttons [class^=add-] {
|
|
1377
1523
|
float: right;
|
|
@@ -1398,26 +1544,13 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1398
1544
|
align-items: center;
|
|
1399
1545
|
flex: 0;
|
|
1400
1546
|
}
|
|
1401
|
-
.formeo.formeo-editor .prop-inputs .f-addon
|
|
1402
|
-
margin
|
|
1403
|
-
}
|
|
1404
|
-
.formeo.formeo-editor .prop-inputs .f-addon:last-child {
|
|
1405
|
-
margin-left: -1px;
|
|
1547
|
+
.formeo.formeo-editor .prop-inputs .f-addon input {
|
|
1548
|
+
margin: 0;
|
|
1406
1549
|
}
|
|
1407
1550
|
.formeo.formeo-editor .prop-inputs label {
|
|
1408
1551
|
padding-right: 1em;
|
|
1409
1552
|
margin-bottom: 0;
|
|
1410
1553
|
}
|
|
1411
|
-
.formeo.formeo-editor .prop-inputs.attrs-prop-inputs .f-addon,
|
|
1412
|
-
.formeo.formeo-editor .prop-inputs.attrs-prop-inputs input:not([type=checkbox]):not([type=radio]),
|
|
1413
|
-
.formeo.formeo-editor .prop-inputs.attrs-prop-inputs select,
|
|
1414
|
-
.formeo.formeo-editor .prop-inputs.attrs-prop-inputs textarea,
|
|
1415
|
-
.formeo.formeo-editor .prop-inputs.attrs-prop-inputs [contenteditable] {
|
|
1416
|
-
flex: 2;
|
|
1417
|
-
}
|
|
1418
|
-
.formeo.formeo-editor .highlight-component {
|
|
1419
|
-
box-shadow: 0 0 4px 2px rgb(153, 84, 187);
|
|
1420
|
-
}
|
|
1421
1554
|
.formeo.formeo-editor .formeo-stage {
|
|
1422
1555
|
width: 73%;
|
|
1423
1556
|
box-sizing: border-box;
|
|
@@ -1425,13 +1558,16 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1425
1558
|
margin-right: 4px;
|
|
1426
1559
|
flex: 1 1 auto;
|
|
1427
1560
|
position: relative;
|
|
1428
|
-
transition-property: background-color, border
|
|
1429
|
-
transition-duration:
|
|
1430
|
-
border:
|
|
1561
|
+
transition-property: background-color, border;
|
|
1562
|
+
transition-duration: 266ms, 266ms;
|
|
1563
|
+
border-width: 1px;
|
|
1564
|
+
border-style: dashed;
|
|
1565
|
+
border-color: transparent;
|
|
1431
1566
|
background-color: rgba(255, 255, 255, 0);
|
|
1432
1567
|
padding-left: 23px;
|
|
1433
1568
|
padding-bottom: 8px;
|
|
1434
1569
|
overflow: visible;
|
|
1570
|
+
border-radius: 8px 0 8px 8px;
|
|
1435
1571
|
margin: 0;
|
|
1436
1572
|
padding: 0;
|
|
1437
1573
|
list-style: none;
|
|
@@ -1442,10 +1578,6 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1442
1578
|
justify-content: flex-start;
|
|
1443
1579
|
gap: 16px;
|
|
1444
1580
|
}
|
|
1445
|
-
.formeo.formeo-editor .formeo-stage.empty {
|
|
1446
|
-
border: 3px dashed #cccccc;
|
|
1447
|
-
background-color: rgba(255, 255, 255, 0.25);
|
|
1448
|
-
}
|
|
1449
1581
|
.formeo.formeo-editor .formeo-stage.removing-all-fields .formeo-row {
|
|
1450
1582
|
transition: margin-top 250ms ease-in;
|
|
1451
1583
|
}
|
|
@@ -1457,6 +1589,75 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1457
1589
|
width: calc(100% - 50px);
|
|
1458
1590
|
}
|
|
1459
1591
|
}
|
|
1592
|
+
.formeo.formeo-editor .formeo-stage.highlight-component {
|
|
1593
|
+
box-shadow: 0 0 4px 2px #4F46E5;
|
|
1594
|
+
}
|
|
1595
|
+
.formeo.formeo-editor .formeo-stage .hidden {
|
|
1596
|
+
display: none;
|
|
1597
|
+
}
|
|
1598
|
+
.formeo.formeo-editor .formeo-stage.empty {
|
|
1599
|
+
border-color: #999999;
|
|
1600
|
+
background-color: rgba(255, 255, 255, 0.25);
|
|
1601
|
+
}
|
|
1602
|
+
.formeo.formeo-editor .formeo-stage.editing-stage, .formeo.formeo-editor .formeo-stage.hovering-stage, .formeo.formeo-editor .formeo-stage.hovering-stage.empty {
|
|
1603
|
+
border-color: #4F46E5;
|
|
1604
|
+
border-style: solid;
|
|
1605
|
+
}
|
|
1606
|
+
.formeo.formeo-editor .formeo-stage.editing-stage .stage-tag, .formeo.formeo-editor .formeo-stage.hovering-stage .stage-tag, .formeo.formeo-editor .formeo-stage.hovering-stage.empty .stage-tag {
|
|
1607
|
+
display: flex;
|
|
1608
|
+
}
|
|
1609
|
+
.formeo.formeo-editor .formeo-stage.editing-stage .stage-action-btn-wrap, .formeo.formeo-editor .formeo-stage.hovering-stage .stage-action-btn-wrap, .formeo.formeo-editor .formeo-stage.hovering-stage.empty .stage-action-btn-wrap {
|
|
1610
|
+
display: flex;
|
|
1611
|
+
border-top-right-radius: 8px;
|
|
1612
|
+
}
|
|
1613
|
+
.formeo.formeo-editor .formeo-stage.editing-stage .stage-handle, .formeo.formeo-editor .formeo-stage.hovering-stage .stage-handle, .formeo.formeo-editor .formeo-stage.hovering-stage.empty .stage-handle {
|
|
1614
|
+
display: none;
|
|
1615
|
+
}
|
|
1616
|
+
.formeo.formeo-editor .formeo-stage.editing-stage .formeo-row, .formeo.formeo-editor .formeo-stage.hovering-stage .formeo-row, .formeo.formeo-editor .formeo-stage.hovering-stage.empty .formeo-row {
|
|
1617
|
+
box-shadow: none;
|
|
1618
|
+
}
|
|
1619
|
+
.formeo.formeo-editor .stage-tag {
|
|
1620
|
+
border: 0 none;
|
|
1621
|
+
border: inherit;
|
|
1622
|
+
display: none;
|
|
1623
|
+
left: auto;
|
|
1624
|
+
overflow: hidden;
|
|
1625
|
+
padding: 0 32px 2px 8px;
|
|
1626
|
+
right: -1px;
|
|
1627
|
+
transition: width 266ms ease-in-out;
|
|
1628
|
+
width: auto;
|
|
1629
|
+
border-bottom-width: 0;
|
|
1630
|
+
}
|
|
1631
|
+
.formeo.formeo-editor .stage-edit {
|
|
1632
|
+
padding: 16px;
|
|
1633
|
+
background-color: #fff;
|
|
1634
|
+
margin-top: 0;
|
|
1635
|
+
margin-bottom: 16px;
|
|
1636
|
+
border-top-left-radius: 8px;
|
|
1637
|
+
}
|
|
1638
|
+
.formeo.formeo-editor .stage-edit .panel-nav {
|
|
1639
|
+
border-bottom: 0 none !important;
|
|
1640
|
+
}
|
|
1641
|
+
.formeo.formeo-editor .stage-edit .conditions-prop-inputs {
|
|
1642
|
+
border-top: 1px solid #cccccc;
|
|
1643
|
+
}
|
|
1644
|
+
.formeo.formeo-editor .stage-actions {
|
|
1645
|
+
right: -1px;
|
|
1646
|
+
top: -24px;
|
|
1647
|
+
text-align: right;
|
|
1648
|
+
border-bottom-left-radius: 4px;
|
|
1649
|
+
border-bottom-right-radius: 0;
|
|
1650
|
+
border-width: 0;
|
|
1651
|
+
}
|
|
1652
|
+
.formeo.formeo-editor .stage-actions .edit-toggle,
|
|
1653
|
+
.formeo.formeo-editor .stage-actions .edit-toggle:focus {
|
|
1654
|
+
border-bottom-left-radius: 0;
|
|
1655
|
+
border-bottom-right-radius: 0;
|
|
1656
|
+
border-right: 1px solid #4F46E5;
|
|
1657
|
+
border-top-left-radius: 0;
|
|
1658
|
+
border-top-right-radius: 8px;
|
|
1659
|
+
border-top: 1px solid #4F46E5;
|
|
1660
|
+
}
|
|
1460
1661
|
.formeo.formeo-editor .editing-stage .formeo-settings {
|
|
1461
1662
|
display: block;
|
|
1462
1663
|
}
|
|
@@ -1673,13 +1874,25 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1673
1874
|
.formeo.formeo-render .formeo-column:last-of-type {
|
|
1674
1875
|
padding-right: 0;
|
|
1675
1876
|
}
|
|
1877
|
+
.formeo.formeo-render .f-checkbox {
|
|
1878
|
+
display: flex;
|
|
1879
|
+
align-items: center;
|
|
1880
|
+
gap: 4px;
|
|
1881
|
+
}
|
|
1882
|
+
.formeo button .svg-icon {
|
|
1883
|
+
max-width: 100%;
|
|
1884
|
+
max-height: 100%;
|
|
1885
|
+
}
|
|
1676
1886
|
|
|
1677
1887
|
/*
|
|
1678
1888
|
Mixins
|
|
1679
1889
|
*/
|
|
1680
1890
|
.formeo-controls {
|
|
1681
1891
|
width: 26%;
|
|
1892
|
+
max-width: 224px;
|
|
1682
1893
|
overflow: hidden;
|
|
1894
|
+
container-type: inline-size;
|
|
1895
|
+
container-name: controls;
|
|
1683
1896
|
}
|
|
1684
1897
|
|
|
1685
1898
|
.formeo-controls.formeo-sticky {
|
|
@@ -1867,9 +2080,6 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1867
2080
|
}
|
|
1868
2081
|
.formeo-controls .form-actions > button {
|
|
1869
2082
|
max-width: 100%;
|
|
1870
|
-
padding: 10px;
|
|
1871
|
-
border-radius: 0;
|
|
1872
|
-
line-height: 0;
|
|
1873
2083
|
width: 100%;
|
|
1874
2084
|
float: none;
|
|
1875
2085
|
position: relative;
|
|
@@ -1892,7 +2102,6 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1892
2102
|
}
|
|
1893
2103
|
.formeo-controls .form-actions .control-icon {
|
|
1894
2104
|
display: inline-block;
|
|
1895
|
-
margin-right: 10px;
|
|
1896
2105
|
}
|
|
1897
2106
|
}
|
|
1898
2107
|
.formeo-controls .field-control {
|
|
@@ -1976,6 +2185,27 @@ button[class*=-clone]:hover .svg-icon {
|
|
|
1976
2185
|
padding: 2px;
|
|
1977
2186
|
}
|
|
1978
2187
|
|
|
2188
|
+
@container controls (max-width: 46px) {
|
|
2189
|
+
.control-label {
|
|
2190
|
+
display: none;
|
|
2191
|
+
}
|
|
2192
|
+
.form-actions button {
|
|
2193
|
+
padding: 2px 0;
|
|
2194
|
+
text-align: center;
|
|
2195
|
+
}
|
|
2196
|
+
.form-actions button:first-child {
|
|
2197
|
+
border-top-right-radius: 4px !important;
|
|
2198
|
+
border-top-left-radius: 4px !important;
|
|
2199
|
+
border-bottom-right-radius: 0 !important;
|
|
2200
|
+
border-bottom-left-radius: 0 !important;
|
|
2201
|
+
}
|
|
2202
|
+
.form-actions button:last-child {
|
|
2203
|
+
border-bottom-left-radius: 4px !important;
|
|
2204
|
+
border-bottom-right-radius: 4px !important;
|
|
2205
|
+
border-top-right-radius: 0 !important;
|
|
2206
|
+
border-top-left-radius: 0 !important;
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
1979
2209
|
.field-control {
|
|
1980
2210
|
cursor: move;
|
|
1981
2211
|
list-style: none;
|