diff --git a/website/client/src/assets/images/confetti.png b/website/client/src/assets/images/confetti.png new file mode 100644 index 0000000000..f2bcbc52e3 Binary files /dev/null and b/website/client/src/assets/images/confetti.png differ diff --git a/website/client/src/assets/scss/typography.scss b/website/client/src/assets/scss/typography.scss index 0b495912d7..59b206aafd 100644 --- a/website/client/src/assets/scss/typography.scss +++ b/website/client/src/assets/scss/typography.scss @@ -87,6 +87,10 @@ h4 { opacity: 0.75; } +.bg-gray-100 { + background-color: $gray-100 !important; +} + .bg-gray-300 { background-color: $gray-300 !important; } @@ -103,6 +107,18 @@ h4 { background-color: $green-10 !important; } +.bg-green-100 { + background-color: $green-100 !important; +} + +.bg-purple-100 { + background-color: $purple-100 !important; +} + +.bg-purple-300 { + background-color: $purple-300 !important; +} + .bg-white { background-color: $white !important; } diff --git a/website/client/src/components/settings/subscription.vue b/website/client/src/components/settings/subscription.vue index 5c407aaf6a..685430c6a0 100644 --- a/website/client/src/components/settings/subscription.vue +++ b/website/client/src/components/settings/subscription.vue @@ -37,7 +37,30 @@
-
+
+
+
+
{{ $t('gemCap') }}
+
{{ gemCap }} / 50
+
+
+
+
+ +
+ {{ $t('resubscribeToPickUp') }} +
+
-
@@ -236,12 +259,12 @@ {{ $t('subscriptionCanceled') }}

{{ $t('readyToResubscribe') }}

- +
-
+
-
+
@@ -151,6 +157,7 @@ contacting us. We want to help you get the most from Habitica.", "sendAGift": "Send Gift",