@everymatrix/general-player-forgot-password-form 1.3.0 → 1.3.2

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-forgot-password-form",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "main": "dist/general-player-forgot-password-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": "ac0e71f6ea97bb7428ee75f5667c1408cbdc3146"
39
+ "gitHead": "6f5109fe10945e3602504893215ac687784c4156"
40
40
  }
@@ -585,15 +585,15 @@
585
585
  padding: 50px;
586
586
  }
587
587
 
588
- .FormMobileContainer {
589
- height: 100%;
590
-
591
- .resetPasswordButton,
592
- .ResetPasswordByEmail input, {
593
- max-width: unset;
594
- }
588
+ .FormMobileContainer {
589
+ height: 100%;
590
+ background-color: var(--emfe-w-color-gray-50, #F9F8F8);
595
591
 
596
- }
592
+ .resetPasswordButton,
593
+ .ResetPasswordByEmail input {
594
+ max-width: unset;
595
+ }
596
+ }
597
597
 
598
598
  .FormMobileContainer {
599
599
  height: 100%;