@everymatrix/casino-games-category-section 0.0.191 → 0.0.192

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-games-category-section",
3
- "version": "0.0.191",
3
+ "version": "0.0.192",
4
4
  "main": "dist/casino-games-category-section.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": "df80d1a5b1d672c6cef6b88b664c11d2c5786745"
39
+ "gitHead": "90772f9f46872463853a444005e5adbfb07fc973"
40
40
  }
@@ -517,9 +517,9 @@
517
517
  {#if showLoadCategory}
518
518
  <!-- svelte-ignore a11y-missing-attribute -->
519
519
  <a class="CategoryNameLink" on:click="{e => showCategory(categoryData.id, categoryData)}">
520
- <h3 class="CategoryLoadMore">
520
+ <span class="CategoryLoadMore">
521
521
  {$_('gamesCategorySection.viewAll')} ({categoryData.games.total})
522
- </h3>
522
+ </span>
523
523
  </a>
524
524
  {/if}
525
525
  </div>
@@ -667,10 +667,14 @@
667
667
  $grid-cell-size: ttp(12);
668
668
 
669
669
  .CategoryName,
670
- .CategoryLoadMore ,
671
670
  .StatusText {
672
671
  color: #fff;
673
- font-size: ttp(1.2);
672
+ font-size: 22px;
673
+ }
674
+
675
+ .CategoryLoadMore {
676
+ font-size: 14px;
677
+ color: #fff;
674
678
  }
675
679
 
676
680
  .NoSearchResults {