From e010e617c17b6f0571c6a74e85fd1c59f56aa569 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Tue, 5 Aug 2025 12:42:53 +0100 Subject: [PATCH] feat: finish server card layout --- .../servers/marketing/MedalServerListing.vue | 177 ++++++++++++------ packages/assets/generated-icons.ts | 2 + packages/assets/icons/rocket.svg | 1 + 3 files changed, 126 insertions(+), 54 deletions(-) create mode 100644 packages/assets/icons/rocket.svg diff --git a/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue b/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue index 432a2729f..c880ea196 100644 --- a/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue +++ b/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue @@ -1,63 +1,92 @@ @@ -169,4 +233,9 @@ const timeLeftCountdown = computed(() => { border-radius: inherit; color: var(--medal-promotion-text-orange); } + +.text-medal-orange { + color: var(--medal-promotion-text-orange); + font-weight: bold; +} diff --git a/packages/assets/generated-icons.ts b/packages/assets/generated-icons.ts index 9d345a9e1..a46160383 100644 --- a/packages/assets/generated-icons.ts +++ b/packages/assets/generated-icons.ts @@ -139,6 +139,7 @@ import _ReplyIcon from './icons/reply.svg?component' import _ReportIcon from './icons/report.svg?component' import _RestoreIcon from './icons/restore.svg?component' import _RightArrowIcon from './icons/right-arrow.svg?component' +import _RocketIcon from './icons/rocket.svg?component' import _RotateClockwiseIcon from './icons/rotate-clockwise.svg?component' import _RotateCounterClockwiseIcon from './icons/rotate-counter-clockwise.svg?component' import _RssIcon from './icons/rss.svg?component' @@ -333,6 +334,7 @@ export const ReplyIcon = _ReplyIcon export const ReportIcon = _ReportIcon export const RestoreIcon = _RestoreIcon export const RightArrowIcon = _RightArrowIcon +export const RocketIcon = _RocketIcon export const RotateClockwiseIcon = _RotateClockwiseIcon export const RotateCounterClockwiseIcon = _RotateCounterClockwiseIcon export const RssIcon = _RssIcon diff --git a/packages/assets/icons/rocket.svg b/packages/assets/icons/rocket.svg new file mode 100644 index 000000000..df6c40f36 --- /dev/null +++ b/packages/assets/icons/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file