@everymatrix/casino-403 1.17.1 → 1.17.3

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/casino-403",
3
- "version": "1.17.1",
3
+ "version": "1.17.3",
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": "f2155458138e80c61c668cc7e75c645d6f16709c"
38
+ "gitHead": "89baba5648f1fb1c1ff4fbe9369eb83965480ce7"
39
39
  }
@@ -92,7 +92,7 @@
92
92
 
93
93
  .PageWrapper {
94
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));
95
+ background: var(--emfe-w-misc-color-bg, var(--emfe-w-color-background, #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-misc-color-primary, var(--emfe-w-color-pink-500, #D0046C));
112
+ fill: var(--emfe-w-misc-color-primary, var(--emfe-w-color-primary, #D0046C));
113
113
  }
114
114
 
115
115
  .PageTitle {
116
- color: var(--emfe-w-misc-color-primary, var(--emfe-w-color-pink-500, #D0046C));
116
+ color: var(--emfe-w-misc-color-primary, var(--emfe-w-color-primary, #D0046C));
117
117
  font-weight: 500;
118
118
  font-size: 28px;
119
119
  }
@@ -137,8 +137,8 @@
137
137
  }
138
138
 
139
139
  .ButtonDefaultSmall {
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));
140
+ background: var(--emfe-w-misc-color-primary, var(--emfe-w-color-primary, #D0046C));
141
+ border: 1px solid var(--emfe-w-misc-color-primary, var(--emfe-w-color-primary, #D0046C));
142
142
  color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
143
143
  border-radius: 5px;
144
144
  width: 30%;
@@ -157,7 +157,7 @@
157
157
 
158
158
  .PageWrapper {
159
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));
160
+ background: var(--emfe-w-misc-color-bg, var(--emfe-w-color-background, #07072A));
161
161
  padding: 20px 0;
162
162
  width: 100%;
163
163
  text-align: center;