@everymatrix/general-player-login-form 0.0.193 → 0.0.194
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/general-player-login-form",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.194",
|
|
4
4
|
"main": "dist/general-player-login-form.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "304c45e7453bfc650dd29548b0905e8b5e3815fb"
|
|
40
40
|
}
|
|
@@ -198,6 +198,11 @@
|
|
|
198
198
|
$multiplicator: 16px;
|
|
199
199
|
@return $value * $multiplicator;
|
|
200
200
|
}
|
|
201
|
+
|
|
202
|
+
:host {
|
|
203
|
+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
204
|
+
}
|
|
205
|
+
|
|
201
206
|
.grecaptcha-badge { opacity:0;}
|
|
202
207
|
.FormContainer {
|
|
203
208
|
display: inline-flex;
|
|
@@ -309,7 +314,6 @@
|
|
|
309
314
|
background: transparent;
|
|
310
315
|
font-size: ttp(0.875);
|
|
311
316
|
font-weight: 300;
|
|
312
|
-
font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
|
|
313
317
|
color: #D0046C;
|
|
314
318
|
margin-top: ttp(0.9375);
|
|
315
319
|
cursor: pointer;
|