From cff6c5674f231c4500a1e8f151289da19530c923 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Thu, 4 Aug 2022 17:26:04 -0400 Subject: [PATCH] update: add styling --- habitica-images | 2 +- .../group-plans/groupPlanCreationModal.vue | 68 +++++++++++++------ website/common/locales/en/groups.json | 4 ++ 3 files changed, 51 insertions(+), 23 deletions(-) diff --git a/habitica-images b/habitica-images index 58b8905b08..6e9d17b8a4 160000 --- a/habitica-images +++ b/habitica-images @@ -1 +1 @@ -Subproject commit 58b8905b0825159b6ba4eb5a37459b97bca79947 +Subproject commit 6e9d17b8a4af295ba2d9dc9870b2904035d6fba7 diff --git a/website/client/src/components/group-plans/groupPlanCreationModal.vue b/website/client/src/components/group-plans/groupPlanCreationModal.vue index 1044693d81..01e559ea1a 100644 --- a/website/client/src/components/group-plans/groupPlanCreationModal.vue +++ b/website/client/src/components/group-plans/groupPlanCreationModal.vue @@ -11,17 +11,18 @@ v-if="activePage === PAGES.CREATE_GROUP" class="col-12" > +

{{ $t('createGroup') }}

+ +
- +
- +
-
@@ -67,7 +72,7 @@ >
- + -->
@import '~@/assets/scss/colors.scss'; + h2 { + color: $purple-300; + font-size: 1.25rem; + height: 28px; + width: 120px; + margin-top: 24px; + align-self: center; + } + + .cancel-text { + color: $blue-10; + font-size: 0.875rem; + margin-right: 16px; + text-align: center; + cursor: pointer; + } + .next-button { + align-self: center; + } + + .form-control::placeholder { + color: $gray-50; + height: 32px; + } + .payment-options { margin-bottom: 4em; @@ -170,6 +200,7 @@ vertical-align: bottom; } } + diff --git a/website/common/locales/en/groups.json b/website/common/locales/en/groups.json index dcc92184f6..dee4012171 100644 --- a/website/common/locales/en/groups.json +++ b/website/common/locales/en/groups.json @@ -353,6 +353,10 @@ "gettingStarted": "Getting Started", "next": "Next", "cancel": "Cancel", + "nameStar": "Name*", + "nameStarText": "Add a title", + "descriptionOptional": "Description", + "descriptionOptionalText": "Add a description", "congratsOnGroupPlan": "Congratulations on creating your new Group! Here are a few answers to some of the more commonly asked questions.", "whatsIncludedGroup": "What's included in the subscription", "whatsIncludedGroupDesc": "All members of the Group receive full subscription benefits, including the monthly subscriber items, the ability to buy Gems with Gold, and the Royal Purple Jackalope mount, which is exclusive to users with a Group Plan membership.",