From 8af9ae1db1117a4e5a9ade348a24eca53f9f8748 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye <> Date: Thu, 1 Feb 2024 21:25:08 -0500 Subject: [PATCH] job page --- .../add-jobs/add-jobs.component.html | 2 +- src/app/pages/joblist/joblist.page.html | 44 ++++++++++++++++++- src/app/pages/joblist/joblist.page.scss | 20 ++++----- src/global.scss | 26 ++++++----- 4 files changed, 67 insertions(+), 25 deletions(-) diff --git a/src/app/components/add-jobs/add-jobs.component.html b/src/app/components/add-jobs/add-jobs.component.html index 3e942e8..0238a73 100644 --- a/src/app/components/add-jobs/add-jobs.component.html +++ b/src/app/components/add-jobs/add-jobs.component.html @@ -6,7 +6,7 @@ -
+
- - + + + +
+ + + + Add Job + + + + + + + + + +
+ + diff --git a/src/app/pages/joblist/joblist.page.scss b/src/app/pages/joblist/joblist.page.scss index 9556e2e..f91b31d 100644 --- a/src/app/pages/joblist/joblist.page.scss +++ b/src/app/pages/joblist/joblist.page.scss @@ -386,15 +386,15 @@ ion-footer { } } -.common_modal_addjob{ - background-color: aliceblue; - //height: 99%; - max-width: 320px; - min-width: 300px ; - min-height: 490px; - max-height: 550px; - border-radius: 20px; - margin: auto; +// .common_modal_addjob{ +// background-color: aliceblue; +// //height: 99%; +// max-width: 320px; +// min-width: 300px ; +// min-height: 490px; +// max-height: 550px; +// border-radius: 20px; +// margin: auto; -} +// } diff --git a/src/global.scss b/src/global.scss index a342ed6..dbbc535 100644 --- a/src/global.scss +++ b/src/global.scss @@ -301,6 +301,20 @@ ion-content{ max-height: 550px; border-radius: 20px; margin: auto; + + .modal-head{ + padding: 0px; + height: 45px !important; + color: white; + font-weight: bolder; + font-size: 18px; + ion-toolbar{ + height: 45px !important; + ion-title{ + height: 45px !important; + } + } + } } @@ -313,15 +327,3 @@ ion-backdrop { height: 45px; background-color: green; } -.modal-head{ - height: 45px !important; - color: white; - font-weight: bolder; - font-size: 18px; - ion-toolbar{ - height: 45px !important; - ion-title{ - height: 45px !important; - } - } -} \ No newline at end of file