@everymatrix/casino-games-category-section 0.0.223 → 0.0.228

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.223",
3
+ "version": "0.0.228",
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": "5372f53977f5b7ba141b1afe5dc2b85d2c0bc9e7"
39
+ "gitHead": "29054c0e1620b86e700d983b67e48278178a239d"
40
40
  }
@@ -601,7 +601,7 @@
601
601
  ></casino-game-thumbnail>
602
602
  {/if}
603
603
  {:else if gameprops.gameModel.platform.includes("PC")}
604
- <!-- <p style="color: #fff">{gameprops.gameModel.isFavorite}</p> -->
604
+ <!-- <p style="color: var(--emfe-w-color-white, #FFFFFF)">{gameprops.gameModel.isFavorite}</p> -->
605
605
  <casino-game-thumbnail
606
606
  class="{MASONRY_CLASS_PREFIX}{gameprops.cellSize ? gameprops.cellSize : '1x1'}"
607
607
  session={session}
@@ -682,18 +682,18 @@
682
682
 
683
683
  .CategoryName,
684
684
  .StatusText {
685
- color: #fff;
685
+ color: var(--emfe-w-color-white, #FFFFFF);
686
686
  font-size: 22px;
687
687
  font-weight: 500;
688
688
  }
689
689
 
690
690
  .CategoryLoadMore {
691
691
  font-size: 14px;
692
- color: #fff;
692
+ color: var(--emfe-w-color-white, #FFFFFF);
693
693
  }
694
694
 
695
695
  .NoSearchResults {
696
- color: #fff;
696
+ color: var(--emfe-w-color-white, #FFFFFF);
697
697
  text-align: left;
698
698
  width: 100%;
699
699
  padding-left: 5px;
@@ -712,7 +712,7 @@
712
712
  }
713
713
 
714
714
  .NoFavoriteGames {
715
- color: #fff;
715
+ color: var(--emfe-w-color-white, #FFFFFF);
716
716
  font-size: ttp(1);
717
717
  display: flex;
718
718
  flex-direction: column;
@@ -740,7 +740,7 @@
740
740
 
741
741
  .SearchWaiting {
742
742
  grid-column: 1/-1;
743
- color: #fff;
743
+ color: var(--emfe-w-color-white, #FFFFFF);
744
744
  font-size: ttp(.8);
745
745
  text-align: center;
746
746
  }
@@ -804,6 +804,6 @@
804
804
  .SearchLoading {
805
805
  display: block;
806
806
  padding: 50px;
807
- color: #fff;
807
+ color: var(--emfe-w-color-white, #FFFFFF);
808
808
  }
809
809
  </style>