@everymatrix/general-player-login-form 0.0.199 → 0.0.200
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.200",
|
|
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": "1575292cd20d511a1f4ebe038656d86deab2c7e0"
|
|
40
40
|
}
|
|
@@ -291,7 +291,14 @@
|
|
|
291
291
|
position: absolute;
|
|
292
292
|
right: ttp(0.5);
|
|
293
293
|
bottom: 45px;
|
|
294
|
-
|
|
294
|
+
&.InvalidToggle {
|
|
295
|
+
path, circle, rect {
|
|
296
|
+
fill: #D0046C;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
path, circle, rect {
|
|
300
|
+
fill: #58586B;
|
|
301
|
+
}
|
|
295
302
|
}
|
|
296
303
|
.SignInButton {
|
|
297
304
|
color: #fff;
|
|
@@ -371,6 +378,12 @@
|
|
|
371
378
|
animation: Loader 1.2s linear infinite;
|
|
372
379
|
}
|
|
373
380
|
|
|
381
|
+
/* MS Edge */
|
|
382
|
+
input::-ms-reveal,
|
|
383
|
+
input::-ms-clear {
|
|
384
|
+
display: none;
|
|
385
|
+
}
|
|
386
|
+
|
|
374
387
|
@keyframes Loader {
|
|
375
388
|
0% {
|
|
376
389
|
transform: rotate(0deg);
|