general-library-union 3.1.75 → 3.1.77
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
|
@@ -457,6 +457,7 @@ color: #232323;
|
|
|
457
457
|
}
|
|
458
458
|
|
|
459
459
|
button {
|
|
460
|
+
cursor: pointer;
|
|
460
461
|
padding: 0.5rem 6rem;
|
|
461
462
|
background: #fff;
|
|
462
463
|
border: none;
|
|
@@ -472,6 +473,7 @@ color: #232323;
|
|
|
472
473
|
border: solid 1px #232323;
|
|
473
474
|
color: #232323;
|
|
474
475
|
margin-bottom: 10%;
|
|
476
|
+
|
|
475
477
|
}
|
|
476
478
|
|
|
477
479
|
}
|