halleyx-ui-framework 11.3.59 → 11.3.62
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/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/styles/inputfields.scss +26 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|
|
@@ -480,5 +484,27 @@ input[type='password'] {
|
|
|
480
484
|
border-top-left-radius: 5px !important;
|
|
481
485
|
border-bottom-left-radius: 5px !important;
|
|
482
486
|
|
|
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
|
+
top: 13px !important;
|
|
508
|
+
|
|
483
509
|
}
|
|
484
510
|
}
|