@everymatrix/player-profile-info 0.0.193 → 0.0.197
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/player-profile-info",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.197",
|
|
4
4
|
"main": "dist/player-profile-info.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": "89d693d3429e3dc0d6e642537452c8faa0ca008a"
|
|
40
40
|
}
|
|
@@ -360,6 +360,10 @@
|
|
|
360
360
|
@return $value * $multiplicator;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
+
:host {
|
|
364
|
+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
365
|
+
}
|
|
366
|
+
|
|
363
367
|
.MyAccountCategoryTitle {
|
|
364
368
|
font-size: 26px;
|
|
365
369
|
color: #D0046C;
|
|
@@ -437,7 +441,7 @@
|
|
|
437
441
|
}
|
|
438
442
|
.PlayerPhoneNumber {
|
|
439
443
|
display: grid;
|
|
440
|
-
grid-template-columns:
|
|
444
|
+
grid-template-columns: 2fr 4fr;
|
|
441
445
|
column-gap: ttp(0.625);
|
|
442
446
|
position: relative;
|
|
443
447
|
}
|
|
@@ -446,11 +450,15 @@
|
|
|
446
450
|
font-weight: 300;
|
|
447
451
|
padding: ttp(0.625);
|
|
448
452
|
color: #07072A;
|
|
449
|
-
background: #FFF;
|
|
450
453
|
border: 1px solid #D1D1D1;
|
|
451
454
|
border-radius: ttp(0.3125);
|
|
452
455
|
outline: none;
|
|
453
456
|
transition-duration: 0.3s;
|
|
457
|
+
-webkit-appearance: none;
|
|
458
|
+
-moz-appearance: none;
|
|
459
|
+
appearance: none;
|
|
460
|
+
background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat #FFF;
|
|
461
|
+
background-position: calc(100% - 0.75rem) center;
|
|
454
462
|
&:focus, :focus-within, :focus-visible, :visited {
|
|
455
463
|
border: 1px solid #D0046C;
|
|
456
464
|
box-shadow: 0 0 0 1pt #D0046C;
|