general-library-union 2.3.85 → 2.3.87

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.85",
3
+ "version": "2.3.87",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -190,7 +190,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
190
190
  }
191
191
 
192
192
  #not-found .p-button {
193
- padding: 0.6rem 3rem;
193
+ padding: 0.6rem 4rem;
194
194
  }
195
195
 
196
196
  #not-found .p-inputgroup-search {
@@ -184,7 +184,7 @@ body {
184
184
  }
185
185
 
186
186
  button {
187
- padding:0.6rem 3rem;
187
+ padding:0.6rem 4rem;
188
188
  margin-bottom: 7%;
189
189
  font-size: 1.1rem;
190
190
  }