From 684cb59a7ca6ced391f46676a9d3a483744c69aa Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Mon, 6 Feb 2023 16:23:20 -0500 Subject: [PATCH] buyModal styling/functions --- .../src/components/shops/balanceInfo.vue | 2 +- .../client/src/components/shops/buyModal.vue | 36 +++++++++++++++---- website/common/locales/en/subscriber.json | 2 +- 3 files changed, 31 insertions(+), 9 deletions(-) diff --git a/website/client/src/components/shops/balanceInfo.vue b/website/client/src/components/shops/balanceInfo.vue index c03eef4d93..aaa4b923d5 100644 --- a/website/client/src/components/shops/balanceInfo.vue +++ b/website/client/src/components/shops/balanceInfo.vue @@ -22,7 +22,7 @@ @import '~@/assets/scss/colors.scss'; span { - font-weight: normal; + font-weight: bold; font-size: 12px; line-height: 1.33; color: $gray-200; diff --git a/website/client/src/components/shops/buyModal.vue b/website/client/src/components/shops/buyModal.vue index a773a6f81f..a5bb3aec6d 100644 --- a/website/client/src/components/shops/buyModal.vue +++ b/website/client/src/components/shops/buyModal.vue @@ -88,6 +88,7 @@
{{ $t('howManyToBuy') }}
-
+
@@ -129,7 +134,10 @@
-
+
{{ $t('notEnoughGemsToBuy') }}
{{ $t('viewSubscriptions') }} +