raise-common-lib 0.0.92 → 0.0.93

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -8,6 +8,7 @@
8
8
  .e-datepicker {
9
9
  height: var(--rs-input-line-height);
10
10
  font-family: var(--rs-font-family);
11
+ background-color: #fff;
11
12
  .e-input-group {
12
13
  height: 100%;
13
14
  min-height: 100%;
@@ -566,7 +566,7 @@
566
566
 
567
567
  .e-input {
568
568
  height: 100%;
569
- padding: 0;
569
+ padding: 0 !important;
570
570
 
571
571
  color: #062c4f !important;
572
572
  font-family: Arial;