add new components for chat in shared

This commit is contained in:
tiago.kayaya
2021-03-04 18:50:26 +01:00
parent f71f732beb
commit 570ccabb26
47 changed files with 2778 additions and 26 deletions
+13
View File
@@ -315,3 +315,16 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
box-shadow: none !important;
}
}
.chat-mobile-modal-to-Desktop{
top: 75px;
left: 340px;
ion-backdrop{
display: none;
}
.modal-wrapper{
width: 100%;
height: 100%;
box-shadow: none !important;
}
}