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,8 +1,8 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@use
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use 'sass:math';
|
|
3
3
|
/*/* Element Chalk Variables */
|
|
4
|
-
@import
|
|
5
|
-
@import
|
|
4
|
+
@import '../mixins/config.scss';
|
|
5
|
+
@import '../mixins/functions.scss';
|
|
6
6
|
|
|
7
7
|
$--types: primary, success, warning, error, info;
|
|
8
8
|
|
|
@@ -11,6 +11,7 @@ $--types: primary, success, warning, error, info;
|
|
|
11
11
|
$--colors: () !default;
|
|
12
12
|
$--colors: map.deep-merge(
|
|
13
13
|
(
|
|
14
|
+
<<<<<<< HEAD
|
|
14
15
|
"white": #ffffff,
|
|
15
16
|
"black": #000000,
|
|
16
17
|
"primary": (
|
|
@@ -18,45 +19,58 @@ $--colors: map.deep-merge(
|
|
|
18
19
|
"base": #54bd95,
|
|
19
20
|
"light": #a8dec9,
|
|
20
21
|
"lighter": #e4fff5,
|
|
22
|
+
=======
|
|
23
|
+
'white': #ffffff,
|
|
24
|
+
'black': #000000,
|
|
25
|
+
'primary': (
|
|
26
|
+
'dark': #265e4b,
|
|
27
|
+
'base': #54bd95,
|
|
28
|
+
'light': #a8dec9,
|
|
29
|
+
'lighter': #e4fff5,
|
|
30
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
21
31
|
),
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
32
|
+
'success': (
|
|
33
|
+
'dark': #00954a,
|
|
34
|
+
'base': #02b55c,
|
|
35
|
+
'light': #dcf9ea,
|
|
26
36
|
),
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
37
|
+
'warning': (
|
|
38
|
+
'dark': #ff9500,
|
|
39
|
+
'base': #f8a523,
|
|
40
|
+
'light': #f9ecd7,
|
|
31
41
|
),
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
42
|
+
'error': (
|
|
43
|
+
'dark': #fc3232,
|
|
44
|
+
'base': #ff5050,
|
|
45
|
+
'light': #ffe8e8,
|
|
36
46
|
),
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
47
|
+
'info': (
|
|
48
|
+
'dark': #0065b2,
|
|
49
|
+
'base': #2879b7,
|
|
50
|
+
'light': #d8edfc,
|
|
41
51
|
),
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
52
|
+
'link': (
|
|
53
|
+
'dark': #143c5b,
|
|
54
|
+
'base': #2879b7,
|
|
55
|
+
'light': #d8edfc,
|
|
46
56
|
),
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
57
|
+
'disable': (
|
|
58
|
+
'dark': #6f5c90,
|
|
59
|
+
'base': #ece9f1,
|
|
60
|
+
'text': #d0c9d6,
|
|
51
61
|
),
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
62
|
+
<<<<<<< HEAD
|
|
63
|
+
=======
|
|
64
|
+
|
|
65
|
+
'sidebar': (
|
|
66
|
+
'base': #001723,
|
|
55
67
|
),
|
|
68
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
56
69
|
),
|
|
57
70
|
$--colors
|
|
58
71
|
);
|
|
59
72
|
|
|
73
|
+
<<<<<<< HEAD
|
|
60
74
|
$--color-white: map.get($--colors, "white") !default;
|
|
61
75
|
$--color-black: map.get($--colors, "black") !default;
|
|
62
76
|
/*Primary colors*/
|
|
@@ -90,6 +104,41 @@ $--color-disable: map.get($--colors, "disable", "base") !default;
|
|
|
90
104
|
$--color-disable-text: map.get($--colors, "disable", "text") !default;
|
|
91
105
|
|
|
92
106
|
$--color-sidebar: map.get($--colors, "sidebar", "base") !default;
|
|
107
|
+
=======
|
|
108
|
+
$--color-white: map.get($--colors, 'white') !default;
|
|
109
|
+
$--color-black: map.get($--colors, 'black') !default;
|
|
110
|
+
/*Primary colors*/
|
|
111
|
+
$--color-primary-dark: map.get($--colors, 'primary', 'dark') !default;
|
|
112
|
+
$--color-primary: map.get($--colors, 'primary', 'base') !default;
|
|
113
|
+
$--color-primary-light: map.get($--colors, 'primary', 'light') !default;
|
|
114
|
+
$--color-primary-lighter: map.get($--colors, 'primary', 'lighter') !default;
|
|
115
|
+
/*success colors*/
|
|
116
|
+
$--color-success-dark: map.get($--colors, 'success', 'dark') !default;
|
|
117
|
+
$--color-success: map.get($--colors, 'success', 'base') !default;
|
|
118
|
+
$--color-success-light: map.get($--colors, 'success', 'light') !default;
|
|
119
|
+
/*warning colors*/
|
|
120
|
+
$--color-warning-dark: map.get($--colors, 'warning', 'dark') !default;
|
|
121
|
+
$--color-warning: map.get($--colors, 'warning', 'base') !default;
|
|
122
|
+
$--color-warning-light: map.get($--colors, 'warning', 'light') !default;
|
|
123
|
+
/*error colors*/
|
|
124
|
+
$--color-error-dark: map.get($--colors, 'error', 'dark') !default;
|
|
125
|
+
$--color-error: map.get($--colors, 'error', 'base') !default;
|
|
126
|
+
$--color-error-light: map.get($--colors, 'error', 'light') !default;
|
|
127
|
+
/*info colors*/
|
|
128
|
+
$--color-info-dark: map.get($--colors, 'info', 'dark') !default;
|
|
129
|
+
$--color-info: map.get($--colors, 'info', 'base') !default;
|
|
130
|
+
$--color-info-light: map.get($--colors, 'info', 'light') !default;
|
|
131
|
+
/*link colors*/
|
|
132
|
+
$--color-link-dark: map.get($--colors, 'link', 'dark') !default;
|
|
133
|
+
$--color-link: map.get($--colors, 'link', 'base') !default;
|
|
134
|
+
$--color-link-light: map.get($--colors, 'link', 'light') !default;
|
|
135
|
+
/*disable colors*/
|
|
136
|
+
$--color-disable-dark: map.get($--colors, 'disable', 'dark') !default;
|
|
137
|
+
$--color-disable: map.get($--colors, 'disable', 'base') !default;
|
|
138
|
+
$--color-disable-text: map.get($--colors, 'disable', 'text') !default;
|
|
139
|
+
|
|
140
|
+
$--color-sidebar: map.get($--colors, 'sidebar', 'base') !default;
|
|
141
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
93
142
|
|
|
94
143
|
$--text-color: () !default;
|
|
95
144
|
$--text-color: map.merge(
|
|
@@ -115,10 +164,17 @@ $--text-color: map.merge(
|
|
|
115
164
|
$--border-color: () !default;
|
|
116
165
|
$--border-color: map.merge(
|
|
117
166
|
(
|
|
167
|
+
<<<<<<< HEAD
|
|
118
168
|
"": #d8d8d8,
|
|
119
169
|
"dark": #a6a6a6,
|
|
120
170
|
"light": #ebebeb,
|
|
121
171
|
"lighter": #f7f7f7,
|
|
172
|
+
=======
|
|
173
|
+
'': #d8d8d8,
|
|
174
|
+
'dark': #a6a6a6,
|
|
175
|
+
'light': #ebebeb,
|
|
176
|
+
'lighter': #f7f7f7,
|
|
177
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
122
178
|
),
|
|
123
179
|
$--border-color
|
|
124
180
|
);
|
|
@@ -126,8 +182,13 @@ $--border-color: map.merge(
|
|
|
126
182
|
$--variables: () !default;
|
|
127
183
|
$--variables: map.merge(
|
|
128
184
|
(
|
|
185
|
+
<<<<<<< HEAD
|
|
129
186
|
"border-radius": 5px,
|
|
130
187
|
"border-radius-round": 100px,
|
|
188
|
+
=======
|
|
189
|
+
'border-radius': 5px,
|
|
190
|
+
'border-radius-round': 100px,
|
|
191
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
131
192
|
),
|
|
132
193
|
$--variables
|
|
133
194
|
);
|
|
@@ -136,7 +197,11 @@ $--line-height: map.merge(
|
|
|
136
197
|
(
|
|
137
198
|
xs: 1.125rem,
|
|
138
199
|
sm: 1.25rem,
|
|
200
|
+
<<<<<<< HEAD
|
|
139
201
|
"": 1.5rem,
|
|
202
|
+
=======
|
|
203
|
+
'': 1.5rem,
|
|
204
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
140
205
|
lg: 1.75rem,
|
|
141
206
|
xl: 1.875rem,
|
|
142
207
|
xxl: 2rem,
|
|
@@ -146,6 +211,7 @@ $--line-height: map.merge(
|
|
|
146
211
|
$--font: () !default;
|
|
147
212
|
$--font: map.deep-merge(
|
|
148
213
|
(
|
|
214
|
+
<<<<<<< HEAD
|
|
149
215
|
"type": (
|
|
150
216
|
"title": "QuickSand",
|
|
151
217
|
"content": "OpenSans",
|
|
@@ -163,12 +229,32 @@ $--font: map.deep-merge(
|
|
|
163
229
|
"sm": 0.875rem,
|
|
164
230
|
"lg": 1.125rem,
|
|
165
231
|
"xl": 1.25rem,
|
|
232
|
+
=======
|
|
233
|
+
'type': (
|
|
234
|
+
'title': 'QuickSand',
|
|
235
|
+
'content': 'OpenSans',
|
|
236
|
+
),
|
|
237
|
+
'header-size': (
|
|
238
|
+
'': 2.25rem,
|
|
239
|
+
'sm': 1.875rem,
|
|
240
|
+
'lg': 3rem,
|
|
241
|
+
'xl': 3.75rem,
|
|
242
|
+
'xxl': 4.5rem,
|
|
243
|
+
),
|
|
244
|
+
'content-size': (
|
|
245
|
+
'': 1rem,
|
|
246
|
+
'xs': 0.75rem,
|
|
247
|
+
'sm': 0.875rem,
|
|
248
|
+
'lg': 1.125rem,
|
|
249
|
+
'xl': 1.25rem,
|
|
250
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
166
251
|
),
|
|
167
252
|
),
|
|
168
253
|
$--font
|
|
169
254
|
);
|
|
170
255
|
|
|
171
256
|
/*Fonts*/
|
|
257
|
+
<<<<<<< HEAD
|
|
172
258
|
$dev: false;
|
|
173
259
|
@debug "#{$dev}";
|
|
174
260
|
$--font-path: "../fonts" !default;
|
|
@@ -177,6 +263,16 @@ $--font-pathd: -font-path($dev);
|
|
|
177
263
|
$--font-display: "auto" !default;
|
|
178
264
|
$--font-type-content: map.get($--font, "type", "content");
|
|
179
265
|
$--font-type-title: map.get($--font, "type", "title");
|
|
266
|
+
=======
|
|
267
|
+
$dev: true;
|
|
268
|
+
@debug '#{$dev}';
|
|
269
|
+
$--font-path: '../fonts' !default;
|
|
270
|
+
$--font-pathd: -font-path($dev);
|
|
271
|
+
@debug '#{$--font-pathd}';
|
|
272
|
+
$--font-display: 'auto' !default;
|
|
273
|
+
$--font-type-content: map.get($--font, 'type', 'content');
|
|
274
|
+
$--font-type-title: map.get($--font, 'type', 'title');
|
|
275
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
180
276
|
$--icon: () !default;
|
|
181
277
|
$--icon: map.merge(
|
|
182
278
|
(
|
|
@@ -195,6 +291,7 @@ $border-color-secondary: #ebebeb; /*changed as border-color-light*/
|
|
|
195
291
|
|
|
196
292
|
$grey: #ebebeb; /*changed as border-color-light*/
|
|
197
293
|
|
|
294
|
+
<<<<<<< HEAD
|
|
198
295
|
$primary-success-dark: #00954a;
|
|
199
296
|
$primary-success: #02b55c;
|
|
200
297
|
$secondary-success: #dcf9ea;
|
|
@@ -325,3 +422,133 @@ $icon-md: 1.5rem; /*changed as icon-size-md*/
|
|
|
325
422
|
font-family: $content-font;
|
|
326
423
|
}
|
|
327
424
|
|
|
425
|
+
=======
|
|
426
|
+
$grey-light: #f7f7f7; /*changed as border-color-lighter*/
|
|
427
|
+
|
|
428
|
+
$grey-dark: #a6a6a6; /*changed as border-color-dark*/
|
|
429
|
+
|
|
430
|
+
$font-path: $--font-pathd;
|
|
431
|
+
|
|
432
|
+
$primary-success-dark: #00954a;
|
|
433
|
+
$primary-success: #02b55c;
|
|
434
|
+
$secondary-success: #dcf9ea;
|
|
435
|
+
|
|
436
|
+
$primary-error-dark: #fc3232;
|
|
437
|
+
$primary-error: #ff5050;
|
|
438
|
+
$secondary-error: #ffe8e8;
|
|
439
|
+
|
|
440
|
+
$primary-info-dark: #0065b2;
|
|
441
|
+
$primary-info: #2879b7;
|
|
442
|
+
$secondary-info: #d8edfc;
|
|
443
|
+
|
|
444
|
+
$primary-warning-dark: #ff9500;
|
|
445
|
+
$primary-warning: #f8a523;
|
|
446
|
+
$secondary-warning: #f9ecd7;
|
|
447
|
+
|
|
448
|
+
$primary-link: #2879b7;
|
|
449
|
+
|
|
450
|
+
$secondary-link: #d8edfc;
|
|
451
|
+
|
|
452
|
+
$primary-color: #54bd95;
|
|
453
|
+
|
|
454
|
+
$primary-bg-light: #a8dec9;
|
|
455
|
+
|
|
456
|
+
$primary-color-dark: #265e4b;
|
|
457
|
+
|
|
458
|
+
$primary-disabled: #ece9f1;
|
|
459
|
+
$primary-disabled-text: #d0c9d6;
|
|
460
|
+
|
|
461
|
+
$primary-color-light: #a8dec9;
|
|
462
|
+
$primary-color-light-opacity: #e4fff5;
|
|
463
|
+
|
|
464
|
+
$secondary-color: #ffffff;
|
|
465
|
+
|
|
466
|
+
$secondary-color-green-light: #dcfae9;
|
|
467
|
+
|
|
468
|
+
$secondary-color-red: #ff5050;
|
|
469
|
+
|
|
470
|
+
$secondary-color-blue: #2879b7;
|
|
471
|
+
|
|
472
|
+
$secondary-color-blue-light: #d8edfc;
|
|
473
|
+
|
|
474
|
+
$secondary-color-dark: #161c28;
|
|
475
|
+
|
|
476
|
+
$primary-text-color: #fbfbfb;
|
|
477
|
+
|
|
478
|
+
/*Testing
|
|
479
|
+
$--dev:$dev;
|
|
480
|
+
*/
|
|
481
|
+
|
|
482
|
+
$font-color: #191a15; /*changed as text-color-primary*/
|
|
483
|
+
|
|
484
|
+
$sidebar-color: #222938; /*changed as color-sidebar*/
|
|
485
|
+
|
|
486
|
+
$primary-tree-text: #222f2b; /*changed as text-color-tree*/
|
|
487
|
+
|
|
488
|
+
$gradiant-left: linear-gradient(to left, #54bd95, #265e4b);
|
|
489
|
+
|
|
490
|
+
$gradiant-right: linear-gradient(to right, #54bd95, #265e4b);
|
|
491
|
+
|
|
492
|
+
$gradiant-down: linear-gradient(180deg, #54bd95, #265e4b);
|
|
493
|
+
|
|
494
|
+
$gradiant-up: linear-gradient(360deg, #54bd95, #265e4b);
|
|
495
|
+
|
|
496
|
+
$border-radius: 5px; /*changed as border-radius*/
|
|
497
|
+
|
|
498
|
+
$border-radius-round: 100px; /*changed as border-radius-round*/
|
|
499
|
+
|
|
500
|
+
/* Standard font styles */
|
|
501
|
+
|
|
502
|
+
$title-font: QuickSand; /*changed as font-type-tittle*/
|
|
503
|
+
|
|
504
|
+
$content-font: OpenSans; /*changed as font-type-content*/
|
|
505
|
+
|
|
506
|
+
$icon-xs: 1rem; /*changed as icon-size-xs*/
|
|
507
|
+
|
|
508
|
+
$icon-sm: 1.25rem; /*changed as icon-size-sm*/
|
|
509
|
+
|
|
510
|
+
$icon-md: 1.5rem; /*changed as icon-size-md*/
|
|
511
|
+
|
|
512
|
+
$icon-lr: 2rem; /*changed as icon-size-lg*/
|
|
513
|
+
|
|
514
|
+
$icon-xl: 2.25rem; /*changed as icon-size-xl*/
|
|
515
|
+
|
|
516
|
+
$header-font-size: 20px; /*changed as icon-size-tittle*/
|
|
517
|
+
|
|
518
|
+
/* Standard header font styles */
|
|
519
|
+
|
|
520
|
+
$font-h-xxl: 4.5rem; /*changed as font-header-size-xxl*/
|
|
521
|
+
|
|
522
|
+
$font-h-xl: 3.75rem; /*changed as font-header-size-xl*/
|
|
523
|
+
|
|
524
|
+
$font-h-lg: 3rem; /*changed as font-header-size-lg*/
|
|
525
|
+
|
|
526
|
+
$font-h-md: 2.25rem; /*changed as font-header-size*/
|
|
527
|
+
|
|
528
|
+
$font-h-sm: 1.875rem; /*changed as font-header-size-sm*/
|
|
529
|
+
/*line-height*/
|
|
530
|
+
$line-height-xxl: 2rem; /*changed as line-height-tittle*/
|
|
531
|
+
$line-height-xl: 1.875rem; /*changed as line-height-tittle*/
|
|
532
|
+
$line-height-lg: 1.75rem; /*changed as line-height-tittle*/
|
|
533
|
+
$line-height-md: 1.5rem; /*changed as line-height-tittle*/
|
|
534
|
+
$line-height-sm: 1.25rem; /*changed as line-height-tittle*/
|
|
535
|
+
$line-height-xs: 1.125rem; /*changed as line-height-tittle*/
|
|
536
|
+
/* Standard content font styles */
|
|
537
|
+
|
|
538
|
+
$font-c-xl: 1.25rem; /*changed as font-content-size-xl*/
|
|
539
|
+
|
|
540
|
+
$font-c-lg: 1.125rem; /*changed as font-content-size-lg*/
|
|
541
|
+
|
|
542
|
+
$font-c-md: 1rem; /*changed as font-content-size*/
|
|
543
|
+
|
|
544
|
+
$font-c-sm: 0.875rem; /*changed as font-content-size-sm*/
|
|
545
|
+
|
|
546
|
+
$font-c-xs: 0.75rem; /*changed as font-content-xs*/
|
|
547
|
+
|
|
548
|
+
.right-panel {
|
|
549
|
+
font-family: $content-font;
|
|
550
|
+
}
|
|
551
|
+
.left-panel {
|
|
552
|
+
font-family: $content-font;
|
|
553
|
+
}
|
|
554
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
@@ -1,150 +1,148 @@
|
|
|
1
|
-
|
|
2
1
|
@import './common/var.scss';
|
|
3
2
|
|
|
4
|
-
.component-heading,
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
.component-heading,
|
|
4
|
+
.component-side-heading {
|
|
5
|
+
font-family: Quicksand;
|
|
6
|
+
margin: 50px 0 20px 0;
|
|
7
7
|
}
|
|
8
|
-
.component-heading{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
.component-heading {
|
|
9
|
+
font-family: Quicksand;
|
|
10
|
+
margin: 50px 0 20px 0;
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
& > img {
|
|
14
14
|
width: 35px;
|
|
15
15
|
object-fit: cover;
|
|
16
16
|
margin-left: 5px;
|
|
17
17
|
height: auto;
|
|
18
|
+
}
|
|
18
19
|
}
|
|
20
|
+
.component-side-heading {
|
|
21
|
+
margin: 30px 0 20px 0;
|
|
22
|
+
font-size: 20px;
|
|
19
23
|
}
|
|
20
|
-
.component-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
.component-description{
|
|
26
|
-
font-size: 14px;
|
|
27
|
-
line-height: 2;
|
|
28
|
-
// text-indent: 50px;
|
|
24
|
+
.component-description {
|
|
25
|
+
font-size: 14px;
|
|
26
|
+
line-height: 2;
|
|
27
|
+
// text-indent: 50px;
|
|
29
28
|
}
|
|
30
|
-
.icon-size{
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
li{
|
|
35
|
-
font-family: OpenSans;
|
|
36
|
-
margin: 20px 20px 20px 0;
|
|
29
|
+
.icon-size {
|
|
30
|
+
list-style-type: none;
|
|
31
|
+
font-size: 14px;
|
|
37
32
|
|
|
38
|
-
|
|
33
|
+
li {
|
|
34
|
+
font-family: OpenSans;
|
|
35
|
+
margin: 20px 20px 20px 0;
|
|
36
|
+
}
|
|
39
37
|
}
|
|
40
|
-
.notes{
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
38
|
+
.notes {
|
|
39
|
+
padding: 10px;
|
|
40
|
+
font-size: 14px;
|
|
41
|
+
width: 100%;
|
|
42
|
+
background-color: $primary-color-light;
|
|
43
|
+
border-left: 3px solid $primary-color-dark;
|
|
44
|
+
border-radius: 5px;
|
|
45
|
+
display: inline-flex;
|
|
46
|
+
.note-title {
|
|
47
|
+
font-weight: bold;
|
|
48
|
+
}
|
|
49
|
+
.note-body {
|
|
50
|
+
margin-left: 10px;
|
|
51
|
+
word-spacing: 2px;
|
|
52
|
+
}
|
|
55
53
|
}
|
|
56
|
-
.component-example{
|
|
54
|
+
.component-example {
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
justify-content: space-between;
|
|
58
|
+
margin: 40px 0;
|
|
59
|
+
border: 1px solid $border-color;
|
|
60
|
+
border-radius: 5px;
|
|
61
|
+
|
|
62
|
+
.example-body {
|
|
63
|
+
height: 100%;
|
|
57
64
|
display: flex;
|
|
65
|
+
padding: 20px;
|
|
66
|
+
gap: 15px;
|
|
67
|
+
overflow: inherit;
|
|
58
68
|
flex-direction: column;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
69
|
+
}
|
|
70
|
+
.example-body1 {
|
|
71
|
+
height: 300px;
|
|
72
|
+
padding: 20px;
|
|
73
|
+
overflow: visible;
|
|
74
|
+
}
|
|
75
|
+
.example-body2 {
|
|
76
|
+
height: 66px;
|
|
77
|
+
padding: 20px;
|
|
78
|
+
display: flex;
|
|
79
|
+
justify-content: space-evenly;
|
|
80
|
+
overflow: visible;
|
|
81
|
+
}
|
|
82
|
+
.example-body4 {
|
|
83
|
+
// height: 66px;
|
|
84
|
+
padding: 20px;
|
|
85
|
+
display: flex;
|
|
86
|
+
justify-content: space-evenly;
|
|
87
|
+
overflow: visible;
|
|
88
|
+
}
|
|
89
|
+
.example-body3 {
|
|
90
|
+
height: 100%;
|
|
91
|
+
display: flex;
|
|
92
|
+
padding: 20px;
|
|
93
|
+
overflow: auto;
|
|
94
|
+
flex-direction: column;
|
|
95
|
+
}
|
|
63
96
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
padding: 20px;
|
|
75
|
-
overflow: visible;
|
|
76
|
-
}
|
|
77
|
-
.example-body2{
|
|
78
|
-
height: 66px;
|
|
79
|
-
padding: 20px;
|
|
80
|
-
display: flex;
|
|
81
|
-
justify-content: space-evenly;
|
|
82
|
-
overflow: visible;
|
|
83
|
-
}
|
|
84
|
-
.example-body4{
|
|
85
|
-
// height: 66px;
|
|
86
|
-
padding: 20px;
|
|
87
|
-
display: flex;
|
|
88
|
-
justify-content: space-evenly;
|
|
89
|
-
overflow: visible;
|
|
97
|
+
.example-footer {
|
|
98
|
+
height: 40px;
|
|
99
|
+
display: flex;
|
|
100
|
+
padding: 0 20px;
|
|
101
|
+
justify-content: flex-end;
|
|
102
|
+
align-items: center;
|
|
103
|
+
border-top: 1px solid $border-color;
|
|
104
|
+
.icon-code-regular::before {
|
|
105
|
+
font-size: var(--hlx-icon-size-sm);
|
|
106
|
+
color: $font-color;
|
|
90
107
|
}
|
|
91
|
-
.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
108
|
+
.icon {
|
|
109
|
+
font-size: 14px !important;
|
|
110
|
+
margin-left: 10px;
|
|
111
|
+
height: 30px;
|
|
112
|
+
width: 30px;
|
|
113
|
+
display: flex;
|
|
114
|
+
align-items: center;
|
|
115
|
+
justify-content: center;
|
|
116
|
+
border-radius: 5px;
|
|
117
|
+
&:hover {
|
|
118
|
+
cursor: pointer;
|
|
119
|
+
background-color: $primary-color-light;
|
|
120
|
+
color: $primary-color;
|
|
121
|
+
}
|
|
97
122
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
justify-content: center;
|
|
118
|
-
border-radius: 5px;
|
|
119
|
-
&:hover{
|
|
120
|
-
cursor: pointer;
|
|
121
|
-
background-color: $primary-color-light;
|
|
122
|
-
color: $primary-color;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
.active-icon {
|
|
126
|
-
margin-left: 10px;
|
|
127
|
-
height: 30px;
|
|
128
|
-
width: 30px;
|
|
129
|
-
display: flex;
|
|
130
|
-
align-items: center;
|
|
131
|
-
justify-content: center;
|
|
132
|
-
border-radius: 5px;
|
|
133
|
-
background-color: $primary-color;
|
|
134
|
-
color: white;
|
|
135
|
-
.icon-code-regular::before{
|
|
136
|
-
font-size: var(--hlx-icon-size-md);
|
|
137
|
-
color: white
|
|
138
|
-
}
|
|
139
|
-
&:hover{
|
|
140
|
-
cursor: pointer;
|
|
141
|
-
background-color: $primary-color-light;
|
|
142
|
-
color: $primary-color;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
123
|
+
.active-icon {
|
|
124
|
+
margin-left: 10px;
|
|
125
|
+
height: 30px;
|
|
126
|
+
width: 30px;
|
|
127
|
+
display: flex;
|
|
128
|
+
align-items: center;
|
|
129
|
+
justify-content: center;
|
|
130
|
+
border-radius: 5px;
|
|
131
|
+
background-color: $primary-color;
|
|
132
|
+
color: white;
|
|
133
|
+
.icon-code-regular::before {
|
|
134
|
+
font-size: var(--hlx-icon-size-md);
|
|
135
|
+
color: white;
|
|
136
|
+
}
|
|
137
|
+
&:hover {
|
|
138
|
+
cursor: pointer;
|
|
139
|
+
background-color: $primary-color-light;
|
|
140
|
+
color: $primary-color;
|
|
141
|
+
}
|
|
145
142
|
}
|
|
143
|
+
}
|
|
146
144
|
}
|
|
147
145
|
|
|
148
|
-
.hljs{
|
|
149
|
-
|
|
146
|
+
.hljs {
|
|
147
|
+
font-size: 14px !important;
|
|
150
148
|
}
|