halleyx-ui-framework 11.3.59 → 11.3.60

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.
@@ -363,6 +363,10 @@ input[type='password'] {
363
363
  border: 1px solid transparent !important;
364
364
  border-bottom: 1px solid #d8d8d8 !important;
365
365
  border-radius: 0px;
366
+ input{
367
+ padding-left: 0px !important;
368
+ padding-right: 0px !important;
369
+ }
366
370
  &:hover {
367
371
  border-bottom: 1px solid #54bd95 !important;
368
372
  }
@@ -481,4 +485,24 @@ input[type='password'] {
481
485
  border-bottom-left-radius: 5px !important;
482
486
 
483
487
  }
488
+ }
489
+
490
+ .singleBorder {
491
+ input {
492
+ padding-left: 0px !important;
493
+ padding-right: 0px !important;
494
+ padding-bottom: 0px !important;
495
+ }
496
+ textarea {
497
+ padding-left: 0px !important;
498
+ padding-right: 0px !important;
499
+ line-height: 14.15px !important;
500
+ height: auto !important;
501
+ }
502
+ .symbol-padding {
503
+ padding-left: 4px !important;
504
+ }
505
+ .number-symbol-holder {
506
+ left: 0px !important;
507
+ }
484
508
  }