fixed css issues at worklist page

mohemm-issues-jan-31
umasoodch 5 years ago
parent 0a6633c74b
commit 2c99326146

@ -17,12 +17,12 @@
.ripple-div {
display: block;
text-align: center;
margin-top: -20%;
margin-top: -5%;
p {
font-size: 16px;
color: #bbbbbb;
font-family: 'WorkSans-Bold';
margin-top: -20%;
// margin-top: -20%;
padding-right: 10px;
}
ion-button {

@ -312,9 +312,9 @@
<div *ngIf="notificationBodyRes?.length > 0 ">
<ion-card *ngFor="let item of notificationBodyRes;let i=index; " style="width: 91%;">
<ion-card-content>
<ion-card-content *ngIf="item.Collection_Notification.length > 0">
<div>
<ion-row class="" *ngIf=" item.Collection_Notification.DISPLAY_FLAG != 'N' ">
<ion-row *ngIf=" item.Collection_Notification.DISPLAY_FLAG != 'N' ">
<ion-col class="rowBorder"
*ngFor="let notificationBody of item.Collection_Notification;" size="6"
[hidden]="notificationBody.DISPLAY_FLAG == 'N'">

Loading…
Cancel
Save