diff --git a/src/app/components/choose-activity/choose-activity.component.html b/src/app/components/choose-activity/choose-activity.component.html index f7c4d3a..476c2cc 100644 --- a/src/app/components/choose-activity/choose-activity.component.html +++ b/src/app/components/choose-activity/choose-activity.component.html @@ -12,7 +12,7 @@ - Here's a small text description for the card content. Nothing more, nothing less. + Track vitals, activities, BP, and Weight, or Sync your devices. @@ -23,7 +23,7 @@ - Here's a small text description for the card content. Nothing more, nothing less. + Set up your one-time or repeated scheduled activities. @@ -36,7 +36,7 @@ - Here's a small text description for the card content. Nothing more, nothing less. + Miss no Appointments, Medication Schedule and more. @@ -47,7 +47,7 @@ - Here's a small text description for the card content. Nothing more, nothing less. + Intelligent search for GYM, Hospital, nutrition info, and more. diff --git a/src/app/components/choose-activity/choose-activity.component.scss b/src/app/components/choose-activity/choose-activity.component.scss index 654bcce..9b45f63 100644 --- a/src/app/components/choose-activity/choose-activity.component.scss +++ b/src/app/components/choose-activity/choose-activity.component.scss @@ -1,7 +1,7 @@ .grid-act{ font-weight: bolder; font-size: 20px; - padding: 0px 0px 0px 20px; + padding: 0px 0px 0px 10px; } .card-block{ margin: 0px; @@ -15,6 +15,8 @@ .card-part{ padding: 0px; margin: 10px; + min-height: 200px; + max-height: 200px; } } ion-card-title{ @@ -24,17 +26,22 @@ } .card1{ background-color: #2d7ef1; + background-image: linear-gradient(to right, #2d7ef1 , #1656b0); color:white; + font-weight: bolder; } .card2{ background-color: #c91d3d; color:white; + font-weight: bolder; } .card3{ background-color: #ff8264; color:white; + font-weight: bolder; } .card4{ background-color: #a351dc; color:white; + font-weight: bolder; }