@everymatrix/casino-403 1.13.15 → 1.13.16
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/dist/casino-403.js +13 -13
- package/dist/casino-403.js.map +1 -1
- package/package.json +2 -2
- package/src/Casino_403.svelte +11 -11
- package/CHANGELOG.md +0 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-403",
|
3
|
-
"version": "1.13.
|
3
|
+
"version": "1.13.16",
|
4
4
|
"main": "dist/casino-403.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "586fd8038cd1f675aab3c6a81922c36e5d8faa34"
|
39
39
|
}
|
package/src/Casino_403.svelte
CHANGED
@@ -91,8 +91,8 @@
|
|
91
91
|
}
|
92
92
|
|
93
93
|
.PageWrapper {
|
94
|
-
color: var(--emfe-w-color-white, #FFFFFF);
|
95
|
-
background: var(--emfe-w-color-
|
94
|
+
color: var(--emfe-w-misc-typography, var(--emfe-w-color-white, #FFFFFF));
|
95
|
+
background: var(--emfe-w-misc-color-bg, var(--emfe-w-color-dunkel, #07072A));
|
96
96
|
padding: 50px 0;
|
97
97
|
width: 100%;
|
98
98
|
text-align: center;
|
@@ -109,11 +109,11 @@
|
|
109
109
|
}
|
110
110
|
|
111
111
|
.NotFoundPage svg {
|
112
|
-
fill: var(--emfe-w-color-primary, #D0046C);
|
112
|
+
fill: var(--emfe-w-misc-color-primary, var(--emfe-w-color-pink-500, #D0046C));
|
113
113
|
}
|
114
114
|
|
115
115
|
.PageTitle {
|
116
|
-
color: var(--emfe-w-color-primary, #D0046C);
|
116
|
+
color: var(--emfe-w-misc-color-primary, var(--emfe-w-color-pink-500, #D0046C));
|
117
117
|
font-weight: 500;
|
118
118
|
font-size: 28px;
|
119
119
|
}
|
@@ -125,21 +125,21 @@
|
|
125
125
|
}
|
126
126
|
|
127
127
|
.ErrorPageTitle {
|
128
|
-
color: var(--emfe-w-color-error, #
|
128
|
+
color: var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909));
|
129
129
|
font-weight: 500;
|
130
130
|
font-size: 28px;
|
131
131
|
}
|
132
132
|
|
133
133
|
.ErrorPageContent {
|
134
|
-
color: var(--emfe-w-color-error, #
|
134
|
+
color: var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909));
|
135
135
|
font-size:18px;
|
136
136
|
line-height: 24px;
|
137
137
|
}
|
138
138
|
|
139
139
|
.ButtonDefaultSmall {
|
140
|
-
background: var(--emfe-w-color-primary, #D0046C);
|
141
|
-
border: 1px solid var(--emfe-w-color-primary, #D0046C);
|
142
|
-
color: #
|
140
|
+
background: var(--emfe-w-misc-color-primary, var(--emfe-w-color-pink-500, #D0046C));
|
141
|
+
border: 1px solid var(--emfe-w-misc-color-primary, var(--emfe-w-color-pink-500, #D0046C));
|
142
|
+
color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
|
143
143
|
border-radius: 5px;
|
144
144
|
width: 30%;
|
145
145
|
height: 60px;
|
@@ -156,8 +156,8 @@
|
|
156
156
|
@media only screen and (max-width: 475px) {
|
157
157
|
|
158
158
|
.PageWrapper {
|
159
|
-
color: var(--emfe-w-color-white, #FFFFFF);
|
160
|
-
|
159
|
+
color: var(--emfe-w-misc-typography, var(--emfe-w-color-white, #FFFFFF));
|
160
|
+
background: var(--emfe-w-misc-color-bg, var(--emfe-w-color-dunkel, #07072A));
|
161
161
|
padding: 20px 0;
|
162
162
|
width: 100%;
|
163
163
|
text-align: center;
|