@betorigami/games 2.1.0 → 2.1.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 +3 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2148,7 +2148,6 @@ var $7=Object.create;var{getPrototypeOf:Q7,defineProperty:f4,getOwnPropertyNames
|
|
|
2148
2148
|
outline: none;
|
|
2149
2149
|
margin: 0;
|
|
2150
2150
|
font-size: 14px;
|
|
2151
|
-
line-height: 36px;
|
|
2152
2151
|
width: 100%;
|
|
2153
2152
|
-webkit-tap-highlight-color: transparent;
|
|
2154
2153
|
}
|
|
@@ -3379,6 +3378,8 @@ var $7=Object.create;var{getPrototypeOf:Q7,defineProperty:f4,getOwnPropertyNames
|
|
|
3379
3378
|
.button {
|
|
3380
3379
|
position: relative;
|
|
3381
3380
|
z-index: 1;
|
|
3381
|
+
appearance: none;
|
|
3382
|
+
-webkit-appearance: none;
|
|
3382
3383
|
border-radius: var(--toggle-inner-radius);
|
|
3383
3384
|
height: 100%;
|
|
3384
3385
|
width: 100%;
|
|
@@ -3389,8 +3390,7 @@ var $7=Object.create;var{getPrototypeOf:Q7,defineProperty:f4,getOwnPropertyNames
|
|
|
3389
3390
|
font-weight: 500;
|
|
3390
3391
|
font-size: 14px;
|
|
3391
3392
|
background: transparent;
|
|
3392
|
-
padding
|
|
3393
|
-
padding-left: 12px;
|
|
3393
|
+
padding: 0 12px;
|
|
3394
3394
|
-webkit-tap-highlight-color: transparent;
|
|
3395
3395
|
-webkit-touch-callout: none;
|
|
3396
3396
|
touch-action: manipulation;
|