Group plan landing page (#10222)

* Updated task page styles

* Added initial page styles

* Added login and payments

* Updated more styles

* Added white header

* Added group plan overview modal

* Updated copy

* Fixed location

* Style updates

* Added analytics

* More style updates

* Added locales

* Removed duplicate key
This commit is contained in:
Keith Holliday
2018-04-03 11:26:08 -05:00
committed by GitHub
parent 690d3e3fd2
commit ab14312368
30 changed files with 1263 additions and 80 deletions

View File

@@ -9,7 +9,7 @@ div
h2 {{$t('tipTitle', {tipNumber: currentTipNumber})}}
p {{currentTip}}
#app(:class='{"casting-spell": castingSpell}')
amazon-payments-modal
amazon-payments-modal(v-if='!isStaticPage')
snackbars
router-view(v-if="!isUserLoggedIn || isStaticPage")
template(v-else)
@@ -111,6 +111,7 @@ div
}
.modal-backdrop.show {
opacity: .9 !important;
background-color: $purple-100 !important;
}