halleyx-ui-framework 11.6.76 → 11.6.78

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.
@@ -404,7 +404,7 @@ input:checked ~ .isCheckMarkError {
404
404
  border: 1px solid transparent !important;
405
405
  border-bottom: 1px solid #d8d8d8 !important;
406
406
  border-radius: 0px;
407
- input{
407
+ input {
408
408
  padding-left: 0px !important;
409
409
  padding-right: 0px !important;
410
410
  }
@@ -440,8 +440,19 @@ input:checked ~ .isCheckMarkError {
440
440
  border: 1px solid var(--hlx-border-color);
441
441
  border-radius: 5px;
442
442
  background: white;
443
+ max-height: 242px;
444
+ overflow-y: auto;
445
+ .meta-primary,
446
+ .meta-secondary {
447
+ color: #777777;
448
+ font-size: 12px;
449
+ }
450
+ .meta-id {
451
+ font-size: 12px;
452
+ color: #2879b7;
453
+ }
443
454
  .address-options-container {
444
- height: 30px;
455
+ // height: 30px;
445
456
  display: flex;
446
457
  flex-direction: column;
447
458
  align-items: center;
@@ -472,40 +483,37 @@ input:checked ~ .isCheckMarkError {
472
483
  background-color: var(--hlx-color-primary-light);
473
484
  }
474
485
 
475
-
476
-
477
- .suffix-select{
478
- main{
479
- width:100px;
480
- .hlx-select-container{
481
- // border:none;
482
- height: 36px;
483
- .hlx-select-input{
484
- background: #a6a6a6;
485
- color: rgb(107, 114, 128);
486
-
487
- }
488
- .hlx-select-icon{
489
- background: #a6a6a6;
490
- color: rgb(107, 114, 128);
486
+ .suffix-select {
487
+ main {
488
+ width: 100px;
489
+ .hlx-select-container {
490
+ // border:none;
491
+ height: 36px;
492
+ .hlx-select-input {
493
+ background: #a6a6a6;
494
+ color: rgb(107, 114, 128);
495
+ }
496
+ .hlx-select-icon {
497
+ background: #a6a6a6;
498
+ color: rgb(107, 114, 128);
499
+ }
491
500
  }
492
- }
493
- .custom-dropdown{
501
+ .custom-dropdown {
494
502
  // border:none;
495
503
  background: rgb(249, 250, 251);
496
504
 
497
- input{
498
- border-radius: 0px;
499
- }
500
- .icon-angle-down-regular,.icon-angle-up-regular{
501
- height:36px;
502
- }
503
- .tagimagecontainer{
504
- color:rgb(107, 114, 128);
505
- background: rgb(249, 250, 251);
506
- }
507
- }
508
-
505
+ input {
506
+ border-radius: 0px;
507
+ }
508
+ .icon-angle-down-regular,
509
+ .icon-angle-up-regular {
510
+ height: 36px;
511
+ }
512
+ .tagimagecontainer {
513
+ color: rgb(107, 114, 128);
514
+ background: rgb(249, 250, 251);
515
+ }
516
+ }
509
517
  }
510
518
  }
511
519
 
@@ -515,7 +523,6 @@ input:checked ~ .isCheckMarkError {
515
523
  main {
516
524
  border-top-right-radius: 5px !important;
517
525
  border-bottom-right-radius: 5px !important;
518
-
519
526
  }
520
527
  }
521
528
  .custom-slot-prefix {
@@ -524,7 +531,6 @@ input:checked ~ .isCheckMarkError {
524
531
  main {
525
532
  border-top-left-radius: 5px !important;
526
533
  border-bottom-left-radius: 5px !important;
527
-
528
534
  }
529
535
  }
530
536
 
@@ -546,6 +552,5 @@ input:checked ~ .isCheckMarkError {
546
552
  .number-symbol-holder {
547
553
  left: 0px !important;
548
554
  top: 13px !important;
549
-
550
555
  }
551
- }
556
+ }