halleyx-ui-framework 4.1.8 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.css +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 +2 -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 +213 -215
- 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 +14 -14
- 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 +18 -17
- 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 +6 -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 +2 -3
- 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.css +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,216 +1,214 @@
|
|
|
1
1
|
.dataview-parent-container {
|
|
2
2
|
font-family: var(--hlx-font-type-content);
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
.header-panel {
|
|
8
|
+
height: 75px;
|
|
9
|
+
// border: 1px solid var(--hlx-border-color);
|
|
10
|
+
// border-radius: 5px;
|
|
11
|
+
// background: #ffecb8;
|
|
5
12
|
display: flex;
|
|
6
|
-
flex-direction:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
// background: #ffecb8;
|
|
13
|
+
flex-direction: row;
|
|
14
|
+
align-items: center;
|
|
15
|
+
width: 100%;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
.left {
|
|
12
18
|
display: flex;
|
|
13
19
|
flex-direction: row;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
display: flex;
|
|
19
|
-
flex-direction: row;
|
|
20
|
-
width: 60%;
|
|
21
|
-
.sort-container {
|
|
22
|
-
width: 150px;
|
|
23
|
-
margin: 20px 20px 20px 27px;
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
}
|
|
26
|
-
.search-containerr {
|
|
27
|
-
width: 50%;
|
|
28
|
-
margin: 20px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
.right {
|
|
32
|
-
width: 100px;
|
|
33
|
-
height: 40px;
|
|
34
|
-
border: 1px solid var(--hlx-border-color);
|
|
35
|
-
border-radius: 6px;
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: row;
|
|
20
|
+
width: 60%;
|
|
21
|
+
.sort-container {
|
|
22
|
+
width: 150px;
|
|
23
|
+
margin: 20px 20px 20px 27px;
|
|
38
24
|
cursor: pointer;
|
|
25
|
+
}
|
|
26
|
+
.search-containerr {
|
|
27
|
+
width: 50%;
|
|
39
28
|
margin: 20px;
|
|
40
|
-
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
.right {
|
|
32
|
+
width: 100px;
|
|
33
|
+
height: 40px;
|
|
34
|
+
border: 1px solid var(--hlx-border-color);
|
|
35
|
+
border-radius: 6px;
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: row;
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
margin: 20px;
|
|
40
|
+
.list {
|
|
41
41
|
// background: white;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
42
|
+
border-radius: 5px 0 0 5px;
|
|
43
|
+
width: 50px;
|
|
44
|
+
font-size: var(--hlx-font-content-size-xl);
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: center;
|
|
47
|
+
justify-content: center;
|
|
48
48
|
// color: var(--hlx-color-primary);
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
}
|
|
50
|
+
.grid {
|
|
51
51
|
// background: white;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
52
|
+
border-radius: 0 5px 5px 0;
|
|
53
|
+
width: 50px;
|
|
54
|
+
font-size: var(--hlx-font-content-size-xl);
|
|
55
|
+
display: flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
justify-content: center;
|
|
58
58
|
// color: var(--hlx-color-primary);
|
|
59
|
-
}
|
|
60
59
|
}
|
|
61
60
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
61
|
+
}
|
|
62
|
+
.body-panel {
|
|
63
|
+
height: 80%;
|
|
64
|
+
padding: 20px 0 20px 0;
|
|
65
|
+
display: grid;
|
|
66
|
+
// grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
|
|
67
|
+
grid-gap: 2rem;
|
|
68
|
+
// display: grid;
|
|
69
|
+
// grid-template-columns: auto auto;
|
|
70
|
+
// gap: 2vw 0;
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
72
|
+
// display: flex;
|
|
73
|
+
// flex-direction: row;
|
|
74
|
+
// flex-wrap: wrap;
|
|
75
|
+
.no-data {
|
|
76
|
+
display: flex;
|
|
77
|
+
align-items: center;
|
|
78
|
+
justify-content: center;
|
|
79
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
80
|
+
width: 100%;
|
|
81
|
+
}
|
|
82
|
+
.product-title {
|
|
83
|
+
font-size: var(--hlx-font-content-size-lg);
|
|
84
|
+
color: var(--hlx-text-color-primary);
|
|
85
|
+
font-weight: 600;
|
|
86
|
+
text-align: center;
|
|
87
|
+
width: 200px;
|
|
88
|
+
white-space: nowrap;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
text-overflow: ellipsis;
|
|
91
|
+
}
|
|
92
|
+
.product-titlee {
|
|
93
|
+
font-size: var(--hlx-font-content-size-lg);
|
|
94
|
+
color: var(--hlx-text-color-primary);
|
|
95
|
+
font-weight: 600;
|
|
96
|
+
width: 200px;
|
|
97
|
+
white-space: nowrap;
|
|
98
|
+
overflow: hidden;
|
|
99
|
+
text-overflow: ellipsis;
|
|
100
|
+
}
|
|
101
|
+
.product-description {
|
|
102
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
103
|
+
margin: 2.5px 2.5px 5px 2.5px;
|
|
104
|
+
color: var(--hlx-text-color-primary);
|
|
105
|
+
width: 200px;
|
|
106
|
+
white-space: nowrap;
|
|
107
|
+
text-align: center;
|
|
108
|
+
overflow: hidden;
|
|
109
|
+
text-overflow: ellipsis;
|
|
110
|
+
}
|
|
111
|
+
.product-descriptionn {
|
|
112
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
113
|
+
margin: 2.5px 2.5px 5px 2.5px;
|
|
114
|
+
color: var(--hlx-text-color-primary);
|
|
115
|
+
width: 200px;
|
|
116
|
+
white-space: nowrap;
|
|
117
|
+
overflow: hidden;
|
|
118
|
+
text-overflow: ellipsis;
|
|
119
|
+
}
|
|
120
|
+
.group-tag {
|
|
121
|
+
display: flex;
|
|
122
|
+
align-items: center;
|
|
123
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
124
|
+
font-weight: 600;
|
|
125
|
+
color: var(--hlx-text-color-primary);
|
|
126
|
+
margin-right: 25px;
|
|
127
|
+
i {
|
|
128
|
+
position: relative;
|
|
129
|
+
// transform: rotate(-45deg);
|
|
130
|
+
// font-weight: 600;
|
|
131
|
+
margin-right: 10px;
|
|
132
|
+
font-size: var(--hlx-icon-size-xs);
|
|
81
133
|
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
color:
|
|
126
|
-
|
|
127
|
-
i {
|
|
128
|
-
position: relative;
|
|
129
|
-
// transform: rotate(-45deg);
|
|
130
|
-
// font-weight: 600;
|
|
131
|
-
margin-right: 10px;
|
|
132
|
-
font-size: var(--hlx-icon-size-xs);
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
.price {
|
|
136
|
-
font-size: var(--hlx-font-content-size-md);
|
|
137
|
-
font-weight: 600;
|
|
138
|
-
color: var(--hlx-text-color-primary);
|
|
134
|
+
}
|
|
135
|
+
.price {
|
|
136
|
+
font-size: var(--hlx-font-content-size-md);
|
|
137
|
+
font-weight: 600;
|
|
138
|
+
color: var(--hlx-text-color-primary);
|
|
139
|
+
}
|
|
140
|
+
.card-header {
|
|
141
|
+
display: flex;
|
|
142
|
+
justify-content: space-between;
|
|
143
|
+
// font-weight: 800;
|
|
144
|
+
align-items: center;
|
|
145
|
+
height: 60px;
|
|
146
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
147
|
+
align-items: center;
|
|
148
|
+
margin: 0 16px 0 16px;
|
|
149
|
+
color: var(--hlx-text-color-primary);
|
|
150
|
+
}
|
|
151
|
+
.card-body {
|
|
152
|
+
img {
|
|
153
|
+
width: 100px;
|
|
154
|
+
height: 100px;
|
|
155
|
+
box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
|
|
156
|
+
border-radius: 5px;
|
|
157
|
+
margin: 10px;
|
|
158
|
+
}
|
|
159
|
+
display: flex;
|
|
160
|
+
flex-direction: column;
|
|
161
|
+
align-items: center;
|
|
162
|
+
}
|
|
163
|
+
.card-footerr {
|
|
164
|
+
display: flex;
|
|
165
|
+
justify-content: space-between;
|
|
166
|
+
align-items: center;
|
|
167
|
+
margin: 0 16px 0 16px;
|
|
168
|
+
align-items: center;
|
|
169
|
+
height: 60px;
|
|
170
|
+
|
|
171
|
+
button {
|
|
172
|
+
background: var(--hlx-color-primary);
|
|
173
|
+
padding: 5px;
|
|
174
|
+
border-radius: 5px;
|
|
175
|
+
border: none;
|
|
176
|
+
i {
|
|
177
|
+
color: #fff;
|
|
178
|
+
font-size: var(--hlx-icon-size-xs);
|
|
139
179
|
}
|
|
140
|
-
.card-header {
|
|
141
|
-
display: flex;
|
|
142
|
-
justify-content: space-between;
|
|
143
|
-
// font-weight: 800;
|
|
144
|
-
align-items: center;
|
|
145
|
-
height: 60px;
|
|
146
|
-
font-size: var(--hlx-font-content-size-sm);
|
|
147
|
-
align-items: center;
|
|
148
|
-
margin: 0 16px 0 16px;
|
|
149
|
-
color: var(--hlx-text-color-primary);
|
|
150
|
-
|
|
151
180
|
}
|
|
152
|
-
|
|
181
|
+
}
|
|
182
|
+
.list-container {
|
|
183
|
+
display: flex;
|
|
184
|
+
flex-direction: row;
|
|
185
|
+
justify-content: space-between;
|
|
186
|
+
width: 100%;
|
|
187
|
+
border-bottom: 1px solid var(--hlx-border-color);
|
|
188
|
+
padding: 15px 10px 15px 10px;
|
|
189
|
+
.left {
|
|
190
|
+
display: flex;
|
|
191
|
+
flex-direction: row;
|
|
153
192
|
img {
|
|
154
193
|
width: 100px;
|
|
155
194
|
height: 100px;
|
|
156
195
|
box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
|
|
157
196
|
border-radius: 5px;
|
|
158
|
-
margin:
|
|
197
|
+
margin-right: 20px;
|
|
198
|
+
}
|
|
199
|
+
.details {
|
|
200
|
+
display: flex;
|
|
201
|
+
flex-direction: column;
|
|
202
|
+
// margin: 10px;
|
|
159
203
|
}
|
|
160
|
-
display: flex;
|
|
161
|
-
flex-direction: column;
|
|
162
|
-
align-items: center;
|
|
163
|
-
|
|
164
204
|
}
|
|
165
|
-
.
|
|
205
|
+
.right {
|
|
206
|
+
width: 20%;
|
|
166
207
|
display: flex;
|
|
167
|
-
|
|
168
|
-
align-items:
|
|
169
|
-
margin: 0 16px 0 16px;
|
|
170
|
-
align-items: center;
|
|
171
|
-
height: 60px;
|
|
172
|
-
|
|
208
|
+
flex-direction: column;
|
|
209
|
+
align-items: flex-end;
|
|
173
210
|
button {
|
|
174
211
|
background: var(--hlx-color-primary);
|
|
175
|
-
padding: 5px;
|
|
176
|
-
border-radius: 5px;
|
|
177
|
-
border: none;
|
|
178
|
-
i {
|
|
179
|
-
color: #fff;
|
|
180
|
-
font-size: var(--hlx-icon-size-xs);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
.list-container{
|
|
185
|
-
display: flex;
|
|
186
|
-
flex-direction: row;
|
|
187
|
-
justify-content: space-between;
|
|
188
|
-
width: 100%;
|
|
189
|
-
border-bottom: 1px solid var(--hlx-border-color);
|
|
190
|
-
padding: 15px 10px 15px 10px;
|
|
191
|
-
.left{
|
|
192
|
-
display: flex;
|
|
193
|
-
flex-direction:row;
|
|
194
|
-
img{
|
|
195
|
-
width: 100px;
|
|
196
|
-
height: 100px;
|
|
197
|
-
box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
|
|
198
|
-
border-radius: 5px;
|
|
199
|
-
margin-right: 20px;
|
|
200
|
-
}
|
|
201
|
-
.details{
|
|
202
|
-
display: flex;
|
|
203
|
-
flex-direction: column;
|
|
204
|
-
// margin: 10px;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
.right{
|
|
208
|
-
width: 20%;
|
|
209
|
-
display: flex;
|
|
210
|
-
flex-direction: column;
|
|
211
|
-
align-items: flex-end;
|
|
212
|
-
button {
|
|
213
|
-
background: var(--hlx-color-primary);
|
|
214
212
|
padding: 10px;
|
|
215
213
|
border-radius: 5px;
|
|
216
214
|
border: none;
|
|
@@ -220,29 +218,28 @@
|
|
|
220
218
|
font-size: var(--hlx-icon-size-md);
|
|
221
219
|
margin-right: 10px;
|
|
222
220
|
}
|
|
223
|
-
.btn-text{
|
|
224
|
-
|
|
225
|
-
|
|
221
|
+
.btn-text {
|
|
222
|
+
color: #fff;
|
|
223
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
226
224
|
}
|
|
227
225
|
}
|
|
228
|
-
}
|
|
229
|
-
|
|
230
226
|
}
|
|
231
227
|
}
|
|
232
|
-
.footer-panel {
|
|
233
|
-
height: 75px;
|
|
234
|
-
// background: #FFECB8;
|
|
235
|
-
display: flex;
|
|
236
|
-
justify-content: center;
|
|
237
|
-
align-items: center;
|
|
238
|
-
}
|
|
239
228
|
}
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
background:
|
|
243
|
-
|
|
229
|
+
.footer-panel {
|
|
230
|
+
height: 75px;
|
|
231
|
+
// background: #FFECB8;
|
|
232
|
+
display: flex;
|
|
233
|
+
justify-content: center;
|
|
234
|
+
align-items: center;
|
|
244
235
|
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.primary-bg {
|
|
239
|
+
background: var(--hlx-color-primary);
|
|
240
|
+
color: #fff;
|
|
241
|
+
}
|
|
242
|
+
.white-bg {
|
|
243
|
+
color: var(--hlx-color-primary);
|
|
244
|
+
background: #fff;
|
|
245
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
.hlx-horizontal-divider{
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
.hlx-horizontal-divider {
|
|
2
|
+
width: 100%;
|
|
3
|
+
border-bottom: 1px solid #f0eeec;
|
|
4
|
+
}
|
|
5
|
+
.hlx-vertical-divider {
|
|
6
|
+
display: inline-flex;
|
|
7
|
+
height: 5%;
|
|
8
|
+
border-right: 1px solid #f0eeec;
|
|
4
9
|
}
|
|
5
|
-
.hlx-vertical-divider{
|
|
6
|
-
display: inline-flex;
|
|
7
|
-
height: 5%;
|
|
8
|
-
border-right: 1px solid #f0eeec;
|
|
9
|
-
}
|
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
.theme{
|
|
1
|
+
.theme {
|
|
4
2
|
background: var(--hlx-color-primary) !important;
|
|
5
3
|
border: 1px solid var(--hlx-color-primary) !important;
|
|
6
4
|
}
|
|
7
|
-
.grey{
|
|
5
|
+
.grey {
|
|
8
6
|
background: var(--hlx-border-color-lighter) !important;
|
|
9
7
|
border: 1px solid var(--hlx-border-color) !important;
|
|
10
8
|
}
|
|
11
|
-
.draggable{
|
|
9
|
+
.draggable {
|
|
12
10
|
user-select: none;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
11
|
+
height: 40px;
|
|
12
|
+
font-size: 14px;
|
|
13
|
+
width: 100%;
|
|
14
|
+
border: 1px solid var(--hlx-border-color);
|
|
15
|
+
border-radius: 5px;
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
padding: 0 15px;
|
|
18
|
+
display: flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
justify-content: flex-start;
|
|
21
|
+
margin-bottom: 10px;
|
|
24
22
|
}
|
|
25
23
|
|
|
26
24
|
.handle {
|
|
@@ -46,8 +44,8 @@
|
|
|
46
44
|
min-height: 20px;
|
|
47
45
|
}
|
|
48
46
|
|
|
49
|
-
input[type=checkbox]:checked {
|
|
50
|
-
content:
|
|
47
|
+
input[type='checkbox']:checked {
|
|
48
|
+
content: '\e964';
|
|
51
49
|
}
|
|
52
50
|
// .list-group-item {
|
|
53
51
|
// cursor: move;
|
|
@@ -95,24 +93,23 @@ input[type=checkbox]:checked {
|
|
|
95
93
|
// // background-color:#FFF1D3;
|
|
96
94
|
// }
|
|
97
95
|
.check-container input:disabled:checked ~ .checkmark {
|
|
98
|
-
cursor:not-allowed;
|
|
96
|
+
cursor: not-allowed;
|
|
99
97
|
background: var(--hlx-border-color-lighter);
|
|
100
98
|
border: 1px solid var(--hlx-border-color);
|
|
101
99
|
}
|
|
102
100
|
.check-container input:disabled ~ .checkmark {
|
|
103
|
-
cursor:not-allowed;
|
|
101
|
+
cursor: not-allowed;
|
|
104
102
|
background: var(--hlx-border-color-lighter);
|
|
105
103
|
}
|
|
106
104
|
.check-container input:disabled:checked ~ .checkmark:after {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
105
|
+
left: 5px;
|
|
106
|
+
top: 2px;
|
|
107
|
+
width: 4px;
|
|
108
|
+
height: 8px;
|
|
109
|
+
border: solid var(--hlx-border-color);
|
|
110
|
+
border-radius: 1px;
|
|
111
|
+
border-width: 0 2px 2px 0px;
|
|
112
|
+
transform: rotate(45deg);
|
|
116
113
|
}
|
|
117
114
|
|
|
118
115
|
/* When the checkbox is checked, add a blue background */
|
|
@@ -123,7 +120,7 @@ input[type=checkbox]:checked {
|
|
|
123
120
|
|
|
124
121
|
/* Create the checkmark/indicator (hidden when not checked) */
|
|
125
122
|
.checkmark:after {
|
|
126
|
-
content:
|
|
123
|
+
content: '';
|
|
127
124
|
position: absolute;
|
|
128
125
|
display: none;
|
|
129
126
|
}
|
|
@@ -135,12 +132,12 @@ input[type=checkbox]:checked {
|
|
|
135
132
|
|
|
136
133
|
/* Style the checkmark/indicator */
|
|
137
134
|
.check-container .checkmark:after {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
135
|
+
left: 5px;
|
|
136
|
+
top: 2px;
|
|
137
|
+
width: 4px;
|
|
138
|
+
height: 8px;
|
|
139
|
+
border: solid white;
|
|
140
|
+
border-radius: 1px;
|
|
141
|
+
border-width: 0 2px 2px 0px;
|
|
142
|
+
transform: rotate(45deg);
|
|
143
|
+
}
|