@everymatrix/casino-slider 0.0.301 → 0.0.304

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-slider",
3
- "version": "0.0.301",
3
+ "version": "0.0.304",
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": "0aaa2050b41f07624312c34d37c3b3b55bb33fcb"
39
+ "gitHead": "d89b47f1860e8b310635d3dbff60138a4eef1a70"
40
40
  }
@@ -186,8 +186,9 @@
186
186
  display: flex;
187
187
  height: 100%;
188
188
  align-items: center;
189
- padding: 13px 19px;
190
- font-size: 16px;
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-top: 1px solid var(--emfe-w-color-primary, #D0046C);
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
  }