general-library-union 2.3.34 → 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
|
@@ -168,12 +168,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
168
168
|
color: #fff;
|
|
169
169
|
font-weight: bold;
|
|
170
170
|
box-shadow: 0px 1px 7px var(--color-300);
|
|
171
|
+
margin-bottom: 7%;
|
|
171
172
|
}
|
|
172
173
|
}
|
|
173
174
|
|
|
174
175
|
#not-found button:hover{
|
|
175
176
|
background: linear-gradient(45deg, var(--color-600), var(--color-400));
|
|
176
177
|
box-shadow: 3px 3px 12px var(--color-300);
|
|
178
|
+
|
|
177
179
|
}
|
|
178
180
|
|
|
179
181
|
#not-found .p-button {
|