diff --git a/pre-registration-ui/src/app/core/about-us/about-us.component.html b/pre-registration-ui/src/app/core/about-us/about-us.component.html index c4da2c4a..ff08e610 100644 --- a/pre-registration-ui/src/app/core/about-us/about-us.component.html +++ b/pre-registration-ui/src/app/core/about-us/about-us.component.html @@ -213,6 +213,7 @@ + diff --git a/pre-registration-ui/src/app/core/contact/contact.component.html b/pre-registration-ui/src/app/core/contact/contact.component.html index d9d5fc1d..6f1bb115 100644 --- a/pre-registration-ui/src/app/core/contact/contact.component.html +++ b/pre-registration-ui/src/app/core/contact/contact.component.html @@ -1 +1 @@ -

Refer https://www.mosip.io/contact.php

+

Refer https://www.mosip.io/contact.php

\ No newline at end of file diff --git a/pre-registration-ui/src/app/core/footer/footer.component.css b/pre-registration-ui/src/app/core/footer/footer.component.css index 6f3a3bb7..4163795e 100644 --- a/pre-registration-ui/src/app/core/footer/footer.component.css +++ b/pre-registration-ui/src/app/core/footer/footer.component.css @@ -1,7 +1,7 @@ .main-footer { display: flex; justify-content: center; - font-family: Roboto; + font-family: Roboto, sans-serif; font-size: 12px; padding-top: 10px; padding-bottom: 0px; diff --git a/pre-registration-ui/src/app/core/footer/footer.component.html b/pre-registration-ui/src/app/core/footer/footer.component.html index 66f182df..72bc37a6 100644 --- a/pre-registration-ui/src/app/core/footer/footer.component.html +++ b/pre-registration-ui/src/app/core/footer/footer.component.html @@ -1,6 +1,6 @@ diff --git a/pre-registration-ui/src/app/core/header/header.component.html b/pre-registration-ui/src/app/core/header/header.component.html index 56993f35..ee997441 100644 --- a/pre-registration-ui/src/app/core/header/header.component.html +++ b/pre-registration-ui/src/app/core/header/header.component.html @@ -19,10 +19,10 @@ - + - + diff --git a/pre-registration-ui/src/app/feature/booking/center-selection/center-selection.component.css b/pre-registration-ui/src/app/feature/booking/center-selection/center-selection.component.css index 0fc8b68f..0e3a6e1b 100644 --- a/pre-registration-ui/src/app/feature/booking/center-selection/center-selection.component.css +++ b/pre-registration-ui/src/app/feature/booking/center-selection/center-selection.component.css @@ -146,7 +146,7 @@ input[type="radio"] { .center_selection-center_recommendation-display { color: #30badd; opacity: 100%; - font-family: Roboto; + font-family: Roboto, sans-serif; white-space: nowrap; cursor: pointer; display: inline-flex; @@ -154,7 +154,7 @@ input[type="radio"] { } .center_selection-nearby-btn { color: #6e6e6e; - font-family: Roboto; + font-family: Roboto, sans-serif; opacity: 100%; margin-left: 30px; margin-right: 5px; @@ -173,7 +173,7 @@ input[type="radio"] { .center_selection-center-available-text { color: #6e6e6e; opacity: 100%; - font-family: Roboto; + font-family: Roboto, sans-serif; font-size: 10px; } .search-btn img { @@ -213,7 +213,7 @@ input[type="radio"] { padding: 10px; outline: none; color: #707070; - font-family: Roboto; + font-family: Roboto, sans-serif; opacity: 100%; background-color: white; border: none; @@ -221,7 +221,7 @@ input[type="radio"] { } .select-input { outline: none; - font-family: Roboto; + font-family: Roboto, sans-serif; color: #000000; opacity: 100%; padding: 10px; @@ -244,7 +244,7 @@ input[type="radio"] { } .search-text { display: flex; - font-family: Roboto; + font-family: Roboto, sans-serif; font-size: 14px; color: #707070; width: 100%; diff --git a/pre-registration-ui/src/app/feature/booking/center-selection/center-selection.component.html b/pre-registration-ui/src/app/feature/booking/center-selection/center-selection.component.html index 5ad5d7e2..9d598263 100644 --- a/pre-registration-ui/src/app/feature/booking/center-selection/center-selection.component.html +++ b/pre-registration-ui/src/app/feature/booking/center-selection/center-selection.component.html @@ -42,7 +42,7 @@ class="search-btn" (click)="setSearchClick(false)" > - + Search @@ -90,10 +90,10 @@ type="submit" (click)="showResults()" > - + Search @@ -130,7 +130,7 @@ />
-
+
Address
{{center.name}} @@ -145,7 +145,7 @@
- + Contact Number {{ center.contactPerson}} diff --git a/pre-registration-ui/src/app/feature/booking/map/map.component.ts b/pre-registration-ui/src/app/feature/booking/map/map.component.ts index 50e4546c..61c3b8f9 100644 --- a/pre-registration-ui/src/app/feature/booking/map/map.component.ts +++ b/pre-registration-ui/src/app/feature/booking/map/map.component.ts @@ -33,9 +33,9 @@ export class MapComponent implements OnInit { markers = []; googleMapsUrl = - 'http://maps.google.com/maps/vt?pb=!1m5!1m4!1i{z}!2i{x}!3i{y}!4i256!2m3!1e0!2sm!3i375060738!3m9!2spl!3sUS!5e18!12m1!1e47!12m3!1e37!2m1!1ssmartmaps!4e0'; + 'https://maps.google.com/maps/vt?pb=!1m5!1m4!1i{z}!2i{x}!3i{y}!4i256!2m3!1e0!2sm!3i375060738!3m9!2spl!3sUS!5e18!12m1!1e47!12m3!1e37!2m1!1ssmartmaps!4e0'; - OSM_URL = 'http://tile.osm.org/{z}/{x}/{y}.png'; + OSM_URL = 'https://tile.osm.org/{z}/{x}/{y}.png'; constructor(private service: BookingService) {} diff --git a/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.css b/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.css index 799c5149..d05de26f 100644 --- a/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.css +++ b/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.css @@ -38,7 +38,6 @@ .time-selection__arrow-text { margin: auto; - color: #ccc; cursor: pointer; color: #ff4081; } diff --git a/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.html b/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.html index 0f8e3fe7..c375acd8 100644 --- a/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.html +++ b/pre-registration-ui/src/app/feature/booking/time-selection/time-selection.component.html @@ -33,7 +33,7 @@

- + Left
- + Right

@@ -142,7 +142,7 @@ }} + width="15px" alt="Slots"/>

diff --git a/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.css b/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.css index c425fe93..eab0f0e8 100644 --- a/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.css +++ b/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.css @@ -20,7 +20,7 @@ flex-wrap: wrap; } .heading { - font-family: 'Roboto'; + font-family: 'Roboto', sans-serif; font-size: 20px; color: #fd518c; opacity: 100%; @@ -40,7 +40,7 @@ img { border-radius: 0px; margin-left: 15px !important; margin-top: 30px; - font-family: 'Roboto'; + font-family: 'Roboto', sans-serif; font-size: 11px !important; } .modify-app-btn { @@ -49,12 +49,12 @@ img { border-radius: 0px; margin-left: 12px; margin-top: 30px; - font-family: 'Roboto'; + font-family: 'Roboto', sans-serif; font-size: 11px !important; } .create-app-btn { color: #ffffff; - font-family: 'Roboto'; + font-family: 'Roboto', sans-serif; background-color: #ff4081; opacity: 90%; margin-left: 12px; @@ -74,7 +74,7 @@ img { padding-right: 45px; } .card-header { - font-family: 'Roboto'; + font-family: 'Roboto', sans-serif; font-size: 0.75rem; opacity: 100%; display: flex; diff --git a/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.html b/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.html index e673c754..7d45262e 100644 --- a/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.html +++ b/pre-registration-ui/src/app/feature/dashboard/dashboard/dashboard.component.html @@ -21,6 +21,7 @@ Modify appointment {{ "dashboard.action_modify_appointment" | translate }} @@ -73,6 +74,7 @@ [matTooltipDisabled]="false" src="assets\lock.png" class="lock-img" + alt="Lock" />
{{'quick_guide.status.tablename' | translate}}
{{'quick_guide.status.headers.status' | translate}} {{'quick_guide.status.headers.explanation' | translate}}
+
{{'dashboard.name' | translate}}
{{ "dashboard.card.text_name" | translate }}  {{ "dashboard.card.action_modify_information" | translate }} @@ -183,6 +188,7 @@ Modify information {{ "dashboard.card.action_view_information" | translate }} @@ -197,7 +203,7 @@ user.status === appStatusCodes.prefetched " > -  {{ + View {{ "dashboard.card.action_view_acknowledgement" | translate }} diff --git a/pre-registration-ui/src/app/feature/file-upload/file-upload/file-upload.component.html b/pre-registration-ui/src/app/feature/file-upload/file-upload/file-upload.component.html index 43a2d863..f6149ad8 100644 --- a/pre-registration-ui/src/app/feature/file-upload/file-upload/file-upload.component.html +++ b/pre-registration-ui/src/app/feature/file-upload/file-upload/file-upload.component.html @@ -1,4 +1,4 @@ - +Loader
@@ -101,10 +101,10 @@ - + Delete - + View @@ -133,12 +133,12 @@

{{ fileIndex + 1 }} - {{ users[0].files.documentsMetaData.length }}

diff --git a/pre-registration-ui/src/app/feature/summary/acknowledgement/acknowledgement.component.html b/pre-registration-ui/src/app/feature/summary/acknowledgement/acknowledgement.component.html index a482e9f9..214ac03c 100644 --- a/pre-registration-ui/src/app/feature/summary/acknowledgement/acknowledgement.component.html +++ b/pre-registration-ui/src/app/feature/summary/acknowledgement/acknowledgement.component.html @@ -9,12 +9,13 @@