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;
}