@everymatrix/casino-slider 0.0.300 → 0.0.303
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-slider",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.303",
|
4
4
|
"main": "dist/casino-slider.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": "2e4012fec1bb6695caae9c8d4877c56b4dc427a3"
|
40
40
|
}
|
package/src/CasinoSlider.svelte
CHANGED
@@ -186,8 +186,9 @@
|
|
186
186
|
display: flex;
|
187
187
|
height: 100%;
|
188
188
|
align-items: center;
|
189
|
-
padding: 13px
|
190
|
-
font-size:
|
189
|
+
padding: 13px 11px;
|
190
|
+
font-size: 15px;
|
191
|
+
font-weight: 500;
|
191
192
|
text-align: center;
|
192
193
|
line-height: 26px;
|
193
194
|
transition: all 150ms ease-in-out;
|
@@ -225,7 +226,8 @@
|
|
225
226
|
&:hover, &.active {
|
226
227
|
background: transparent;
|
227
228
|
a {
|
228
|
-
border-
|
229
|
+
border-bottom: 1px solid var(--emfe-w-color-primary, #D0046C);
|
230
|
+
line-height: 84px;
|
229
231
|
color: var(--emfe-w-color-primary, #D0046C);
|
230
232
|
}
|
231
233
|
}
|