Skip to content

Commit

Permalink
Wfnews 1831 (#1540)
Browse files Browse the repository at this point in the history
* dashboard updated timestamp

* snackbar success background transparent
  • Loading branch information
yzlucas authored Jan 2, 2024
1 parent 6a0f97a commit ec8e406
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,7 @@ mat-card h3 {
:host ::ng-deep .ck-editor__editable_inline {
min-height: calc(100vh - 485px);
}

::ng-deep .mdc-snackbar__surface{
background-color: transparent !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class SituationWidget implements AfterViewInit {
);
this.situationReport = validReports[0];
this.situationReport.situationReportDate = moment(
new Date(this.situationReport.createdTimestamp + 86000000),
new Date(this.situationReport.createdTimestamp),
).format('MMM Do YYYY');
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,7 @@
}
}
}

::ng-deep .mdc-snackbar__surface{
background-color: transparent !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,8 @@
}
}
}


::ng-deep .mdc-snackbar__surface{
background-color: transparent !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -503,3 +503,7 @@
}
}
}

::ng-deep .mdc-snackbar__surface{
background-color: transparent !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
.publish-btn {
margin: 15px 15px 5px 15px;
}

::ng-deep .mdc-snackbar__surface{
background-color: transparent !important;
}

0 comments on commit ec8e406

Please sign in to comment.