diff --git a/client/src/assets/css/colors.scss b/client/src/assets/css/colors.scss index d4d5e53..b9eb9bb 100644 --- a/client/src/assets/css/colors.scss +++ b/client/src/assets/css/colors.scss @@ -96,6 +96,10 @@ $highscores-text-color: #ffffff; $admin-tile-background-color: #384048; $admin-tile-border: none; $admin-tile-text-color: #ffffff; +$admin-tile-bottom-icon-background-color: $admin-tile-background-color; +$admin-tile-bottom-icon-border: 1px solid #ffffff; +$admin-tile-bottom-icon-hover-background-color: #485058; +$admin-tile-bottom-icon-hover-border: $admin-tile-bottom-icon-border; // Engine Debug $debug-background-color: lighten($background-primary-color, 10%); diff --git a/client/src/assets/icons/add.svg b/client/src/assets/icons/add.svg new file mode 100644 index 0000000..20ed158 --- /dev/null +++ b/client/src/assets/icons/add.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/client/src/assets/icons/crown.svg b/client/src/assets/icons/crown.svg new file mode 100644 index 0000000..17cffd9 --- /dev/null +++ b/client/src/assets/icons/crown.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/client/src/components/admin/AdminTile.vue b/client/src/components/admin/AdminTile.vue index 2fff7c1..54e1e92 100644 --- a/client/src/components/admin/AdminTile.vue +++ b/client/src/components/admin/AdminTile.vue @@ -4,13 +4,21 @@
+
+
+ +
+
\ No newline at end of file diff --git a/client/src/components/admin/GameInfoTile.vue b/client/src/components/admin/GameInfoTile.vue index 88c557e..537e694 100644 --- a/client/src/components/admin/GameInfoTile.vue +++ b/client/src/components/admin/GameInfoTile.vue @@ -1,6 +1,6 @@