From e69a89e5d35f25bccdb6ce048bb3c1140fbfd71b Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Fri, 9 Mar 2018 03:54:43 -0500 Subject: [PATCH] no message --- src/pages/cruise/cruise.html | 16 +++-- src/pages/cruise/cruise.scss | 4 -- src/pages/profile/profile.html | 104 ++++++++++++++++----------------- src/pages/profile/profile.scss | 4 -- 4 files changed, 58 insertions(+), 70 deletions(-) diff --git a/src/pages/cruise/cruise.html b/src/pages/cruise/cruise.html index 3c3b224..75e68f1 100644 --- a/src/pages/cruise/cruise.html +++ b/src/pages/cruise/cruise.html @@ -13,15 +13,13 @@

{{this.cruise.name}}

- - - Location - - - - - - + + Location + + + + + diff --git a/src/pages/cruise/cruise.scss b/src/pages/cruise/cruise.scss index 31e5f30..02c9aea 100644 --- a/src/pages/cruise/cruise.scss +++ b/src/pages/cruise/cruise.scss @@ -10,10 +10,6 @@ page-cruise { overflow-y: hidden; } - ion-scroll { - white-space: nowrap; - } - ion-toolbar { .toolbar-background { diff --git a/src/pages/profile/profile.html b/src/pages/profile/profile.html index e56172f..4338a89 100644 --- a/src/pages/profile/profile.html +++ b/src/pages/profile/profile.html @@ -25,59 +25,57 @@ - - - - - - Height - {{this.profile.details.height}} - - - Weight - {{this.profile.details.weight}} - - - Ethnicity - {{this.profile.details.ethnicity}} - - - Body Type - {{this.profile.details.body}} - - - Gender - {{this.profile.details.gender}} - - - Pronouns - {{this.profile.details.pronouns}} - - - Tribes - {{this.profile.details.tribe}} - - - Position - {{this.profile.details.position}} - - - Relationship - {{this.profile.details.relationship}} - - - I'm Looking For - {{this.profile.details.looking}} - - - HIV Status - {{this.profile.details.status}} - - - Last Tested - {{this.profile.details.tested}} - - + + + + + Height + {{this.profile.details.height}} + + + Weight + {{this.profile.details.weight}} + + + Ethnicity + {{this.profile.details.ethnicity}} + + + Body Type + {{this.profile.details.body}} + + + Gender + {{this.profile.details.gender}} + + + Pronouns + {{this.profile.details.pronouns}} + + + Tribes + {{this.profile.details.tribe}} + + + Position + {{this.profile.details.position}} + + + Relationship + {{this.profile.details.relationship}} + + + I'm Looking For + {{this.profile.details.looking}} + + + HIV Status + {{this.profile.details.status}} + + + Last Tested + {{this.profile.details.tested}} + diff --git a/src/pages/profile/profile.scss b/src/pages/profile/profile.scss index b6ecdce..14e0b00 100644 --- a/src/pages/profile/profile.scss +++ b/src/pages/profile/profile.scss @@ -10,10 +10,6 @@ page-profile { overflow-y: hidden; } - ion-scroll { - white-space: nowrap; - } - ion-toolbar { .toolbar-background {