@everymatrix/player-account-timeout 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-account-timeout",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.197",
|
|
4
4
|
"main": "dist/player-account-timeout.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
|
}
|
|
@@ -60,6 +60,10 @@
|
|
|
60
60
|
@return $value * $multiplicator;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
+
:host {
|
|
64
|
+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
65
|
+
}
|
|
66
|
+
|
|
63
67
|
.TimeoutWrapper {
|
|
64
68
|
color: #07072A;
|
|
65
69
|
padding: 50px;
|
|
@@ -123,6 +127,11 @@
|
|
|
123
127
|
font-size: ttp(1);
|
|
124
128
|
line-height: ttp(1.125);
|
|
125
129
|
margin-bottom: ttp(1);
|
|
130
|
+
-webkit-appearance: none;
|
|
131
|
+
-moz-appearance: none;
|
|
132
|
+
appearance: none;
|
|
133
|
+
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;
|
|
134
|
+
background-position: calc(100% - 0.75rem) center;
|
|
126
135
|
&:focus, :focus-within, :focus-visible, :visited {
|
|
127
136
|
border: 1px solid #D0046C;
|
|
128
137
|
box-shadow: 0 0 0 1pt #D0046C;
|