general-library-union 2.3.34 → 2.3.35

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.34",
3
+ "version": "2.3.35",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -168,12 +168,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
168
168
  color: #fff;
169
169
  font-weight: bold;
170
170
  box-shadow: 0px 1px 7px var(--color-300);
171
+ margin-bottom: 7%;
171
172
  }
172
173
  }
173
174
 
174
175
  #not-found button:hover{
175
176
  background: linear-gradient(45deg, var(--color-600), var(--color-400));
176
177
  box-shadow: 3px 3px 12px var(--color-300);
178
+
177
179
  }
178
180
 
179
181
  #not-found .p-button {
@@ -172,6 +172,7 @@ body {
172
172
 
173
173
  button {
174
174
  padding: 0.5rem 6rem;
175
+ margin-bottom: 7%;
175
176
  }
176
177
  }
177
178