diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.scss b/src/app/pages/gabinete-digital/gabinete-digital.page.scss
index f5c0b77b4..5aec5c1aa 100644
--- a/src/app/pages/gabinete-digital/gabinete-digital.page.scss
+++ b/src/app/pages/gabinete-digital/gabinete-digital.page.scss
@@ -12,24 +12,24 @@ ion-content{
text-align: center;
}
-ion-card{
- background-color: #d4d5ca;
- border-radius: 20px;
-}
-ion-item{
- --ion-background-color:#dae3f3;
- margin-bottom: 10px;
- border-radius: 5px;
-}
-ion-button{
- color: #000;
- --background:none;
- --border-color: none;
- --box-shadow:none;
-}
-ion-label{
- padding: 10px;
-}
+ ion-card{
+ background-color: #d4d5ca;
+ border-radius: 20px;
+ }
+ ion-item{
+ --ion-background-color:#dae3f3;
+ margin-bottom: 10px;
+ border-radius: 5px;
+ }
+ ion-button{
+ color: #000;
+ --background:none;
+ --border-color: none;
+ --box-shadow:none;
+ }
+ ion-label{
+ padding: 10px;
+ }
}
.ion-item-change-color{
--ion-background-color:#fff2cc !important;
@@ -65,14 +65,51 @@ ion-label{
}
}
+.main-header{
+ width: 100%; /* 400px */
+ height: 100%;
+ font-family: Roboto;
+ border-top-left-radius: 25px;
+ border-top-right-radius: 25px;
+ background-color: #ecf8ff;
+ overflow:hidden;
+ padding: 30px 20px 0px 20px;
+ color:#000;
+ transform: translate3d(0, 1px, 0);
+
+ .title-content{
+ width: 360px;
+ margin: 0px auto;
+ overflow: auto;
+ padding: 0 !important;
+ background: #ecf8ff;
+ }
+ .div-title{
+ padding: 0!important;
+ float: left;
+ }
+ .title{
+ font-size: 25px;
+ }
+ .div-icon{
+ width: 40px;
+ float: right;
+ font-size: 35px;
+ overflow: auto;
+ padding: 1px;
+ }
+ .div-icon ion-icon{
+ float: right;
+ padding-left: 20px;
+ }
+}
+
/* NEW CSS */
.main-content{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
margin: 0 auto;
- border-top-left-radius: 25px;
- border-top-right-radius: 25px;
background:#ecf8ff;;
overflow:auto;
padding: 25px 15px 15px 15px;
diff --git a/src/app/pages/publications/publications.page.html b/src/app/pages/publications/publications.page.html
index 70e30b792..8845cf2ac 100644
--- a/src/app/pages/publications/publications.page.html
+++ b/src/app/pages/publications/publications.page.html
@@ -1,21 +1,6 @@
-
diff --git a/src/app/pages/search/filter/filter.page.html b/src/app/pages/search/filter/filter.page.html
deleted file mode 100644
index fae9472e5..000000000
--- a/src/app/pages/search/filter/filter.page.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
- Ionic
-
-
-
-
-
\ No newline at end of file
diff --git a/src/app/pages/search/filter/filter.page.scss b/src/app/pages/search/filter/filter.page.scss
deleted file mode 100644
index e69de29bb..000000000
diff --git a/src/app/pages/search/filter/filter.page.ts b/src/app/pages/search/filter/filter.page.ts
deleted file mode 100644
index 64f0350ac..000000000
--- a/src/app/pages/search/filter/filter.page.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { Component, OnInit } from '@angular/core';
-
-@Component({
- selector: 'app-filter',
- templateUrl: './filter.page.html',
- styleUrls: ['./filter.page.scss'],
-})
-export class FilterPage implements OnInit {
-
- constructor() { }
-
- ngOnInit() {
- }
-
-}
diff --git a/src/app/pages/search/search-routing.module.ts b/src/app/pages/search/search-routing.module.ts
index b12bf9b5b..e8b0f207c 100644
--- a/src/app/pages/search/search-routing.module.ts
+++ b/src/app/pages/search/search-routing.module.ts
@@ -12,10 +12,6 @@ const routes: Routes = [
path: 'sender',
loadChildren: () => import('./sender/sender.module').then( m => m.SenderPageModule)
},
- {
- path: 'filter',
- loadChildren: () => import('./filter/filter.module').then( m => m.FilterPageModule)
- },
{
path: 'organic-entity',
loadChildren: () => import('./organic-entity/organic-entity.module').then( m => m.OrganicEntityPageModule)
diff --git a/src/theme/variables.scss b/src/theme/variables.scss
index 6e7fc3d46..39a3adb87 100644
--- a/src/theme/variables.scss
+++ b/src/theme/variables.scss
@@ -263,7 +263,7 @@
padding: 25px;
background: rgba(51, 51, 51, 0.3);
}
-.newchat, .new-group, .contacts, .group-messages, .custom-modal{
+.modal, .newchat, .new-group, .contacts, .group-messages, .custom-modal{
padding-top: 93px;
--border-radius: 25px 25px 0 0;
--border-width:0px;