@everymatrix/general-player-register-form-step1 0.0.382 → 0.0.383
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-register-form-step1",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.383",
|
|
4
4
|
"main": "dist/general-player-register-form-step1.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": "0f3187a9fae074159e05a8e9f534d13c88c4d001"
|
|
40
40
|
}
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
color: var(--emfe-w-color-gray-300, #58586B);
|
|
360
360
|
display: flex;
|
|
361
361
|
flex-direction: column;
|
|
362
|
-
padding-bottom:
|
|
362
|
+
padding-bottom:60px;
|
|
363
363
|
position: relative;
|
|
364
364
|
|
|
365
365
|
label {
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
height: 13px;
|
|
410
410
|
position: absolute;
|
|
411
411
|
right: 8px;
|
|
412
|
-
bottom:
|
|
412
|
+
bottom: 75px;
|
|
413
413
|
&.InvalidToggle {
|
|
414
414
|
path, circle, rect {
|
|
415
415
|
fill: var(--emfe-w-color-primary, #D0046C);
|
|
@@ -424,7 +424,8 @@
|
|
|
424
424
|
color: var(--emfe-w-color-error, #FD2839);
|
|
425
425
|
font-size: 10px;
|
|
426
426
|
position: absolute;
|
|
427
|
-
|
|
427
|
+
padding-top: 5px;
|
|
428
|
+
top: 55px;
|
|
428
429
|
line-height: 10px;
|
|
429
430
|
}
|
|
430
431
|
|
|
@@ -434,12 +435,6 @@
|
|
|
434
435
|
color: var(--emfe-w-color-error, #FD2839);
|
|
435
436
|
}
|
|
436
437
|
|
|
437
|
-
.UserContainer {
|
|
438
|
-
.InvalidInput {
|
|
439
|
-
bottom: -3px;
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
|
|
443
438
|
.RegisterStepNext {
|
|
444
439
|
color: var(--emfe-w-color-white, #FFFFFF);
|
|
445
440
|
background: var(--emfe-w-color-primary, #D0046C);
|