halleyx-ui-framework 4.1.7 → 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,222 +1,211 @@
1
- .icon-horizontal-dots{
2
- color:var(--hlx-text-color-primary) !important;
3
- font-size: var(--hlx-font-content-size-sm)
1
+ .icon-horizontal-dots {
2
+ color: var(--hlx-text-color-primary) !important;
3
+ font-size: var(--hlx-font-content-size-sm);
4
4
  }
5
- .timeline-title-header{
6
- font-family: var(--hlx-font-type-content);
7
- font-size: 14px;
8
- color: var(--hlx-text-color-primary);
9
- font-weight: 600;
10
- display: flex;
11
- align-items: center;
5
+ .timeline-title-header {
6
+ font-family: var(--hlx-font-type-content);
7
+ font-size: 14px;
8
+ color: var(--hlx-text-color-primary);
9
+ font-weight: 600;
10
+ display: flex;
11
+ align-items: center;
12
12
  }
13
- .timeline-sub-header{
14
- font-family: var(--hlx-font-type-content);
15
- display: flex;
16
- flex-direction: row;
17
- align-items: center;
18
- font-size: 12px;
19
- }.dot{
20
- height: 7px;
21
- width: 7px;
22
- background: var(--hlx-color-primary-light);
23
- margin-right: 7px;
24
- border-radius: 100%;
25
- }
26
-
27
- .content-holder
28
- {
29
- display: flex;
30
- flex-direction: row;
13
+ .timeline-sub-header {
14
+ font-family: var(--hlx-font-type-content);
15
+ display: flex;
16
+ flex-direction: row;
17
+ align-items: center;
18
+ font-size: 12px;
31
19
  }
32
- .circle{
33
- display: flex;
34
- justify-content: center;
35
- align-items: center;
36
- height:38px;
37
- width: 38px;
38
- border-radius: 100%;
39
- border: 1px solid var(--hlx-border-color);
40
- i{
41
- color:var(--hlx-border-color);
42
- font-size: var(--hlx-font-content-size-sm)
43
- }
20
+ .dot {
21
+ height: 7px;
22
+ width: 7px;
23
+ background: var(--hlx-color-primary-light);
24
+ margin-right: 7px;
25
+ border-radius: 100%;
44
26
  }
45
- .active-circle{
46
- height:38px;
47
- width: 38px;
48
- border-radius: 100%;
49
- border: 1px solid var(--hlx-color-primary-light) !important;
50
- background: var(--hlx-color-primary-light);
51
- color: var(--hlx-text-color-primary) !important;
52
27
 
53
- display: flex;
54
- align-items: center;
55
- justify-content: center;
56
- i{
57
- color: var(--hlx-text-color-primary) !important;
58
- font-size: var(--hlx-font-content-size-sm);
59
- font-weight: bold;
60
- }
28
+ .content-holder {
29
+ display: flex;
30
+ flex-direction: row;
61
31
  }
32
+ .circle {
33
+ display: flex;
34
+ justify-content: center;
35
+ align-items: center;
36
+ height: 38px;
37
+ width: 38px;
38
+ border-radius: 100%;
39
+ border: 1px solid var(--hlx-border-color);
40
+ i {
41
+ color: var(--hlx-border-color);
42
+ font-size: var(--hlx-font-content-size-sm);
43
+ }
44
+ }
45
+ .active-circle {
46
+ height: 38px;
47
+ width: 38px;
48
+ border-radius: 100%;
49
+ border: 1px solid var(--hlx-color-primary-light) !important;
50
+ background: var(--hlx-color-primary-light);
51
+ color: var(--hlx-text-color-primary) !important;
62
52
 
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: center;
56
+ i {
57
+ color: var(--hlx-text-color-primary) !important;
58
+ font-size: var(--hlx-font-content-size-sm);
59
+ font-weight: bold;
60
+ }
61
+ }
63
62
 
64
- .timeline-content{
65
- font-family: var(--hlx-font-type-content);
66
- display: flex;
67
- flex-direction: column;
68
- align-items: center;
69
- font-size: var(--hlx-font-content-size-sm);
70
- &-title{
71
- margin-bottom: 25px;
72
- height: 45px;
73
- // margin-left: 10px
74
- }
75
- }
76
- .vertical-timeline-container{
77
- font-family: var(--hlx-font-type-content);
63
+ .timeline-content {
64
+ font-family: var(--hlx-font-type-content);
65
+ display: flex;
66
+ flex-direction: column;
67
+ align-items: center;
68
+ font-size: var(--hlx-font-content-size-sm);
69
+ &-title {
70
+ margin-bottom: 25px;
71
+ height: 45px;
72
+ // margin-left: 10px
73
+ }
74
+ }
75
+ .vertical-timeline-container {
76
+ font-family: var(--hlx-font-type-content);
77
+ display: flex;
78
+ flex-direction: column;
79
+
80
+ .first-element-container,
81
+ .element-container {
82
+ width: 20px;
78
83
  display: flex;
84
+ align-items: flex-start;
79
85
  flex-direction: column;
80
-
81
- .first-element-container, .element-container{
82
- width: 20px;
83
- display: flex;
84
- align-items: flex-start;
85
- flex-direction: column;
86
- .circle{
87
- margin-right: 5px;
86
+ .circle {
87
+ margin-right: 5px;
88
88
  }
89
- .active-circle{
90
- margin-right: 5px;
91
- color: var(--hlx-border-color-dark);
89
+ .active-circle {
90
+ margin-right: 5px;
91
+ color: var(--hlx-border-color-dark);
92
+ }
93
+ .connector {
94
+ border-left: 1px dashed var(--hlx-border-color);
95
+ height: 50px;
96
+ width: 2px;
97
+ }
98
+ .active-connector {
99
+ border-left: 1px solid var(--hlx-color-primary);
100
+ height: 50px;
101
+ width: 2px;
92
102
  }
93
- .connector{
94
- border-left:1px dashed var(--hlx-border-color);
95
- height: 50px;
96
- width: 2px;
97
- }
98
- .active-connector{
99
- border-left:1px solid var(--hlx-color-primary)
100
- ;
101
- height: 50px;
102
- width: 2px;
103
- }
104
-
105
- .connector{
106
- border-left:1px dashed var(--hlx-border-color);
107
- height: 50px;
108
- width: 2px;
109
- margin: 0 9px;
110
- }
111
- .active-connector{
112
- border-left:1px solid var(--hlx-color-primary)
113
- ;
114
- height: 50px;
115
- width: 2px;
116
- margin: 0 9px;
117
- }
118
103
 
104
+ .connector {
105
+ border-left: 1px dashed var(--hlx-border-color);
106
+ height: 50px;
107
+ width: 2px;
108
+ margin: 0 9px;
119
109
  }
110
+ .active-connector {
111
+ border-left: 1px solid var(--hlx-color-primary);
112
+ height: 50px;
113
+ width: 2px;
114
+ margin: 0 9px;
115
+ }
116
+ }
120
117
  }
121
118
 
122
- .horizontal-timeline-container{
123
- font-family: var(--hlx-font-type-content);
124
- display: flex;
125
- flex-direction: row;
126
- width:100%;
127
- .circle{
119
+ .horizontal-timeline-container {
120
+ font-family: var(--hlx-font-type-content);
121
+ display: flex;
122
+ flex-direction: row;
123
+ width: 100%;
124
+ .circle {
128
125
  width: 38px !important;
129
- }
130
- .active-circle{
126
+ }
127
+ .active-circle {
131
128
  width: 38px !important;
132
129
  color: var(--hlx-color-primary);
133
130
  border: 1px solid var(--hlx-color-primary) !important;
134
- }
135
- .element-container{
131
+ }
132
+ .element-container {
136
133
  display: flex;
137
134
  flex-direction: row;
138
135
  width: 50%;
139
- .connector{
140
- width: 100%;
141
- // background: var(--hlx-border-color);
142
- border-bottom: 1px dashed var(--hlx-border-color);
143
- height: 2px;
144
- margin-top: 9px;
136
+ .connector {
137
+ width: 100%;
138
+ // background: var(--hlx-border-color);
139
+ border-bottom: 1px dashed var(--hlx-border-color);
140
+ height: 2px;
141
+ margin-top: 9px;
145
142
  }
146
- .active-connector{
147
- width: 100%;
148
- border-bottom: 1px solid var(--hlx-color-primary);
149
- ;
150
- height: 2px;
151
- margin-top: 9px;
143
+ .active-connector {
144
+ width: 100%;
145
+ border-bottom: 1px solid var(--hlx-color-primary);
146
+ height: 2px;
147
+ margin-top: 9px;
152
148
  }
149
+ }
153
150
  }
154
- }
155
-
156
- .timeline-content-horizontal{
157
- font-family: var(--hlx-font-type-content);
158
- display: flex;
159
- flex-direction: row;
160
- margin-top: 5px;
161
- font-size: var(--hlx-font-content-size-sm);
162
- &-title{
163
- display: flex;
164
- flex-direction: column;
165
- }
166
151
 
167
- }
168
- .element-container-horizontal{
152
+ .timeline-content-horizontal {
153
+ font-family: var(--hlx-font-type-content);
154
+ display: flex;
155
+ flex-direction: row;
156
+ margin-top: 5px;
157
+ font-size: var(--hlx-font-content-size-sm);
158
+ &-title {
169
159
  display: flex;
170
160
  flex-direction: column;
171
- width: 50%;
172
-
161
+ }
162
+ }
163
+ .element-container-horizontal {
164
+ display: flex;
165
+ flex-direction: column;
166
+ width: 50%;
173
167
  }
174
168
 
175
- .btn{
176
- margin: 30px 30px 0 auto;
169
+ .btn {
170
+ margin: 30px 30px 0 auto;
177
171
  }
178
172
 
179
- .icon-info-bg{
180
- background: var(--hlx-border-color);
181
- font-size: var(--hlx-icon-size-sm);
182
- margin-left: 10px;
173
+ .icon-info-bg {
174
+ background: var(--hlx-border-color);
175
+ font-size: var(--hlx-icon-size-sm);
176
+ margin-left: 10px;
183
177
  }
184
178
 
185
- .number-font-light{
186
- color:white;
187
- font-size: var(--hlx-font-content-size-xs);
188
- font-weight: bold
179
+ .number-font-light {
180
+ color: white;
181
+ font-size: var(--hlx-font-content-size-xs);
182
+ font-weight: bold;
189
183
  }
190
- .number-font-dark{
191
- color:var(--hlx-color-primary);
192
- font-size: var(--hlx-font-content-size-xs);
193
- font-weight: bold
184
+ .number-font-dark {
185
+ color: var(--hlx-color-primary);
186
+ font-size: var(--hlx-font-content-size-xs);
187
+ font-weight: bold;
194
188
  }
195
189
 
196
-
197
-
198
-
199
-
200
- .t-parent{
190
+ .t-parent {
191
+ display: flex;
192
+ width: 100%;
193
+ margin-left: 10%;
194
+ .t-sub-parent {
201
195
  display: flex;
202
196
  width: 100%;
203
- margin-left: 10%;
204
- .t-sub-parent{
205
- display: flex;
206
- width: 100%;
207
-
208
- .t-cont{
197
+
198
+ .t-cont {
209
199
  display: flex;
210
200
  flex-direction: column;
211
201
  align-items: center;
212
202
  margin-left: 16px;
213
203
  margin-right: 16px;
214
204
  cursor: pointer;
215
- .t-circle{
205
+ .t-circle {
216
206
  margin-bottom: 8px;
217
-
218
207
  }
219
- .t-title{
208
+ .t-title {
220
209
  font-size: 14px;
221
210
  // font-weight:200;
222
211
  text-align: center;
@@ -224,62 +213,61 @@
224
213
  margin-left: -40px;
225
214
  margin-top: -20px;
226
215
  }
227
- .t-sub-title{
216
+ .t-sub-title {
228
217
  font-size: 12px;
229
- font-weight:500;
218
+ font-weight: 500;
230
219
  color: var(--hlx-border-color-dark);
231
220
  text-align: center;
232
221
  margin-left: -40px;
233
222
  // margin-top: -20px;
234
223
  }
235
-
224
+
236
225
  hr {
237
- display: block;
238
- height: 1px;
239
- border: 0;
240
- border-top: 1px dashed var(--hlx-border-color);
241
- margin: 1em 0;
242
- padding: 0;
243
- width: 50px;
244
- // transform: rotate(90deg);
245
- }
246
- }
247
- .t-line{
248
- width: 100%;
249
- display: flex;
250
- justify-content: center;
251
- align-items: center;
252
- height: 40px;
253
- // margin-left: 4%;
254
- hr {
255
- display: block;
256
- height: 1px;
257
- border: 0;
258
- border-top: 1px dashed var(--hlx-border-color);
259
- margin: 1em 0;
260
- padding: 0;
261
- width: 100%;
262
- // width: 50px;
263
- // transform: rotate(90deg);
264
- }
226
+ display: block;
227
+ height: 1px;
228
+ border: 0;
229
+ border-top: 1px dashed var(--hlx-border-color);
230
+ margin: 1em 0;
231
+ padding: 0;
232
+ width: 50px;
233
+ // transform: rotate(90deg);
265
234
  }
266
235
  }
267
- .t-sub-parent-new{
268
- display: flex;
236
+ .t-line {
269
237
  width: 100%;
238
+ display: flex;
239
+ justify-content: center;
270
240
  align-items: center;
271
- .t-cont-new{
241
+ height: 40px;
242
+ // margin-left: 4%;
243
+ hr {
244
+ display: block;
245
+ height: 1px;
246
+ border: 0;
247
+ border-top: 1px dashed var(--hlx-border-color);
248
+ margin: 1em 0;
249
+ padding: 0;
250
+ width: 100%;
251
+ // width: 50px;
252
+ // transform: rotate(90deg);
253
+ }
254
+ }
255
+ }
256
+ .t-sub-parent-new {
257
+ display: flex;
258
+ width: 100%;
259
+ align-items: center;
260
+ .t-cont-new {
272
261
  display: flex;
273
262
  flex-direction: column;
274
263
  align-items: center;
275
- // margin-left: 16px;
276
- // margin-right: 16px;
264
+ // margin-left: 16px;
265
+ // margin-right: 16px;
277
266
  cursor: pointer;
278
- .t-circle-new{
267
+ .t-circle-new {
279
268
  margin-bottom: 8px;
280
-
281
269
  }
282
- .t-title-new{
270
+ .t-title-new {
283
271
  font-size: 14px;
284
272
  // font-weight:200;
285
273
  text-align: center;
@@ -287,236 +275,232 @@
287
275
  margin-left: -40px;
288
276
  margin-top: 20px;
289
277
  }
290
- .t-sub-title-new{
278
+ .t-sub-title-new {
291
279
  font-size: 12px;
292
- font-weight:500;
280
+ font-weight: 500;
293
281
  color: var(--hlx-border-color-dark);
294
282
  text-align: center;
295
283
  margin-left: -40px;
296
284
  // margin-top: -20px;
297
285
  }
298
-
286
+
299
287
  hr {
300
- display: block;
301
- height: 1px;
302
- border: 0;
303
- border-top: 1px dashed var(--hlx-border-color);
304
- margin: 1em 0;
305
- padding: 0;
306
- width: 50px;
307
- // transform: rotate(90deg);
308
- }
288
+ display: block;
289
+ height: 1px;
290
+ border: 0;
291
+ border-top: 1px dashed var(--hlx-border-color);
292
+ margin: 1em 0;
293
+ padding: 0;
294
+ width: 50px;
295
+ // transform: rotate(90deg);
296
+ }
309
297
  }
310
- .t-line-new{
311
- width: 100%;
312
- display: flex;
313
- justify-content: center;
314
- align-items: center;
315
- height: 40px;
316
- // margin-left: 4%;
317
- hr {
318
- display: block;
319
- height: 1px;
320
- border: 0;
321
- // border-top: 3px solid #fff;
322
- border-top: 4px solid #fff;
323
- // border-top: 4px solid red;
324
- margin: 1em 0;
325
- padding: 0;
298
+ .t-line-new {
326
299
  width: 100%;
327
- // width: 50px;
328
- // transform: rotate(90deg);
329
- }
330
- }
331
- .t-line-neww{
300
+ display: flex;
301
+ justify-content: center;
302
+ align-items: center;
303
+ height: 40px;
304
+ // margin-left: 4%;
305
+ hr {
306
+ display: block;
307
+ height: 1px;
308
+ border: 0;
309
+ // border-top: 3px solid #fff;
310
+ border-top: 4px solid #fff;
311
+ // border-top: 4px solid red;
312
+ margin: 1em 0;
313
+ padding: 0;
332
314
  width: 100%;
333
- display: flex;
334
- justify-content: center;
335
- align-items: center;
336
- height: 40px;
337
- // margin-left: 4%;
338
- hr {
339
- display: block;
340
- height: 1px;
341
- border: 0;
342
- border-top: 2px solid var(--hlx-color-primary-light);
343
- // border-top: 2px solid black;
344
- margin: 1em 0;
345
- padding: 0;
315
+ // width: 50px;
316
+ // transform: rotate(90deg);
317
+ }
318
+ }
319
+ .t-line-neww {
346
320
  width: 100%;
347
- // width: 50px;
348
- // transform: rotate(90deg);
349
- }
321
+ display: flex;
322
+ justify-content: center;
323
+ align-items: center;
324
+ height: 40px;
325
+ // margin-left: 4%;
326
+ hr {
327
+ display: block;
328
+ height: 1px;
329
+ border: 0;
330
+ border-top: 2px solid var(--hlx-color-primary-light);
331
+ // border-top: 2px solid black;
332
+ margin: 1em 0;
333
+ padding: 0;
334
+ width: 100%;
335
+ // width: 50px;
336
+ // transform: rotate(90deg);
350
337
  }
351
338
  }
352
339
  }
353
-
354
- .t-parent-v{
340
+ }
341
+
342
+ .t-parent-v {
343
+ display: flex;
344
+ flex-direction: column;
345
+ width: 100%;
346
+ .t-sub-parent-v {
355
347
  display: flex;
356
348
  flex-direction: column;
357
349
  width: 100%;
358
- .t-sub-parent-v{
359
- display: flex;
360
- flex-direction: column;
361
- width: 100%;
362
-
363
- .t-cont-v{
350
+
351
+ .t-cont-v {
364
352
  display: flex;
365
353
  flex-direction: row;
366
354
  align-items: center;
367
355
  cursor: pointer;
368
- .t-circle-v{
356
+ .t-circle-v {
369
357
  margin-bottom: 8px;
370
358
  }
371
- .t-content-v{
359
+ .t-content-v {
372
360
  display: flex;
373
- flex-direction: column;
374
- align-items: flex-start;
375
- margin-left: 8px;
361
+ flex-direction: column;
362
+ align-items: flex-start;
363
+ margin-left: 8px;
376
364
  margin-top: 20px;
377
-
378
- .t-title-v{
379
- font-size: 14px;
380
- // font-weight:600;
381
- line-height: 24px;
382
- letter-spacing: 0.5%;
383
- text-align: center;
384
- text-align: center;
365
+
366
+ .t-title-v {
367
+ font-size: 14px;
368
+ // font-weight:600;
369
+ line-height: 24px;
370
+ letter-spacing: 0.5%;
371
+ text-align: center;
372
+ text-align: center;
373
+ }
374
+ .t-sub-title-v {
375
+ font-size: 12px;
376
+ font-weight: 500;
377
+ color: var(--hlx-border-color-dark);
378
+ line-height: 20px;
379
+ letter-spacing: 0.5%;
380
+ text-align: center;
381
+ }
385
382
  }
386
- .t-sub-title-v{
387
- font-size: 12px;
388
- font-weight:500;
389
- color: var(--hlx-border-color-dark);
390
- line-height: 20px;
391
- letter-spacing: 0.5%;
392
- text-align: center;
383
+
384
+ hr {
385
+ display: block;
386
+ height: 1px;
387
+ border: 0;
388
+ border-top: 1px dashed var(--hlx-border-color);
389
+ margin: 1em 0;
390
+ padding: 0;
391
+ width: 50px;
392
+ // transform: rotate(90deg);
393
393
  }
394
394
  }
395
-
395
+ .t-line-v {
396
+ width: 38px;
397
+ display: flex;
398
+ justify-content: center;
399
+ align-items: center;
400
+ height: 40px;
401
+ // margin-left: 4%;
402
+ // margin-top: 10px;
403
+ // margin-bottom: 10px;
396
404
  hr {
397
- display: block;
398
- height: 1px;
399
- border: 0;
400
- border-top: 1px dashed var(--hlx-border-color);
401
- margin: 1em 0;
402
- padding: 0;
403
- width: 50px;
404
- // transform: rotate(90deg);
405
- }
406
- }
407
- .t-line-v{
408
- width: 38px;
409
- display: flex;
410
- justify-content: center;
411
- align-items: center;
412
- height: 40px;
413
- // margin-left: 4%;
414
- // margin-top: 10px;
415
- // margin-bottom: 10px;
416
- hr {
417
- display: block;
418
- height: 1px;
419
- border: 0;
420
- border-top: 1px dashed var(--hlx-border-color);
421
- margin: 1em 0;
422
- padding: 0;
423
- width: 100%;
424
- // width: 50px;
425
- transform: rotate(90deg);
426
- }
405
+ display: block;
406
+ height: 1px;
407
+ border: 0;
408
+ border-top: 1px dashed var(--hlx-border-color);
409
+ margin: 1em 0;
410
+ padding: 0;
411
+ width: 100%;
412
+ // width: 50px;
413
+ transform: rotate(90deg);
427
414
  }
428
415
  }
429
-
430
- .icon-info-ot{
431
- font-size: var(--hlx-icon-size-xs);
432
- color: var(--hlx-border-color-dark);
433
- margin-left: 8px;
434
- }
435
416
  }
436
417
 
418
+ .icon-info-ot {
419
+ font-size: var(--hlx-icon-size-xs);
420
+ color: var(--hlx-border-color-dark);
421
+ margin-left: 8px;
422
+ }
423
+ }
437
424
 
438
-
439
- .pri-bg{
440
- display: flex;
441
- justify-content: center;
442
- align-items: center;
443
- height:38px;
444
- width: 38px;
445
- border-radius: 100%;
446
- border: 1px solid var(--hlx-color-primary) !important;
447
- background-color: var(--hlx-color-primary);
425
+ .pri-bg {
426
+ display: flex;
427
+ justify-content: center;
428
+ align-items: center;
429
+ height: 38px;
430
+ width: 38px;
431
+ border-radius: 100%;
432
+ border: 1px solid var(--hlx-color-primary) !important;
433
+ background-color: var(--hlx-color-primary);
434
+ color: #fff;
435
+ i {
448
436
  color: #fff;
449
- i{
450
- color: #fff;
451
- font-size: var(--hlx-font-content-size-sm)
452
- }
453
-
437
+ font-size: var(--hlx-font-content-size-sm);
454
438
  }
455
- .pri-bg-new{
456
- display: flex;
457
- justify-content: center;
458
- align-items: center;
459
- height:38px;
460
- width: 38px;
461
- border-radius: 100%;
462
- // border: 1px solid var(--hlx-color-primary) !important;
463
- background-color: #fff;
439
+ }
440
+ .pri-bg-new {
441
+ display: flex;
442
+ justify-content: center;
443
+ align-items: center;
444
+ height: 38px;
445
+ width: 38px;
446
+ border-radius: 100%;
447
+ // border: 1px solid var(--hlx-color-primary) !important;
448
+ background-color: #fff;
449
+ color: #fff;
450
+ i {
464
451
  color: #fff;
465
- i{
466
- color: #fff;
467
- font-size: var(--hlx-font-content-size-sm)
468
- }
469
-
452
+ font-size: var(--hlx-font-content-size-sm);
470
453
  }
454
+ }
471
455
 
472
- #circle{
473
- display: flex;
474
- justify-content: center;
475
- align-items: center;
476
- font-size: 14px;
477
- height:38px;
478
- width: 38px;
479
- border-radius: 100%;
480
- border: 1px solid var(--hlx-border-color);
481
- i{
482
- color:var(--hlx-border-color);
483
- font-size: var(--hlx-font-content-size-sm)
484
- }
456
+ #circle {
457
+ display: flex;
458
+ justify-content: center;
459
+ align-items: center;
460
+ font-size: 14px;
461
+ height: 38px;
462
+ width: 38px;
463
+ border-radius: 100%;
464
+ border: 1px solid var(--hlx-border-color);
465
+ i {
466
+ color: var(--hlx-border-color);
467
+ font-size: var(--hlx-font-content-size-sm);
485
468
  }
486
- #circle-new{
487
- display: flex;
488
- justify-content: center;
489
- align-items: center;
490
- font-size: 14px;
491
- height:24px;
492
- width: 24px;
493
- border-radius: 100%;
494
- background: #fff;
495
- // border: 1px solid var(--hlx-border-color);
496
- i{
497
- color:var(--hlx-color-primary);
498
- font-size: var(--hlx-font-content-size-sm)
499
- }
469
+ }
470
+ #circle-new {
471
+ display: flex;
472
+ justify-content: center;
473
+ align-items: center;
474
+ font-size: 14px;
475
+ height: 24px;
476
+ width: 24px;
477
+ border-radius: 100%;
478
+ background: #fff;
479
+ // border: 1px solid var(--hlx-border-color);
480
+ i {
481
+ color: var(--hlx-color-primary);
482
+ font-size: var(--hlx-font-content-size-sm);
500
483
  }
501
- #circle-neww{
502
- display: flex;
503
- justify-content: center;
504
- align-items: center;
505
- font-size: 14px;
506
- height:14px;
507
- width: 14px;
508
- border-radius: 100%;
509
- background: var(--hlx-color-primary-light);
510
- // border: 1px solid var(--hlx-border-color);
511
- i{
512
- color:var(--hlx-border-color);
513
- font-size: var(--hlx-font-content-size-sm)
514
- }
484
+ }
485
+ #circle-neww {
486
+ display: flex;
487
+ justify-content: center;
488
+ align-items: center;
489
+ font-size: 14px;
490
+ height: 14px;
491
+ width: 14px;
492
+ border-radius: 100%;
493
+ background: var(--hlx-color-primary-light);
494
+ // border: 1px solid var(--hlx-border-color);
495
+ i {
496
+ color: var(--hlx-border-color);
497
+ font-size: var(--hlx-font-content-size-sm);
515
498
  }
499
+ }
516
500
 
517
- .inner-circle-new{
518
- width: 10px;
519
- height: 10px;
520
- background-color: var(--hlx-color-primary);
521
- border-radius: 100%;
522
- }
501
+ .inner-circle-new {
502
+ width: 10px;
503
+ height: 10px;
504
+ background-color: var(--hlx-color-primary);
505
+ border-radius: 100%;
506
+ }