@everymatrix/general-player-register-form-step2 0.0.217 → 0.0.221

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-step2",
3
- "version": "0.0.217",
3
+ "version": "0.0.221",
4
4
  "main": "dist/general-player-register-form-step2.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": "eece4cbb47122ec254298d89beb7fdb184124cdc"
39
+ "gitHead": "015e13b1638624ecac8f0cc2a0f210cbbac4910e"
40
40
  }
@@ -255,19 +255,18 @@
255
255
  .BackButton {
256
256
  display: inline-flex;
257
257
  color: #07072A;
258
- height: ttp(1.5);
259
- line-height: ttp(1.5);
260
- border-radius: ttp(0.3125);
258
+ height: 15px;
259
+ border-radius: 5px;
261
260
  border: none;
262
261
  background: transparent;
263
262
  padding: 0;
264
263
  text-transform: uppercase;
265
- font-size: ttp(2);
264
+ font-size: 22px;
266
265
  cursor: pointer;
267
- margin-bottom: ttp(1.875);
266
+ margin-bottom: 30px;
268
267
  svg {
269
- width: ttp(1.5);
270
- height: ttp(1.5);
268
+ width: 20px;
269
+ height: 20px;
271
270
  margin-right: ttp(1.25);
272
271
  fill: #D0046C;
273
272
  }