@everymatrix/player-profile-info 0.0.196 → 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
|
}
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
}
|
|
442
442
|
.PlayerPhoneNumber {
|
|
443
443
|
display: grid;
|
|
444
|
-
grid-template-columns:
|
|
444
|
+
grid-template-columns: 2fr 4fr;
|
|
445
445
|
column-gap: ttp(0.625);
|
|
446
446
|
position: relative;
|
|
447
447
|
}
|
|
@@ -450,11 +450,15 @@
|
|
|
450
450
|
font-weight: 300;
|
|
451
451
|
padding: ttp(0.625);
|
|
452
452
|
color: #07072A;
|
|
453
|
-
background: #FFF;
|
|
454
453
|
border: 1px solid #D1D1D1;
|
|
455
454
|
border-radius: ttp(0.3125);
|
|
456
455
|
outline: none;
|
|
457
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;
|
|
458
462
|
&:focus, :focus-within, :focus-visible, :visited {
|
|
459
463
|
border: 1px solid #D0046C;
|
|
460
464
|
box-shadow: 0 0 0 1pt #D0046C;
|