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.
- package/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/icon-style.css +1 -1
- package/dist/src/assets/icons/icon-style(old).css +1 -1
- package/dist/src/assets/icons/icon-style.css +1 -1
- package/dist/src/assets/styles/accordion.scss +99 -99
- package/dist/src/assets/styles/base.scss +6 -1
- package/dist/src/assets/styles/breadcrumb.scss +15 -15
- package/dist/src/assets/styles/buttons.scss +4 -4
- package/dist/src/assets/styles/calendar.scss +343 -346
- package/dist/src/assets/styles/cards.scss +17 -16
- package/dist/src/assets/styles/colorPicker.scss +15 -15
- package/dist/src/assets/styles/colorpalette.scss +138 -139
- package/dist/src/assets/styles/common/var.scss +258 -31
- package/dist/src/assets/styles/componentlayout.scss +126 -128
- package/dist/src/assets/styles/contextMenu.scss +46 -47
- package/dist/src/assets/styles/customdropdown.scss +113 -115
- package/dist/src/assets/styles/dashboard.scss +764 -770
- package/dist/src/assets/styles/dataview.scss +203 -206
- package/dist/src/assets/styles/divider.scss +8 -8
- package/dist/src/assets/styles/dottedPagination.scss +1 -1
- package/dist/src/assets/styles/draggables.scss +36 -39
- package/dist/src/assets/styles/drawer.scss +68 -53
- package/dist/src/assets/styles/errorpage.scss +61 -64
- package/dist/src/assets/styles/fileupload.scss +199 -205
- package/dist/src/assets/styles/fonts.scss +29 -9
- package/dist/src/assets/styles/icon.scss +1 -1
- package/dist/src/assets/styles/imagegallery.scss +169 -167
- package/dist/src/assets/styles/importProgress.scss +1 -1
- package/dist/src/assets/styles/index.scss +21 -0
- package/dist/src/assets/styles/inputfields.scss +44 -46
- package/dist/src/assets/styles/inputitems.scss +315 -318
- package/dist/src/assets/styles/label.scss +48 -54
- package/dist/src/assets/styles/loaders.scss +1 -1
- package/dist/src/assets/styles/mixins/_var.scss +31 -37
- package/dist/src/assets/styles/mixins/functions.scss +7 -7
- package/dist/src/assets/styles/modalwindow.scss +100 -103
- package/dist/src/assets/styles/newtable.scss +10 -23
- package/dist/src/assets/styles/objectViewer.scss +80 -80
- package/dist/src/assets/styles/pagination.scss +12 -6
- package/dist/src/assets/styles/rating.scss +2 -2
- package/dist/src/assets/styles/scrollbar.scss +14 -14
- package/dist/src/assets/styles/search.scss +162 -169
- package/dist/src/assets/styles/select.scss +455 -480
- package/dist/src/assets/styles/sidebar.scss +14 -2
- package/dist/src/assets/styles/signup.scss +118 -128
- package/dist/src/assets/styles/slideControl.scss +1 -0
- package/dist/src/assets/styles/source_content.scss +13 -13
- package/dist/src/assets/styles/speeddial.scss +152 -163
- package/dist/src/assets/styles/style.css.map +12 -12
- package/dist/src/assets/styles/switch.scss +177 -189
- package/dist/src/assets/styles/tablev2.scss +140 -143
- package/dist/src/assets/styles/tabs.scss +48 -49
- package/dist/src/assets/styles/tag.scss +3 -3
- package/dist/src/assets/styles/texteditor.scss +165 -172
- package/dist/src/assets/styles/timeline.scss +384 -400
- package/dist/src/assets/styles/tooltip.scss +52 -72
- package/dist/src/assets/styles/tree.scss +13 -15
- package/dist/src/assets/styles/treeSelect.scss +8 -8
- package/dist/src/assets/styles/variables.scss +9 -9
- package/dist/src/assets/styles/visualbuilder.scss +362 -366
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/es/index.css +0 -1
- package/dist/umd/index.umd.css +0 -1
|
@@ -1,222 +1,211 @@
|
|
|
1
|
-
.icon-horizontal-dots{
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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
|
-
|
|
54
|
-
|
|
55
|
-
|
|
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
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
.vertical-timeline-container{
|
|
77
|
-
|
|
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
|
-
|
|
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
|
-
|
|
91
|
-
|
|
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
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
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
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
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
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
;
|
|
150
|
-
|
|
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
|
-
|
|
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
|
-
|
|
172
|
-
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
.element-container-horizontal {
|
|
164
|
+
display: flex;
|
|
165
|
+
flex-direction: column;
|
|
166
|
+
width: 50%;
|
|
173
167
|
}
|
|
174
168
|
|
|
175
|
-
.btn{
|
|
176
|
-
|
|
169
|
+
.btn {
|
|
170
|
+
margin: 30px 30px 0 auto;
|
|
177
171
|
}
|
|
178
172
|
|
|
179
|
-
.icon-info-bg{
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
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
|
-
|
|
187
|
-
|
|
188
|
-
|
|
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
|
-
|
|
192
|
-
|
|
193
|
-
|
|
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
|
-
|
|
204
|
-
.t-
|
|
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
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
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-
|
|
268
|
-
display: flex;
|
|
236
|
+
.t-line {
|
|
269
237
|
width: 100%;
|
|
238
|
+
display: flex;
|
|
239
|
+
justify-content: center;
|
|
270
240
|
align-items: center;
|
|
271
|
-
|
|
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
|
-
|
|
276
|
-
|
|
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
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
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
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
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
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
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
|
-
|
|
348
|
-
|
|
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
|
-
|
|
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
|
-
|
|
359
|
-
|
|
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
|
-
|
|
374
|
-
|
|
375
|
-
|
|
361
|
+
flex-direction: column;
|
|
362
|
+
align-items: flex-start;
|
|
363
|
+
margin-left: 8px;
|
|
376
364
|
margin-top: 20px;
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
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
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
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
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
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
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
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
|
-
|
|
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
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
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
|
-
|
|
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
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
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
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
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
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
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
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
501
|
+
.inner-circle-new {
|
|
502
|
+
width: 10px;
|
|
503
|
+
height: 10px;
|
|
504
|
+
background-color: var(--hlx-color-primary);
|
|
505
|
+
border-radius: 100%;
|
|
506
|
+
}
|