From 7e9506391fbbe84672bf556b70d275c70dbd30f7 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Mon, 27 Mar 2023 16:13:06 -0400 Subject: [PATCH] more buyModal styling --- .../client/src/components/shops/buyModal.vue | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/website/client/src/components/shops/buyModal.vue b/website/client/src/components/shops/buyModal.vue index 6743f16759..086b556a2a 100644 --- a/website/client/src/components/shops/buyModal.vue +++ b/website/client/src/components/shops/buyModal.vue @@ -60,13 +60,14 @@ :show-popover="false" /> - - {{ $t('owned') }}: {{ totalOwned }} - + + {{ $t('owned') }}: {{ totalOwned }} +

{{ itemText }}

@@ -293,23 +294,25 @@ } .owned { - font-size: 0.75rem; - font-weight: bold; height: 32px; width: 141px; + margin-top: -36px; margin-left: 153px; - line-height: 1.71; + padding-top: 6px; background-color: $gray-600; - padding: 8px 41px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; display: block; - justify-content: center; text-align: center; - margin-top: -36px; position: relative; z-index: 1; + .owned-text { + font-size: 0.75rem; + font-weight: bold; + line-height: 1.71; + } + .user-amount { font-weight: normal !important; }