general-library-union 2.3.90 → 2.3.92

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.3.90",
3
+ "version": "2.3.92",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -183,6 +183,10 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
183
183
  }
184
184
  }
185
185
 
186
+ #not-found input::-webkit-input-placeholder {
187
+ margin-left: 30px;
188
+ }
189
+
186
190
  #not-found button:hover{
187
191
  background: linear-gradient(to top, var(--color-500), var(--color-400));
188
192
  box-shadow: 3px 3px 12px var(--color-300);
@@ -191,6 +191,11 @@ body {
191
191
  }
192
192
 
193
193
 
194
+ #not-found input::-webkit-input-placeholder {
195
+ margin-left: 30px;
196
+ }
197
+
198
+
194
199
  #not-found .p-button {
195
200
  box-shadow: 0px 0px 10px hsla(var(--color-h), 100%, 60%, 0.7);
196
201
  }