mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Squashed commit of the following:
commit05933be205Author: Kalista Payne <kalista@habitica.com> Date: Tue Nov 25 11:46:16 2025 -0600 fix(layout): contrast commitf36f3c8a21Author: Kalista Payne <kalista@habitica.com> Date: Thu Nov 20 17:29:06 2025 -0600 fix(layout): less ridiculous flow commit74fcbe9494Author: Kalista Payne <kalista@habitica.com> Date: Thu Nov 20 17:19:23 2025 -0600 fix(billing): adjust placement and copy commitc0c1ea4309Author: Kalista Payne <kalista@habitica.com> Date: Thu Nov 20 10:48:45 2025 -0600 fix(groups): fine print about billing
This commit is contained in:
@@ -45,6 +45,9 @@
|
||||
<p class="gray-200">
|
||||
{{ $t('billedMonthly') }}
|
||||
</p>
|
||||
<small class="gray-200">
|
||||
{{ $t('groupPlanBillingFYI') }}
|
||||
</small>
|
||||
</div>
|
||||
<div class="top-right"></div>
|
||||
<div class="d-flex justify-content-between align-items-middle w-100 gap-72 mb-100">
|
||||
@@ -114,6 +117,9 @@
|
||||
<p class="gray-200">
|
||||
{{ $t('billedMonthly') }}
|
||||
</p>
|
||||
<small class="gray-200">
|
||||
{{ $t('groupPlanBillingFYI') }}
|
||||
</small>
|
||||
</div>
|
||||
<div class="bot-right"></div>
|
||||
</div>
|
||||
@@ -174,6 +180,11 @@
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 12px;
|
||||
line-height: 1.67;
|
||||
}
|
||||
|
||||
// Major layout elements
|
||||
|
||||
.bottom-banner {
|
||||
|
||||
Reference in New Issue
Block a user