general-library-union 2.5.71 → 2.5.73

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.5.71",
3
+ "version": "2.5.73",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -108,15 +108,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
108
108
  * 404 styles
109
109
  *****************************************************************************/
110
110
  #not-found {
111
- width: 100%;
112
- height: 100%;
113
111
  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)),
114
112
  url('/assets/images/not-found-fondo.png');
115
113
  background-size: cover;
116
114
 
117
115
 
118
116
  .card-container{
119
- height: 100vh;
117
+ height: auto;
118
+ min-height: 100vh;
120
119
  justify-content: center;
121
120
  align-items: center;
122
121
  }