-add start direct message method from mobile App

- more improvements
This commit is contained in:
tiago.kayaya
2021-01-14 16:51:16 +01:00
parent 859bccc076
commit 48dbaa7744
7 changed files with 105 additions and 29 deletions
@@ -61,6 +61,8 @@
border: 1px solid #ebebeb;
margin: 5px 20px 5px 20px;
border-radius: 5px;
height: auto;
padding: 0 !important;
}
.search ion-searchbar{
/* border: 1px solid green; */
@@ -69,7 +71,7 @@
padding: 0 !important;
--border-radius: 5px;
--box-shadow: none;
overflow: auto;
overflow: hidden;
--icon-color:#0d89d1;
}
@@ -111,12 +113,24 @@
}
.item-user .icon{
width: 10%;
font-size: 10px;
display: block;
text-align: right;
overflow: auto;
}
.icon ion-icon{
font-size: 10px;
color:#99e47b;
}
.online{
color:#99e47b;
}
.offline{
color:#cbced1;
}
.away{
color:#ffd21f;
}
.invisible{
color:#cbced1;
}
.busy{
color:#f5455c;
}
}