general-library-union 2.8.89 → 2.8.91

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": "general-library-union",
3
- "version": "2.8.89",
3
+ "version": "2.8.91",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -67,6 +67,10 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
67
67
  z-index: 99;
68
68
  }
69
69
 
70
+ #login .p-icon-wrapper {
71
+ z-index: 999;
72
+ color: var(--color-500);
73
+ }
70
74
 
71
75
  #login .p-button {
72
76
  box-shadow: 0 0 5px var(--color-200);
@@ -64,6 +64,10 @@ body {
64
64
  }
65
65
  }
66
66
 
67
+ #login .p-icon-wrapper {
68
+ z-index: 999;
69
+ color: var(--color-500);
70
+ }
67
71
 
68
72
  #login .p-button {
69
73
  box-shadow: 0 0 5px #000000c9;
@@ -104,8 +108,17 @@ body {
104
108
  position: relative;
105
109
  }
106
110
 
111
+ .p-inputgroup:focus input {
112
+ box-shadow: inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400);
113
+ }
114
+
115
+ .p-inputgroup:focus p-password {
116
+ box-shadow: inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400), inset 0 0 0 1px var(--color-400);
117
+ }
118
+
107
119
  #login span.p-inputgroup-addon {
108
- height: 100%;
120
+ position: absolute;
121
+ height: 100% !important;
109
122
  z-index: 99;
110
123
  }
111
124