@betorigami/games 1.22.0 → 1.22.1
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/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6233,8 +6233,8 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
|
|
|
6233
6233
|
position: absolute;
|
|
6234
6234
|
inset: 0;
|
|
6235
6235
|
margin: auto;
|
|
6236
|
-
width: 80
|
|
6237
|
-
height: 80
|
|
6236
|
+
width: var(--keno-gem-icon-size, 80%);
|
|
6237
|
+
height: var(--keno-gem-icon-size, 80%);
|
|
6238
6238
|
}
|
|
6239
6239
|
|
|
6240
6240
|
.win-icon--gem { display: flex; }
|