halleyx-ui-framework 4.1.8 → 4.1.9

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.
Files changed (67) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/es/index.js +1 -1
  4. package/dist/src/assets/icon-style.css +1 -1
  5. package/dist/src/assets/icons/icon-style(old).css +1 -1
  6. package/dist/src/assets/icons/icon-style.css +1 -1
  7. package/dist/src/assets/styles/accordion.scss +99 -99
  8. package/dist/src/assets/styles/base.scss +6 -1
  9. package/dist/src/assets/styles/breadcrumb.scss +15 -15
  10. package/dist/src/assets/styles/buttons.scss +4 -4
  11. package/dist/src/assets/styles/calendar.scss +343 -346
  12. package/dist/src/assets/styles/cards.scss +17 -16
  13. package/dist/src/assets/styles/colorPicker.scss +15 -15
  14. package/dist/src/assets/styles/colorpalette.scss +138 -139
  15. package/dist/src/assets/styles/common/var.scss +258 -31
  16. package/dist/src/assets/styles/componentlayout.scss +126 -128
  17. package/dist/src/assets/styles/contextMenu.scss +46 -47
  18. package/dist/src/assets/styles/customdropdown.scss +113 -115
  19. package/dist/src/assets/styles/dashboard.scss +764 -770
  20. package/dist/src/assets/styles/dataview.scss +203 -206
  21. package/dist/src/assets/styles/divider.scss +8 -8
  22. package/dist/src/assets/styles/dottedPagination.scss +1 -1
  23. package/dist/src/assets/styles/draggables.scss +36 -39
  24. package/dist/src/assets/styles/drawer.scss +68 -53
  25. package/dist/src/assets/styles/errorpage.scss +61 -64
  26. package/dist/src/assets/styles/fileupload.scss +199 -205
  27. package/dist/src/assets/styles/fonts.scss +29 -9
  28. package/dist/src/assets/styles/icon.scss +1 -1
  29. package/dist/src/assets/styles/imagegallery.scss +169 -167
  30. package/dist/src/assets/styles/importProgress.scss +1 -1
  31. package/dist/src/assets/styles/index.scss +21 -0
  32. package/dist/src/assets/styles/inputfields.scss +44 -46
  33. package/dist/src/assets/styles/inputitems.scss +315 -318
  34. package/dist/src/assets/styles/label.scss +48 -54
  35. package/dist/src/assets/styles/loaders.scss +1 -1
  36. package/dist/src/assets/styles/mixins/_var.scss +31 -37
  37. package/dist/src/assets/styles/mixins/functions.scss +7 -7
  38. package/dist/src/assets/styles/modalwindow.scss +100 -103
  39. package/dist/src/assets/styles/newtable.scss +10 -23
  40. package/dist/src/assets/styles/objectViewer.scss +80 -80
  41. package/dist/src/assets/styles/pagination.scss +12 -6
  42. package/dist/src/assets/styles/rating.scss +2 -2
  43. package/dist/src/assets/styles/scrollbar.scss +14 -14
  44. package/dist/src/assets/styles/search.scss +162 -169
  45. package/dist/src/assets/styles/select.scss +455 -480
  46. package/dist/src/assets/styles/sidebar.scss +14 -2
  47. package/dist/src/assets/styles/signup.scss +118 -128
  48. package/dist/src/assets/styles/slideControl.scss +1 -0
  49. package/dist/src/assets/styles/source_content.scss +13 -13
  50. package/dist/src/assets/styles/speeddial.scss +152 -163
  51. package/dist/src/assets/styles/style.css.map +12 -12
  52. package/dist/src/assets/styles/switch.scss +177 -189
  53. package/dist/src/assets/styles/tablev2.scss +140 -143
  54. package/dist/src/assets/styles/tabs.scss +48 -49
  55. package/dist/src/assets/styles/tag.scss +3 -3
  56. package/dist/src/assets/styles/texteditor.scss +165 -172
  57. package/dist/src/assets/styles/timeline.scss +384 -400
  58. package/dist/src/assets/styles/tooltip.scss +52 -72
  59. package/dist/src/assets/styles/tree.scss +13 -15
  60. package/dist/src/assets/styles/treeSelect.scss +8 -8
  61. package/dist/src/assets/styles/variables.scss +9 -9
  62. package/dist/src/assets/styles/visualbuilder.scss +362 -366
  63. package/dist/umd/index.umd.js +1 -1
  64. package/dist/umd/index.umd.js.map +1 -1
  65. package/package.json +1 -1
  66. package/dist/es/index.css +0 -1
  67. package/dist/umd/index.umd.css +0 -1
@@ -1,100 +1,78 @@
1
1
  .builder-parent {
2
-
3
- .parent-container {
4
- display: flex;
5
- flex-direction: column;
6
- width: 100%;
7
- // height: 100%;
8
- align-items: flex-end;
9
- .top,
10
- .bottom {
11
- width: 100%;
12
- display: flex;
13
- justify-content: flex-end;
14
- // height: 100%;
15
- }
16
- }
17
- .groups {
18
- margin: 8px 4px 8px 4px;
19
- // padding: 10px;
20
- display: flex;
21
- flex-direction: row;
22
- justify-content: center;
23
- .left-5 {
2
+ .parent-container {
24
3
  display: flex;
25
4
  flex-direction: column;
26
- justify-content: center;
27
- padding-bottom: 38px;
28
- hr {
29
- display: block;
30
- height: 1px;
31
- border: 0;
32
- border-top: 1px dashed #a6a6a6;
33
- margin: 1em 0;
34
- padding: 0;
35
- width: 50px;
5
+ width: 100%;
6
+ // height: 100%;
7
+ align-items: flex-end;
8
+ .top,
9
+ .bottom {
10
+ width: 100%;
11
+ display: flex;
12
+ justify-content: flex-end;
13
+ // height: 100%;
36
14
  }
37
15
  }
38
- .right-5 {
16
+ .groups {
17
+ margin: 8px 4px 8px 4px;
18
+ // padding: 10px;
39
19
  display: flex;
40
- flex-direction: column;
20
+ flex-direction: row;
41
21
  justify-content: center;
42
- width: 100%;
43
- .top-right-5 {
44
- width: 100%;
22
+ .left-5 {
45
23
  display: flex;
46
- flex-direction: row;
47
- padding: 8px;
48
- background: #ffff;
49
- border-radius: 5px;
50
- border: 1px solid #d8d8d8;
51
- .left-6 {
52
- // padding: 50px 0 50px 0;
53
- .left-6-inner {
54
- display: flex;
55
- flex-direction: column;
56
- justify-content: center;
57
- border-right: 1px dashed #a6a6a6;
58
- height: 100%;
59
- }
24
+ flex-direction: column;
25
+ justify-content: center;
26
+ padding-bottom: 38px;
27
+ hr {
28
+ display: block;
29
+ height: 1px;
30
+ border: 0;
31
+ border-top: 1px dashed #a6a6a6;
32
+ margin: 1em 0;
33
+ padding: 0;
34
+ width: 50px;
60
35
  }
61
- .right-6 {
62
- display: flex;
63
- flex-direction: column;
36
+ }
37
+ .right-5 {
38
+ display: flex;
39
+ flex-direction: column;
40
+ justify-content: center;
41
+ width: 100%;
42
+ .top-right-5 {
64
43
  width: 100%;
65
- .ggroup {
66
- display: flex;
67
- flex-direction: row;
68
- // justify-content: center;
69
- // background: #d8d8d8;
70
- margin: 4px 0 4px 0;
71
- // padding: 8px;
72
- width: 100%;
73
- .left-7 {
44
+ display: flex;
45
+ flex-direction: row;
46
+ padding: 8px;
47
+ background: #ffff;
48
+ border-radius: 5px;
49
+ border: 1px solid #d8d8d8;
50
+ .left-6 {
51
+ // padding: 50px 0 50px 0;
52
+ .left-6-inner {
74
53
  display: flex;
75
54
  flex-direction: column;
76
55
  justify-content: center;
77
- hr {
78
- display: block;
79
- height: 1px;
80
- border: 0;
81
- border-top: 1px dashed #a6a6a6;
82
- margin: 1em 0;
83
- padding: 0;
84
- width: 50px;
85
- }
56
+ border-right: 1px dashed #a6a6a6;
57
+ height: 100%;
86
58
  }
87
- .right-7 {
59
+ }
60
+ .right-6 {
61
+ display: flex;
62
+ flex-direction: column;
63
+ width: 100%;
64
+ .ggroup {
88
65
  display: flex;
89
- flex-direction: column;
90
- width: 100%;
91
- background: #fff;
92
- border-radius: 5px;
93
- padding-left: 8px;
66
+ flex-direction: row;
94
67
  // justify-content: center;
95
- .trial {
68
+ // background: #d8d8d8;
69
+ margin: 4px 0 4px 0;
70
+ // padding: 8px;
71
+ width: 100%;
72
+ .left-7 {
96
73
  display: flex;
97
- flex-direction: row;
74
+ flex-direction: column;
75
+ justify-content: center;
98
76
  hr {
99
77
  display: block;
100
78
  height: 1px;
@@ -104,95 +82,116 @@
104
82
  padding: 0;
105
83
  width: 50px;
106
84
  }
107
- .left-3 {
85
+ }
86
+ .right-7 {
87
+ display: flex;
88
+ flex-direction: column;
89
+ width: 100%;
90
+ background: #fff;
91
+ border-radius: 5px;
92
+ padding-left: 8px;
93
+ // justify-content: center;
94
+ .trial {
108
95
  display: flex;
109
- align-items: center;
110
- justify-content: center;
111
- padding: 30px 0 30px 0;
112
-
113
- .left-3-inner {
114
- border-right: 1px dashed #a6a6a6;
115
- height: 100%;
96
+ flex-direction: row;
97
+ hr {
98
+ display: block;
99
+ height: 1px;
100
+ border: 0;
101
+ border-top: 1px dashed #a6a6a6;
102
+ margin: 1em 0;
103
+ padding: 0;
104
+ width: 50px;
105
+ }
106
+ .left-3 {
116
107
  display: flex;
117
108
  align-items: center;
109
+ justify-content: center;
110
+ padding: 30px 0 30px 0;
111
+
112
+ .left-3-inner {
113
+ border-right: 1px dashed #a6a6a6;
114
+ height: 100%;
115
+ display: flex;
116
+ align-items: center;
117
+ }
118
118
  }
119
- }
120
119
 
121
- .right-3 {
122
- width: 100%;
123
- display: flex;
124
- flex-direction: column;
125
- justify-content: center;
126
- .conditions {
120
+ .right-3 {
121
+ width: 100%;
127
122
  display: flex;
128
- flex-direction: row;
123
+ flex-direction: column;
129
124
  justify-content: center;
130
- width: 100%;
131
- .left-2 {
132
- display: flex;
133
- flex-direction: column;
134
- justify-content: center;
135
- hr {
136
- display: block;
137
- height: 1px;
138
- border: 0;
139
- border-top: 1px dashed #a6a6a6;
140
- margin: 1em 0;
141
- padding: 0;
142
- width: 50px;
143
- }
144
- }
145
- .right-2 {
125
+ .conditions {
146
126
  display: flex;
147
- flex-direction: column;
127
+ flex-direction: row;
148
128
  justify-content: center;
149
129
  width: 100%;
150
- .exp-container {
130
+ .left-2 {
151
131
  display: flex;
152
- flex-direction: row;
153
- margin: 8px;
154
- .exp-set {
155
- width: 100% !important;
156
- // border: 1px solid #d8d8d8;
132
+ flex-direction: column;
133
+ justify-content: center;
134
+ hr {
135
+ display: block;
136
+ height: 1px;
137
+ border: 0;
138
+ border-top: 1px dashed #a6a6a6;
139
+ margin: 1em 0;
140
+ padding: 0;
141
+ width: 50px;
142
+ }
143
+ }
144
+ .right-2 {
145
+ display: flex;
146
+ flex-direction: column;
147
+ justify-content: center;
148
+ width: 100%;
149
+ .exp-container {
157
150
  display: flex;
158
151
  flex-direction: row;
159
- border-radius: 5px;
160
-
161
- .select-lhs,
162
- .select-rhs {
163
- width: 40%;
164
- margin-right: 8px;
165
- }
166
-
167
- .select-op {
168
- width: 10%;
169
- margin-right: 8px;
170
- .equal{
171
- border: 1px solid #d8d8d8;
172
- border-radius: 5px;
173
- height: 100%;
174
- background: #fff;
175
- display: flex;
176
- align-items: center;
177
- justify-content: center;
178
- }
179
-
180
- }
181
- .actions {
152
+ margin: 8px;
153
+ .exp-set {
154
+ width: 100% !important;
155
+ // border: 1px solid #d8d8d8;
182
156
  display: flex;
183
157
  flex-direction: row;
184
- align-items: center;
185
- .icon-plus-circle-filled {
186
- color: var(--hlx-color-primary);
187
- font-size: 24px;
158
+ border-radius: 5px;
159
+
160
+ .select-lhs,
161
+ .select-rhs {
162
+ width: 40%;
188
163
  margin-right: 8px;
189
164
  }
190
- .icon-trash-regular {
191
- color: #a6a6a6;
192
- font-size: 24px;
165
+
166
+ .select-op {
167
+ width: 10%;
168
+ margin-right: 8px;
169
+ .equal {
170
+ border: 1px solid #d8d8d8;
171
+ border-radius: 5px;
172
+ height: 100%;
173
+ background: #fff;
174
+ display: flex;
175
+ align-items: center;
176
+ justify-content: center;
177
+ }
193
178
  }
194
- i {
195
- cursor: pointer;
179
+ .actions {
180
+ display: flex;
181
+ flex-direction: row;
182
+ align-items: center;
183
+ .icon-plus-circle-filled {
184
+ color: var(--hlx-color-primary);
185
+ font-size: 24px;
186
+ margin-right: 8px;
187
+ }
188
+ .icon-trash-regular {
189
+ color: #a6a6a6;
190
+ font-size: 24px;
191
+ }
192
+ i {
193
+ cursor: pointer;
194
+ }
196
195
  }
197
196
  }
198
197
  }
@@ -205,253 +204,251 @@
205
204
  }
206
205
  }
207
206
  }
208
- }
209
- .bottom-right-5 {
210
- display: flex;
211
- margin-top: 8px;
212
- margin-left: auto;
213
- }
214
- }
215
- .level2-container {
216
- margin: 10px;
217
- padding: 10px;
218
- background: #f7f7f7;
219
- border-radius: 5px;
220
- width: 100%;
221
- display: flex;
222
- .left-left {
223
- width: 50px;
224
-
225
- // padding-bottom: 50px;
226
- .border-2 {
227
- border-left: 1px dashed #a6a6a6;
228
- height: 100%;
229
- border-top: 1px dashed #a6a6a6;
230
- border-bottom: 1px dashed #a6a6a6;
207
+ .bottom-right-5 {
231
208
  display: flex;
232
- align-items: center;
209
+ margin-top: 8px;
210
+ margin-left: auto;
233
211
  }
234
212
  }
235
- .right-right {
213
+ .level2-container {
214
+ margin: 10px;
215
+ padding: 10px;
216
+ background: #f7f7f7;
217
+ border-radius: 5px;
236
218
  width: 100%;
237
- }
238
- }
239
- .level3-container {
240
- margin: 10px;
241
- padding: 10px;
242
- background: #fff;
243
- border-radius: 5px;
244
- width: 100%;
245
- display: flex;
246
- .left-left-left {
247
- width: 50px;
219
+ display: flex;
220
+ .left-left {
221
+ width: 50px;
248
222
 
249
- // padding-bottom: 50px;
250
- .border-3 {
251
- border-left: 1px dashed #a6a6a6;
252
- height: 100%;
253
- border-top: 1px dashed #a6a6a6;
254
- border-bottom: 1px dashed #a6a6a6;
255
- display: flex;
256
- align-items: center;
223
+ // padding-bottom: 50px;
224
+ .border-2 {
225
+ border-left: 1px dashed #a6a6a6;
226
+ height: 100%;
227
+ border-top: 1px dashed #a6a6a6;
228
+ border-bottom: 1px dashed #a6a6a6;
229
+ display: flex;
230
+ align-items: center;
231
+ }
232
+ }
233
+ .right-right {
234
+ width: 100%;
257
235
  }
258
236
  }
259
- .right-right-right {
237
+ .level3-container {
238
+ margin: 10px;
239
+ padding: 10px;
240
+ background: #fff;
241
+ border-radius: 5px;
260
242
  width: 100%;
261
- }
262
- }
263
- .level4-container {
264
- margin: 10px;
265
- padding: 10px;
266
- border-radius: 5px;
267
- background: #f7f7f7;
268
- border-radius: 5px;
269
- width: 100%;
270
- display: flex;
271
- .left-left-left-left {
272
- width: 50px;
243
+ display: flex;
244
+ .left-left-left {
245
+ width: 50px;
273
246
 
274
- // padding-bottom: 50px;
275
- .border-4 {
276
- border-left: 1px dashed #a6a6a6;
277
- height: 100%;
278
- border-top: 1px dashed #a6a6a6;
279
- border-bottom: 1px dashed #a6a6a6;
280
- display: flex;
281
- align-items: center;
247
+ // padding-bottom: 50px;
248
+ .border-3 {
249
+ border-left: 1px dashed #a6a6a6;
250
+ height: 100%;
251
+ border-top: 1px dashed #a6a6a6;
252
+ border-bottom: 1px dashed #a6a6a6;
253
+ display: flex;
254
+ align-items: center;
255
+ }
256
+ }
257
+ .right-right-right {
258
+ width: 100%;
282
259
  }
283
260
  }
284
- .right-right-right-right {
261
+ .level4-container {
262
+ margin: 10px;
263
+ padding: 10px;
264
+ border-radius: 5px;
265
+ background: #f7f7f7;
266
+ border-radius: 5px;
285
267
  width: 100%;
286
- }
287
- }
288
- .level5-container {
289
- margin: 10px;
290
- padding: 10px;
291
- background: #fff;
292
- border-radius: 5px;
293
- width: 100%;
294
- display: flex;
295
- .left-left-left-left-left {
296
- width: 50px;
268
+ display: flex;
269
+ .left-left-left-left {
270
+ width: 50px;
297
271
 
298
- // padding-bottom: 50px;
299
- .border-5 {
300
- border-left: 1px dashed #a6a6a6;
301
- height: 100%;
302
- border-top: 1px dashed #a6a6a6;
303
- border-bottom: 1px dashed #a6a6a6;
304
- display: flex;
305
- align-items: center;
272
+ // padding-bottom: 50px;
273
+ .border-4 {
274
+ border-left: 1px dashed #a6a6a6;
275
+ height: 100%;
276
+ border-top: 1px dashed #a6a6a6;
277
+ border-bottom: 1px dashed #a6a6a6;
278
+ display: flex;
279
+ align-items: center;
280
+ }
281
+ }
282
+ .right-right-right-right {
283
+ width: 100%;
306
284
  }
307
285
  }
308
- .right-right-right-right-right {
286
+ .level5-container {
287
+ margin: 10px;
288
+ padding: 10px;
289
+ background: #fff;
290
+ border-radius: 5px;
309
291
  width: 100%;
310
- }
311
- }
312
-
313
- .top {
314
- display: flex;
315
- flex-direction: column;
316
- // background: lightblue;
317
- // height: 100%;
292
+ display: flex;
293
+ .left-left-left-left-left {
294
+ width: 50px;
318
295
 
319
- .left {
296
+ // padding-bottom: 50px;
297
+ .border-5 {
298
+ border-left: 1px dashed #a6a6a6;
299
+ height: 100%;
300
+ border-top: 1px dashed #a6a6a6;
301
+ border-bottom: 1px dashed #a6a6a6;
302
+ display: flex;
303
+ align-items: center;
304
+ }
305
+ }
306
+ .right-right-right-right-right {
307
+ width: 100%;
308
+ }
320
309
  }
321
- .right {
310
+
311
+ .top {
322
312
  display: flex;
323
- width: 100%;
324
- .top-1 {
325
- width: 100%;
313
+ flex-direction: column;
314
+ // background: lightblue;
315
+ // height: 100%;
326
316
 
327
- .level {
328
- display: flex;
329
- flex-direction: row;
317
+ // .left {
318
+ // }
319
+ .right {
320
+ display: flex;
321
+ width: 100%;
322
+ .top-1 {
323
+ width: 100%;
330
324
 
331
- .left-1 {
332
- // width: 2px;
333
- display: flex;
334
- flex-direction: column;
335
- justify-content: center;
336
- hr {
337
- display: block;
338
- height: 1px;
339
- border: 0;
340
- border-top: 1px dashed #a6a6a6;
341
- margin: 1em 0;
342
- padding: 0;
343
- width: 50px;
344
- }
345
- }
346
- .right-1 {
347
- width: 100%;
348
- background: #fff;
349
- border-radius: 5px;
350
- padding: 4px 8px 4px 8px;
325
+ .level {
351
326
  display: flex;
352
327
  flex-direction: row;
353
- .left-4 {
328
+
329
+ .left-1 {
330
+ // width: 2px;
354
331
  display: flex;
355
- align-items: center;
332
+ flex-direction: column;
356
333
  justify-content: center;
357
- padding: 66px 0 66px 0;
358
- // height: 100%;
359
-
360
- .left-4-inner {
361
- border-right: 1px dashed #a6a6a6;
362
- height: 100%;
363
- display: flex;
364
- align-items: center;
334
+ hr {
335
+ display: block;
336
+ height: 1px;
337
+ border: 0;
338
+ border-top: 1px dashed #a6a6a6;
339
+ margin: 1em 0;
340
+ padding: 0;
341
+ width: 50px;
365
342
  }
366
343
  }
367
- .right-4 {
344
+ .right-1 {
368
345
  width: 100%;
346
+ background: #fff;
347
+ border-radius: 5px;
348
+ padding: 4px 8px 4px 8px;
349
+ display: flex;
350
+ flex-direction: row;
351
+ .left-4 {
352
+ display: flex;
353
+ align-items: center;
354
+ justify-content: center;
355
+ padding: 66px 0 66px 0;
356
+ // height: 100%;
357
+
358
+ .left-4-inner {
359
+ border-right: 1px dashed #a6a6a6;
360
+ height: 100%;
361
+ display: flex;
362
+ align-items: center;
363
+ }
364
+ }
365
+ .right-4 {
366
+ width: 100%;
367
+ }
369
368
  }
370
369
  }
371
370
  }
372
371
  }
373
372
  }
374
- }
375
- .bottom {
376
- display: flex;
377
- justify-content: flex-end;
378
- margin-top: 8px;
379
- }
380
- .box,
381
- .boxx,
382
- .boxxx {
383
- height: 50px;
384
- width: 50px;
385
- // background: red;
386
- position: relative;
387
- margin-right: auto;
388
- // right: 45px;
389
- border: 1px solid var(--hlx-color-primary);
390
- box-sizing: border-box;
391
- border-radius: 3px;
392
- display: flex;
393
- flex-direction: column;
394
- font-size: 12px;
395
- justify-content: center;
396
- color: var(--hlx-color-primary);
397
- background: #fff;
398
- left: 25px;
399
- .grp-and {
400
- height: 25px;
401
- padding-left: 11px;
402
- padding-top: 2.5px;
403
- cursor: pointer;
404
- }
405
- .grp-or {
406
- height: 25px;
407
- padding-left: 14px;
408
- padding-top: 2.5px;
409
- cursor: pointer;
410
- }
411
- .selected-grp {
412
- background: var(--hlx-color-primary);
413
- color: #fff;
414
- }
415
- }
416
- .boxxxx {
417
- height: 50px;
418
- width: 50px;
419
- // background: red;
420
- position: relative;
421
- margin-right: auto;
422
- // right: 45px;
423
- border: 1px solid var(--hlx-color-primary);
424
- box-sizing: border-box;
425
- border-radius: 3px;
426
- display: flex;
427
- flex-direction: column;
428
- font-size: 12px;
429
- justify-content: center;
430
- color: var(--hlx-color-primary);
431
- background: #fff;
432
- right: 25px;
433
- .grp-and {
434
- height: 25px;
435
- padding-left: 11px;
436
- padding-top: 2.5px;
437
- cursor: pointer;
373
+ .bottom {
374
+ display: flex;
375
+ justify-content: flex-end;
376
+ margin-top: 8px;
438
377
  }
439
- .grp-or {
440
- height: 25px;
441
- padding-left: 14px;
442
- padding-top: 2.5px;
443
- cursor: pointer;
378
+ .box,
379
+ .boxx,
380
+ .boxxx {
381
+ height: 50px;
382
+ width: 50px;
383
+ // background: red;
384
+ position: relative;
385
+ margin-right: auto;
386
+ // right: 45px;
387
+ border: 1px solid var(--hlx-color-primary);
388
+ box-sizing: border-box;
389
+ border-radius: 3px;
390
+ display: flex;
391
+ flex-direction: column;
392
+ font-size: 12px;
393
+ justify-content: center;
394
+ color: var(--hlx-color-primary);
395
+ background: #fff;
396
+ left: 25px;
397
+ .grp-and {
398
+ height: 25px;
399
+ padding-left: 11px;
400
+ padding-top: 2.5px;
401
+ cursor: pointer;
402
+ }
403
+ .grp-or {
404
+ height: 25px;
405
+ padding-left: 14px;
406
+ padding-top: 2.5px;
407
+ cursor: pointer;
408
+ }
409
+ .selected-grp {
410
+ background: var(--hlx-color-primary);
411
+ color: #fff;
412
+ }
444
413
  }
445
- .selected-grp {
446
- background: var(--hlx-color-primary);
447
- color: #fff;
414
+ .boxxxx {
415
+ height: 50px;
416
+ width: 50px;
417
+ // background: red;
418
+ position: relative;
419
+ margin-right: auto;
420
+ // right: 45px;
421
+ border: 1px solid var(--hlx-color-primary);
422
+ box-sizing: border-box;
423
+ border-radius: 3px;
424
+ display: flex;
425
+ flex-direction: column;
426
+ font-size: 12px;
427
+ justify-content: center;
428
+ color: var(--hlx-color-primary);
429
+ background: #fff;
430
+ right: 25px;
431
+ .grp-and {
432
+ height: 25px;
433
+ padding-left: 11px;
434
+ padding-top: 2.5px;
435
+ cursor: pointer;
436
+ }
437
+ .grp-or {
438
+ height: 25px;
439
+ padding-left: 14px;
440
+ padding-top: 2.5px;
441
+ cursor: pointer;
442
+ }
443
+ .selected-grp {
444
+ background: var(--hlx-color-primary);
445
+ color: #fff;
446
+ }
448
447
  }
449
- }
450
-
451
448
 
452
449
  padding: 10px;
453
- .my-editor{
454
- margin-top : 0 !important;
450
+ .my-editor {
451
+ margin-top: 0 !important;
455
452
  height: 37px !important;
456
453
  }
457
454
  }
@@ -477,14 +474,14 @@
477
474
  .select-op {
478
475
  width: 10%;
479
476
  margin-right: 8px;
480
- .equal{
477
+ .equal {
481
478
  border: 1px solid #d8d8d8;
482
479
  border-radius: 5px;
483
480
  height: 100%;
484
481
  background: #fff;
485
- display: flex;
486
- align-items: center;
487
- justify-content: center;
482
+ display: flex;
483
+ align-items: center;
484
+ justify-content: center;
488
485
  }
489
486
  }
490
487
  .actions {
@@ -505,9 +502,8 @@
505
502
  }
506
503
  }
507
504
  }
508
- .my-editor{
505
+ .my-editor {
509
506
  height: 38px !important;
510
507
  margin-top: 0px !important;
511
508
  }
512
509
  }
513
-