@everymatrix/player-profile-info 0.0.191 → 0.0.192
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.192",
|
|
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": "90772f9f46872463853a444005e5adbfb07fc973"
|
|
40
40
|
}
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
cursor: pointer;
|
|
535
535
|
border-radius: ttp(0.3125);
|
|
536
536
|
width: 100%;
|
|
537
|
-
height:
|
|
537
|
+
height: 50px;
|
|
538
538
|
display: flex;
|
|
539
539
|
align-items: center;
|
|
540
540
|
justify-content: center;
|
|
@@ -552,13 +552,11 @@
|
|
|
552
552
|
background: darken(#D0046C, 10);
|
|
553
553
|
}
|
|
554
554
|
&.PlayerButtonDisabled {
|
|
555
|
-
|
|
556
|
-
border: 1px solid #58586B;
|
|
555
|
+
opacity: 0.3;
|
|
557
556
|
cursor: not-allowed;
|
|
558
|
-
color: #07072A;
|
|
559
|
-
opacity: 0.6;
|
|
560
557
|
}
|
|
561
558
|
}
|
|
559
|
+
|
|
562
560
|
.PlayerDetailsCancelButton {
|
|
563
561
|
background: transparent;
|
|
564
562
|
border: 1px solid #58586B;
|
|
@@ -585,6 +583,7 @@
|
|
|
585
583
|
.PlayerNotificationsCheckboxArea {
|
|
586
584
|
padding-bottom: ttp(1.875);
|
|
587
585
|
}
|
|
586
|
+
|
|
588
587
|
.PlayerInfoWrapperMobile {
|
|
589
588
|
padding: ttp(1.25) ttp(0.9375);
|
|
590
589
|
background: #F9F8F8;
|