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
|
@@ -12,30 +12,30 @@
|
|
|
12
12
|
// font-size: 14px;
|
|
13
13
|
// font-weight: bold;
|
|
14
14
|
// gap: 2px;
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
border: 1px solid var(--hlx-border-color);
|
|
17
17
|
cursor: default;
|
|
18
18
|
border-radius: 6px;
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
height: 28px;
|
|
21
|
+
font-size: 12px;
|
|
22
|
+
font-weight: 500;
|
|
23
|
+
white-space: nowrap;
|
|
24
|
+
line-height: 16px;
|
|
25
|
+
letter-spacing: 0.5%;
|
|
26
|
+
padding: 6px;
|
|
27
|
+
// overflow: hidden;
|
|
28
|
+
// text-overflow: ellipsis;
|
|
29
|
+
// width: 57px;
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
//v1.2
|
|
32
|
+
//primary
|
|
33
33
|
// &.primary {
|
|
34
34
|
// background: var(--hlx-color-primary);
|
|
35
35
|
// color: var(--hlx-text-color-secondary);
|
|
36
|
-
// border:none !important;
|
|
36
|
+
// border:none !important;
|
|
37
37
|
// &-lite {
|
|
38
|
-
// border:none !important;
|
|
38
|
+
// border:none !important;
|
|
39
39
|
// background: var(--hlx-color-primary-light);
|
|
40
40
|
// color: var(--hlx-color-primary-dark);
|
|
41
41
|
// }
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
// &.success {
|
|
49
49
|
// background: var(--hlx-color-success);
|
|
50
50
|
// color: var(--hlx-text-color-secondary);
|
|
51
|
-
// border:none !important;
|
|
51
|
+
// border:none !important;
|
|
52
52
|
// &-lite {
|
|
53
|
-
// border:none !important;
|
|
53
|
+
// border:none !important;
|
|
54
54
|
// background: var(--hlx-color-success-light);
|
|
55
55
|
// color: var(--hlx-color-success-dark);
|
|
56
56
|
// }
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
// &.info {
|
|
64
64
|
// background: var(--hlx-color-info);
|
|
65
65
|
// color: var(--hlx-text-color-secondary);
|
|
66
|
-
// border:none !important;
|
|
66
|
+
// border:none !important;
|
|
67
67
|
// &-lite {
|
|
68
|
-
// border:none !important;
|
|
68
|
+
// border:none !important;
|
|
69
69
|
// background: var(--hlx-color-info-light);
|
|
70
70
|
// color: var(--hlx-color-info-dark);
|
|
71
71
|
// }
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
// &.warning {
|
|
79
79
|
// background: var(--hlx-color-warning);
|
|
80
80
|
// color: var(--hlx-text-color-secondary);
|
|
81
|
-
// border:none !important;
|
|
81
|
+
// border:none !important;
|
|
82
82
|
// &-lite {
|
|
83
|
-
// border:none !important;
|
|
83
|
+
// border:none !important;
|
|
84
84
|
// background: var(--hlx-color-warning-light);
|
|
85
85
|
// color: var(--hlx-color-warning-dark);
|
|
86
86
|
// }
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
// &.error {
|
|
94
94
|
// background: var(--hlx-color-error);
|
|
95
95
|
// color: var(--hlx-text-color-secondary);
|
|
96
|
-
// border:none !important;
|
|
96
|
+
// border:none !important;
|
|
97
97
|
// &-lite {
|
|
98
|
-
// border:none !important;
|
|
98
|
+
// border:none !important;
|
|
99
99
|
// background: var(--hlx-color-error-light);
|
|
100
100
|
// color: var(--hlx-color-error-dark);
|
|
101
101
|
// }
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
// &.link {
|
|
109
109
|
// background: var(--hlx-color-link);
|
|
110
110
|
// color: var(--hlx-text-color-secondary);
|
|
111
|
-
// border:none !important;
|
|
111
|
+
// border:none !important;
|
|
112
112
|
// &-lite {
|
|
113
|
-
// border:none !important;
|
|
113
|
+
// border:none !important;
|
|
114
114
|
// background: var(--hlx-color-link-light);
|
|
115
115
|
// color: var(--hlx-color-link-dark);
|
|
116
116
|
// }
|
|
@@ -186,11 +186,11 @@
|
|
|
186
186
|
// }
|
|
187
187
|
// &.disabled {
|
|
188
188
|
// border:none !important;
|
|
189
|
-
|
|
189
|
+
|
|
190
190
|
// background: var(--hlx-color-disable);
|
|
191
191
|
// color: var(--hlx-color-disable-text);
|
|
192
192
|
// &-lite {
|
|
193
|
-
// border:none !important;
|
|
193
|
+
// border:none !important;
|
|
194
194
|
// background: var(--hlx-color-disable);
|
|
195
195
|
// color: var(--hlx-color-disable-text);
|
|
196
196
|
// }
|
|
@@ -205,21 +205,18 @@
|
|
|
205
205
|
border: 1px solid var(--hlx-color-primary-dark);
|
|
206
206
|
background: var(--hlx-color-primary-light);
|
|
207
207
|
color: var(--hlx-color-primary-dark);
|
|
208
|
-
|
|
209
208
|
}
|
|
210
209
|
// success
|
|
211
210
|
&.success {
|
|
212
211
|
border: 1px solid var(--hlx-color-success-dark);
|
|
213
212
|
background: var(--hlx-color-success-light);
|
|
214
213
|
color: var(--hlx-color-success);
|
|
215
|
-
|
|
216
214
|
}
|
|
217
215
|
// info
|
|
218
216
|
&.info {
|
|
219
217
|
border: 1px solid var(--hlx-color-info-dark);
|
|
220
218
|
background: var(--hlx-color-info-light);
|
|
221
219
|
color: var(--hlx-color-info);
|
|
222
|
-
|
|
223
220
|
}
|
|
224
221
|
// error
|
|
225
222
|
&.error {
|
|
@@ -232,17 +229,14 @@
|
|
|
232
229
|
border: 1px solid var(--hlx-color-warning-dark);
|
|
233
230
|
background: var(--hlx-color-warning-light);
|
|
234
231
|
color: var(--hlx-color-warning);
|
|
235
|
-
|
|
236
232
|
}
|
|
237
233
|
// link
|
|
238
234
|
&.link {
|
|
239
235
|
border: 1px solid var(--hlx-color-link);
|
|
240
236
|
background: var(--hlx-color-link-light);
|
|
241
237
|
color: var(--hlx-color-link);
|
|
242
|
-
|
|
243
238
|
}
|
|
244
239
|
&.disabled {
|
|
245
|
-
|
|
246
240
|
border: 1px solid var(--hlx-color-disable-text);
|
|
247
241
|
background: var(--hlx-color-disable);
|
|
248
242
|
color: var(--hlx-color-disable-text);
|
|
@@ -250,11 +244,11 @@
|
|
|
250
244
|
//disabled v1.0
|
|
251
245
|
// &.disabled {
|
|
252
246
|
// border:none !important;
|
|
253
|
-
|
|
247
|
+
|
|
254
248
|
// background: var(--hlx-color-disable);
|
|
255
249
|
// color: var(--hlx-color-disable-text);
|
|
256
250
|
// &-lite {
|
|
257
|
-
// border:none !important;
|
|
251
|
+
// border:none !important;
|
|
258
252
|
// background: var(--hlx-color-disable);
|
|
259
253
|
// color: var(--hlx-color-disable-text);
|
|
260
254
|
// }
|
|
@@ -263,23 +257,23 @@
|
|
|
263
257
|
// color: var(--hlx-color-disable-text);
|
|
264
258
|
// }
|
|
265
259
|
// }
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
260
|
+
&.sm {
|
|
261
|
+
// width: 61px;
|
|
262
|
+
height: 18px;
|
|
263
|
+
font-size: 10px;
|
|
264
|
+
font-weight: 500;
|
|
265
|
+
line-height: 16px;
|
|
266
|
+
letter-spacing: 0.005em;
|
|
267
|
+
border-radius: 5px;
|
|
268
|
+
padding: 1px 3px;
|
|
269
|
+
}
|
|
270
|
+
&.lg {
|
|
271
|
+
height: 38px;
|
|
272
|
+
font-size: 12px;
|
|
273
|
+
font-weight: 500;
|
|
274
|
+
line-height: 16px;
|
|
275
|
+
letter-spacing: 0.5%;
|
|
276
|
+
padding: 11px 10px;
|
|
277
|
+
border-radius: 6px;
|
|
278
|
+
}
|
|
285
279
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
@import '../common/var.scss';
|
|
6
6
|
|
|
7
7
|
@mixin set-css-color-type($type) {
|
|
8
|
-
--hlx-color-#{$type}: #{map.get($--colors, $type,
|
|
8
|
+
--hlx-color-#{$type}: #{map.get($--colors, $type, 'base')};
|
|
9
9
|
}
|
|
10
10
|
@mixin set-css-var-type($name, $type, $--variables) {
|
|
11
11
|
--hlx-#{$name}-#{$type}: #{map.get($--variables, $type)};
|
|
@@ -17,62 +17,56 @@
|
|
|
17
17
|
--hlx-icon-size-#{$type}: #{map.get($--icon, $type)};
|
|
18
18
|
}
|
|
19
19
|
@mixin set-css-border-type($type) {
|
|
20
|
-
@if $type == ''{
|
|
20
|
+
@if $type == '' {
|
|
21
21
|
--hlx-border-color: #{map.get($--border-color, $type)};
|
|
22
|
-
}
|
|
23
|
-
@else{
|
|
22
|
+
} @else {
|
|
24
23
|
--hlx-border-color-#{$type}: #{map.get($--border-color, $type)};
|
|
25
24
|
}
|
|
26
25
|
}
|
|
27
26
|
@mixin set-css-line-height-type($type) {
|
|
28
|
-
@if $type == ''{
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
@else{
|
|
32
|
-
|
|
27
|
+
@if $type == '' {
|
|
28
|
+
--hlx-line-height: #{map.get($--line-height, $type)};
|
|
29
|
+
} @else {
|
|
33
30
|
--hlx-line-height-#{$type}: #{map.get($--line-height, $type)};
|
|
34
31
|
}
|
|
35
32
|
}
|
|
36
33
|
@mixin set-css-font-type($type) {
|
|
37
34
|
@if $type == type {
|
|
38
|
-
--hlx-font-#{$type}-content: #{map.get($--font, $type,'content')};
|
|
39
|
-
--hlx-font-#{$type}-title: #{map.get($--font, $type,'title')};
|
|
35
|
+
--hlx-font-#{$type}-content: #{map.get($--font, $type, 'content')};
|
|
36
|
+
--hlx-font-#{$type}-title: #{map.get($--font, $type, 'title')};
|
|
40
37
|
}
|
|
41
38
|
@if $type == header-size {
|
|
42
|
-
--hlx-font-#{$type}: #{map.get($--font, $type,'')};
|
|
43
|
-
--hlx-font-#{$type}-sm: #{map.get($--font, $type,'sm')};
|
|
44
|
-
--hlx-font-#{$type}-lg: #{map.get($--font, $type,'lg')};
|
|
45
|
-
--hlx-font-#{$type}-xl: #{map.get($--font, $type,'xl')};
|
|
46
|
-
--hlx-font-#{$type}-xxl: #{map.get($--font, $type,'xxl')};
|
|
39
|
+
--hlx-font-#{$type}: #{map.get($--font, $type, '')};
|
|
40
|
+
--hlx-font-#{$type}-sm: #{map.get($--font, $type, 'sm')};
|
|
41
|
+
--hlx-font-#{$type}-lg: #{map.get($--font, $type, 'lg')};
|
|
42
|
+
--hlx-font-#{$type}-xl: #{map.get($--font, $type, 'xl')};
|
|
43
|
+
--hlx-font-#{$type}-xxl: #{map.get($--font, $type, 'xxl')};
|
|
47
44
|
}
|
|
48
45
|
@if $type == content-size {
|
|
49
|
-
--hlx-font-#{$type}: #{map.get($--font, $type,'')};
|
|
50
|
-
--hlx-font-#{$type}-sm: #{map.get($--font, $type,'sm')};
|
|
51
|
-
--hlx-font-#{$type}-lg: #{map.get($--font, $type,'lg')};
|
|
52
|
-
--hlx-font-#{$type}-xl: #{map.get($--font, $type,'xl')};
|
|
53
|
-
--hlx-font-#{$type}-xxl: #{map.get($--font, $type,'xs')};
|
|
46
|
+
--hlx-font-#{$type}: #{map.get($--font, $type, '')};
|
|
47
|
+
--hlx-font-#{$type}-sm: #{map.get($--font, $type, 'sm')};
|
|
48
|
+
--hlx-font-#{$type}-lg: #{map.get($--font, $type, 'lg')};
|
|
49
|
+
--hlx-font-#{$type}-xl: #{map.get($--font, $type, 'xl')};
|
|
50
|
+
--hlx-font-#{$type}-xxl: #{map.get($--font, $type, 'xs')};
|
|
54
51
|
}
|
|
55
52
|
}
|
|
56
53
|
|
|
57
54
|
@mixin set-css-var-value($name, $value) {
|
|
58
|
-
|
|
59
|
-
|
|
55
|
+
#{joinVarName($name)}: #{$value};
|
|
56
|
+
}
|
|
60
57
|
@mixin get-css-value($name, $value) {
|
|
61
|
-
|
|
62
|
-
|
|
58
|
+
#{joinVarName($name)}: #{$value};
|
|
59
|
+
}
|
|
63
60
|
@mixin set-css-color-rgb($type) {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
);
|
|
74
|
-
|
|
75
|
-
}
|
|
61
|
+
$color: map.get($--colors, $type, 'base');
|
|
62
|
+
@debug 'color #{$color}';
|
|
63
|
+
@include set-css-var-value(
|
|
64
|
+
('color', $type, 'rgb'),
|
|
65
|
+
#{red($color),
|
|
66
|
+
green($color),
|
|
67
|
+
blue($color)}
|
|
68
|
+
);
|
|
69
|
+
}
|
|
76
70
|
// @mixin set-css-border-color-rgb($type) {
|
|
77
71
|
// $color: map.get($--border-color, $type);
|
|
78
72
|
// // @if $color == null{
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
@function -font-path($devs) {
|
|
4
4
|
@if $devs == true {
|
|
5
|
-
@return
|
|
6
|
-
@debug
|
|
5
|
+
@return '/src/assets/fonts';
|
|
6
|
+
@debug 'divider offset: /src/assets/fonts';
|
|
7
7
|
}
|
|
8
|
-
@debug
|
|
8
|
+
@debug 'divider offset: /nodemode/assets/fonts';
|
|
9
9
|
|
|
10
|
-
@return
|
|
10
|
+
@return '/node_modules/halleyx-ui-framework/dist/src/assets/fonts';
|
|
11
11
|
}
|
|
12
12
|
@function joinVarName($list) {
|
|
13
13
|
$name: '--' + config.$namespace;
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
}
|
|
26
26
|
// getCssValue('button', 'text-color') => '--el-button-text-color'
|
|
27
27
|
@function getCssValue($args...) {
|
|
28
|
-
$value:joinVarName($args);
|
|
29
|
-
@debug
|
|
28
|
+
$value: joinVarName($args);
|
|
29
|
+
@debug '#{$value}';
|
|
30
30
|
@return $value;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
// getCssVar('button', 'text-color') => var(--el-button-text-color)
|
|
34
34
|
@function getCssVar($args...) {
|
|
35
35
|
@return var(#{joinVarName($args)});
|
|
36
|
-
}
|
|
36
|
+
}
|
|
@@ -1,110 +1,107 @@
|
|
|
1
|
-
.modal-backdrop{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
.modal-backdrop {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
position: fixed;
|
|
5
|
+
top: 0;
|
|
6
|
+
bottom: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
right: 0;
|
|
9
|
+
background: rgb(24 24 27 / 20%);
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
align-items: center;
|
|
13
|
+
z-index: 10000000;
|
|
14
|
+
font-family: 'Opensans';
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
.icon-times-regular{
|
|
47
|
-
font-size: 1.5rem;
|
|
48
|
-
text-align: end;
|
|
49
|
-
color: #a6a6a6;
|
|
50
|
-
cursor:pointer;
|
|
51
|
-
&:hover{
|
|
52
|
-
color: var(--hlx-color-primary);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
// position: absolute;
|
|
56
|
-
}
|
|
57
|
-
main{
|
|
58
|
-
// align-items: center;
|
|
59
|
-
overflow-y:auto;
|
|
60
|
-
height: auto;
|
|
61
|
-
// padding: 20px;
|
|
62
|
-
font-size: var(--hlx-font-content-size-sm);
|
|
63
|
-
width: 100%;
|
|
64
|
-
height:100%;
|
|
65
|
-
// display: flex;
|
|
66
|
-
.content-slot{
|
|
67
|
-
width:100%;
|
|
68
|
-
padding-top: 6px;
|
|
69
|
-
}
|
|
70
|
-
.icon-times-regular{
|
|
71
|
-
font-size: 1.5rem;
|
|
72
|
-
text-align: end;
|
|
73
|
-
color: #a6a6a6;
|
|
74
|
-
cursor:pointer;
|
|
75
|
-
&:hover{
|
|
76
|
-
color: var(--hlx-color-primary);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
footer{
|
|
81
|
-
margin:auto 0 0 0;
|
|
82
|
-
height: 66px;
|
|
83
|
-
border-top: 1px solid var( --hlx-border-color);
|
|
84
|
-
padding: 20px;
|
|
85
|
-
display: flex;
|
|
86
|
-
justify-content: flex-end;
|
|
87
|
-
align-items: center;
|
|
88
|
-
width: 100%;
|
|
89
|
-
// position: absolute;
|
|
90
|
-
}
|
|
16
|
+
.hlx-modal-container {
|
|
17
|
+
width: 600px;
|
|
18
|
+
height: 400px;
|
|
19
|
+
.modal {
|
|
20
|
+
background: rgb(255, 255, 255);
|
|
21
|
+
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
|
22
|
+
// overflow-x: auto;
|
|
23
|
+
display: flex;
|
|
24
|
+
// align-items: center;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
width: 100%;
|
|
27
|
+
height: 100%;
|
|
28
|
+
border-radius: 10px;
|
|
29
|
+
position: relative;
|
|
30
|
+
header {
|
|
31
|
+
height: 61px;
|
|
32
|
+
border-bottom: 1px solid var(--hlx-border-color);
|
|
33
|
+
padding: 20px;
|
|
34
|
+
display: flex;
|
|
35
|
+
width: 100%;
|
|
36
|
+
font-weight: bold;
|
|
37
|
+
// background-color: aqua;
|
|
38
|
+
// margin-left: auto;
|
|
39
|
+
align-items: center;
|
|
40
|
+
.header-slot {
|
|
41
|
+
width: 100%;
|
|
42
|
+
height: 100%;
|
|
43
|
+
display: flex;
|
|
44
|
+
margin-left: 11px;
|
|
91
45
|
}
|
|
92
|
-
|
|
46
|
+
.icon-times-regular {
|
|
47
|
+
font-size: 1.5rem;
|
|
48
|
+
text-align: end;
|
|
49
|
+
color: #a6a6a6;
|
|
50
|
+
cursor: pointer;
|
|
51
|
+
&:hover {
|
|
52
|
+
color: var(--hlx-color-primary);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
// position: absolute;
|
|
56
|
+
}
|
|
57
|
+
main {
|
|
58
|
+
// align-items: center;
|
|
59
|
+
overflow-y: auto;
|
|
60
|
+
height: auto;
|
|
61
|
+
// padding: 20px;
|
|
62
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
63
|
+
width: 100%;
|
|
64
|
+
height: 100%;
|
|
65
|
+
// display: flex;
|
|
66
|
+
.content-slot {
|
|
67
|
+
width: 100%;
|
|
68
|
+
padding-top: 6px;
|
|
69
|
+
}
|
|
70
|
+
.icon-times-regular {
|
|
71
|
+
font-size: 1.5rem;
|
|
72
|
+
text-align: end;
|
|
73
|
+
color: #a6a6a6;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
&:hover {
|
|
76
|
+
color: var(--hlx-color-primary);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
footer {
|
|
81
|
+
margin: auto 0 0 0;
|
|
82
|
+
height: 66px;
|
|
83
|
+
border-top: 1px solid var(--hlx-border-color);
|
|
84
|
+
padding: 20px;
|
|
85
|
+
display: flex;
|
|
86
|
+
justify-content: flex-end;
|
|
87
|
+
align-items: center;
|
|
88
|
+
width: 100%;
|
|
89
|
+
// position: absolute;
|
|
90
|
+
}
|
|
93
91
|
}
|
|
92
|
+
}
|
|
94
93
|
}
|
|
95
94
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
padding-top: 20px;
|
|
95
|
+
.content-only {
|
|
96
|
+
text-align: end;
|
|
97
|
+
padding-right: 20px;
|
|
98
|
+
padding-top: 20px;
|
|
101
99
|
}
|
|
102
100
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
101
|
+
.modal-content {
|
|
102
|
+
width: 100%;
|
|
103
|
+
height: 100%;
|
|
104
|
+
padding: 20px;
|
|
105
|
+
// background-color: aqua;
|
|
106
|
+
overflow-y: auto;
|
|
107
|
+
}
|