From 1c340514cdb8a9c1385889e4b8544af3b8e03a5d Mon Sep 17 00:00:00 2001 From: Kai Kuehner Date: Tue, 6 Aug 2024 17:42:06 -0400 Subject: [PATCH] add badges placeholder --- src/components/UserProfile.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/components/UserProfile.vue b/src/components/UserProfile.vue index 4881b2b..c47f3b2 100644 --- a/src/components/UserProfile.vue +++ b/src/components/UserProfile.vue @@ -39,6 +39,10 @@ const emit = defineEmits({
{{cellsSubmitted}}
+
+ + +
@@ -85,4 +89,13 @@ const emit = defineEmits({ font-size: 1.2em; } +.nge-user-profile-badges { + margin-top: 20px; +} + +.nge-user-profile-badges-box { + height: 100px; + border: 1px solid #01ffffba; + border-radius: 20px; +}