Fix merge

This commit is contained in:
Peter Maquiran
2021-09-27 16:32:35 +01:00
34 changed files with 1027 additions and 173 deletions
+89
View File
@@ -1072,6 +1072,95 @@ ngx-mat-datetime-content{
}
}
.messages{
.messages-list-item-wrapper{
.message-item{
.message-item-options{
.message-options-icon{
display: none;
padding-left: 10px;
padding-right: 0px;
position: absolute;
//background-color: red;
//box-shadow: rgba(0, 30, 0, 0.15) 1.95px 1.95px 2.6px;
}
.mesage-item-dropdown-options{
display: none;
margin-top: 15px;
position: absolute;
border: 1px solid red;
}
}
.title{
//border: 1px solid blue;
}
}
.incoming-true:hover{
.message-options-icon{
display: block;
background-color: #ebebeb;
}
}
.incoming-false:hover{
.message-options-icon{
display: block;
background-color: #e4f4fe;
}
}
}
}
.message-attachments{
border-radius: 5px;
background-color: #42b9fe13;
padding: 1px;
.file{
ion-thumbnail{
--size: 20px;
}
.file-details{
max-width: calc(100% - 20px);
padding-left: 5px;
.file-title:hover{
color: #0782c9;
text-decoration: underline;
}
span{
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
}
}
.file-details-optional{
font-size: xx-small;
padding-left: 5px;
}
}
.file-icon{
color: #b2b2b2;
}
.set-active-item-font-to-white{
color: #fff;
}
.pdf-icon{
color: #a40404;
}
.word-icon{
color: #295497;
}
.excel-icon{
color: #1f7244;
}
.powerpoint-icon{
color: #d24726;
}
@media only screen and (min-width: 665px) {
.loading-blocker {