diff --git a/src/app/pages/agenda/view-event/view-event.page.html b/src/app/pages/agenda/view-event/view-event.page.html index 080d2132a..ccc50c5a6 100644 --- a/src/app/pages/agenda/view-event/view-event.page.html +++ b/src/app/pages/agenda/view-event/view-event.page.html @@ -99,7 +99,7 @@ *ngFor="let attach of loadedAttachments" (click)="viewDocument(attach.SourceId)"> -

{{attach.SourceName}}

+

{{attach.SourceName}}

{{attach.Stakeholders}}{{ attach.CreateDate | date: 'dd-MM-yy' }}

diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.html b/src/app/pages/gabinete-digital/gabinete-digital.page.html index f8e3ad8cb..496e9cd1f 100644 --- a/src/app/pages/gabinete-digital/gabinete-digital.page.html +++ b/src/app/pages/gabinete-digital/gabinete-digital.page.html @@ -69,7 +69,8 @@

Pedidos de Deferimento

{{count_def_dailywork}} Documentos

-
+ +
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.scss b/src/app/pages/gabinete-digital/gabinete-digital.page.scss index fc5c8be7b..a1078b5ef 100644 --- a/src/app/pages/gabinete-digital/gabinete-digital.page.scss +++ b/src/app/pages/gabinete-digital/gabinete-digital.page.scss @@ -115,6 +115,9 @@ ion-content{ //justify-content: center; } .exp-card-long{ + background: white; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07); + background: white; width: 360px; margin: 7px 20px; border-radius: 15px; @@ -248,6 +251,9 @@ ion-content{ .exp-card-long{ display: none !important; width: 100% !important; + background: white; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07); + background: white; .center-div{ display: flex; diff --git a/src/app/shared/agenda/view-event/view-event.page.html b/src/app/shared/agenda/view-event/view-event.page.html index ce24c95e4..047226798 100644 --- a/src/app/shared/agenda/view-event/view-event.page.html +++ b/src/app/shared/agenda/view-event/view-event.page.html @@ -103,8 +103,8 @@

- {{attach.SourceName}} - {{attach.Stakeholders}} + {{attach.SourceName}} + {{attach.Stakeholders}}

diff --git a/src/style/main.scss b/src/style/main.scss index ad7f2f7f9..bced407fd 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -474,4 +474,8 @@ .font-#{$i} { font-size: #{$i}px ; } -} \ No newline at end of file +} + +.cursor-pointer { + cursor: pointer; +} \ No newline at end of file