general-library-union 2.3.33 → 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.33",
3
+ "version": "2.3.35",
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
 
@@ -167,12 +168,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
167
168
  color: #fff;
168
169
  font-weight: bold;
169
170
  box-shadow: 0px 1px 7px var(--color-300);
171
+ margin-bottom: 7%;
170
172
  }
171
173
  }
172
174
 
173
175
  #not-found button:hover{
174
176
  background: linear-gradient(45deg, var(--color-600), var(--color-400));
175
177
  box-shadow: 3px 3px 12px var(--color-300);
178
+
176
179
  }
177
180
 
178
181
  #not-found .p-button {
@@ -204,19 +207,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
204
207
 
205
208
  @media only screen and (max-width:1600px) and (min-width:1360px){
206
209
 
207
- #not-found .card-container {
208
- padding-top: 2%;
209
- }
210
+
210
211
 
211
212
  #not-found img {
212
- margin-top: 6%;
213
213
  max-width: 18rem;
214
214
  }
215
215
 
216
216
 
217
217
  #not-found h5{
218
- margin-top: -5%;
219
- margin-bottom: 7%;
220
218
  color: var(--color-700);
221
219
  }
222
220
 
@@ -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
 
@@ -171,6 +172,7 @@ body {
171
172
 
172
173
  button {
173
174
  padding: 0.5rem 6rem;
175
+ margin-bottom: 7%;
174
176
  }
175
177
  }
176
178
 
@@ -203,24 +205,13 @@ body {
203
205
  @media only screen and (max-width:1600px) and (min-width:1360px){
204
206
 
205
207
 
206
- #not-found .card-container {
207
- padding-top: 2%;
208
- }
209
208
 
210
209
  #not-found img {
211
- margin-top: 6%;
212
210
  max-width: 18rem;
213
211
 
214
212
  }
215
213
 
216
214
 
217
- #not-found h5{
218
- margin-top: -5%;
219
- margin-bottom: 7%;
220
- }
221
-
222
-
223
-
224
215
  }
225
216
 
226
217