+
+
+ {{customDate}}
+
-
+
-
+
+
+ -->
diff --git a/src/app/pages/events/events.page.scss b/src/app/pages/events/events.page.scss
index d92a3ecde..d19ea0a07 100644
--- a/src/app/pages/events/events.page.scss
+++ b/src/app/pages/events/events.page.scss
@@ -3,39 +3,49 @@ ion-toolbar{
--background: white;
}
.ion-text-header-top{
+ width: 100%;
+
text-align: center;
padding-top: 15px;
+
+ /* border: 1px solid red; */
}
.div-logo{
- width: 98px;
+ width: 60px;
+ /* border: 1px solid red; */
+ margin-right: 20px;
}
.div-logo img{
width: 100%;
}
.header-large{
font-family: Arial, Helvetica, sans-serif;
- font-size: 16pt;
+ font-size: 12.5pt;
/* font-weight: 600; */
}
- .header-medium{
- font-size: 16pt;
- font-family: roboto;
- background: transparent;
- margin-right: 5px;
- }
.header-xsmall{
font-family: Arial, Helvetica, sans-serif;
- font-size: 12.7pt;
+ font-size: 9.7pt;
font-weight: bold;
padding-bottom: 3.5px;
margin-bottom: 3.5px;
border-bottom: 1px solid #ccc;
}
- .p-small{
+ .header-medium{
font-size: 12pt;
- margin-top: 25px;
- color:#000;
+ text-align: left;
+ font-family: roboto;
+ background: transparent;
margin-right: 5px;
+ line-height: 25px;
+ }
+
+ .p-small{
+ font-size: 13pt;
+ margin-top: 13px;
+ color:#000;
+ margin-right: 25px !important;
+ text-align: right;
}
/* CONTENT */
@@ -59,7 +69,7 @@ ion-toolbar{
overflow: auto;
/* border-bottom: 1px solid #ccc; */
margin: 10px 0 5px 0;
- /* background: #cab0dc; */
+ background: #cab0dc;
border-radius: 20px;
padding: 10px;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
@@ -69,7 +79,7 @@ ion-toolbar{
overflow: auto;
/* border-bottom: 1px solid #ccc; */
margin: 10px 0 5px 0;
- /* background: #cbeecb; */
+ background: #cbeecb;
border-radius: 20px;
padding: 10px;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
diff --git a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html
index c36849339..ef0e5eff1 100644
--- a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html
+++ b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html
@@ -3,7 +3,7 @@
- Detalhes do Documento
+ Detalhes do Processo
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index 05a0eecbd..dd2e51b11 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -6,7 +6,7 @@ export const environment = {
production: false,
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/v2/api/',
domain: 'gabinetedigital.local',
- defaultuser: '',
+ defaultuser: 'paulo.pinto',
defaultuserpwd: 'tabteste@006'
};