Skip to content

Commit

Permalink
POC-495: added customised toastr for predicted patients with reschedu…
Browse files Browse the repository at this point in the history
…led appointments

added customised toastr for predicted patients who rescheduled appointments

POC-495: added customised toastr for predicted patients with rescheduled appointments
  • Loading branch information
Angie-540 committed Nov 16, 2023
1 parent 5ffc6b7 commit f5ca23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=') !important;
}

/* Custom toast class for your custom notification type */
/* Custom toast class for ml custom notification type */
::ng-deep .ngx-toastr-custom-type {
position: relative;
overflow: hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div
*ngIf="reminder.type === 'ml' && reminder.display.banner === true"
class="alert alert-danger alert-dismissable"
style="padding: 10px !important; margin-bottom: 3px !important;"
style="padding: 10px !important; margin-bottom: 3px !important"
>
<a
class="close"
Expand Down

0 comments on commit f5ca23b

Please sign in to comment.