-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PRIME-2803 reflect changes at CareConnect (#2614)
* initial commit * update text * address PR issues * more fix * Minor tweaks --------- Co-authored-by: Alan Leung <[email protected]>
- Loading branch information
1 parent
529064e
commit 7f69811
Showing
5 changed files
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ | |
class="radio-button" | ||
[value]="vendor.code"> | ||
{{ vendor.name }} | ||
<span *ngIf="vendor.name === 'CareConnect'" class="warning-text">*Do not select CareConnect as the vendor without first contacting CareConnect at [email protected]</span> | ||
</mat-radio-button> | ||
</mat-radio-group> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,7 @@ | |
.radio-button { | ||
margin: .25rem 0; | ||
} | ||
|
||
.warning-text { | ||
color: red; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,10 @@ | |
<div class="mid-content"> | ||
<div class="mt1">Site registration for:</div> | ||
<div class="button_title"> | ||
- Private community health practice<br/> | ||
- Private community health practice | ||
<div class="warning-text">*Before starting a new site registration with CareConnect as the vendor, contact | ||
CareConnect at [email protected] | ||
</div> | ||
- Community pharmacy<br/> | ||
- Device providers | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters