general-library-union 2.3.33 → 2.3.34

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.33",
3
+ "version": "2.3.34",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -117,7 +117,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
117
117
 
118
118
  .card-container{
119
119
  height: 100vh;
120
- padding-top: 5%;
120
+ justify-content: center;
121
+ align-items: center;
121
122
  }
122
123
 
123
124
 
@@ -204,19 +205,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
204
205
 
205
206
  @media only screen and (max-width:1600px) and (min-width:1360px){
206
207
 
207
- #not-found .card-container {
208
- padding-top: 2%;
209
- }
208
+
210
209
 
211
210
  #not-found img {
212
- margin-top: 6%;
213
211
  max-width: 18rem;
214
212
  }
215
213
 
216
214
 
217
215
  #not-found h5{
218
- margin-top: -5%;
219
- margin-bottom: 7%;
220
216
  color: var(--color-700);
221
217
  }
222
218
 
@@ -126,7 +126,8 @@ body {
126
126
 
127
127
  .card-container{
128
128
  height: 100vh;
129
- padding-top: 5%;
129
+ justify-content: center;
130
+ align-items: center;
130
131
  }
131
132
 
132
133
 
@@ -203,24 +204,13 @@ body {
203
204
  @media only screen and (max-width:1600px) and (min-width:1360px){
204
205
 
205
206
 
206
- #not-found .card-container {
207
- padding-top: 2%;
208
- }
209
207
 
210
208
  #not-found img {
211
- margin-top: 6%;
212
209
  max-width: 18rem;
213
210
 
214
211
  }
215
212
 
216
213
 
217
- #not-found h5{
218
- margin-top: -5%;
219
- margin-bottom: 7%;
220
- }
221
-
222
-
223
-
224
214
  }
225
215
 
226
216