halleyx-ui-framework 4.6.1 → 4.6.3

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.
@@ -1,4 +1,7 @@
1
1
  .hlx-select-container,
2
+ // [data-tooltip]:before{
3
+ // word-wrap: break-word;
4
+ // }
2
5
  .cascade-select {
3
6
  display: flex;
4
7
  font-family: var(--hlx-font-type-content);
@@ -192,6 +195,10 @@
192
195
  .hlx-multi-select-option-container {
193
196
  display: block;
194
197
  }
198
+
199
+ // .hlx-select-option-value-container{
200
+ // // position: relative;
201
+ // }
195
202
  .hlx-select-option-value-container,
196
203
  .hlx-multi-select-option-value-container {
197
204
  font-family: var(--hlx-font-type-content);
@@ -742,6 +749,7 @@ button {
742
749
  .custom-dropdown-whole-container{
743
750
  position: absolute;
744
751
  width: 100%;
752
+ border-radius: 3px;
745
753
  // top:45px;
746
754
  // left:0px;
747
755
  border: 1px solid var(--hlx-border-color);
@@ -966,4 +974,14 @@ button {
966
974
  }
967
975
  .all-option{
968
976
  width:100%;
977
+ }
978
+
979
+
980
+
981
+ // [data-tip] {
982
+ // position: relative;
983
+ // }
984
+
985
+ [data-tooltip]:before{
986
+ word-wrap: break-word;
969
987
  }
@@ -152,189 +152,3 @@
152
152
  transform-origin: bottom;
153
153
  }
154
154
 
155
- /* Settings that make the pen look nicer */
156
- // html {
157
- // width: 100%;
158
- // height: 100%;
159
- // font-family: 'Roboto', sans-serif;
160
- // color: white;
161
- // font-size: 1.2em;
162
- // // background: linear-gradient(45deg, #243949, #2cacd1, #35eb93);
163
- // background-size: 120% 120%;
164
- // animation: moveFocus 5s ease infinite alternate;
165
- // }
166
- // @keyframes moveFocus {
167
- // 0% { background-position: 0% 100% }
168
- // 100% { background-position: 100% 0% }
169
- // }
170
-
171
- // body {
172
- // background: none; display: flex;
173
- // flex-direction: column;
174
- // height: 100%;
175
- // margin: 0;
176
- // }
177
-
178
- // main {
179
- // padding: 0 4%;
180
- // display: flex;
181
- // flex-direction: row;
182
- // margin: auto 0;
183
- // }
184
-
185
- // button {
186
- // margin: 0;
187
- // padding: 0.7rem 1.4rem;
188
-
189
- // cursor: pointer;
190
- // text-align: center;
191
- // border: none;
192
- // border-radius: 4px;
193
- // outline: inherit;
194
- // text-decoration: none;
195
- // font-family: Roboto, sans-serif;
196
- // font-size: 0.7em;
197
- // background-color: rgba(174, 184, 192, 0.55);
198
- // color: white;
199
-
200
- // transition: background 350ms ease-in-out,
201
- // transform 150ms ease;
202
- // }
203
- // button:hover {
204
- // background-color: #484f56;
205
- // }
206
- // button:active {
207
- // transform: scale(0.98);
208
- // }
209
- // button:focus {
210
- // box-shadow: 0 0 2px 2px #298bcf;
211
- // }
212
- // button::-moz-focus-inner {
213
- // border: 0;
214
- // }
215
-
216
- // .example-elements {
217
- // flex-grow: 1;
218
- // display: flex;
219
- // flex-direction: column;
220
- // align-items: center;
221
- // align-content: center;
222
- // justify-content: center;
223
- // text-align: center;
224
- // padding-right: 4%;
225
- // }
226
-
227
- // .example-elements p {
228
- // padding: 6px;
229
- // display: inline-block;
230
- // margin-bottom: 5%;
231
- // color: #fff;
232
- // }
233
- // .example-elements p:hover {
234
- // border-left: 1px solid lightgrey;
235
- // border-right: 1px solid lightgrey;
236
- // padding-left: 5px;
237
- // padding-right: 5px;
238
- // }
239
-
240
- // .example-elements a {
241
- // margin-left: 6px;
242
- // margin-bottom: calc(5% + 10px);
243
- // color: #76daff;
244
- // text-decoration: none;
245
- // }
246
- // .example-elements a:hover {
247
- // margin-bottom: calc(5% + 9px);
248
- // border-bottom: 1px solid #76daff;
249
- // }
250
-
251
- // .example-elements button {
252
- // margin-bottom: 20px;
253
- // }
254
-
255
- // .info-wrapper {
256
- // flex-grow: 8;
257
- // display: flex;
258
- // flex-direction: column;
259
- // justify-content: center;
260
- // text-align: justify;
261
- // padding-left: 6%;
262
- // border-left: 3px solid #35ea95;
263
- // }
264
-
265
- // .info-wrapper p {
266
- // color: rgba(255, 255, 255, 0.69);
267
- // }
268
- // .info-wrapper p {
269
- // max-width: 600px;
270
- // text-align: justify;
271
- // }
272
-
273
- // .info-wrapper .title-question {
274
- // display: block;
275
- // color: #fff;
276
- // font-size: 1.36em;
277
- // font-weight: 500;
278
- // padding-bottom: 24px;
279
- // }
280
-
281
- // @media (max-height: 450px) {
282
- // main {
283
- // margin: 2rem 0;
284
- // }
285
- // }
286
-
287
- // @media (max-width: 800px) {
288
- // html {
289
- // font-size: 0.9em;
290
- // }
291
- // }
292
-
293
- /* Thumbnail settings */
294
- // @media (max-width: 750px) {
295
- // html {
296
- // animation-duration: 0.6s;
297
- // font-size: 1em;
298
- // }
299
- // body {
300
- // display: flex;
301
- // background: none;
302
- // height: 100%;
303
- // margin: 0px;
304
- // }
305
- // main {
306
- // font-size: 1.1em;
307
- // padding: 6%;
308
- // }
309
- // .info-wrapper p:before,
310
- // .info-wrapper p:after {
311
- // display: none;
312
- // }
313
- // .example-elements {
314
- // max-width: 150px;
315
- // font-size: 22px;
316
- // }
317
- // .example-elements a, button {
318
- // display: none;
319
- // }
320
- // .example-elements p:before,
321
- // .example-elements p:after {
322
- // visibility: visible;
323
- // opacity: 1;
324
- // }
325
- // .example-elements p:before {
326
- // content: "Tooltip";
327
- // font-size: 20px;
328
- // transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
329
- // }
330
- // .example-elements p:after {
331
- // transform: translate(-50%, -1px) scaleY(1);
332
- // }
333
-
334
- // [data-tooltip]:after {
335
- // bottom: calc(100% + 3px);
336
- // }
337
- // [data-tooltip]:after {
338
- // border-width: 7px 7px 0px 7px;
339
- // }
340
- // }