general-library-union 3.1.53 → 3.1.55

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": "3.1.53",
3
+ "version": "3.1.55",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -139,9 +139,9 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
139
139
  *****************************************************************************/
140
140
  #not-found {
141
141
  width: 100%;
142
- height: 100%;
143
- background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
144
- url('/assets/images/not-found-fondo.png');
142
+ // height: 100%;
143
+ // background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
144
+ // url('/assets/images/not-found-fondo.png');
145
145
  background-size: cover;
146
146
 
147
147
 
@@ -196,8 +196,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
196
196
 
197
197
 
198
198
  @include breakpoint(large) {
199
- font-size: 2.5rem;
200
- color: var(--color-600);
199
+ font-size: 2rem;
200
+ color: #232323;
201
201
  }
202
202
  }
203
203
 
@@ -293,7 +293,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
293
293
  }
294
294
 
295
295
  #not-found h5{
296
- color: var(--color-700);
296
+ color: #232323;
297
297
  }
298
298
 
299
299
  }
@@ -344,7 +344,6 @@ color: var(--color-700);
344
344
  #not-found button {
345
345
  display: table;
346
346
  margin: 0 auto;
347
- margin-top: 15%;
348
347
  }
349
348
 
350
349
  }
@@ -396,7 +395,6 @@ color: var(--color-700);
396
395
  #not-found button {
397
396
  display: table;
398
397
  margin: 0 auto;
399
- margin-top: 15%;
400
398
  }
401
399
 
402
400
  }
@@ -137,10 +137,10 @@ body {
137
137
  /******************************************************************************
138
138
  * 404 styles
139
139
  *****************************************************************************/
140
- #not-found {
141
- background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
142
- url('/assets/images/not-found-fondo.png');
143
- background-size: cover;
140
+ #not-found {
141
+ // background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
142
+ // url('/assets/images/not-found-fondo.png');
143
+ // background-size: cover;
144
144
 
145
145
 
146
146
  .card-container{