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