From bb9f8e38d2444edf98085ede7b6659c5056a3151 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Jul 25 2018 17:57:51 +0000 Subject: update modules and styles --- diff --git a/src/app/app.module.ts b/src/app/app.module.ts old mode 100644 new mode 100755 index 9ae6982..3178776 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -16,9 +16,8 @@ import { HomePage } from '../pages/home/home'; import { MagazinePage } from '../pages/magazine/magazine'; import { AskPage } from '../pages/ask/ask'; import { CalendarPage, Search, meetingDetails } from '../pages/calendar/calendar'; -import { MorePage} from '../pages/more/more'; +import { MorePage, AboutDetailPage, AboutPage, BookmarksPage} from '../pages/more/more'; import { NotificationsPage} from '../pages/notifications/notifications'; -import { WomenPage } from '../pages/women/women'; import { PackageSearchPage } from '../pages/package-search/package-search'; import { ViewPackagePage } from '../pages/view-package/view-package'; @@ -34,7 +33,9 @@ import { Browser } from '../providers/browser/browser'; CalendarPage, MorePage, NotificationsPage, - WomenPage, + AboutDetailPage, + AboutPage, + BookmarksPage, PackageSearchPage, ViewPackagePage, Search, @@ -56,7 +57,9 @@ import { Browser } from '../providers/browser/browser'; HomePage, MorePage, NotificationsPage, - WomenPage, + AboutDetailPage, + BookmarksPage, + AboutPage, PackageSearchPage, ViewPackagePage, Search, diff --git a/src/app/app.scss b/src/app/app.scss old mode 100644 new mode 100755 index 6b060c3..75d458e --- a/src/app/app.scss +++ b/src/app/app.scss @@ -125,23 +125,12 @@ ion-navbar { box-shadow: 0 2px 4px 0 rgba(86, 86, 86, 0.05); } -[padding] ion-list ion-item { - h1:first-child, - h2:first-child, - h3:first-child, - h4:first-child, - h5:first-child, - h6:first-child { - margin-top: unset; - } -} - .pkg-lib { - color: #03A9F4 + color: #A07CBC!important; } .pkg-devel { - color: #FFEB3B; + color: #E59728!important; } //segment styles @@ -205,4 +194,8 @@ ion-segment { color: #3C6EB4; line-height: 14px; } +} + +.hidden{ + display: none; } \ No newline at end of file