halleyx-ui-framework 4.1.8 → 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,195 +1,197 @@
|
|
|
1
1
|
.gallery-parent-container {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
align-items: center;
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: 50px;
|
|
7
|
-
// background: rgba(0, 0, 0, 0.7);
|
|
8
|
-
// position: absolute;
|
|
9
|
-
// bottom: 0;
|
|
10
|
-
justify-content: center;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
.pagination-parent {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: 50px;
|
|
7
|
+
// background: rgba(0, 0, 0, 0.7);
|
|
8
|
+
// position: absolute;
|
|
9
|
+
// bottom: 0;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
}
|
|
12
|
+
// background: grey;
|
|
13
|
+
.image-container {
|
|
14
|
+
height: 500px;
|
|
15
|
+
position: relative;
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
17
|
+
img {
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
object-fit: cover;
|
|
21
|
+
display: block;
|
|
22
|
+
box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
|
|
23
|
+
// border-radius: 5px;
|
|
24
|
+
}
|
|
25
|
+
.slider-parent-left {
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
align-items: center;
|
|
29
|
+
width: 15%;
|
|
30
|
+
height: 500px;
|
|
31
|
+
background: rgba(0, 0, 0, 0.7);
|
|
32
|
+
position: absolute;
|
|
33
|
+
bottom: 0;
|
|
34
|
+
.icon {
|
|
35
|
+
width: 5%;
|
|
36
|
+
height: 120px;
|
|
26
37
|
display: flex;
|
|
27
|
-
flex-direction: column;
|
|
28
38
|
align-items: center;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
display: flex;
|
|
38
|
-
align-items: center;
|
|
39
|
-
justify-content: center;
|
|
40
|
-
.icon-angle-left-regular,.icon-angle-right-regular {
|
|
41
|
-
color: #fff;
|
|
42
|
-
font-weight: bold;
|
|
43
|
-
cursor: pointer;
|
|
44
|
-
position: relative;
|
|
45
|
-
transform: rotate(90deg);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
.slide-container {
|
|
49
|
-
overflow-y: scroll;
|
|
50
|
-
overflow-x: hidden;
|
|
51
|
-
width: 100%;
|
|
52
|
-
|
|
53
|
-
display: flex;
|
|
54
|
-
flex-direction: column;
|
|
55
|
-
grid-template-columns: repeat(4, 1fr);
|
|
56
|
-
object-fit: contain;
|
|
57
|
-
|
|
58
|
-
img {
|
|
59
|
-
height: 120px;
|
|
60
|
-
cursor: pointer;
|
|
61
|
-
}
|
|
39
|
+
justify-content: center;
|
|
40
|
+
.icon-angle-left-regular,
|
|
41
|
+
.icon-angle-right-regular {
|
|
42
|
+
color: #fff;
|
|
43
|
+
font-weight: bold;
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
position: relative;
|
|
46
|
+
transform: rotate(90deg);
|
|
62
47
|
}
|
|
63
48
|
}
|
|
64
|
-
.
|
|
49
|
+
.slide-container {
|
|
50
|
+
overflow-y: scroll;
|
|
51
|
+
overflow-x: hidden;
|
|
52
|
+
width: 100%;
|
|
53
|
+
|
|
65
54
|
display: flex;
|
|
66
55
|
flex-direction: column;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
position: absolute;
|
|
72
|
-
bottom: 0;
|
|
73
|
-
right: 0;
|
|
74
|
-
.icon {
|
|
75
|
-
width: 5%;
|
|
56
|
+
grid-template-columns: repeat(4, 1fr);
|
|
57
|
+
object-fit: contain;
|
|
58
|
+
|
|
59
|
+
img {
|
|
76
60
|
height: 120px;
|
|
77
|
-
|
|
78
|
-
align-items: center;
|
|
79
|
-
justify-content: center;
|
|
80
|
-
.icon-angle-left-regular,.icon-angle-right-regular {
|
|
81
|
-
color: #fff;
|
|
82
|
-
font-weight: bold;
|
|
83
|
-
cursor: pointer;
|
|
84
|
-
position: relative;
|
|
85
|
-
transform: rotate(90deg);
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
.slide-container {
|
|
89
|
-
overflow-y: scroll;
|
|
90
|
-
overflow-x: hidden;
|
|
91
|
-
width: 100%;
|
|
92
|
-
|
|
93
|
-
display: flex;
|
|
94
|
-
flex-direction: column;
|
|
95
|
-
grid-template-columns: repeat(4, 1fr);
|
|
96
|
-
object-fit: contain;
|
|
97
|
-
|
|
98
|
-
img {
|
|
99
|
-
height: 120px;
|
|
100
|
-
cursor: pointer;
|
|
101
|
-
}
|
|
61
|
+
cursor: pointer;
|
|
102
62
|
}
|
|
103
63
|
}
|
|
104
|
-
|
|
64
|
+
}
|
|
65
|
+
.slider-parent-right {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex-direction: column;
|
|
68
|
+
align-items: center;
|
|
69
|
+
width: 15%;
|
|
70
|
+
height: 500px;
|
|
71
|
+
background: rgba(0, 0, 0, 0.7);
|
|
72
|
+
position: absolute;
|
|
73
|
+
bottom: 0;
|
|
74
|
+
right: 0;
|
|
75
|
+
.icon {
|
|
76
|
+
width: 5%;
|
|
77
|
+
height: 120px;
|
|
105
78
|
display: flex;
|
|
106
79
|
align-items: center;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
display: flex;
|
|
116
|
-
align-items: center;
|
|
117
|
-
justify-content: center;
|
|
118
|
-
.icon-angle-left-regular,.icon-angle-right-regular {
|
|
119
|
-
color: #fff;
|
|
120
|
-
font-weight: bold;
|
|
121
|
-
cursor: pointer;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
.slide-container {
|
|
125
|
-
overflow-x: scroll;
|
|
126
|
-
overflow-y: hidden;
|
|
127
|
-
width: 100%;
|
|
128
|
-
|
|
129
|
-
display: flex;
|
|
130
|
-
grid-template-columns: repeat(4, 1fr);
|
|
131
|
-
object-fit: contain;
|
|
132
|
-
|
|
133
|
-
img {
|
|
134
|
-
height: 120px;
|
|
135
|
-
cursor: pointer;
|
|
136
|
-
}
|
|
80
|
+
justify-content: center;
|
|
81
|
+
.icon-angle-left-regular,
|
|
82
|
+
.icon-angle-right-regular {
|
|
83
|
+
color: #fff;
|
|
84
|
+
font-weight: bold;
|
|
85
|
+
cursor: pointer;
|
|
86
|
+
position: relative;
|
|
87
|
+
transform: rotate(90deg);
|
|
137
88
|
}
|
|
138
89
|
}
|
|
139
|
-
|
|
90
|
+
.slide-container {
|
|
91
|
+
overflow-y: scroll;
|
|
92
|
+
overflow-x: hidden;
|
|
93
|
+
width: 100%;
|
|
140
94
|
|
|
141
|
-
.description {
|
|
142
|
-
padding: 30px;
|
|
143
|
-
width: 50%;
|
|
144
|
-
position: absolute;
|
|
145
|
-
top: 0;
|
|
146
95
|
display: flex;
|
|
147
96
|
flex-direction: column;
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
font-size: var(--hlx-font-content-size-sm);
|
|
155
|
-
font-weight: bold;
|
|
97
|
+
grid-template-columns: repeat(4, 1fr);
|
|
98
|
+
object-fit: contain;
|
|
99
|
+
|
|
100
|
+
img {
|
|
101
|
+
height: 120px;
|
|
102
|
+
cursor: pointer;
|
|
156
103
|
}
|
|
157
104
|
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
105
|
+
}
|
|
106
|
+
.slider-parent {
|
|
107
|
+
display: flex;
|
|
108
|
+
align-items: center;
|
|
109
|
+
width: 100%;
|
|
110
|
+
height: 120px;
|
|
111
|
+
background: rgba(0, 0, 0, 0.7);
|
|
112
|
+
position: absolute;
|
|
113
|
+
bottom: 0;
|
|
114
|
+
.icon {
|
|
115
|
+
width: 5%;
|
|
116
|
+
height: 120px;
|
|
164
117
|
display: flex;
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
.sub-title {
|
|
172
|
-
font-size: var(--hlx-font-content-size-sm);
|
|
118
|
+
align-items: center;
|
|
119
|
+
justify-content: center;
|
|
120
|
+
.icon-angle-left-regular,
|
|
121
|
+
.icon-angle-right-regular {
|
|
122
|
+
color: #fff;
|
|
173
123
|
font-weight: bold;
|
|
124
|
+
cursor: pointer;
|
|
174
125
|
}
|
|
175
126
|
}
|
|
176
|
-
.
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
right: 15%;
|
|
127
|
+
.slide-container {
|
|
128
|
+
overflow-x: scroll;
|
|
129
|
+
overflow-y: hidden;
|
|
130
|
+
width: 100%;
|
|
131
|
+
|
|
182
132
|
display: flex;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
.sub-title {
|
|
190
|
-
font-size: var(--hlx-font-content-size-sm);
|
|
191
|
-
font-weight: bold;
|
|
133
|
+
grid-template-columns: repeat(4, 1fr);
|
|
134
|
+
object-fit: contain;
|
|
135
|
+
|
|
136
|
+
img {
|
|
137
|
+
height: 120px;
|
|
138
|
+
cursor: pointer;
|
|
192
139
|
}
|
|
193
140
|
}
|
|
194
141
|
}
|
|
195
|
-
|
|
142
|
+
|
|
143
|
+
.description {
|
|
144
|
+
padding: 30px;
|
|
145
|
+
width: 50%;
|
|
146
|
+
position: absolute;
|
|
147
|
+
top: 0;
|
|
148
|
+
display: flex;
|
|
149
|
+
flex-direction: column;
|
|
150
|
+
.title {
|
|
151
|
+
font-size: var(--hlx-font-content-size-xl);
|
|
152
|
+
font-weight: bolder;
|
|
153
|
+
margin-bottom: 10px;
|
|
154
|
+
}
|
|
155
|
+
.sub-title {
|
|
156
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
157
|
+
font-weight: bold;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
.description-right {
|
|
161
|
+
padding: 30px;
|
|
162
|
+
width: 80%;
|
|
163
|
+
position: absolute;
|
|
164
|
+
bottom: 0;
|
|
165
|
+
left: 15%;
|
|
166
|
+
display: flex;
|
|
167
|
+
flex-direction: column;
|
|
168
|
+
.title {
|
|
169
|
+
font-size: var(--hlx-font-content-size-xl);
|
|
170
|
+
font-weight: bolder;
|
|
171
|
+
margin-bottom: 10px;
|
|
172
|
+
}
|
|
173
|
+
.sub-title {
|
|
174
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
175
|
+
font-weight: bold;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
.description-left {
|
|
179
|
+
padding: 30px;
|
|
180
|
+
width: 80%;
|
|
181
|
+
position: absolute;
|
|
182
|
+
bottom: 0;
|
|
183
|
+
right: 15%;
|
|
184
|
+
display: flex;
|
|
185
|
+
flex-direction: column;
|
|
186
|
+
.title {
|
|
187
|
+
font-size: var(--hlx-font-content-size-xl);
|
|
188
|
+
font-weight: bolder;
|
|
189
|
+
margin-bottom: 10px;
|
|
190
|
+
}
|
|
191
|
+
.sub-title {
|
|
192
|
+
font-size: var(--hlx-font-content-size-sm);
|
|
193
|
+
font-weight: bold;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
<<<<<<< HEAD
|
|
1
2
|
@import
|
|
2
3
|
//base
|
|
3
4
|
"./base.scss",
|
|
@@ -15,3 +16,23 @@
|
|
|
15
16
|
"./dataview.scss", "./speeddial.scss", "./imagegallery.scss", "./switch.scss",
|
|
16
17
|
"./colorpalette.scss", "./calendar.scss", "./contextMenu.scss",
|
|
17
18
|
"./newtable.scss", "./drawer.scss", "fonts","./scrollbar.scss","./tablev2.scss","./customdropdown.scss","./visualbuilder.scss","./objectViewer.scss";
|
|
19
|
+
=======
|
|
20
|
+
@import //base
|
|
21
|
+
'./base.scss',
|
|
22
|
+
// "icon.scss",
|
|
23
|
+
'./source_content.scss',
|
|
24
|
+
'./componentlayout.scss', './alert.scss', './badge.scss',
|
|
25
|
+
'./dottedPagination.scss', './buttons.scss', './importProgress.scss',
|
|
26
|
+
'./pagination.scss', './sidebar.scss', './slideControl.scss',
|
|
27
|
+
'./stepControl.scss', './tree.scss', './cards.scss', './tabs.scss',
|
|
28
|
+
'./draggables.scss', './inputfields.scss', './inputitems.scss',
|
|
29
|
+
'./loaders.scss', './select.scss', './modalwindow.scss', './tooltip.scss',
|
|
30
|
+
'./search.scss', './fileupload.scss', './accordion.scss', './timeline.scss',
|
|
31
|
+
'./divider.scss', './label.scss', './rating.scss', './dashboard.scss',
|
|
32
|
+
'./breadcrumb.scss', './tag.scss', './signup.scss', './texteditor.scss',
|
|
33
|
+
'./treeSelect.scss', './errorpage.scss', './dataview.scss', './speeddial.scss',
|
|
34
|
+
'./imagegallery.scss', './switch.scss', './colorpalette.scss',
|
|
35
|
+
'./calendar.scss', './contextMenu.scss', './newtable.scss', './drawer.scss',
|
|
36
|
+
'fonts', './scrollbar.scss', './tablev2.scss', './customdropdown.scss',
|
|
37
|
+
'./visualbuilder.scss', './objectViewer.scss';
|
|
38
|
+
>>>>>>> e228589b7454afaad5ef2dc5b2a15128ee2deeff
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
input[type="date"] {
|
|
1
|
+
input[type='date'] {
|
|
4
2
|
position: relative;
|
|
5
3
|
}
|
|
6
|
-
input[type=
|
|
4
|
+
input[type='number']:disabled {
|
|
7
5
|
cursor: not-allowed;
|
|
8
6
|
}
|
|
9
|
-
input[type=
|
|
7
|
+
input[type='date']::-webkit-calendar-picker-indicator {
|
|
10
8
|
color: transparent;
|
|
11
9
|
background: none;
|
|
12
10
|
z-index: 1;
|
|
@@ -17,10 +15,10 @@ input[type="date"]::-webkit-calendar-picker-indicator {
|
|
|
17
15
|
align-items: center;
|
|
18
16
|
cursor: pointer;
|
|
19
17
|
}
|
|
20
|
-
.input-field input[type=
|
|
18
|
+
.input-field input[type='date'] {
|
|
21
19
|
padding: 0 0 0 15px;
|
|
22
20
|
}
|
|
23
|
-
input[type=
|
|
21
|
+
input[type='date']:before {
|
|
24
22
|
font-size: 18px;
|
|
25
23
|
color: transparent;
|
|
26
24
|
background: none;
|
|
@@ -32,22 +30,22 @@ input[type="date"]:before {
|
|
|
32
30
|
right: 9px;
|
|
33
31
|
color: #565553;
|
|
34
32
|
}
|
|
35
|
-
input[type=
|
|
33
|
+
input[type='datetime-local'] {
|
|
36
34
|
position: relative;
|
|
37
35
|
}
|
|
38
36
|
|
|
39
|
-
.phone-number{
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
37
|
+
.phone-number {
|
|
38
|
+
display: flex;
|
|
39
|
+
width: 100%;
|
|
40
|
+
align-items: center;
|
|
41
|
+
input::-webkit-outer-spin-button,
|
|
42
|
+
input::-webkit-inner-spin-button {
|
|
43
|
+
-webkit-appearance: none;
|
|
44
|
+
margin: 0;
|
|
45
|
+
}
|
|
48
46
|
}
|
|
49
47
|
|
|
50
|
-
input[type=
|
|
48
|
+
input[type='datetime-local']::-webkit-calendar-picker-indicator {
|
|
51
49
|
color: transparent;
|
|
52
50
|
background: none;
|
|
53
51
|
z-index: 1;
|
|
@@ -58,11 +56,11 @@ input[type="datetime-local"]::-webkit-calendar-picker-indicator {
|
|
|
58
56
|
align-items: center;
|
|
59
57
|
cursor: pointer;
|
|
60
58
|
}
|
|
61
|
-
.input-field input[type=
|
|
59
|
+
.input-field input[type='datetime-local'] {
|
|
62
60
|
padding: 0 0 0 15px;
|
|
63
61
|
}
|
|
64
62
|
|
|
65
|
-
input[type=
|
|
63
|
+
input[type='datetime-local']:before {
|
|
66
64
|
font-size: 18px;
|
|
67
65
|
color: transparent;
|
|
68
66
|
background: none;
|
|
@@ -99,10 +97,10 @@ input[type="datetime-local"]:before {
|
|
|
99
97
|
font-size: 14px;
|
|
100
98
|
color: var(--hlx-border-color-dark);
|
|
101
99
|
}
|
|
102
|
-
input[type=
|
|
100
|
+
input[type='password'] {
|
|
103
101
|
font-family: Verdana;
|
|
104
102
|
}
|
|
105
|
-
.input-container{
|
|
103
|
+
.input-container {
|
|
106
104
|
display: flex;
|
|
107
105
|
flex-direction: column;
|
|
108
106
|
align-items: center;
|
|
@@ -111,19 +109,19 @@ input[type="password"] {
|
|
|
111
109
|
|
|
112
110
|
.readOnly:hover {
|
|
113
111
|
border: 1px solid var(--hlx-border-color) !important;
|
|
114
|
-
input{
|
|
112
|
+
input {
|
|
115
113
|
cursor: default;
|
|
116
114
|
}
|
|
117
|
-
label{
|
|
115
|
+
label {
|
|
118
116
|
cursor: default;
|
|
119
117
|
}
|
|
120
118
|
}
|
|
121
119
|
}
|
|
122
120
|
.input-field.small input {
|
|
123
121
|
display: flex;
|
|
124
|
-
flex-direction: row;
|
|
125
|
-
align-items: center;
|
|
126
|
-
padding: 0px;
|
|
122
|
+
flex-direction: row;
|
|
123
|
+
align-items: center;
|
|
124
|
+
padding: 0px;
|
|
127
125
|
width: 100%;
|
|
128
126
|
height: 36px;
|
|
129
127
|
color: #565553;
|
|
@@ -163,8 +161,8 @@ padding: 0px;
|
|
|
163
161
|
}
|
|
164
162
|
.disabled:hover {
|
|
165
163
|
border: 1px solid var(--hlx-border-color) !important;
|
|
166
|
-
input{
|
|
167
|
-
|
|
164
|
+
input {
|
|
165
|
+
cursor: not-allowed;
|
|
168
166
|
}
|
|
169
167
|
}
|
|
170
168
|
|
|
@@ -172,7 +170,7 @@ padding: 0px;
|
|
|
172
170
|
// border-color: red !important;
|
|
173
171
|
// }
|
|
174
172
|
|
|
175
|
-
.input-field.small:focus-within{
|
|
173
|
+
.input-field.small:focus-within {
|
|
176
174
|
border-color: var(--hlx-color-primary);
|
|
177
175
|
}
|
|
178
176
|
.input-field.small textarea:focus {
|
|
@@ -232,7 +230,7 @@ padding: 0px;
|
|
|
232
230
|
}
|
|
233
231
|
}
|
|
234
232
|
.password-conditon-dialog-title {
|
|
235
|
-
font-family:var(--hlx-);
|
|
233
|
+
font-family: var(--hlx-);
|
|
236
234
|
font-weight: bold;
|
|
237
235
|
font-size: 14px;
|
|
238
236
|
text-align: left;
|
|
@@ -265,8 +263,8 @@ padding: 0px;
|
|
|
265
263
|
z-index: 132;
|
|
266
264
|
margin-top: 45px;
|
|
267
265
|
background: white;
|
|
268
|
-
ul{
|
|
269
|
-
li{
|
|
266
|
+
ul {
|
|
267
|
+
li {
|
|
270
268
|
padding: 10px;
|
|
271
269
|
cursor: pointer;
|
|
272
270
|
}
|
|
@@ -284,14 +282,15 @@ padding: 0px;
|
|
|
284
282
|
color: var(--hlx-text-color-primary);
|
|
285
283
|
overflow: auto;
|
|
286
284
|
z-index: 1000;
|
|
287
|
-
li{
|
|
285
|
+
li {
|
|
288
286
|
padding: 3px 7px;
|
|
289
287
|
height: 30px;
|
|
290
|
-
&:hover{
|
|
288
|
+
&:hover {
|
|
291
289
|
cursor: pointer;
|
|
292
290
|
background: var(--hlx-color-primary-light);
|
|
293
291
|
}
|
|
294
|
-
.abc,
|
|
292
|
+
.abc,
|
|
293
|
+
.a123 {
|
|
295
294
|
font-size: 12px;
|
|
296
295
|
margin-right: 12px;
|
|
297
296
|
font-weight: 200;
|
|
@@ -333,17 +332,16 @@ padding: 0px;
|
|
|
333
332
|
|
|
334
333
|
.readonly-overlay {
|
|
335
334
|
position: absolute;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
335
|
+
background: transparent;
|
|
336
|
+
width: 100%;
|
|
337
|
+
height: 100%;
|
|
338
|
+
z-index: 99;
|
|
340
339
|
}
|
|
341
340
|
.label-overlay {
|
|
342
341
|
background: transparent;
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
342
|
+
width: 100%;
|
|
343
|
+
position: absolute;
|
|
344
|
+
height: 100%;
|
|
345
|
+
top: -10px;
|
|
346
|
+
z-index: 99;
|
|
348
347
|
}
|
|
349
|
-
|