general-library-union 2.3.79 → 2.3.80
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
|
@@ -172,19 +172,19 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
172
172
|
|
|
173
173
|
button {
|
|
174
174
|
padding: 0.5rem 6rem;
|
|
175
|
-
background: linear-gradient(
|
|
175
|
+
background: linear-gradient(to top, var(--color-500), var(--color-400));
|
|
176
176
|
border: none;
|
|
177
177
|
border-radius: 5px;
|
|
178
178
|
color: #fff;
|
|
179
179
|
font-weight: bold;
|
|
180
180
|
box-shadow: 0px 1px 7px var(--color-300);
|
|
181
181
|
margin-top: 15%;
|
|
182
|
-
font-size: 1.
|
|
182
|
+
font-size: 1.1rem;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
#not-found button:hover{
|
|
187
|
-
background: linear-gradient(
|
|
187
|
+
background: linear-gradient(to top, var(--color-500), var(--color-400));
|
|
188
188
|
box-shadow: 3px 3px 12px var(--color-300);
|
|
189
189
|
|
|
190
190
|
}
|