general-library-union 3.1.55 → 3.1.57
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
|
@@ -149,19 +149,19 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
149
149
|
height: 100vh;
|
|
150
150
|
justify-content: center;
|
|
151
151
|
align-items: center;
|
|
152
|
+
display: flex;
|
|
152
153
|
}
|
|
153
154
|
|
|
154
155
|
p{
|
|
155
|
-
font-weight:
|
|
156
|
+
font-weight: 400;
|
|
156
157
|
font-size: 1.1rem;
|
|
158
|
+
text-align: center;
|
|
157
159
|
}
|
|
158
160
|
|
|
159
161
|
|
|
160
162
|
img {
|
|
161
|
-
max-width:
|
|
163
|
+
max-width: 36rem;
|
|
162
164
|
width: 100%;
|
|
163
|
-
position: relative;
|
|
164
|
-
right: 15%;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
h4 {
|
|
@@ -188,36 +188,45 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
188
188
|
|
|
189
189
|
h5 {
|
|
190
190
|
font-size: 2rem;
|
|
191
|
-
font-weight:
|
|
191
|
+
font-weight: 600;
|
|
192
192
|
margin: 0;
|
|
193
193
|
margin-bottom: 20px;
|
|
194
194
|
text-align: left;
|
|
195
195
|
margin-bottom: 7px;
|
|
196
|
+
text-align: center;
|
|
196
197
|
|
|
197
198
|
|
|
198
199
|
@include breakpoint(large) {
|
|
199
200
|
font-size: 2rem;
|
|
200
201
|
color: #232323;
|
|
202
|
+
font-weight: 600;
|
|
203
|
+
text-align: center;
|
|
201
204
|
}
|
|
202
205
|
}
|
|
203
206
|
|
|
204
207
|
button {
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
208
|
+
padding: 0.5rem 6rem;
|
|
209
|
+
background: #fff;
|
|
210
|
+
border: none;
|
|
211
|
+
border-radius: 5px;
|
|
212
|
+
color: #fff;
|
|
213
|
+
font-weight: bold;
|
|
214
|
+
box-shadow: 0px 1px 7px #cacaca;
|
|
215
|
+
/* margin-top: 15%; */
|
|
216
|
+
font-size: 1.1rem;
|
|
217
|
+
display: table;
|
|
218
|
+
margin: 0 auto;
|
|
219
|
+
margin-top: 6%;
|
|
220
|
+
border: solid 1px #232323;
|
|
221
|
+
color: #232323;
|
|
222
|
+
margin-bottom: 10%;
|
|
214
223
|
}
|
|
215
224
|
}
|
|
216
225
|
|
|
217
226
|
|
|
218
227
|
#not-found button:hover{
|
|
219
|
-
background:
|
|
220
|
-
box-shadow: 3px 3px 12px
|
|
228
|
+
background: #fff;
|
|
229
|
+
box-shadow: 3px 3px 12px #b8b8b8;
|
|
221
230
|
|
|
222
231
|
}
|
|
223
232
|
|
|
@@ -148,23 +148,21 @@ body {
|
|
|
148
148
|
min-height: 100vh;
|
|
149
149
|
justify-content: center;
|
|
150
150
|
align-items: center;
|
|
151
|
+
display: flex;
|
|
151
152
|
}
|
|
152
153
|
|
|
153
154
|
p{
|
|
154
|
-
font-weight:
|
|
155
|
+
font-weight: 400;
|
|
155
156
|
font-size: 1.1rem;
|
|
157
|
+
text-align: center;
|
|
156
158
|
}
|
|
157
159
|
|
|
158
160
|
|
|
159
161
|
|
|
160
162
|
|
|
161
163
|
img {
|
|
162
|
-
max-width:
|
|
164
|
+
max-width: 36rem;
|
|
163
165
|
width: 100%;
|
|
164
|
-
position: relative;
|
|
165
|
-
right: 20px;
|
|
166
|
-
right: 15%;
|
|
167
|
-
|
|
168
166
|
}
|
|
169
167
|
|
|
170
168
|
|
|
@@ -196,23 +194,41 @@ body {
|
|
|
196
194
|
margin: 0;
|
|
197
195
|
margin-bottom: 20px;
|
|
198
196
|
text-align: left;
|
|
199
|
-
margin-top: 15%;
|
|
200
197
|
margin-bottom: 7px;
|
|
201
198
|
|
|
202
199
|
|
|
203
200
|
@include breakpoint(large) {
|
|
204
|
-
font-size:
|
|
205
|
-
color:
|
|
201
|
+
font-size: 2rem;
|
|
202
|
+
color: #232323;
|
|
203
|
+
text-align: center;
|
|
204
|
+
font-weight: 600;
|
|
206
205
|
}
|
|
207
206
|
}
|
|
208
207
|
|
|
209
208
|
button {
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
209
|
+
padding: 0.5rem 6rem;
|
|
210
|
+
background: #fff;
|
|
211
|
+
border: none;
|
|
212
|
+
border-radius: 5px;
|
|
213
|
+
color: #fff;
|
|
214
|
+
font-weight: bold;
|
|
215
|
+
box-shadow: 0px 1px 7px #cacaca;
|
|
216
|
+
/* margin-top: 15%; */
|
|
217
|
+
font-size: 1.1rem;
|
|
218
|
+
display: table;
|
|
219
|
+
margin: 0 auto;
|
|
220
|
+
margin-top: 6%;
|
|
221
|
+
border: solid 1px #232323;
|
|
222
|
+
color: #232323;
|
|
223
|
+
margin-bottom: 10%;
|
|
213
224
|
}
|
|
214
225
|
}
|
|
215
226
|
|
|
227
|
+
#not-found button:hover{
|
|
228
|
+
background: #fff;
|
|
229
|
+
box-shadow: 3px 3px 12px #b8b8b8;
|
|
230
|
+
|
|
231
|
+
|
|
216
232
|
|
|
217
233
|
#not-found .p-button {
|
|
218
234
|
box-shadow: 0px 0px 10px hsla(var(--color-h), 100%, 60%, 0.7);
|