@everymatrix/general-player-login-form 0.0.397 → 0.0.398
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.398",
|
|
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": "a6034652886209b6fcdc64d039abe2fb2760c472"
|
|
40
40
|
}
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
height: 13px;
|
|
419
419
|
position: absolute;
|
|
420
420
|
right: 8px;
|
|
421
|
-
bottom:
|
|
421
|
+
bottom: 55px;
|
|
422
422
|
&.InvalidToggle {
|
|
423
423
|
path, circle, rect {
|
|
424
424
|
fill: var(--emfe-w-color-primary, #D0046C);
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
cursor: pointer;
|
|
456
456
|
}
|
|
457
457
|
.PasswordContainer, .UserContainer {
|
|
458
|
-
padding-bottom:
|
|
458
|
+
padding-bottom: 40px;
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
.InvalidInput {
|