general-library-union 3.1.78 → 3.1.79
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
|
@@ -456,14 +456,13 @@ color: #232323;
|
|
|
456
456
|
color: #fff;
|
|
457
457
|
font-weight: bold;
|
|
458
458
|
box-shadow: 0px 1px 7px #cacaca;
|
|
459
|
-
/* margin-top: 15%; */
|
|
460
|
-
font-size: 1.1rem;
|
|
461
459
|
display: table;
|
|
462
460
|
margin: 0 auto;
|
|
463
461
|
margin-top: 5%;
|
|
464
462
|
border: solid 1px #232323;
|
|
465
463
|
color: #232323;
|
|
466
464
|
margin-bottom: 10%;
|
|
465
|
+
cursor: pointer;
|
|
467
466
|
}
|
|
468
467
|
}
|
|
469
468
|
|