@@ -107,6 +114,13 @@
slot="end"
src="assets/images/theme/gov/icons-arrow-circle-arrow-right.svg"
>
+
+
diff --git a/src/app/pages/events/events.page.scss b/src/app/pages/events/events.page.scss
index d0e6f8046..3080ac852 100644
--- a/src/app/pages/events/events.page.scss
+++ b/src/app/pages/events/events.page.scss
@@ -329,9 +329,12 @@ ion-toolbar{
.schedule {
max-width: 400px;
font-family: Roboto;
- background-color: white;
- box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
- border: solid 1px #e9e9e9;
+ //background-color: white;
+ background-color: var(--box-container-color);
+ //box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
+ box-shadow: 0 0 10px 0 var(--box-border-color-shadow);
+ //border: solid 1px #e9e9e9;
+ border: solid 1px var(--box-border-color);
margin-bottom: 20px;
border-radius: 25px;
display: flex;
@@ -380,10 +383,12 @@ ion-toolbar{
//padding-bottom: 5px;
padding: 5px 20px 5px 20px;
background-color: transparent !important;
+
}
ion-list{
padding: 0px;
margin: 0px;
+ background-color: transparent !important;
.d-flex{
width: 100%;
display: flex;
@@ -397,8 +402,8 @@ ion-toolbar{
display: flex;
justify-content: space-between;
align-items: center;
+ background-color: transparent !important;
--background: transparent !important;
-
.schedule-time{
margin-right: 10px;
.time-start{
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 f06f9417d..d827c28d3 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
@@ -14,6 +14,7 @@
+
{{ task.Folio}}
@@ -22,6 +23,7 @@
diff --git a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss
index 8f8a6042f..4e0adc31b 100644
--- a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss
+++ b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss
@@ -37,7 +37,7 @@
margin: 2.5px 0 0 5px;
display: flex;
align-items: center;
-
+
}
.right{
padding: 0!important;
@@ -70,7 +70,7 @@
margin: 1px;
}
}
-
+
.title{
font-size: 25px;
overflow: auto;
@@ -100,7 +100,8 @@ ion-button{
.label{
border-radius: 20px;
- background: #ffb703;
+ //background: #ffb703;
+ background: var(--label-bg-color);
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
@@ -124,7 +125,7 @@ ion-button{
.bottom-content{
//width: 360px;
margin: 0 auto;
-
+
.bottom-content h3{
font-size: 16px;
margin: 0 0 0 10px;
@@ -166,7 +167,7 @@ ion-button{
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
-
+
.arrow-right-icon{
width: 37px;
float: right;
@@ -249,7 +250,7 @@ ion-button{
font-size: 13px;
color: black;
width: 100%;
-
+
}
.description{
font-family: Roboto;
@@ -271,7 +272,7 @@ ion-button{
padding-bottom: unset !important;
}
}
-
+
}
@@ -319,7 +320,7 @@ ion-button{
.option-desc {
display: flex;
- color: #828282;
+ color: var(--profile-text-color) !important;
width: 100%;
justify-content: space-between;
align-items: center;
@@ -330,4 +331,4 @@ ion-button{
background-color: #e0e0e0;
padding-left: 4px;
}
-}
\ No newline at end of file
+}
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.html b/src/app/pages/gabinete-digital/gabinete-digital.page.html
index 0d1860bec..72057e5f5 100644
--- a/src/app/pages/gabinete-digital/gabinete-digital.page.html
+++ b/src/app/pages/gabinete-digital/gabinete-digital.page.html
@@ -50,6 +50,7 @@
Despacho do Presidente da República
@@ -205,6 +213,7 @@
+
diff --git a/src/app/pages/login/login.page.scss b/src/app/pages/login/login.page.scss
index 055dc4e6b..39607a1b2 100644
--- a/src/app/pages/login/login.page.scss
+++ b/src/app/pages/login/login.page.scss
@@ -51,13 +51,14 @@ ion-content{
.bg-4{
width: 175px;
height: 175px;
- overflow: auto;
+ overflow: hidden;
border-radius: 50%;
padding: 15px;
margin: auto;
.bg-4 img{
width: 100%;
+ overflow: hidden;
}
}
}
@@ -67,7 +68,8 @@ ion-content{
width: 200px !important;
margin: 0 auto;
padding-bottom: 15px;
-
+ overflow: hidden;
+
}
.div-logo img{
width: 100%;
@@ -91,7 +93,7 @@ ion-item{
margin: 15px 0 5px 0;
font-size: 15px;
}
-.form-input{
+.form-input{
--background: #fff;
--color:#000;
border-radius: 22.5px;
@@ -100,9 +102,11 @@ ion-item{
.btn-login{
font-size: 16px;
+ background-color: #F2F2F2 !important;
+ color: #000;
}
.btn-login:hover{
- background-color: var(--button-hover);;
+ background-color: var(--button-hover);
}
.div-top-header{
@@ -210,4 +214,4 @@ ion-item{
padding-top: 20px;
position: unset !important;
}
-}
\ No newline at end of file
+}
diff --git a/src/app/pages/search/search.page.html b/src/app/pages/search/search.page.html
index af66c3640..1e6c1766f 100644
--- a/src/app/pages/search/search.page.html
+++ b/src/app/pages/search/search.page.html
@@ -23,10 +23,10 @@
-
@@ -37,6 +41,7 @@
+
Início
@@ -45,6 +50,8 @@
[class.active]="locationPathname() == '/home/agenda'">