general-library-union 2.3.79 → 2.3.80

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.79",
3
+ "version": "2.3.80",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -172,19 +172,19 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
172
172
 
173
173
  button {
174
174
  padding: 0.5rem 6rem;
175
- background: linear-gradient(45deg, var(--color-500), var(--color-300));
175
+ background: linear-gradient(to top, var(--color-500), var(--color-400));
176
176
  border: none;
177
177
  border-radius: 5px;
178
178
  color: #fff;
179
179
  font-weight: bold;
180
180
  box-shadow: 0px 1px 7px var(--color-300);
181
181
  margin-top: 15%;
182
- font-size: 1.05rem;
182
+ font-size: 1.1rem;
183
183
  }
184
184
  }
185
185
 
186
186
  #not-found button:hover{
187
- background: linear-gradient(45deg, var(--color-600), var(--color-400));
187
+ background: linear-gradient(to top, var(--color-500), var(--color-400));
188
188
  box-shadow: 3px 3px 12px var(--color-300);
189
189
 
190
190
  }
@@ -186,7 +186,7 @@ body {
186
186
  button {
187
187
  padding:0.6rem 3rem;
188
188
  margin-bottom: 7%;
189
- font-size: 1.05rem;
189
+ font-size: 1.1rem;
190
190
  }
191
191
 
192
192