-
Despacho do Presidente da República
-
- Documentos
-
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.scss b/src/app/pages/gabinete-digital/gabinete-digital.page.scss
index a1f5a7748..47d34a555 100644
--- a/src/app/pages/gabinete-digital/gabinete-digital.page.scss
+++ b/src/app/pages/gabinete-digital/gabinete-digital.page.scss
@@ -106,9 +106,10 @@ ion-content{
padding: 30px 5px 30px 5px;
border-radius: 15px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
+ background: white;
//border: solid 1px #e9e9e9;
/* --background-color: #ffffff !important; */
- background-color: #ffffff !important;
+ // background-color: #ffffff !important;
float: left;
//border: 1px solid red;
//justify-content: center;
@@ -117,7 +118,7 @@ ion-content{
width: 360px;
margin: 7px 20px;
border-radius: 15px;
- background-color: #ffffff !important;
+ // background-color: #ffffff !important;
padding: 7px;
border: blue !important;
@@ -295,7 +296,7 @@ ion-content{
width: 100%;
padding: 10px 17px 10px 17px;
height: unset !important;
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
+ //box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
.exp-card-title{
flex: 1;
@@ -314,15 +315,6 @@ ion-content{
margin-top: 0px !important;
}
}
- .exp-card:visited{
- background: blue;
- }
- .exp-card:hover{
- background: blue;
- }
-}
-.btn-refresh:visited{
- background: blue !important;
}
@media only screen and (min-width: 1024px){
.content{
@@ -347,6 +339,9 @@ ion-content{
.active {
- border: 1px solid green;
+ background: #42b9fe !important;
box-sizing: border-box;
+ .exp-card-title {
+ color: white !important;
+ }
}
\ No newline at end of file
diff --git a/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts b/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts
index e52bc1165..8afcba99f 100644
--- a/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts
+++ b/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts
@@ -239,7 +239,7 @@ export class GroupContactsPage implements OnInit {
name:this.groupName,
duration:'',
},
- cssClass: 'new-group',
+ cssClass: 'new-group modal-desktop',
backdropDismiss: false,
});
await modal.present();
@@ -299,7 +299,7 @@ export class GroupContactsPage implements OnInit {
this.close();
const modal = await this.modalController.create({
component: NewGroupPage,
- cssClass: 'new-group',
+ cssClass: 'new-group modal-desktop',
backdropDismiss: false,
});
await modal.present();
diff --git a/src/app/shared/chat/group-messages/group-messages.page.ts b/src/app/shared/chat/group-messages/group-messages.page.ts
index 2bbbf2b45..f94dbc9ee 100644
--- a/src/app/shared/chat/group-messages/group-messages.page.ts
+++ b/src/app/shared/chat/group-messages/group-messages.page.ts
@@ -240,7 +240,7 @@ export class GroupMessagesPage implements OnInit, OnChanges {
async openOptions(ev: any) {
const popover = await this.popoverController.create({
component: ChatPopoverPage,
- cssClass: 'chat-popover',
+ cssClass: 'chat-popover modal-desktop',
event: ev,
componentProps: {
room: this.room,
diff --git a/src/app/shared/header/header.page.html b/src/app/shared/header/header.page.html
index fb2f7f637..04190fa46 100644
--- a/src/app/shared/header/header.page.html
+++ b/src/app/shared/header/header.page.html
@@ -58,10 +58,10 @@
-