From 1a2ea8ff1aba82fa0226001cf88c408fd89936cd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 10 Dec 2023 09:06:42 -0500 Subject: [PATCH] profile icons --- src/app/pages/profile/profile.page.html | 14 +++++++++----- src/app/pages/profile/profile.page.scss | 12 ++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/pages/profile/profile.page.html b/src/app/pages/profile/profile.page.html index b84bc19..119ec49 100644 --- a/src/app/pages/profile/profile.page.html +++ b/src/app/pages/profile/profile.page.html @@ -122,7 +122,7 @@ - + Coupons & Rewards @@ -166,25 +166,29 @@ - + + + My Files - + Preferences - + + History - + + Help diff --git a/src/app/pages/profile/profile.page.scss b/src/app/pages/profile/profile.page.scss index fb673d9..2a8117d 100644 --- a/src/app/pages/profile/profile.page.scss +++ b/src/app/pages/profile/profile.page.scss @@ -1,11 +1,4 @@ -/* - Authors : initappz (Rahul Jograna) - Website : https://initappz.com/ - App Name : E-Learning App Template - This App Template Source code is licensed as per the - terms found in the Website https://initappz.com/license - Copyright and Good Faith Purchasers © 2021-present initappz. -*/ + ion-header { ion-toolbar { --background: var(--ion-color-primary); @@ -21,6 +14,9 @@ ion-header { } ion-content { + .ion_label_red{ + color: red; + } .profile { display: flex; flex-direction: column;