halleyx-ui-framework 1.0.4
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/LICENSE +28 -0
- package/README.md +158 -0
- package/dist/cjs/index.js +9 -0
- package/dist/es/index.css +1 -0
- package/dist/es/index.js +9 -0
- package/dist/src/assets/fonts/JosefinSans-Regular.ttf +0 -0
- package/dist/src/assets/fonts/OpenSans.ttf +0 -0
- package/dist/src/assets/fonts/Pacifico.ttf +0 -0
- package/dist/src/assets/fonts/Quicksand.ttf +0 -0
- package/dist/src/assets/fonts/halley-icons-v4.eot +0 -0
- package/dist/src/assets/fonts/halley-icons-v4.svg +356 -0
- package/dist/src/assets/fonts/halley-icons-v4.ttf +0 -0
- package/dist/src/assets/fonts/halley-icons-v4.woff +0 -0
- package/dist/src/assets/fonts/halley-icons-v6.eot +0 -0
- package/dist/src/assets/fonts/halley-icons-v6.svg +359 -0
- package/dist/src/assets/fonts/halley-icons-v6.ttf +0 -0
- package/dist/src/assets/fonts/halley-icons-v6.woff +0 -0
- package/dist/src/assets/fonts/icomoon.eot +0 -0
- package/dist/src/assets/fonts/icomoon.svg +139 -0
- package/dist/src/assets/fonts/icomoon.ttf +0 -0
- package/dist/src/assets/fonts/icomoon.woff +0 -0
- package/dist/src/assets/fonts/magicoon-icons.eot +0 -0
- package/dist/src/assets/fonts/magicoon-icons.svg +2310 -0
- package/dist/src/assets/fonts/magicoon-icons.ttf +0 -0
- package/dist/src/assets/fonts/magicoon-icons.woff +0 -0
- package/dist/src/assets/fonts/ostrich-regular.ttf +0 -0
- package/dist/src/assets/icon-style.css +1423 -0
- package/dist/src/assets/icons/fonts/JosefinSans-Regular.ttf +0 -0
- package/dist/src/assets/icons/fonts/OpenSans.ttf +0 -0
- package/dist/src/assets/icons/fonts/Pacifico.ttf +0 -0
- package/dist/src/assets/icons/fonts/Quicksand.ttf +0 -0
- package/dist/src/assets/icons/fonts/halley-icons-v4.eot +0 -0
- package/dist/src/assets/icons/fonts/halley-icons-v4.svg +356 -0
- package/dist/src/assets/icons/fonts/halley-icons-v4.ttf +0 -0
- package/dist/src/assets/icons/fonts/halley-icons-v4.woff +0 -0
- package/dist/src/assets/icons/fonts/halley-icons-v6.eot +0 -0
- package/dist/src/assets/icons/fonts/halley-icons-v6.svg +359 -0
- package/dist/src/assets/icons/fonts/halley-icons-v6.ttf +0 -0
- package/dist/src/assets/icons/fonts/halley-icons-v6.woff +0 -0
- package/dist/src/assets/icons/fonts/icomoon.eot +0 -0
- package/dist/src/assets/icons/fonts/icomoon.svg +139 -0
- package/dist/src/assets/icons/fonts/icomoon.ttf +0 -0
- package/dist/src/assets/icons/fonts/icomoon.woff +0 -0
- package/dist/src/assets/icons/fonts/ostrich-regular.ttf +0 -0
- package/dist/src/assets/icons/icon-style(old).css +1423 -0
- package/dist/src/assets/icons/icon-style.css +6927 -0
- package/dist/src/assets/img/Group_12640.png +0 -0
- package/dist/src/assets/img/Halleyx-Logo-Black.png +0 -0
- package/dist/src/assets/img/Halleyx-Logo-Line-Dark.png +0 -0
- package/dist/src/assets/img/Halleyx-Logo-Line-Lite.png +0 -0
- package/dist/src/assets/img/Halleyx-Logo-Only.png +0 -0
- package/dist/src/assets/img/Halleyx-Logo-White.png +0 -0
- package/dist/src/assets/img/Halleyx-collage-login.svg +29 -0
- package/dist/src/assets/img/illustration1.png +0 -0
- package/dist/src/assets/img/login_collage.svg +29 -0
- package/dist/src/assets/img/logo (Small) (Small).png +0 -0
- package/dist/src/assets/img/logo (Small).png +0 -0
- package/dist/src/assets/img/logo.png +0 -0
- package/dist/src/assets/img/new_logo/logo-black.svg +10 -0
- package/dist/src/assets/img/new_logo/logo-large.png +0 -0
- package/dist/src/assets/img/new_logo/logo-large.svg +3 -0
- package/dist/src/assets/img/new_logo/logo-line-black-large.png +0 -0
- package/dist/src/assets/img/new_logo/logo-line-black-large.svg +10 -0
- package/dist/src/assets/img/new_logo/logo-line-black-medium.png +0 -0
- package/dist/src/assets/img/new_logo/logo-line-black-medium.svg +10 -0
- package/dist/src/assets/img/new_logo/logo-line-black-small.png +0 -0
- package/dist/src/assets/img/new_logo/logo-line-black-small.svg +10 -0
- package/dist/src/assets/img/new_logo/logo-medium.png +0 -0
- package/dist/src/assets/img/new_logo/logo-medium.svg +3 -0
- package/dist/src/assets/img/new_logo/logo-small.png +0 -0
- package/dist/src/assets/img/new_logo/logo-small.svg +3 -0
- package/dist/src/assets/img/new_logo/logo-white.svg +10 -0
- package/dist/src/assets/img/search3.svg +11 -0
- package/dist/src/assets/img/search3_active.svg +11 -0
- package/dist/src/assets/img/search3_hover.svg +11 -0
- package/dist/src/assets/img/verification-mail-sent.png +0 -0
- package/dist/src/assets/styles/accordion.scss +113 -0
- package/dist/src/assets/styles/alert.scss +215 -0
- package/dist/src/assets/styles/badge.scss +34 -0
- package/dist/src/assets/styles/base.scss +1 -0
- package/dist/src/assets/styles/breadcrumb.scss +64 -0
- package/dist/src/assets/styles/buttons.scss +762 -0
- package/dist/src/assets/styles/calendar.scss +361 -0
- package/dist/src/assets/styles/cards.scss +93 -0
- package/dist/src/assets/styles/colorPicker.scss +15 -0
- package/dist/src/assets/styles/colorpalette.scss +158 -0
- package/dist/src/assets/styles/common/var.scss +327 -0
- package/dist/src/assets/styles/componentlayout.scss +150 -0
- package/dist/src/assets/styles/contextMenu.scss +59 -0
- package/dist/src/assets/styles/customdropdown.scss +117 -0
- package/dist/src/assets/styles/dashboard.scss +970 -0
- package/dist/src/assets/styles/dataview.scss +248 -0
- package/dist/src/assets/styles/divider.scss +9 -0
- package/dist/src/assets/styles/dottedPagination.scss +46 -0
- package/dist/src/assets/styles/draggables.scss +146 -0
- package/dist/src/assets/styles/drawer.scss +113 -0
- package/dist/src/assets/styles/errorpage.scss +78 -0
- package/dist/src/assets/styles/fileupload.scss +231 -0
- package/dist/src/assets/styles/fonts/JosefinSans-Regular.ttf +0 -0
- package/dist/src/assets/styles/fonts/OpenSans.ttf +0 -0
- package/dist/src/assets/styles/fonts/Pacifico.ttf +0 -0
- package/dist/src/assets/styles/fonts/Quicksand.ttf +0 -0
- package/dist/src/assets/styles/fonts/halley-icons-v4.eot +0 -0
- package/dist/src/assets/styles/fonts/halley-icons-v4.svg +356 -0
- package/dist/src/assets/styles/fonts/halley-icons-v4.ttf +0 -0
- package/dist/src/assets/styles/fonts/halley-icons-v4.woff +0 -0
- package/dist/src/assets/styles/fonts/halley-icons-v6.eot +0 -0
- package/dist/src/assets/styles/fonts/halley-icons-v6.svg +359 -0
- package/dist/src/assets/styles/fonts/halley-icons-v6.ttf +0 -0
- package/dist/src/assets/styles/fonts/halley-icons-v6.woff +0 -0
- package/dist/src/assets/styles/fonts/icomoon.eot +0 -0
- package/dist/src/assets/styles/fonts/icomoon.svg +139 -0
- package/dist/src/assets/styles/fonts/icomoon.ttf +0 -0
- package/dist/src/assets/styles/fonts/icomoon.woff +0 -0
- package/dist/src/assets/styles/fonts/ostrich-regular.ttf +0 -0
- package/dist/src/assets/styles/fonts.scss +46 -0
- package/dist/src/assets/styles/icon.scss +1424 -0
- package/dist/src/assets/styles/imagegallery.scss +195 -0
- package/dist/src/assets/styles/importProgress.scss +48 -0
- package/dist/src/assets/styles/index.scss +17 -0
- package/dist/src/assets/styles/inputfields.scss +296 -0
- package/dist/src/assets/styles/inputitems.scss +296 -0
- package/dist/src/assets/styles/label.scss +285 -0
- package/dist/src/assets/styles/loaders.scss +147 -0
- package/dist/src/assets/styles/mixins/_var.scss +89 -0
- package/dist/src/assets/styles/mixins/config.scss +4 -0
- package/dist/src/assets/styles/mixins/functions.scss +36 -0
- package/dist/src/assets/styles/modalwindow.scss +110 -0
- package/dist/src/assets/styles/newtable.scss +318 -0
- package/dist/src/assets/styles/objectViewer.scss +101 -0
- package/dist/src/assets/styles/pagination.scss +221 -0
- package/dist/src/assets/styles/partials.scss +8 -0
- package/dist/src/assets/styles/rating.scss +41 -0
- package/dist/src/assets/styles/scrollbar.scss +15 -0
- package/dist/src/assets/styles/search.scss +195 -0
- package/dist/src/assets/styles/select.scss +776 -0
- package/dist/src/assets/styles/sidebar.scss +468 -0
- package/dist/src/assets/styles/signup.scss +150 -0
- package/dist/src/assets/styles/slideControl.scss +116 -0
- package/dist/src/assets/styles/source_content.scss +14 -0
- package/dist/src/assets/styles/speeddial.scss +200 -0
- package/dist/src/assets/styles/stepControl.scss +76 -0
- package/dist/src/assets/styles/style.css +252 -0
- package/dist/src/assets/styles/style.css.map +13 -0
- package/dist/src/assets/styles/switch.scss +224 -0
- package/dist/src/assets/styles/tablev2.scss +244 -0
- package/dist/src/assets/styles/tabs.scss +55 -0
- package/dist/src/assets/styles/tag.scss +102 -0
- package/dist/src/assets/styles/texteditor.scss +286 -0
- package/dist/src/assets/styles/timeline.scss +382 -0
- package/dist/src/assets/styles/tooltip.scss +360 -0
- package/dist/src/assets/styles/tree.scss +516 -0
- package/dist/src/assets/styles/treeSelect.scss +286 -0
- package/dist/src/assets/styles/variables.scss +77 -0
- package/dist/src/assets/styles/visualbuilder.scss +493 -0
- package/dist/src/assets/svg/color-palette.svg +15 -0
- package/dist/src/assets/svg/search3.svg +11 -0
- package/dist/src/assets/svg/search3_active.svg +11 -0
- package/dist/src/assets/svg/search3_hover.svg +11 -0
- package/dist/umd/index.umd.css +1 -0
- package/dist/umd/index.umd.js +10 -0
- package/dist/umd/index.umd.js.map +1 -0
- package/package.json +61 -0
|
@@ -0,0 +1,493 @@
|
|
|
1
|
+
.builder-parent {
|
|
2
|
+
.parent-container {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
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%;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.groups {
|
|
17
|
+
margin: 8px 4px 8px 4px;
|
|
18
|
+
// padding: 10px;
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: row;
|
|
21
|
+
justify-content: center;
|
|
22
|
+
.left-5 {
|
|
23
|
+
display: flex;
|
|
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;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.right-5 {
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
justify-content: center;
|
|
41
|
+
width: 100%;
|
|
42
|
+
.top-right-5 {
|
|
43
|
+
width: 100%;
|
|
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 {
|
|
53
|
+
display: flex;
|
|
54
|
+
flex-direction: column;
|
|
55
|
+
justify-content: center;
|
|
56
|
+
border-right: 1px dashed #a6a6a6;
|
|
57
|
+
height: 100%;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
.right-6 {
|
|
61
|
+
display: flex;
|
|
62
|
+
flex-direction: column;
|
|
63
|
+
width: 100%;
|
|
64
|
+
.ggroup {
|
|
65
|
+
display: flex;
|
|
66
|
+
flex-direction: row;
|
|
67
|
+
// justify-content: center;
|
|
68
|
+
// background: #d8d8d8;
|
|
69
|
+
margin: 4px 0 4px 0;
|
|
70
|
+
// padding: 8px;
|
|
71
|
+
width: 100%;
|
|
72
|
+
.left-7 {
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-direction: column;
|
|
75
|
+
justify-content: center;
|
|
76
|
+
hr {
|
|
77
|
+
display: block;
|
|
78
|
+
height: 1px;
|
|
79
|
+
border: 0;
|
|
80
|
+
border-top: 1px dashed #a6a6a6;
|
|
81
|
+
margin: 1em 0;
|
|
82
|
+
padding: 0;
|
|
83
|
+
width: 50px;
|
|
84
|
+
}
|
|
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 {
|
|
95
|
+
display: flex;
|
|
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 {
|
|
107
|
+
display: flex;
|
|
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
|
+
}
|
|
119
|
+
|
|
120
|
+
.right-3 {
|
|
121
|
+
width: 100%;
|
|
122
|
+
display: flex;
|
|
123
|
+
flex-direction: column;
|
|
124
|
+
justify-content: center;
|
|
125
|
+
.conditions {
|
|
126
|
+
display: flex;
|
|
127
|
+
flex-direction: row;
|
|
128
|
+
justify-content: center;
|
|
129
|
+
width: 100%;
|
|
130
|
+
.left-2 {
|
|
131
|
+
display: flex;
|
|
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 {
|
|
150
|
+
display: flex;
|
|
151
|
+
flex-direction: row;
|
|
152
|
+
margin: 8px;
|
|
153
|
+
.exp-set {
|
|
154
|
+
width: 100%;
|
|
155
|
+
// border: 1px solid #d8d8d8;
|
|
156
|
+
display: flex;
|
|
157
|
+
flex-direction: row;
|
|
158
|
+
border-radius: 5px;
|
|
159
|
+
|
|
160
|
+
.select-lhs,
|
|
161
|
+
.select-rhs {
|
|
162
|
+
width: 40%;
|
|
163
|
+
margin-right: 8px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.select-op {
|
|
167
|
+
width: 20%;
|
|
168
|
+
margin-right: 8px;
|
|
169
|
+
}
|
|
170
|
+
.actions {
|
|
171
|
+
display: flex;
|
|
172
|
+
flex-direction: row;
|
|
173
|
+
align-items: center;
|
|
174
|
+
.icon-plus-circle-filled {
|
|
175
|
+
color: var(--hlx-color-primary);
|
|
176
|
+
font-size: 24px;
|
|
177
|
+
margin-right: 8px;
|
|
178
|
+
}
|
|
179
|
+
.icon-trash-regular {
|
|
180
|
+
color: #a6a6a6;
|
|
181
|
+
font-size: 24px;
|
|
182
|
+
}
|
|
183
|
+
i {
|
|
184
|
+
cursor: pointer;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
.bottom-right-5 {
|
|
199
|
+
display: flex;
|
|
200
|
+
margin-top: 8px;
|
|
201
|
+
margin-left: auto;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
.level2-container {
|
|
205
|
+
margin: 10px;
|
|
206
|
+
padding: 10px;
|
|
207
|
+
background: #f7f7f7;
|
|
208
|
+
border-radius: 5px;
|
|
209
|
+
width: 100%;
|
|
210
|
+
display: flex;
|
|
211
|
+
.left-left {
|
|
212
|
+
width: 50px;
|
|
213
|
+
|
|
214
|
+
// padding-bottom: 50px;
|
|
215
|
+
.border-2 {
|
|
216
|
+
border-left: 1px dashed #a6a6a6;
|
|
217
|
+
height: 100%;
|
|
218
|
+
border-top: 1px dashed #a6a6a6;
|
|
219
|
+
border-bottom: 1px dashed #a6a6a6;
|
|
220
|
+
display: flex;
|
|
221
|
+
align-items: center;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
.right-right {
|
|
225
|
+
width: 100%;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
.level3-container {
|
|
229
|
+
margin: 10px;
|
|
230
|
+
padding: 10px;
|
|
231
|
+
background: #fff;
|
|
232
|
+
border-radius: 5px;
|
|
233
|
+
width: 100%;
|
|
234
|
+
display: flex;
|
|
235
|
+
.left-left-left {
|
|
236
|
+
width: 50px;
|
|
237
|
+
|
|
238
|
+
// padding-bottom: 50px;
|
|
239
|
+
.border-3 {
|
|
240
|
+
border-left: 1px dashed #a6a6a6;
|
|
241
|
+
height: 100%;
|
|
242
|
+
border-top: 1px dashed #a6a6a6;
|
|
243
|
+
border-bottom: 1px dashed #a6a6a6;
|
|
244
|
+
display: flex;
|
|
245
|
+
align-items: center;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
.right-right-right {
|
|
249
|
+
width: 100%;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
.level4-container {
|
|
253
|
+
margin: 10px;
|
|
254
|
+
padding: 10px;
|
|
255
|
+
border-radius: 5px;
|
|
256
|
+
background: #f7f7f7;
|
|
257
|
+
border-radius: 5px;
|
|
258
|
+
width: 100%;
|
|
259
|
+
display: flex;
|
|
260
|
+
.left-left-left-left {
|
|
261
|
+
width: 50px;
|
|
262
|
+
|
|
263
|
+
// padding-bottom: 50px;
|
|
264
|
+
.border-4 {
|
|
265
|
+
border-left: 1px dashed #a6a6a6;
|
|
266
|
+
height: 100%;
|
|
267
|
+
border-top: 1px dashed #a6a6a6;
|
|
268
|
+
border-bottom: 1px dashed #a6a6a6;
|
|
269
|
+
display: flex;
|
|
270
|
+
align-items: center;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
.right-right-right-right {
|
|
274
|
+
width: 100%;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
.level5-container {
|
|
278
|
+
margin: 10px;
|
|
279
|
+
padding: 10px;
|
|
280
|
+
background: #fff;
|
|
281
|
+
border-radius: 5px;
|
|
282
|
+
width: 100%;
|
|
283
|
+
display: flex;
|
|
284
|
+
.left-left-left-left-left {
|
|
285
|
+
width: 50px;
|
|
286
|
+
|
|
287
|
+
// padding-bottom: 50px;
|
|
288
|
+
.border-5 {
|
|
289
|
+
border-left: 1px dashed #a6a6a6;
|
|
290
|
+
height: 100%;
|
|
291
|
+
border-top: 1px dashed #a6a6a6;
|
|
292
|
+
border-bottom: 1px dashed #a6a6a6;
|
|
293
|
+
display: flex;
|
|
294
|
+
align-items: center;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
.right-right-right-right-right {
|
|
298
|
+
width: 100%;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.top {
|
|
303
|
+
display: flex;
|
|
304
|
+
flex-direction: column;
|
|
305
|
+
// background: lightblue;
|
|
306
|
+
// height: 100%;
|
|
307
|
+
|
|
308
|
+
.left {
|
|
309
|
+
}
|
|
310
|
+
.right {
|
|
311
|
+
display: flex;
|
|
312
|
+
width: 100%;
|
|
313
|
+
.top-1 {
|
|
314
|
+
width: 100%;
|
|
315
|
+
|
|
316
|
+
.level {
|
|
317
|
+
display: flex;
|
|
318
|
+
flex-direction: row;
|
|
319
|
+
|
|
320
|
+
.left-1 {
|
|
321
|
+
// width: 2px;
|
|
322
|
+
display: flex;
|
|
323
|
+
flex-direction: column;
|
|
324
|
+
justify-content: center;
|
|
325
|
+
hr {
|
|
326
|
+
display: block;
|
|
327
|
+
height: 1px;
|
|
328
|
+
border: 0;
|
|
329
|
+
border-top: 1px dashed #a6a6a6;
|
|
330
|
+
margin: 1em 0;
|
|
331
|
+
padding: 0;
|
|
332
|
+
width: 50px;
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
.right-1 {
|
|
336
|
+
width: 100%;
|
|
337
|
+
background: #fff;
|
|
338
|
+
border-radius: 5px;
|
|
339
|
+
padding: 4px 8px 4px 8px;
|
|
340
|
+
display: flex;
|
|
341
|
+
flex-direction: row;
|
|
342
|
+
.left-4 {
|
|
343
|
+
display: flex;
|
|
344
|
+
align-items: center;
|
|
345
|
+
justify-content: center;
|
|
346
|
+
padding: 66px 0 66px 0;
|
|
347
|
+
// height: 100%;
|
|
348
|
+
|
|
349
|
+
.left-4-inner {
|
|
350
|
+
border-right: 1px dashed #a6a6a6;
|
|
351
|
+
height: 100%;
|
|
352
|
+
display: flex;
|
|
353
|
+
align-items: center;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
.right-4 {
|
|
357
|
+
width: 100%;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
.bottom {
|
|
365
|
+
display: flex;
|
|
366
|
+
justify-content: flex-end;
|
|
367
|
+
margin-top: 8px;
|
|
368
|
+
}
|
|
369
|
+
.box,
|
|
370
|
+
.boxx,
|
|
371
|
+
.boxxx {
|
|
372
|
+
height: 50px;
|
|
373
|
+
width: 50px;
|
|
374
|
+
// background: red;
|
|
375
|
+
position: relative;
|
|
376
|
+
margin-right: auto;
|
|
377
|
+
// right: 45px;
|
|
378
|
+
border: 1px solid var(--hlx-color-primary);
|
|
379
|
+
box-sizing: border-box;
|
|
380
|
+
border-radius: 3px;
|
|
381
|
+
display: flex;
|
|
382
|
+
flex-direction: column;
|
|
383
|
+
font-size: 12px;
|
|
384
|
+
justify-content: center;
|
|
385
|
+
color: var(--hlx-color-primary);
|
|
386
|
+
background: #fff;
|
|
387
|
+
left: 25px;
|
|
388
|
+
.grp-and {
|
|
389
|
+
height: 25px;
|
|
390
|
+
padding-left: 11px;
|
|
391
|
+
padding-top: 2.5px;
|
|
392
|
+
cursor: pointer;
|
|
393
|
+
}
|
|
394
|
+
.grp-or {
|
|
395
|
+
height: 25px;
|
|
396
|
+
padding-left: 14px;
|
|
397
|
+
padding-top: 2.5px;
|
|
398
|
+
cursor: pointer;
|
|
399
|
+
}
|
|
400
|
+
.selected-grp {
|
|
401
|
+
background: var(--hlx-color-primary);
|
|
402
|
+
color: #fff;
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
.boxxxx {
|
|
406
|
+
height: 50px;
|
|
407
|
+
width: 50px;
|
|
408
|
+
// background: red;
|
|
409
|
+
position: relative;
|
|
410
|
+
margin-right: auto;
|
|
411
|
+
// right: 45px;
|
|
412
|
+
border: 1px solid var(--hlx-color-primary);
|
|
413
|
+
box-sizing: border-box;
|
|
414
|
+
border-radius: 3px;
|
|
415
|
+
display: flex;
|
|
416
|
+
flex-direction: column;
|
|
417
|
+
font-size: 12px;
|
|
418
|
+
justify-content: center;
|
|
419
|
+
color: var(--hlx-color-primary);
|
|
420
|
+
background: #fff;
|
|
421
|
+
right: 25px;
|
|
422
|
+
.grp-and {
|
|
423
|
+
height: 25px;
|
|
424
|
+
padding-left: 11px;
|
|
425
|
+
padding-top: 2.5px;
|
|
426
|
+
cursor: pointer;
|
|
427
|
+
}
|
|
428
|
+
.grp-or {
|
|
429
|
+
height: 25px;
|
|
430
|
+
padding-left: 14px;
|
|
431
|
+
padding-top: 2.5px;
|
|
432
|
+
cursor: pointer;
|
|
433
|
+
}
|
|
434
|
+
.selected-grp {
|
|
435
|
+
background: var(--hlx-color-primary);
|
|
436
|
+
color: #fff;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
padding: 10px;
|
|
442
|
+
.my-editor{
|
|
443
|
+
margin-top : 0 !important;
|
|
444
|
+
height: 37px !important;
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
.exp-container-1 {
|
|
448
|
+
display: flex;
|
|
449
|
+
flex-direction: row;
|
|
450
|
+
margin: 8px;
|
|
451
|
+
.exp-set {
|
|
452
|
+
width: 100%;
|
|
453
|
+
// border: 1px solid #d8d8d8;
|
|
454
|
+
display: flex;
|
|
455
|
+
flex-direction: row;
|
|
456
|
+
border-radius: 5px;
|
|
457
|
+
.select-lhs {
|
|
458
|
+
margin-right: 8px;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.select-lhs,
|
|
462
|
+
.select-rhs {
|
|
463
|
+
width: 40%;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.select-op {
|
|
467
|
+
width: 20%;
|
|
468
|
+
margin-right: 8px;
|
|
469
|
+
}
|
|
470
|
+
.actions {
|
|
471
|
+
display: flex;
|
|
472
|
+
flex-direction: row;
|
|
473
|
+
align-items: center;
|
|
474
|
+
.icon-plus-circle-filled {
|
|
475
|
+
color: var(--hlx-color-primary);
|
|
476
|
+
font-size: 24px;
|
|
477
|
+
margin-right: 8px;
|
|
478
|
+
}
|
|
479
|
+
.icon-trash-regular {
|
|
480
|
+
color: #a6a6a6;
|
|
481
|
+
font-size: 24px;
|
|
482
|
+
}
|
|
483
|
+
i {
|
|
484
|
+
cursor: pointer;
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
.my-editor{
|
|
489
|
+
height: 38px !important;
|
|
490
|
+
margin-top: 0px !important;
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
|
|
2
|
+
<g id="color-palette" transform="translate(-133 -614)">
|
|
3
|
+
<path id="circle-template" d="M13.1,2A11.1,11.1,0,0,0,2,13.1c0,2.966,7.315.259,9.412,2.356s-1.275,8.747,1.691,8.747A11.1,11.1,0,0,0,20.953,5.252,11.03,11.03,0,0,0,13.1,2m0-2a13.1,13.1,0,1,1,0,26.205c-1.744,0-3.154-1.393-3.318-3.714-.124-1.733,1-4.344-.291-5.58-.926-.883-3.764-.242-5.812-.407C1.446,16.325,0,15.316,0,13.1A13.1,13.1,0,0,1,13.1,0Z" transform="translate(139.897 620.897)" fill="#191a15"/>
|
|
4
|
+
<g id="Group_157" data-name="Group 157" transform="translate(-1075 51)">
|
|
5
|
+
<g id="Group_156" data-name="Group 156" transform="translate(-54.594 -1.594)">
|
|
6
|
+
<circle id="Ellipse_4" data-name="Ellipse 4" cx="2" cy="2" r="2" transform="translate(1274.784 579.588)" fill="red"/>
|
|
7
|
+
<circle id="Ellipse_5" data-name="Ellipse 5" cx="2" cy="2" r="2" transform="translate(1279.568 575.588)" fill="#0f6"/>
|
|
8
|
+
<circle id="Ellipse_6" data-name="Ellipse 6" cx="2" cy="2" r="2" transform="translate(1285.548 577.98)" fill="#0008ff"/>
|
|
9
|
+
<circle id="Ellipse_7" data-name="Ellipse 7" cx="2" cy="2" r="2" transform="translate(1287.94 583.96)" fill="#ffa200"/>
|
|
10
|
+
<circle id="Ellipse_8" data-name="Ellipse 8" cx="2" cy="2" r="2" transform="translate(1283.568 588.94)" fill="#f0c"/>
|
|
11
|
+
</g>
|
|
12
|
+
<circle id="Ellipse_9" data-name="Ellipse 9" cx="20" cy="20" r="20" transform="translate(1208 563)" fill="none"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="53.577" height="40.459" viewBox="0 0 53.577 40.459">
|
|
2
|
+
<g id="search3" transform="translate(-277.423 -989.614)">
|
|
3
|
+
<circle id="Ellipse_111" data-name="Ellipse 111" cx="20" cy="20" r="20" transform="translate(291 990)" fill="#a6a6a6"/>
|
|
4
|
+
<g id="Group_12636" data-name="Group 12636" transform="translate(19.719 987.719)">
|
|
5
|
+
<path id="Path" d="M5.78,4.524A.888.888,0,0,1,4.524,5.78L.26,1.516A.888.888,0,0,1,1.516.26Z" transform="translate(293.681 24.682)" fill="#fff"/>
|
|
6
|
+
<path id="Oval" d="M7.3,14.59A7.3,7.3,0,1,1,14.59,7.3,7.3,7.3,0,0,1,7.3,14.59Zm0-13.214A5.919,5.919,0,1,0,13.214,7.3,5.926,5.926,0,0,0,7.3,1.376Z" transform="translate(282.281 13.281)" fill="#fff"/>
|
|
7
|
+
<path id="Path-2" data-name="Path" d="M1.009,4.136A.5.5,0,0,1,0,4.136,4.136,4.136,0,0,1,4.136,0a.5.5,0,0,1,0,1.009A3.127,3.127,0,0,0,1.009,4.136Z" transform="translate(284.854 15.854)" fill="#fff"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path id="Path_57883" data-name="Path 57883" d="M0,0S-11.577,9.553-11.577,19.478,0,39.7,0,39.7" transform="translate(289.5 990)" fill="none" stroke="#d8d8d8" stroke-width="1"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="53.577" height="40.459" viewBox="0 0 53.577 40.459">
|
|
2
|
+
<g id="search3" transform="translate(-277.423 -989.614)">
|
|
3
|
+
<circle id="Ellipse_111" data-name="Ellipse 111" cx="20" cy="20" r="20" transform="translate(291 990)" fill="#265E4B"/>
|
|
4
|
+
<g id="Group_12636" data-name="Group 12636" transform="translate(19.719 987.719)">
|
|
5
|
+
<path id="Path" d="M5.78,4.524A.888.888,0,0,1,4.524,5.78L.26,1.516A.888.888,0,0,1,1.516.26Z" transform="translate(293.681 24.682)" fill="#fff"/>
|
|
6
|
+
<path id="Oval" d="M7.3,14.59A7.3,7.3,0,1,1,14.59,7.3,7.3,7.3,0,0,1,7.3,14.59Zm0-13.214A5.919,5.919,0,1,0,13.214,7.3,5.926,5.926,0,0,0,7.3,1.376Z" transform="translate(282.281 13.281)" fill="#fff"/>
|
|
7
|
+
<path id="Path-2" data-name="Path" d="M1.009,4.136A.5.5,0,0,1,0,4.136,4.136,4.136,0,0,1,4.136,0a.5.5,0,0,1,0,1.009A3.127,3.127,0,0,0,1.009,4.136Z" transform="translate(284.854 15.854)" fill="#fff"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path id="Path_57883" data-name="Path 57883" d="M0,0S-11.577,9.553-11.577,19.478,0,39.7,0,39.7" transform="translate(289.5 990)" fill="none" stroke="#265E4B" stroke-width="1"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="53.577" height="40.459" viewBox="0 0 53.577 40.459">
|
|
2
|
+
<g id="search3" transform="translate(-277.423 -989.614)">
|
|
3
|
+
<circle id="Ellipse_111" data-name="Ellipse 111" cx="20" cy="20" r="20" transform="translate(291 990)" fill="#52bd94"/>
|
|
4
|
+
<g id="Group_12636" data-name="Group 12636" transform="translate(19.719 987.719)">
|
|
5
|
+
<path id="Path" d="M5.78,4.524A.888.888,0,0,1,4.524,5.78L.26,1.516A.888.888,0,0,1,1.516.26Z" transform="translate(293.681 24.682)" fill="#fff"/>
|
|
6
|
+
<path id="Oval" d="M7.3,14.59A7.3,7.3,0,1,1,14.59,7.3,7.3,7.3,0,0,1,7.3,14.59Zm0-13.214A5.919,5.919,0,1,0,13.214,7.3,5.926,5.926,0,0,0,7.3,1.376Z" transform="translate(282.281 13.281)" fill="#fff"/>
|
|
7
|
+
<path id="Path-2" data-name="Path" d="M1.009,4.136A.5.5,0,0,1,0,4.136,4.136,4.136,0,0,1,4.136,0a.5.5,0,0,1,0,1.009A3.127,3.127,0,0,0,1.009,4.136Z" transform="translate(284.854 15.854)" fill="#fff"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path id="Path_57883" data-name="Path 57883" d="M0,0S-11.577,9.553-11.577,19.478,0,39.7,0,39.7" transform="translate(289.5 990)" fill="none" stroke="#52bd94" stroke-width="1"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|