general-library-union 2.3.27 → 2.3.29
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
|
@@ -204,6 +204,10 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
204
204
|
|
|
205
205
|
@media only screen and (max-width:1600px) and (min-width:1360px){
|
|
206
206
|
|
|
207
|
+
#not-found .card-container {
|
|
208
|
+
padding-top: 2%;
|
|
209
|
+
}
|
|
210
|
+
|
|
207
211
|
#not-found img {
|
|
208
212
|
margin-top: 6%;
|
|
209
213
|
max-width: 18rem;
|
|
@@ -212,8 +216,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
212
216
|
|
|
213
217
|
#not-found h5{
|
|
214
218
|
margin-top: -5%;
|
|
215
|
-
margin-bottom:
|
|
216
|
-
color:
|
|
219
|
+
margin-bottom: 7%;
|
|
220
|
+
color: var(--color-700);
|
|
217
221
|
}
|
|
218
222
|
|
|
219
223
|
|
|
@@ -202,6 +202,11 @@ body {
|
|
|
202
202
|
|
|
203
203
|
@media only screen and (max-width:1600px) and (min-width:1360px){
|
|
204
204
|
|
|
205
|
+
|
|
206
|
+
#not-found .card-container {
|
|
207
|
+
padding-top: 2%;
|
|
208
|
+
}
|
|
209
|
+
|
|
205
210
|
#not-found img {
|
|
206
211
|
margin-top: 6%;
|
|
207
212
|
max-width: 18rem;
|
|
@@ -211,7 +216,7 @@ body {
|
|
|
211
216
|
|
|
212
217
|
#not-found h5{
|
|
213
218
|
margin-top: -5%;
|
|
214
|
-
margin-bottom:
|
|
219
|
+
margin-bottom: 7%;
|
|
215
220
|
}
|
|
216
221
|
|
|
217
222
|
|